Skip to content
Success

Console Output

Started by user Achim Kraus
Running as Achim Kraus
Agent basic-4ccfn is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-4ccfn"
  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-4ccfn"
    - 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-4ccfn"
    - 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-4ccfn (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-xMyWvOOdvw71/agent.48
SSH_AGENT_PID=50
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/californium-release@tmp/private_key_18427412850288724571.key (/home/jenkins/agent/workspace/californium-release@tmp/private_key_18427412850288724571.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-ssh4001647871872497416.key
Verifying host key using manually-configured host key entries
 > git fetch --tags --force --progress -- ssh://git@github.com/eclipse-californium/californium.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url ssh://git@github.com/eclipse-californium/californium.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/main^{commit} # timeout=10
Checking out Revision e0e31849e454cba65efd735a52fe258363200332 (origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e0e31849e454cba65efd735a52fe258363200332 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b main e0e31849e454cba65efd735a52fe258363200332 # timeout=10
Commit message: "Add details of left handshake message to logging."
 > git rev-list --no-walk e0e31849e454cba65efd735a52fe258363200332 # timeout=10
[californium-release] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DBRANCH=main -DNEXT_VERSION=3.11.0-SNAPSHOT -DRELEASE_VERSION=3.10.0 -DgenerateBackupPoms=false -DnewVersion=3.10.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: "5.18.5-100.fc35.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.10.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.10.0-SNAPSHOT -> 3.10.0
[INFO] Processing org.eclipse.californium:parent
[INFO]     Updating project org.eclipse.californium:parent
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:californium-assembly
[INFO]     Updating parent org.eclipse.californium:parent
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:californium-legal
[INFO]     Updating parent org.eclipse.californium:parent
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-bom
[INFO]     Updating parent org.eclipse.californium:parent
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:demo-certs
[INFO]     Updating parent org.eclipse.californium:parent
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:californium-core
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:californium-osgi
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:californium-proxy2
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:californium-tests
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-cli-tcp-netty
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-cli
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-cluster
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-encrypt
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-nat
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-oscore
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-pubsub
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-unix-health
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:demo-apps
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:element-connector-tcp-netty
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:element-connector
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:scandium
[INFO]     Updating parent org.eclipse.californium:cf-bom
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:californium-integration-tests
[INFO]     Updating parent org.eclipse.californium:californium-tests
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:californium-interoperability-tests
[INFO]     Updating parent org.eclipse.californium:californium-tests
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-benchmark-observe
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-benchmark
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-cocoa
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-extplugtest-client
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-extplugtest-server
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-helloworld-client
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-helloworld-server
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-plugtest-checker
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-plugtest-client
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-plugtest-server
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-proxy2
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-secure
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-simplefile-server
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:cf-unix-setup
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:sc-dtls-example-client
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] Processing org.eclipse.californium:sc-dtls-example-server
[INFO]     Updating parent org.eclipse.californium:demo-apps
[INFO]         from version 3.10.0-SNAPSHOT to 3.10.0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Californium (Cf) Parent 3.10.0-SNAPSHOT:
[INFO] 
[INFO] Californium (Cf) Parent ............................ SUCCESS [  7.042 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:  45.189 s
[INFO] Finished at: 2023-12-28T07:56:07Z
[INFO] ------------------------------------------------------------------------
[californium-release] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DBRANCH=main -DNEXT_VERSION=3.11.0-SNAPSHOT -DRELEASE_VERSION=3.10.0 -DsnapshotDependencyAllowed=false -DuseToolchainJavadoc=true -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: "5.18.5-100.fc35.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.10.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] --- toolchains:3.1.0:toolchain (default) @ parent ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ parent ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ parent ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ parent ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ parent ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.0/parent-3.10.0.pom
[INFO] 
[INFO] ------------< org.eclipse.californium:californium-assembly >------------
[INFO] Building Californium (Cf) Custom Assembly Descriptors 3.10.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] --- toolchains:3.1.0:toolchain (default) @ californium-assembly ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ californium-assembly ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ californium-assembly ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ californium-assembly ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.0.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ californium-assembly ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ californium-assembly ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ californium-assembly ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.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.10.0/californium-assembly-3.10.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/assembly/target/californium-assembly-3.10.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-assembly/3.10.0/californium-assembly-3.10.0.jar
[INFO] 
[INFO] -------------------< org.eclipse.californium:cf-bom >-------------------
[INFO] Building Californium (Cf) BOM 3.10.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] --- toolchains:3.1.0:toolchain (default) @ cf-bom ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-bom ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ cf-bom ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-bom ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-bom ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.0/cf-bom-3.10.0.pom
[INFO] 
[INFO] -------------< org.eclipse.californium:californium-legal >--------------
[INFO] Building Californium (Cf) Legal Documents 3.10.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] --- toolchains:3.1.0:toolchain (default) @ californium-legal ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ californium-legal ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ californium-legal ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ californium-legal ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.0.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ californium-legal ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ californium-legal ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ californium-legal ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.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.10.0/californium-legal-3.10.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/legal/target/californium-legal-3.10.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-legal/3.10.0/californium-legal-3.10.0.jar
[INFO] 
[INFO] -----------------< org.eclipse.californium:demo-certs >-----------------
[INFO] Building Californium (Cf) Demo Certificates 3.10.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] --- toolchains:3.1.0:toolchain (default) @ demo-certs ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ demo-certs ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ demo-certs ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ demo-certs ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.0.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ demo-certs ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ demo-certs ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ demo-certs ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.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.10.0/demo-certs-3.10.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-certs/target/demo-certs-3.10.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/demo-certs/3.10.0/demo-certs-3.10.0.jar
[INFO] 
[INFO] -------------< org.eclipse.californium:element-connector >--------------
[INFO] Building Californium (Cf) Element Connector 3.10.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] --- toolchains:3.1.0:toolchain (default) @ element-connector ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :source
[INFO] Compiling 100 source files with javac [forked debug target 1.7] to target/classes
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 58 source files with javac [forked debug target 1.7] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/californium-release/element-connector/src/test/java/org/eclipse/californium/elements/util/LeastRecentlyUsedCacheTest.java:[39,44] [deprecation] 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,44] [deprecation] 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,44] [deprecation] 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,44] [deprecation] 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,44] [deprecation] 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,44] [deprecation] LeastRecentlyUsedCache in org.eclipse.californium.elements.util has been deprecated
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ element-connector ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.27 s - in org.eclipse.californium.elements.auth.PreSharedKeyIdentityTest
[INFO] Running org.eclipse.californium.elements.auth.RawPublicKeyIdentityTest
[WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.107 s - in org.eclipse.californium.elements.auth.RawPublicKeyIdentityTest
[INFO] Running org.eclipse.californium.elements.auth.X509CertPathIdentityTest
[WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.005 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.003 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.02 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.004 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.028 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.01 s - in org.eclipse.californium.elements.DtlsEndpointContextMatcherTest
[INFO] Running org.eclipse.californium.elements.UDPConnectorTest
07:57:03.151 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.973 s - in org.eclipse.californium.elements.UDPConnectorTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 64, Failures: 0, Errors: 0, Skipped: 3
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ element-connector ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.583 s - in org.eclipse.californium.elements.util.CertPathUtilTest
[INFO] Running org.eclipse.californium.elements.util.LeastRecentlyUsedCacheTest
start: 8683945204557160
1: 7771
3: 19129
4: 24306
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.californium.elements.util.LeastRecentlyUsedCacheTest
[INFO] Running org.eclipse.californium.elements.util.SslContextUtilCredentialsTest
[WARNING] Tests run: 33, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.35 s - in org.eclipse.californium.elements.util.SslContextUtilCredentialsTest
[INFO] Running org.eclipse.californium.elements.util.Asn1DerDecoderTest
Java 1.7.0_80, SunEC version 1.7 is not vulnerable for ECDSA R := 0, CVE-2022-21449!
Java 1.7.0_80, SunEC version 1.7 is not vulnerable for ECDSA R := N, CVE-2022-21449!
[WARNING] Tests run: 33, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.165 s - in org.eclipse.californium.elements.util.Asn1DerDecoderTest
[INFO] Running org.eclipse.californium.elements.util.EncryptedStreamUtilTest
[WARNING] Tests run: 40, Failures: 0, Errors: 0, Skipped: 12, Time elapsed: 0.044 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.004 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.024 s - in org.eclipse.californium.elements.util.StatisticTest
[INFO] Running org.eclipse.californium.elements.util.SerializationUtilTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 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.011 s - in org.eclipse.californium.elements.util.SslContextUtilConfigurationTest
[INFO] Running org.eclipse.californium.elements.util.StringUtilTest
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.californium.elements.util.StringUtilTest
[INFO] Running org.eclipse.californium.elements.util.NetworkInterfacesUtilTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.elements.util.NetworkInterfacesUtilTest
[INFO] Running org.eclipse.californium.elements.util.SslContextUtilTrustTest
[WARNING] Tests run: 22, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.015 s - in org.eclipse.californium.elements.util.SslContextUtilTrustTest
[INFO] Running org.eclipse.californium.elements.util.Base64Test
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.elements.util.Base64Test
[INFO] Running org.eclipse.californium.elements.util.NamedThreadFactoryTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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.007 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.05 s - in org.eclipse.californium.elements.util.LeastRecentlyUpdatedCacheTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 306, Failures: 0, Errors: 0, Skipped: 23
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ element-connector ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.californium.elements.util.PersistentComponentUtilTest
07:57:06.679 WARN [PersistentComponentUtil]: loading 5684 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269)
07:57:06.683 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279)
07:57:06.684 WARN [PersistentComponentUtil]: [LOAD 0] 5684 (o.e.c.e.u.PersistentComponentUtil.load:282)
07:57:06.684 WARN [PersistentComponentUtil]: [COMP 0] 5784 (o.e.c.e.u.PersistentComponentUtil.load:286)
07:57:06.687 WARN [PersistentComponentUtil]: loading 5684 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269)
07:57:06.687 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279)
07:57:06.687 WARN [PersistentComponentUtil]: [LOAD 0] 5684 (o.e.c.e.u.PersistentComponentUtil.load:282)
07:57:06.687 WARN [PersistentComponentUtil]: [COMP 0] 5784 (o.e.c.e.u.PersistentComponentUtil.load:286)
07:57:06.688 WARN [PersistentComponentUtil]: loading 5784 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269)
07:57:06.688 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279)
07:57:06.688 WARN [PersistentComponentUtil]: [LOAD 0] 5784 (o.e.c.e.u.PersistentComponentUtil.load:282)
07:57:06.688 WARN [PersistentComponentUtil]: [COMP 0] 5684 (o.e.c.e.u.PersistentComponentUtil.load:286)
07:57:06.689 WARN [EncryptedStreamUtil]: Cipher 110 is not available! (o.e.c.e.u.EncryptedStreamUtil.readSeed:477)
07:57:06.692 WARN [PersistentComponentUtil]: loading 5784 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269)
07:57:06.692 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279)
07:57:06.693 WARN [PersistentComponentUtil]: [LOAD 0] 5784 (o.e.c.e.u.PersistentComponentUtil.load:282)
07:57:06.693 WARN [PersistentComponentUtil]: [COMP 0] 5684 (o.e.c.e.u.PersistentComponentUtil.load:286)
07:57:06.696 WARN [PersistentComponentUtil]: loading 5784 failed, 3 items skipped, no component found! (o.e.c.e.u.PersistentComponentUtil.load:269)
07:57:06.696 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279)
07:57:06.696 WARN [PersistentComponentUtil]: [LOAD 0] 5784 (o.e.c.e.u.PersistentComponentUtil.load:282)
07:57:06.696 WARN [PersistentComponentUtil]: [COMP 0] 5884 (o.e.c.e.u.PersistentComponentUtil.load:286)
07:57:06.696 WARN [PersistentComponentUtil]: [COMP 1] 5684 (o.e.c.e.u.PersistentComponentUtil.load:286)
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 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.10.0.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/element-connector/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ element-connector ---
[INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.0:javadoc' has not been previously called for the module: 'org.eclipse.californium:californium-legal:jar:3.10.0'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/californium-release/legal/target/apidocs
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.0:javadoc' has not been previously called for the module: 'org.eclipse.californium:demo-certs:jar:3.10.0'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/californium-release/demo-certs/target/apidocs
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-release/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-release/demo-certs/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source files for package org.eclipse.californium.elements...
Loading source files for package org.eclipse.californium.elements.auth...
Loading source files for package org.eclipse.californium.elements.config...
Loading source files for package org.eclipse.californium.elements.exception...
Loading source files for package org.eclipse.californium.elements.util...
Constructing Javadoc information...
Standard Doclet version 1.7.0_80
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/AddressEndpointContext.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/Connector.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/ConnectorFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/Definition.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/Definitions.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/DefinitionsEndpointContextMatcher.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/DtlsEndpointContext.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/EndpointContext.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/EndpointContextMatcher.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/EndpointContextUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/EndpointIdentityResolver.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/MapBasedEndpointContext.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/MapBasedEndpointContext.Attributes.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/MessageCallback.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/PersistentComponent.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/PersistentComponentProvider.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/PersistentConnector.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/PrincipalEndpointContextMatcher.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/RawData.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/RawDataChannel.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/RelaxedDtlsEndpointContextMatcher.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/StrictDtlsEndpointContextMatcher.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/TcpEndpointContext.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/TcpEndpointContextMatcher.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/TlsEndpointContext.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/TlsEndpointContextMatcher.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/UDPConnector.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/UdpEndpointContext.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/UdpEndpointContextMatcher.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/UdpMulticastConnector.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/UdpMulticastConnector.Builder.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/auth/AbstractExtensiblePrincipal.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/auth/AdditionalInfo.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/auth/ExtensiblePrincipal.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/auth/PreSharedKeyIdentity.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/auth/RawPublicKeyIdentity.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/auth/X509CertPath.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/BasicDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/BasicListDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/BooleanDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/CertificateAuthenticationMode.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/Configuration.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/Configuration.DefinitionsProvider.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/Configuration.ModuleDefinitionsProvider.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/DefinitionUtils.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/DocumentedDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/DoubleDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/EnumDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/EnumListDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/FloatDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/IntegerDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/LongDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/PropertiesUtility.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/StringDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/StringSetDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/SystemConfig.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/TcpConfig.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/TimeDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/UdpConfig.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/ValueException.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/exception/ConnectorException.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/exception/EndpointMismatchException.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/exception/EndpointUnconnectedException.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/exception/MulticastNotSupportedException.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/exception/VersionMismatchException.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/Asn1DerDecoder.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/Asn1DerDecoder.Keys.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/Base64.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/Base64.InputStream.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/Base64.OutputStream.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/Bytes.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/CertPathUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/CheckedExecutor.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/ClockUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/ClockUtil.Realtime.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/CounterStatisticManager.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/DaemonThreadFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/DatagramReader.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/DatagramWriter.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/DataStreamReader.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/DataStreamReader.RangeInputStream.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/EncryptedPersistentComponentUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/EncryptedStreamUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/ExecutorsUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/Filter.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/FilteredLogger.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/JceNames.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/JceProviderUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/LeastRecentlyUpdatedCache.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/LeastRecentlyUpdatedCache.EvictionListener.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/LeastRecentlyUpdatedCache.Predicate.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/LeastRecentlyUpdatedCache.Timestamped.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/LeastRecentlyUsedCache.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/LeastRecentlyUsedCache.EvictionListener.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/LeastRecentlyUsedCache.Predicate.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/LeastRecentlyUsedCache.Timestamped.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/LimitedRunnable.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/NamedThreadFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/NetworkInterfacesUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/NetworkInterfacesUtil.InetAddressFilter.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/NetworkInterfacesUtil.SimpleInetAddressFilter.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/NoPublicAPI.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/NotForAndroid.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/PemReader.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/PersistentComponentUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/PublicAPIExtension.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/PublicAPITypo.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/SerialExecutor.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/SerialExecutor.ExecutionListener.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/SerializationUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/SerializationUtil.SupportedVersions.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/SerializationUtil.SupportedVersionsMatcher.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/SimpleCounterStatistic.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/SimpleCounterStatistic.AlignGroup.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/SslContextUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/SslContextUtil.Credentials.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/SslContextUtil.IncompleteCredentialsException.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/SslContextUtil.InputStreamFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/SslContextUtil.KeyStoreType.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/SslContextUtil.SimpleKeyStore.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/StandardCharsets.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/Statistic.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/Statistic.Scale.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/Statistic.Summary.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/StringUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/SystemResourceMonitors.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/SystemResourceMonitors.FileMonitor.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/SystemResourceMonitors.FileMonitor.MonitoredValues.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/SystemResourceMonitors.SystemResourceCheckReady.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/SystemResourceMonitors.SystemResourceJob.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/SystemResourceMonitors.SystemResourceMonitor.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/TimeStatistic.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/WipAPI.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/overview-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/auth/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/auth/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/auth/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/exception/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/exception/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/exception/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/serialized-form.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/UdpMulticastConnector.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/UdpMulticastConnector.Builder.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/UdpEndpointContextMatcher.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/UdpEndpointContext.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/UDPConnector.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/TlsEndpointContextMatcher.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/TlsEndpointContext.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/TcpEndpointContextMatcher.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/TcpEndpointContext.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/StrictDtlsEndpointContextMatcher.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/RelaxedDtlsEndpointContextMatcher.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/RawDataChannel.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/RawData.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/PrincipalEndpointContextMatcher.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/PersistentConnector.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/PersistentComponentProvider.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/PersistentComponent.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/MessageCallback.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/MapBasedEndpointContext.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/MapBasedEndpointContext.Attributes.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/EndpointIdentityResolver.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/EndpointContextUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/EndpointContextMatcher.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/EndpointContext.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/DtlsEndpointContext.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/DefinitionsEndpointContextMatcher.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/Definitions.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/Definition.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/ConnectorFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/Connector.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/class-use/AddressEndpointContext.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/auth/class-use/X509CertPath.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/auth/class-use/RawPublicKeyIdentity.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/auth/class-use/PreSharedKeyIdentity.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/auth/class-use/ExtensiblePrincipal.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/auth/class-use/AdditionalInfo.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/auth/class-use/AbstractExtensiblePrincipal.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/ValueException.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/UdpConfig.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/TimeDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/TcpConfig.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/SystemConfig.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/StringSetDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/StringDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/PropertiesUtility.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/LongDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/IntegerDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/FloatDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/EnumListDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/EnumDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/DoubleDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/DocumentedDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/DefinitionUtils.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/Configuration.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/Configuration.DefinitionsProvider.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/Configuration.ModuleDefinitionsProvider.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/CertificateAuthenticationMode.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/BooleanDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/BasicListDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/class-use/BasicDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/exception/class-use/VersionMismatchException.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/exception/class-use/MulticastNotSupportedException.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/exception/class-use/EndpointUnconnectedException.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/exception/class-use/EndpointMismatchException.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/exception/class-use/ConnectorException.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/WipAPI.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/TimeStatistic.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/SystemResourceMonitors.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/SystemResourceMonitors.SystemResourceCheckReady.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/SystemResourceMonitors.SystemResourceJob.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/SystemResourceMonitors.SystemResourceMonitor.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/SystemResourceMonitors.FileMonitor.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/SystemResourceMonitors.FileMonitor.MonitoredValues.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/StringUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/Statistic.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/Statistic.Summary.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/Statistic.Scale.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/StandardCharsets.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/SslContextUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/SslContextUtil.InputStreamFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/SslContextUtil.Credentials.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/SslContextUtil.IncompleteCredentialsException.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/SslContextUtil.SimpleKeyStore.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/SslContextUtil.KeyStoreType.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/SimpleCounterStatistic.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/SimpleCounterStatistic.AlignGroup.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/SerializationUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/SerializationUtil.SupportedVersions.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/SerializationUtil.SupportedVersionsMatcher.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/SerialExecutor.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/SerialExecutor.ExecutionListener.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/PublicAPITypo.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/PublicAPIExtension.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/PersistentComponentUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/PemReader.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/NotForAndroid.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/NoPublicAPI.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/NetworkInterfacesUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/NetworkInterfacesUtil.InetAddressFilter.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/NetworkInterfacesUtil.SimpleInetAddressFilter.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/NamedThreadFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/LimitedRunnable.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/LeastRecentlyUsedCache.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/LeastRecentlyUsedCache.Predicate.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/LeastRecentlyUsedCache.EvictionListener.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/LeastRecentlyUsedCache.Timestamped.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/LeastRecentlyUpdatedCache.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/LeastRecentlyUpdatedCache.Predicate.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/LeastRecentlyUpdatedCache.EvictionListener.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/LeastRecentlyUpdatedCache.Timestamped.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/JceProviderUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/JceNames.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/FilteredLogger.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/Filter.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/ExecutorsUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/EncryptedStreamUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/EncryptedPersistentComponentUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/DatagramWriter.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/DatagramReader.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/DataStreamReader.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/DataStreamReader.RangeInputStream.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/DaemonThreadFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/CounterStatisticManager.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/ClockUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/ClockUtil.Realtime.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/CheckedExecutor.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/CertPathUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/Bytes.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/Base64.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/Base64.InputStream.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/Base64.OutputStream.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/Asn1DerDecoder.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/class-use/Asn1DerDecoder.Keys.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/package-use.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/auth/package-use.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/config/package-use.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/exception/package-use.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/org/eclipse/californium/elements/util/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/index-all.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector/target/apidocs/help-doc.html...
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/element-connector/target/element-connector-3.10.0-javadoc.jar
[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.10.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.10.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ element-connector ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ element-connector ---
[INFO] Comparing [org.eclipse.californium:element-connector:jar:3.9.1] against [org.eclipse.californium:element-connector:jar:3.10.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.10.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/element-connector/target/element-connector-3.10.0-javadoc.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/element-connector/target/element-connector-3.10.0-tests.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/element-connector/target/element-connector-3.10.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.10.0/element-connector-3.10.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/element-connector/target/element-connector-3.10.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.10.0/element-connector-3.10.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/element-connector/target/element-connector-3.10.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.10.0/element-connector-3.10.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/element-connector/target/element-connector-3.10.0-tests.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.10.0/element-connector-3.10.0-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/element-connector/target/element-connector-3.10.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector/3.10.0/element-connector-3.10.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.10.0/element-connector-3.10.0.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] ------------------< org.eclipse.californium:scandium >------------------
[INFO] Building Scandium (Sc) Core 3.10.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] --- toolchains:3.1.0:toolchain (default) @ scandium ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 159 source files with javac [forked debug target 1.7] to target/classes
[WARNING] /home/jenkins/agent/workspace/californium-release/scandium-core/src/main/java/org/eclipse/californium/scandium/DTLSConnector.java:[169,39] [deprecation] 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,44] [deprecation] 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,44] [deprecation] 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/DTLSConnector.java:[259,49] [deprecation] 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,44] [deprecation] 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,44] [deprecation] 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,44] [deprecation] 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/config/DtlsConnectorConfig.java:[2265,30] [deprecation] DTLS_READ_WRITE_LOCK_CONNECTION_STORE in DtlsConfig has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/scandium-core/src/main/java/org/eclipse/californium/scandium/config/DtlsConnectorConfig.java:[2452,85] [deprecation] DTLS_USE_HELLO_VERIFY_REQUEST_FOR_PSK in DtlsConfig has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/scandium-core/src/main/java/org/eclipse/californium/scandium/DtlsManagedClusterConnector.java:[482,17] [deprecation] onInitializeHandshaker(Handshaker) in DTLSConnector has been deprecated
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 52 source files with javac [forked debug target 1.7] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/californium-release/scandium-core/src/test/java/org/eclipse/californium/scandium/dtls/DebugSynchronizedConnectionStore.java:[34,60] [deprecation] 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/DTLSConnectorTest.java:[119,44] [deprecation] 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,17] [deprecation] onInitializeHandshaker(Handshaker) in DTLSConnector has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/scandium-core/src/test/java/org/eclipse/californium/scandium/DTLSConnectorAdvancedTest.java:[255,4] [deprecation] LOGGER in StaticNewAdvancedCertificateVerifier has been deprecated
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ scandium ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
07:58:11.375 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:335)
07:58:11.494 INFO [JceProviderUtil]: RSA: true, EC: true, AES: restricted to 128 bits key length [] (o.e.c.e.u.JceProviderUtil.setupJce:467)
07:58:11.495 INFO [JceProviderUtil]: EdDSA not supported! [] (o.e.c.e.u.JceProviderUtil.setupJce:494)
07:58:11.495 INFO [JceProviderUtil]: JCE setup: null, 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] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
07:58:12.570 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:335)
07:58:12.693 INFO [JceProviderUtil]: RSA: true, EC: true, AES: restricted to 128 bits key length [] (o.e.c.e.u.JceProviderUtil.setupJce:467)
07:58:12.694 INFO [JceProviderUtil]: EdDSA not supported! [] (o.e.c.e.u.JceProviderUtil.setupJce:494)
07:58:12.694 INFO [JceProviderUtil]: JCE setup: null, 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.121 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
[WARNING] Tests run: 99, Failures: 0, Errors: 0, Skipped: 33, Time elapsed: 0.139 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
[WARNING] Tests run: 110, Failures: 0, Errors: 0, Skipped: 33, Time elapsed: 0.142 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 s - in org.eclipse.californium.scandium.dtls.EcdhPskClientKeyExchangeTest
[INFO] Running org.eclipse.californium.scandium.dtls.CertificateMessageTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.californium.scandium.dtls.CertificateMessageTest
[INFO] Running org.eclipse.californium.scandium.dtls.CookieGeneratorTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.254 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
[WARNING] Tests run: 13, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.154 s - in org.eclipse.californium.scandium.dtls.x509.CertificateConfigurationHelperTest
[INFO] Running org.eclipse.californium.scandium.dtls.x509.NewAdvancedCertificateVerifierTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.dtls.x509.NewAdvancedCertificateVerifierTest
[INFO] Running org.eclipse.californium.scandium.dtls.SignatureAndHashAlgorithmTest
Signatures: 14 over all, 5 ECDSA, 0 EdDSA.
[WARNING] Tests run: 11, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.041 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.011 s - in org.eclipse.californium.scandium.dtls.pskstore.MultiPskFileStoreTest
[INFO] Running org.eclipse.californium.scandium.dtls.CertificateRequestTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.scandium.dtls.CertificateRequestTest
[INFO] Running org.eclipse.californium.scandium.dtls.ECDHServerKeyExchangeTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.californium.scandium.dtls.ECDHServerKeyExchangeTest
[INFO] Running org.eclipse.californium.scandium.dtls.DTLSContextTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.californium.scandium.dtls.DTLSContextTest
[INFO] Running org.eclipse.californium.scandium.dtls.MaxFragmentLengthExtensionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.dtls.MaxFragmentLengthExtensionTest
[INFO] Running org.eclipse.californium.scandium.dtls.RecordTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.dtls.RecordTest
[INFO] Running org.eclipse.californium.scandium.dtls.EcdhPskServerKeyExchangeTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.californium.scandium.dtls.EcdhPskServerKeyExchangeTest
[INFO] Running org.eclipse.californium.scandium.dtls.ServerHelloTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.scandium.dtls.ServerHelloTest
[INFO] Running org.eclipse.californium.scandium.dtls.AlertMessageTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.californium.scandium.dtls.AlertMessageTest
[INFO] Running org.eclipse.californium.scandium.dtls.RecordDecryptTest
[WARNING] Tests run: 72, Failures: 0, Errors: 0, Skipped: 48, Time elapsed: 0.483 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.002 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.018 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.03 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.985 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.084 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.001 s - in org.eclipse.californium.scandium.auth.PrincipalSerializerTest
[INFO] Running org.eclipse.californium.scandium.config.DtlsConnectorConfigTest
[WARNING] Tests run: 48, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.173 s - in org.eclipse.californium.scandium.config.DtlsConnectorConfigTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 483, Failures: 0, Errors: 0, Skipped: 121
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ scandium ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
07:58:24.601 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:335)
07:58:24.705 INFO [JceProviderUtil]: RSA: true, EC: true, AES: restricted to 128 bits key length [] (o.e.c.e.u.JceProviderUtil.setupJce:467)
07:58:24.706 INFO [JceProviderUtil]: EdDSA not supported! [] (o.e.c.e.u.JceProviderUtil.setupJce:494)
07:58:24.706 INFO [JceProviderUtil]: JCE setup: null, ready. [] (o.e.c.e.u.JceProviderUtil.setupJce:501)
[INFO] Running org.eclipse.californium.scandium.dtls.cipher.SupportedGroupTest
groups: 37, usable: 25, preferred: 2
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.899 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.152 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.708 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.089 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.501 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.717 s - in org.eclipse.californium.scandium.DTLSConnectorResumeTest
[INFO] Running org.eclipse.californium.scandium.DTLSConnectorTest
07:58:53.620 ERROR [DirectDatagramSocketImpl]: destination port 8259 not available! (E542,T168) 127.0.0.1:8,253 ==> :8,259 [rec(19 bytes, Application Data (23), Epoch=1, RSeqNo=1)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327)
07:58:53.620 WARN [DTLSConnector]: Could not send record, destination 127.0.0.1:8259 unreachable! [] (o.e.c.s.DTLSConnector.sendNextDatagramOverNetwork:3626)
07:58:57.543 WARN [drops]: DTLSConnector drops 1 outgoing bytes to [127.0.0.1:0] without destination-port [] (o.e.c.s.DTLSConnector.send:3143)
[WARNING] Tests run: 33, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 13.101 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.042 s - in org.eclipse.californium.scandium.HelloExtensionNegotiationTest
[INFO] Running org.eclipse.californium.scandium.DTLSConnectorAdvancedTest
07:59:10.156 ERROR [DirectDatagramSocketImpl]: destination port 8300 not available! (E4,003,T273) 127.0.0.1:8,301 ==> :8,300 [rec(27 bytes, Application Data (23), Epoch=1, RSeqNo=2)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327)
07:59:14.429 ERROR [DirectDatagramSocketImpl]: destination port 8306 not available! (E4,066,T273) 127.0.0.1:8,307 ==> :8,306 [rec(27 bytes, Application Data (23), Epoch=1, RSeqNo=3)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327)
07:59:18.491 ERROR [DirectDatagramSocketImpl]: destination port 8311 not available! (E4,104,T268) 127.0.0.1:8,312 ==> :8,311 [rec(35 bytes, Application Data (23), Epoch=1, RSeqNo=1)] [] (o.e.c.e.u.DirectDatagramSocketImpl.send:327)
07:59:29.381 ERROR [DirectDatagramSocketImpl]: destination port 8326 not available! (E4,232,T273) 127.0.0.1:8,327 ==> :8,326 [rec(27 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.246 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.10.0.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/scandium-core/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ scandium ---
[INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-release/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-release/demo-certs/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source files for package org.eclipse.californium.scandium...
Loading source files for package org.eclipse.californium.scandium.auth...
Loading source files for package org.eclipse.californium.scandium.config...
Loading source files for package org.eclipse.californium.scandium.dtls...
Loading source files for package org.eclipse.californium.scandium.dtls.cipher...
Loading source files for package org.eclipse.californium.scandium.dtls.pskstore...
Loading source files for package org.eclipse.californium.scandium.dtls.resumption...
Loading source files for package org.eclipse.californium.scandium.dtls.x509...
Loading source files for package org.eclipse.californium.scandium.util...
Constructing Javadoc information...
Standard Doclet version 1.7.0_80
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/AlertHandler.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/ConnectionListener.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/CookieGenerator.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/DatagramFilter.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/DatagramFilterExtended.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/DtlsBindingPreprocessingConnector.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/DtlsBindingPreprocessingConnector.DtlsBindingActionWithCallback.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/DtlsClusterConnector.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/DtlsClusterConnector.ClusterNodesProvider.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/DtlsClusterHealth.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/DtlsClusterHealthLogger.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/DTLSConnector.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/DTLSConnector.Worker.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/DtlsDatagramFilter.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/DtlsHealth.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/DtlsHealthExtended.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/DtlsHealthExtended2.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/DtlsHealthLogger.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/DtlsManagedClusterConnector.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/MdcConnectionListener.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/auth/ApplicationLevelInfoSupplier.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/auth/PrincipalSerializer.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/DtlsClusterConnectorConfig.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/DtlsClusterConnectorConfig.Builder.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/DtlsConfig.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/DtlsConfig.DtlsRole.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/DtlsConfig.DtlsSecureRenegotiation.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/DtlsConfig.SignatureAndHashAlgorithmsDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/DtlsConnectorConfig.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/DtlsConnectorConfig.Builder.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/AlertMessage.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/AlertMessage.AlertDescription.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/AlertMessage.AlertLevel.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ApplicationMessage.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/CertificateIdentityResult.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/CertificateMessage.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/CertificateRequest.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/CertificateRequest.ClientCertificateType.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/CertificateType.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/CertificateTypeExtension.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/CertificateVerificationResult.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/CertificateVerify.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ChangeCipherSpecMessage.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ChangeCipherSpecMessage.CCSType.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ClientCertificateTypeExtension.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ClientHandshaker.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ClientHello.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ClientKeyExchange.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/CompressionMethod.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/Connection.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ConnectionEvictedException.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ConnectionId.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ConnectionIdGenerator.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ContentType.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/DtlsAeadConnectionState.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/DtlsBlockConnectionState.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/DTLSConnectionState.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/DTLSContext.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/DtlsException.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/DTLSFlight.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/DtlsHandshakeTimeoutException.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/DTLSMessage.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/DTLSSession.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ECDHClientKeyExchange.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/EcdhPskClientKeyExchange.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/EcdhPskServerKeyExchange.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ECDHServerKeyExchange.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ECDHServerKeyExchange.EcdhData.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/EcdhSignedServerKeyExchange.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ExtendedMasterSecretExtension.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ExtendedMasterSecretMode.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/Finished.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/FragmentedHandshakeMessage.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/GenericHandshakeMessage.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HandshakeException.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HandshakeMessage.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HandshakeParameter.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/Handshaker.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HandshakeResult.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HandshakeResultHandler.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HandshakeState.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HandshakeType.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HelloExtension.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HelloExtension.ExtensionType.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HelloExtensions.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HelloHandshakeMessage.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HelloRequest.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/HelloVerifyRequest.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/InMemoryConnectionStore.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/InMemoryReadWriteLockConnectionStore.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/InMemorySessionStore.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/MaxFragmentLengthExtension.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/MaxFragmentLengthExtension.Length.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/MultiHandshakeMessage.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/MultiNodeConnectionIdGenerator.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/NodeConnectionIdGenerator.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ProtocolVersion.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/PSKClientKeyExchange.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/PskPublicInformation.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/PskSecretResult.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/PSKServerKeyExchange.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/Random.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ReadWriteLockConnectionStore.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ReassemblingHandshakeMessage.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/Record.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/RecordLayer.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/RecordSizeLimitExtension.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/RenegotiationInfoExtension.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ResumingClientHandshaker.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ResumingServerHandshaker.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ResumptionSupportingConnectionStore.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ResumptionVerificationResult.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ServerCertificateTypeExtension.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ServerHandshaker.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ServerHello.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ServerHelloDone.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ServerKeyExchange.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/ServerNameExtension.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/SessionAdapter.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/SessionId.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/SessionListener.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/SessionStore.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/SignatureAlgorithmsExtension.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/SignatureAndHashAlgorithm.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/SignatureAndHashAlgorithm.HashAlgorithm.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/SignatureAndHashAlgorithm.SignatureAlgorithm.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/SingleNodeConnectionIdGenerator.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/SupportedEllipticCurvesExtension.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/SupportedPointFormatsExtension.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/SupportedPointFormatsExtension.ECPointFormat.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/AeadBlockCipher.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/CbcBlockCipher.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/CCMBlockCipher.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/CipherSuite.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/CipherSuite.CertificateKeyAlgorithm.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/CipherSuite.CipherType.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/CipherSuite.KeyExchangeAlgorithm.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/CipherSuiteParameters.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/CipherSuiteParameters.CertificateBasedMismatch.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/CipherSuiteParameters.GeneralMismatch.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/CipherSuiteSelector.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/DefaultCipherSuiteSelector.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/InvalidMacException.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/PseudoRandomFunction.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/PseudoRandomFunction.Label.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/RandomManager.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/ThreadLocalCertificateFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/ThreadLocalCipher.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/ThreadLocalCrypto.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/ThreadLocalCrypto.Factory.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/ThreadLocalCryptoMap.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/ThreadLocalCryptoMap.Factory.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/ThreadLocalKeyAgreement.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/ThreadLocalKeyFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/ThreadLocalKeyPairGenerator.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/ThreadLocalMac.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/ThreadLocalMessageDigest.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/ThreadLocalSignature.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/XECDHECryptography.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/XECDHECryptography.SupportedGroup.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/XECDHECryptography.XDHPublicKeyApi.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/AdvancedMultiPskStore.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/AdvancedPskStore.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/AdvancedSinglePskStore.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/AsyncAdvancedPskStore.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/MultiPskFileStore.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/resumption/AsyncResumptionVerifier.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/resumption/ConnectionStoreResumptionVerifier.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/resumption/ExtendedResumptionVerifier.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/resumption/ResumptionVerifier.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/AsyncCertificateProvider.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/AsyncKeyManagerCertificateProvider.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/AsyncNewAdvancedCertificateVerifier.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/AsyncNewAdvancedCertificateVerifier.Builder.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/CertificateConfigurationHelper.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/CertificateProvider.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/ConfigurationHelperSetup.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/KeyManagerCertificateProvider.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/NewAdvancedCertificateVerifier.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/SingleCertificateProvider.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/StaticNewAdvancedCertificateVerifier.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/StaticNewAdvancedCertificateVerifier.Builder.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/ListUtils.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/SecretIvParameterSpec.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/SecretSerializationUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/SecretUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/ServerName.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/ServerName.NameType.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/ServerNames.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/overview-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/auth/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/auth/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/auth/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/resumption/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/resumption/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/resumption/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/serialized-form.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/MdcConnectionListener.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/DtlsManagedClusterConnector.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/DtlsHealthLogger.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/DtlsHealthExtended2.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/DtlsHealthExtended.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/DtlsHealth.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/DtlsDatagramFilter.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/DtlsClusterHealthLogger.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/DtlsClusterHealth.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/DtlsClusterConnector.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/DtlsClusterConnector.ClusterNodesProvider.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/DtlsBindingPreprocessingConnector.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/DtlsBindingPreprocessingConnector.DtlsBindingActionWithCallback.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/DatagramFilterExtended.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/DatagramFilter.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/DTLSConnector.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/DTLSConnector.Worker.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/CookieGenerator.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/ConnectionListener.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/class-use/AlertHandler.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/auth/class-use/PrincipalSerializer.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/auth/class-use/ApplicationLevelInfoSupplier.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/class-use/DtlsConnectorConfig.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/class-use/DtlsConnectorConfig.Builder.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/class-use/DtlsConfig.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/class-use/DtlsConfig.DtlsRole.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/class-use/DtlsConfig.DtlsSecureRenegotiation.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/class-use/DtlsConfig.SignatureAndHashAlgorithmsDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/class-use/DtlsClusterConnectorConfig.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/class-use/DtlsClusterConnectorConfig.Builder.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/SupportedPointFormatsExtension.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/SupportedPointFormatsExtension.ECPointFormat.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/SupportedEllipticCurvesExtension.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/SingleNodeConnectionIdGenerator.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/SignatureAndHashAlgorithm.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/SignatureAndHashAlgorithm.HashAlgorithm.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/SignatureAndHashAlgorithm.SignatureAlgorithm.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/SignatureAlgorithmsExtension.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/SessionStore.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/SessionListener.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/SessionId.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/SessionAdapter.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ServerNameExtension.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ServerKeyExchange.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ServerHelloDone.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ServerHello.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ServerHandshaker.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ServerCertificateTypeExtension.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ResumptionVerificationResult.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ResumptionSupportingConnectionStore.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ResumingServerHandshaker.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ResumingClientHandshaker.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/RenegotiationInfoExtension.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/RecordSizeLimitExtension.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/RecordLayer.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/Record.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ReassemblingHandshakeMessage.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ReadWriteLockConnectionStore.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/Random.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/PskSecretResult.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/PskPublicInformation.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ProtocolVersion.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/PSKServerKeyExchange.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/PSKClientKeyExchange.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/NodeConnectionIdGenerator.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/MultiNodeConnectionIdGenerator.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/MultiHandshakeMessage.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/MaxFragmentLengthExtension.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/MaxFragmentLengthExtension.Length.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/InMemorySessionStore.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/InMemoryReadWriteLockConnectionStore.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/InMemoryConnectionStore.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HelloVerifyRequest.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HelloRequest.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HelloHandshakeMessage.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HelloExtensions.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HelloExtension.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HelloExtension.ExtensionType.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/Handshaker.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HandshakeType.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HandshakeState.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HandshakeResultHandler.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HandshakeResult.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HandshakeParameter.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HandshakeMessage.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/HandshakeException.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/GenericHandshakeMessage.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/FragmentedHandshakeMessage.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/Finished.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ExtendedMasterSecretMode.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ExtendedMasterSecretExtension.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/EcdhSignedServerKeyExchange.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/EcdhPskServerKeyExchange.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/EcdhPskClientKeyExchange.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ECDHServerKeyExchange.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ECDHServerKeyExchange.EcdhData.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ECDHClientKeyExchange.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/DtlsHandshakeTimeoutException.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/DtlsException.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/DtlsBlockConnectionState.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/DtlsAeadConnectionState.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/DTLSSession.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/DTLSMessage.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/DTLSFlight.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/DTLSContext.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/DTLSConnectionState.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ContentType.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ConnectionIdGenerator.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ConnectionIdExtension.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ConnectionId.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ConnectionEvictedException.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/Connection.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/CompressionMethod.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ClientKeyExchange.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ClientHello.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ClientHandshaker.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ClientCertificateTypeExtension.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ChangeCipherSpecMessage.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ChangeCipherSpecMessage.CCSType.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/CertificateVerify.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/CertificateVerificationResult.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/CertificateTypeExtension.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/CertificateType.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/CertificateRequest.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/CertificateRequest.ClientCertificateType.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/CertificateMessage.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/CertificateIdentityResult.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/ApplicationMessage.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/AlertMessage.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/AlertMessage.AlertLevel.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/class-use/AlertMessage.AlertDescription.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/XECDHECryptography.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/XECDHECryptography.SupportedGroup.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/XECDHECryptography.XDHPublicKeyApi.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/ThreadLocalSignature.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/ThreadLocalMessageDigest.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/ThreadLocalMac.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/ThreadLocalKeyPairGenerator.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/ThreadLocalKeyFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/ThreadLocalKeyAgreement.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/ThreadLocalCryptoMap.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/ThreadLocalCryptoMap.Factory.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/ThreadLocalCrypto.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/ThreadLocalCrypto.Factory.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/ThreadLocalCipher.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/ThreadLocalCertificateFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/RandomManager.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/PseudoRandomFunction.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/PseudoRandomFunction.Label.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/InvalidMacException.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/DefaultCipherSuiteSelector.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/CipherSuiteSelector.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/CipherSuiteParameters.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/CipherSuiteParameters.GeneralMismatch.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/CipherSuiteParameters.CertificateBasedMismatch.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/CipherSuite.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/CipherSuite.KeyExchangeAlgorithm.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/CipherSuite.CipherType.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/CipherSuite.CertificateKeyAlgorithm.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/CbcBlockCipher.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/CCMBlockCipher.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/class-use/AeadBlockCipher.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/class-use/MultiPskFileStore.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/class-use/AsyncAdvancedPskStore.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/class-use/AdvancedSinglePskStore.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/class-use/AdvancedPskStore.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/class-use/AdvancedMultiPskStore.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/resumption/class-use/ResumptionVerifier.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/resumption/class-use/ExtendedResumptionVerifier.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/resumption/class-use/ConnectionStoreResumptionVerifier.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/resumption/class-use/AsyncResumptionVerifier.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/class-use/StaticNewAdvancedCertificateVerifier.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/class-use/StaticNewAdvancedCertificateVerifier.Builder.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/class-use/SingleCertificateProvider.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/class-use/NewAdvancedCertificateVerifier.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/class-use/KeyManagerCertificateProvider.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/class-use/ConfigurationHelperSetup.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/class-use/CertificateProvider.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/class-use/CertificateConfigurationHelper.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/class-use/AsyncNewAdvancedCertificateVerifier.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/class-use/AsyncNewAdvancedCertificateVerifier.Builder.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/class-use/AsyncKeyManagerCertificateProvider.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/class-use/AsyncCertificateProvider.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/class-use/ServerNames.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/class-use/ServerName.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/class-use/ServerName.NameType.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/class-use/SecretUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/class-use/SecretSerializationUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/class-use/SecretIvParameterSpec.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/class-use/ListUtils.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/package-use.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/auth/package-use.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/config/package-use.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/package-use.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/cipher/package-use.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/pskstore/package-use.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/resumption/package-use.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/dtls/x509/package-use.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/org/eclipse/californium/scandium/util/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/index-all.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/scandium-core/target/apidocs/help-doc.html...
14 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/californium-release/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:37: warning - Tag @see: reference not found: ExtensionType#CONNECTION_ID
[WARNING] /home/jenkins/agent/workspace/californium-release/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:37: warning - Tag @see: reference not found: ExtensionType#CONNECTION_ID_DEPRECATED
[WARNING] /home/jenkins/agent/workspace/californium-release/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:126: warning - Tag @link: reference not found: ExtensionType#CONNECTION_ID
[WARNING] /home/jenkins/agent/workspace/californium-release/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:126: warning - Tag @link: reference not found: ExtensionType#getReplacementType()
[WARNING] /home/jenkins/agent/workspace/californium-release/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:126: warning - Tag @link: reference not found: ExtensionType#CONNECTION_ID
[WARNING] /home/jenkins/agent/workspace/californium-release/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:126: warning - Tag @link: reference not found: ExtensionType#CONNECTION_ID
[WARNING] /home/jenkins/agent/workspace/californium-release/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:126: warning - Tag @link: reference not found: ExtensionType#getReplacementType()
[WARNING] /home/jenkins/agent/workspace/californium-release/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:126: warning - Tag @link: reference not found: ExtensionType#CONNECTION_ID
[WARNING] /home/jenkins/agent/workspace/californium-release/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:156: warning - Tag @link: reference not found: ExtensionType#CONNECTION_ID
[WARNING] /home/jenkins/agent/workspace/californium-release/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:156: warning - Tag @link: reference not found: ExtensionType#getReplacementType()
[WARNING] /home/jenkins/agent/workspace/californium-release/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:156: warning - Tag @link: reference not found: ExtensionType#CONNECTION_ID
[WARNING] /home/jenkins/agent/workspace/californium-release/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:156: warning - Tag @link: reference not found: ExtensionType#CONNECTION_ID
[WARNING] /home/jenkins/agent/workspace/californium-release/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:156: warning - Tag @link: reference not found: ExtensionType#getReplacementType()
[WARNING] /home/jenkins/agent/workspace/californium-release/scandium-core/src/main/java/org/eclipse/californium/scandium/dtls/ConnectionIdExtension.java:156: warning - Tag @link: reference not found: ExtensionType#CONNECTION_ID
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/scandium-core/target/scandium-3.10.0-javadoc.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default) @ scandium ---
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/scandium-core/target/scandium-3.10.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.10.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ scandium ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
07:59:59.134 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:335)
07:59:59.251 INFO [JceProviderUtil]: RSA: true, EC: true, AES: restricted to 128 bits key length [] (o.e.c.e.u.JceProviderUtil.setupJce:467)
07:59:59.252 INFO [JceProviderUtil]: EdDSA not supported! [] (o.e.c.e.u.JceProviderUtil.setupJce:494)
07:59:59.253 INFO [JceProviderUtil]: JCE setup: null, 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: 9.859 s - in org.eclipse.californium.scandium.DTLSConnectorStartStopTest
[INFO] Running org.eclipse.californium.scandium.DTLSConnectorHandshakeTest
[WARNING] Tests run: 194, Failures: 0, Errors: 0, Skipped: 26, Time elapsed: 39.018 s - in org.eclipse.californium.scandium.DTLSConnectorHandshakeTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 197, Failures: 0, Errors: 0, Skipped: 26
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ scandium ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
08:00:56.127 INFO [JceProviderUtil]: JCE default setup [] (o.e.c.e.u.JceProviderUtil.setupJce:335)
08:00:56.234 INFO [JceProviderUtil]: RSA: true, EC: true, AES: restricted to 128 bits key length [] (o.e.c.e.u.JceProviderUtil.setupJce:467)
08:00:56.236 INFO [JceProviderUtil]: EdDSA not supported! [] (o.e.c.e.u.JceProviderUtil.setupJce:494)
08:00:56.236 INFO [JceProviderUtil]: JCE setup: null, 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.10.0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ scandium ---
[INFO] Comparing [org.eclipse.californium:scandium:jar:3.9.1] against [org.eclipse.californium:scandium:jar:3.10.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.10.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/scandium-core/target/scandium-3.10.0-javadoc.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/scandium-core/target/scandium-3.10.0-tests.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/scandium-core/target/scandium-3.10.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.10.0/scandium-3.10.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/scandium-core/target/scandium-3.10.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.10.0/scandium-3.10.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/scandium-core/target/scandium-3.10.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.10.0/scandium-3.10.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/scandium-core/target/scandium-3.10.0-tests.jar to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.10.0/scandium-3.10.0-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/scandium-core/target/scandium-3.10.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/scandium/3.10.0/scandium-3.10.0-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ scandium ---
[INFO] Installing org/eclipse/californium/scandium/3.10.0/scandium-3.10.0.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --------< org.eclipse.californium:element-connector-tcp-netty >---------
[INFO] Building Californium (Cf) Element Connector TCP netty 3.10.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] --- toolchains:3.1.0:toolchain (default) @ element-connector-tcp-netty ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 10 source files with javac [forked debug target 1.7] to target/classes
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [forked debug target 1.7] to target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ element-connector-tcp-netty ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
08:01:14.449 INFO [JceProviderUtil]: JCE default setup (o.e.c.e.u.JceProviderUtil.setupJce:335)
08:01:14.576 INFO [JceProviderUtil]: RSA: true, EC: true, AES: restricted to 128 bits key length (o.e.c.e.u.JceProviderUtil.setupJce:467)
08:01:14.577 INFO [JceProviderUtil]: EdDSA not supported! (o.e.c.e.u.JceProviderUtil.setupJce:494)
08:01:14.578 INFO [JceProviderUtil]: JCE setup: null, ready. (o.e.c.e.u.JceProviderUtil.setupJce:501)
[INFO] Running org.eclipse.californium.elements.tcp.netty.TlsConnectorTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.179 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.188 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.264 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.764 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] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.0.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ element-connector-tcp-netty ---
[INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-release/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-release/demo-certs/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source files for package org.eclipse.californium.elements.tcp.netty...
Constructing Javadoc information...
Standard Doclet version 1.7.0_80
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/DatagramFramer.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/DispatchHandler.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/TcpClientConnector.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/TcpContextUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/TcpServerConnector.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/TlsClientConnector.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/TlsContextUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/TlsServerConnector.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/class-use/TlsServerConnector.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/class-use/TlsContextUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/class-use/TlsClientConnector.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/class-use/TcpServerConnector.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/class-use/TcpContextUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/class-use/TcpClientConnector.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/class-use/DispatchHandler.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/class-use/DatagramFramer.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/apidocs/org/eclipse/californium/elements/tcp/netty/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/apidocs/index-all.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/apidocs/help-doc.html...
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/element-connector-tcp-netty-3.10.0-javadoc.jar
[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.10.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ element-connector-tcp-netty ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.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.9.1] against [org.eclipse.californium:element-connector-tcp-netty:jar:3.10.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.10.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/element-connector-tcp-netty-3.10.0-javadoc.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/element-connector-tcp-netty-3.10.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.10.0/element-connector-tcp-netty-3.10.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/element-connector-tcp-netty-3.10.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/3.10.0/element-connector-tcp-netty-3.10.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/element-connector-tcp-netty-3.10.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/3.10.0/element-connector-tcp-netty-3.10.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/element-connector-tcp-netty/target/element-connector-tcp-netty-3.10.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/element-connector-tcp-netty/3.10.0/element-connector-tcp-netty-3.10.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.10.0/element-connector-tcp-netty-3.10.0.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --------------< org.eclipse.californium:californium-core >--------------
[INFO] Building Californium (Cf) Core 3.10.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] --- toolchains:3.1.0:toolchain (default) @ californium-core ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 152 source files with javac [forked debug target 1.7] to target/classes
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/main/java/org/eclipse/californium/core/CoapResource.java:[52,43] [deprecation] 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,39] [deprecation] 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,61] [deprecation] CustomOptionNumberRegistry in OptionNumberRegistry has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/main/java/org/eclipse/californium/core/network/ExtendedCoapStackFactory.java:[36,50] [deprecation] CoapStackFactory in org.eclipse.californium.core.network has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/main/java/org/eclipse/californium/core/network/ExtendedCoapStackFactory.java:[35,27] [deprecation] CoapStackFactory in org.eclipse.californium.core.network has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/main/java/org/eclipse/californium/core/network/CoapEndpoint.java:[29,58] [deprecation] 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/coap/option/BaseOptionDefinition.java:[112,20] [deprecation] getValueLengths() in 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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 82 source files with javac [forked debug target 1.7] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/server/ServerSerializationTest.java:[41,39] [deprecation] 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,61] [deprecation] CustomOptionNumberRegistry in 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,61] [deprecation] CustomOptionNumberRegistry in OptionNumberRegistry has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/test/ObserveTest.java:[1161,4] [deprecation] LOGGER in CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/test/ObserveTest.java:[1163,4] [deprecation] LOGGER in CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[127,4] [deprecation] LOGGER in CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[136,5] [deprecation] LOGGER in CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[138,5] [deprecation] LOGGER in CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[148,5] [deprecation] LOGGER in CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[150,5] [deprecation] LOGGER in CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[173,4] [deprecation] LOGGER in CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[181,4] [deprecation] LOGGER in CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[190,5] [deprecation] LOGGER in CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[192,5] [deprecation] LOGGER in CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[224,5] [deprecation] LOGGER in CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[227,5] [deprecation] LOGGER in CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[237,5] [deprecation] LOGGER in CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[239,5] [deprecation] LOGGER in CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[249,5] [deprecation] LOGGER in CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/multicast/MulticastTest.java:[251,5] [deprecation] LOGGER in 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,3] [deprecation] LOGGER in CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/test/BlockwiseBertTransferTest.java:[276,4] [deprecation] LOGGER in CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/test/BlockwiseBertTransferTest.java:[284,4] [deprecation] LOGGER in CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/test/BlockwiseTransferTest.java:[418,4] [deprecation] LOGGER in CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/test/BlockwiseTransferTest.java:[435,4] [deprecation] LOGGER in CoapResource has been deprecated
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/test/java/org/eclipse/californium/core/test/MemoryLeakingHashMapTest.java:[480,3] [deprecation] LOGGER in CoapResource has been deprecated
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ californium-core ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.003 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] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.025 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.043 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.02 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.008 s - in org.eclipse.californium.core.test.AttributeMultiQueryTest
[INFO] Running org.eclipse.californium.core.network.GroupedMessageIdTrackerTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.802 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.696 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.008 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.006 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.018 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.087 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.05 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.007 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.006 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.921 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.008 s - in org.eclipse.californium.core.network.InMemoryMessageExchangeStoreTest
[INFO] Running org.eclipse.californium.core.network.InMemoryMessageIdProviderMulticastTest
08:02:11.923 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.203 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.113 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.404 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.015 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.081 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.002 s - in org.eclipse.californium.core.network.UdpMatcherMulticastTest
[INFO] Running org.eclipse.californium.core.server.CoapServerTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.502 s - in org.eclipse.californium.core.server.CoapServerTest
[INFO] Running org.eclipse.californium.core.server.ServerMessageDelivererTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.californium.core.server.ServerMessageDelivererTest
[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.001 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.003 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.004 s - in org.eclipse.californium.core.coap.MessageTest
[INFO] Running org.eclipse.californium.core.coap.LinkFormatTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 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: 1.695 s - in org.eclipse.californium.core.coap.RequestTest
[INFO] Running org.eclipse.californium.core.multicast.MulticastTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.489 s - in org.eclipse.californium.core.multicast.MulticastTest
[INFO] Running org.eclipse.californium.core.observe.ObserveRelationTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 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: 315, Failures: 0, Errors: 0, Skipped: 1
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ californium-core ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.055 s - in org.eclipse.californium.core.test.ResourceTreeTest
[INFO] Running org.eclipse.californium.core.test.lockstep.BlockwiseClientSideTest

0006: CON [MID=32463, T=2068A27A14D4EC3F], PUT, /test, 1:0/1/128, size1(290)    ----->
0011: <-----   ACK [MID=32463, T=2068A27A14D4EC3F], 2.31, 1:0/1/128
0012: CON [MID=32464, T=A8AA5D320258A6C5], PUT, /test, 1:1/1/128    ----->
0012: <-----   ACK [MID=32464, T=A8AA5D320258A6C5], 2.31, 1:1/1/32
0013: CON [MID=32465, T=808E1EFF63B063A6], PUT, /test, 1:8/1/32    ----->
0013: <-----   ACK [MID=32465, T=808E1EFF63B063A6], 2.31, 1:8/1/32
0013: CON [MID=32466, T=20B8E59DB1C3E395], PUT, /test, 1:9/0/32    ----->
0014: <-----   ACK [MID=32466, T=20B8E59DB1C3E395], 2.04, 1:9/0/32

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


0001: CON [MID=50635, T=A84CE8158C623B4E], GET, /test, 2:0/0/64    ----->
0003: <-----   ACK [MID=50635, T=A84CE8158C623B4E], 2.05, 2:0/1/64, size2(170)
0004: CON [MID=50636, T=E419702ABD2ABEFE], GET, /test, 2:1/0/64    ----->
0004: <-----   ACK [MID=50636, T=E419702ABD2ABEFE], 2.05, 2:1/1/64
0005: CON [MID=50637, T=A83A539029F54831], GET, /test, 2:2/0/64    ----->
0005: <-----   ACK [MID=50637, T=A83A539029F54831], 2.05, 2:2/0/64

0002: CON [MID=64431, T=10D98ECE8FE1F2BD], GET, /test    ----->
0002: <-----   ACK [MID=64431, T=10D98ECE8FE1F2BD], 2.05, 2:0/1/128, size2(300), ETags([0001])
0003: CON [MID=64432, T=486F2874767CC692], GET, /test, 2:1/0/128    ----->
0004: <-----   ACK [MID=64432, T=486F2874767CC692], 2.05, 2:1/1/128, ETags([0001])
0004: CON [MID=64433, T=10BBD0A85368D97A], GET, /test, 2:2/0/128    ----->
0005: <-----   ACK [MID=64433, T=10BBD0A85368D97A], 2.05, 2:2/0/128, ETags([0001])

0001: CON [MID=33006, T=284F4EEB2CAA8EA8], PUT, /test    ----->
0002: <-----   ACK [MID=33006, T=284F4EEB2CAA8EA8], 4.13, 1:0/0/64
0002: CON [MID=33007, T=284F4EEB2CAA8EA8], PUT, /test, 1:0/1/64, size1(128)    ----->
0003: <-----   ACK [MID=33007, T=284F4EEB2CAA8EA8], 2.31, 1:0/1/64
0003: CON [MID=33008, T=30D607D8DDEDB687], PUT, /test, 1:1/0/64    ----->
0004: <-----   ACK [MID=33008, T=30D607D8DDEDB687], 2.04, 1:1/0/64

0002: CON [MID=8527, T=D81D351CA701712E], PUT, /test, 1:0/1/128, size1(300)    ----->
0002: <-----   ACK [MID=8527, T=D81D351CA701712E], 2.31, 1:0/1/256
0003: CON [MID=8528, T=9CE867033584E683], PUT, /test, 1:1/1/128    ----->
0003: <-----   ACK [MID=8528, T=9CE867033584E683], 2.31, 1:1/1/256
0003: CON [MID=8529, T=F0804EAE1F882203], PUT, /test, 1:2/0/128    ----->
0004: <-----   ACK [MID=8529, T=F0804EAE1F882203], 2.04, 1:2/0/256

0086: Establish observe relation to test1
0087: CON [MID=40398, T=4709DF6DFBA7B2A6], GET, /test1, observe(0)    ----->
0089: <-----   ACK [MID=40398, T=4709DF6DFBA7B2A6], 2.05, 2:0/1/128, observe(62350), size2(300)
0090: CON [MID=40399, T=A0CE1FC12084E13E], GET, /test1, 2:1/0/128    ----->
0090: <-----   ACK [MID=40399, T=A0CE1FC12084E13E], 2.05, 2:1/1/128
0091: CON [MID=40400, T=58EB263BC562AEE9], GET, /test1, 2:2/0/128    ----->
0092: <-----   ACK [MID=40400, T=58EB263BC562AEE9], 2.05, 2:2/0/128
0092: ... time passes ...
0092: <-----   CON [MID=8001, T=4709DF6DFBA7B2A6], 2.05, 2:0/1/128, observe(62354), size2(280)
0093: ACK [MID=8001]   ----->
0093: CON [MID=40401, T=2C0B6F16402C1D39], GET, /test1, 2:1/0/128    ----->
0094: <-----   ACK [MID=40401, T=2C0B6F16402C1D39], 2.05, 2:1/1/128
0094: CON [MID=40402, T=58C1F2B8CB353BED], GET, /test1, 2:2/0/128    ----->
0095: <-----   ACK [MID=40402, T=58C1F2B8CB353BED], 2.05, 2:2/0/128
0095: ... time passes ...
0096: <-----   CON [MID=8002, T=4709DF6DFBA7B2A6], 2.05, 2:0/1/128, observe(17), size2(290)
0096: ACK [MID=8002]   ----->
0096: CON [MID=40403, T=B480D91E8A0AE768], GET, /test1, 2:1/0/128    ----->
0097: Server sends third notification during transfer 
0097: <-----   CON [MID=8003, T=4709DF6DFBA7B2A6], 2.05, 2:0/1/128, observe(19), size2(290)
0097: <-----   ACK [MID=40403, T=B480D91E8A0AE768], 2.05, 2:1/1/128
0097: ACK [MID=8003]   ----->
0098: CON [MID=40404, T=642A9BB58B3EC12A], GET, /test1, 2:1/0/128    ----->
0098: Send old notification during transfer
0099: <-----   CON [MID=8004, T=4709DF6DFBA7B2A6], 2.05, 2:0/1/128, observe(18), size2(290)
0099: <-----   ACK [MID=40404, T=642A9BB58B3EC12A], 2.05, 2:1/1/128
0099: ACK [MID=8004]   ----->
0099: CON [MID=40405, T=40BF268F549EC813], GET, /test1, 2:2/0/128    ----->
0100: <-----   ACK [MID=40405, T=40BF268F549EC813], 2.05, 2:2/0/128

0002: CON [MID=41760, T=507C57FC073C4F7A], PUT, /test    ----->
0002: <-----   ACK [MID=41760, T=507C57FC073C4F7A], 4.13
0002: CON [MID=41761, T=507C57FC073C4F7A], PUT, /test, 1:0/1/64, size1(128)    ----->
0003: <-----   ACK [MID=41761, T=507C57FC073C4F7A], 4.13, 1:0/1/32
0003: CON [MID=41762, T=ECFB5C901326FA06], PUT, /test, 1:0/1/32, size1(128)    ----->
0004: <-----   ACK [MID=41762, T=ECFB5C901326FA06], 2.31, 1:0/1/32
0004: CON [MID=41763, T=C42FFED4D04BB762], PUT, /test, 1:1/1/32    ----->
0005: <-----   ACK [MID=41763, T=C42FFED4D04BB762], 2.31, 1:1/1/32
0005: CON [MID=41764, T=24899E248A646297], PUT, /test, 1:2/1/32    ----->
0006: <-----   ACK [MID=41764, T=24899E248A646297], 2.31, 1:2/1/32
0006: CON [MID=41765, T=14ED8EA3E114BF1F], PUT, /test, 1:3/0/32    ----->
0006: <-----   ACK [MID=41765, T=14ED8EA3E114BF1F], 2.04, 1:3/0/32

0001: CON [MID=37339, T=98E7D3F2D216D505], GET, /test    ----->
0002: <-----   ACK [MID=37339, T=98E7D3F2D216D505], 2.05, 2:0/1/256, size2(300)
0002: CON [MID=37340, T=40FD56A73079D432], GET, /test, 2:2/0/128    -----> // lost
0203: CON [MID=37340, T=40FD56A73079D432], GET, /test, 2:2/0/128    ----->
0204: <-----   ACK [MID=37340, T=40FD56A73079D432], 2.05, 2:2/0/128

0003: CON [MID=59137, T=74DCD827B4F6452F], GET, /test    ----->
0004: <-----   ACK [MID=59137, T=74DCD827B4F6452F], 2.05, 2:0/1/128
0004: CON [MID=59138, T=0C7224AB62C8F304], GET, /test, 2:1/0/128    ----->
0205: CON [MID=59138, T=0C7224AB62C8F304], GET, /test, 2:1/0/128    ----->

0002: CON [MID=30176, T=DC428C6D094FD2E0], GET, /test    ----->
0002: <-----   ACK [MID=30176, T=DC428C6D094FD2E0], 2.05, 2:0/1/128
0003: CON [MID=30177, T=5C0C29BC63377D7D], GET, /test, 2:1/0/128    ----->
0003: <-----   ACK [MID=30177, T=5C0C29BC63377D7D], 2.05, 2:1/1/128
0004: CON [MID=30178, T=C4AFA7A34FA6F8AB], GET, /test, 2:2/0/128    ----->

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

0002: CON [MID=24584, T=1016B12323806E7C], PUT, /test, 1:0/1/128, size1(138)    ----->
0002: <-----   ACK [MID=24584, T=1016B12323806E7C], 4.13, 1:0/0/64
0002: CON [MID=24585, T=5C23EA9081BAA896], PUT, /test, 1:0/1/64, size1(138)    ----->
0003: <-----   ACK [MID=24585, T=5C23EA9081BAA896], 2.31, 1:0/1/64
0003: CON [MID=24586, T=2C436B733CCE16FC], PUT, /test, 1:1/1/64    ----->
0004: <-----   ACK [MID=24586, T=2C436B733CCE16FC], 2.31, 1:1/1/64
0004: CON [MID=24587, T=EC488BD6C644A2BB], PUT, /test, 1:2/0/64    ----->
0005: <-----   ACK [MID=24587, T=EC488BD6C644A2BB], 2.04, 1:2/0/64

0001: CON [MID=26144, T=183C1D1121795B97], GET, /test    ----->
0002: <-----   ACK [MID=26144, T=183C1D1121795B97], 2.05, 2:0/1/128
0002: CON [MID=26145, T=D8050002F05BA5A0], GET, /test, 2:1/0/128    ----->
0003: CON [MID=26146, T=C4729782AB98E125], GET, /test    ----->
0004: <-----   ACK [MID=26146, T=C4729782AB98E125], 2.05, 2:0/1/128
0004: CON [MID=26147, T=E0B194EB4D14A5EC], GET, /test, 2:1/0/128    ----->
0004: <-----   ACK [MID=26145, T=D8050002F05BA5A0], 2.05, 2:1/0/128
0005: <-----   ACK [MID=26147, T=E0B194EB4D14A5EC], 2.05, 2:1/0/128

0001: CON [MID=41466, T=487C2AAC981BD303], GET, /test    ----->
0002: <-----   ACK [MID=41466, T=487C2AAC981BD303], 2.05, 2:0/1/128
0002: CON [MID=41467, T=DC44D552A483CC53], GET, /test, 2:1/0/128    ----->
0203: CON [MID=41467, T=DC44D552A483CC53], GET, /test, 2:1/0/128    ----->
0228: <-----   ACK [MID=41467, T=DC44D552A483CC53], 2.05, 2:1/1/128
0229: CON [MID=41468, T=280134403D955EAE], GET, /test, 2:2/0/128    ----->
0429: CON [MID=41468, T=280134403D955EAE], GET, /test, 2:2/0/128    ----->
0455: <-----   ACK [MID=41468, T=280134403D955EAE], 2.05, 2:2/0/128
0455: // next transfer
0456: CON [MID=41469, T=E87A2D3C0B9A271C], GET, /test    ----->
0457: <-----   ACK [MID=41469, T=E87A2D3C0B9A271C], 2.05, 2:0/1/128
0457: CON [MID=41470, T=58305171BF0AC3F0], GET, /test, 2:1/0/128    ----->
0657: CON [MID=41470, T=58305171BF0AC3F0], GET, /test, 2:1/0/128    ----->
0683: <-----   ACK [MID=41470, T=58305171BF0AC3F0], 2.05, 2:1/1/128
0683: CON [MID=41471, T=8096E04752DF5FC8], GET, /test, 2:2/0/128    ----->
0884: CON [MID=41471, T=8096E04752DF5FC8], GET, /test, 2:2/0/128    ----->
0910: <-----   ACK [MID=41471, T=8096E04752DF5FC8], 2.05, 2:2/0/128


0002: CON [MID=20891, T=5011B9B3E20D75D7], PUT, /test, 1:0/1/128, size1(260)    ----->
0003: <-----   ACK [MID=20891, T=5011B9B3E20D75D7], 2.31, 1:0/0/128
0003: CON [MID=20892, T=D8CEFA8C139D1E7E], PUT, /test, 1:1/1/128    ----->
0003: <-----   ACK [MID=20892, T=D8CEFA8C139D1E7E], 4.13, 1:1/0/64

0002: CON [MID=35455, T=9866538ABD56695E], PUT, /test, 1:0/1/128, size1(200)    ----->
0002: <-----   ACK [MID=35455, T=9866538ABD56695E], 2.31, 1:0/1/32
0003: CON [MID=35456, T=0C38F10F64C456FF], PUT, /test, 1:4/1/32    ----->
0003: <-----   ACK [MID=35456, T=0C38F10F64C456FF], 2.31, 1:4/1/32
0004: CON [MID=35457, T=7C9F78BF788FE1FD], PUT, /test, 1:5/1/32    ----->
0004: <-----   ACK [MID=35457, T=7C9F78BF788FE1FD], 2.31, 1:5/1/32
0004: CON [MID=35458, T=7C5CC446C5C5CBC8], PUT, /test, 1:6/0/32    ----->
0005: <-----   ACK [MID=35458, T=7C5CC446C5C5CBC8], 2.04, 1:6/0/32

0001: CON [MID=51452, T=749779F3D12FE388], GET, /test, 2:0/0/64    ----->
0002: <-----   ACK [MID=51452, T=749779F3D12FE388], 2.05, 2:0/1/64, size2(170)
0002: CON [MID=51453, T=30F13C1B519E272F], GET, /test, 2:1/0/64    ----->
0003: <-----   ACK [MID=51452, T=749779F3D12FE388], 2.05, 2:0/1/64, size2(170)
0203: CON [MID=51453, T=30F13C1B519E272F], GET, /test, 2:1/0/64    ----->
0204: <-----   ACK [MID=51453, T=30F13C1B519E272F], 2.05, 2:1/1/64
0204: CON [MID=51454, T=A4F9C355A96519FB], GET, /test, 2:2/0/64    ----->
0205: <-----   ACK [MID=51454, T=A4F9C355A96519FB], 2.05, 2:2/0/64

0002: CON [MID=53021, T=701BF1173F0AE126], PUT, /test, 1:0/1/128, size1(300)    ----->
0002: <-----   ACK [MID=53021, T=701BF1173F0AE126], 2.31, 1:1/0/128
0003: CON [MID=53022, T=7C0A4C676BD7C54E], PUT, /test, 1:1/1/128    ----->

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

0001: CON [MID=27880, T=08AF28D094EBABA8], PUT, /test, 1:0/1/128, size1(300)    ----->
0002: <-----   ACK [MID=27880, T=08AF28D094EBABA8], 2.31, 1:0/1/128
0003: CON [MID=27881, T=FC9247C97469ACB8], PUT, /test, 1:1/1/128    ----->
0003: <-----   ACK [MID=27881, T=FC9247C97469ACB8], 2.31, 1:1/1/128
0003: CON [MID=27882, T=747C07A6DE653385], PUT, /test, 1:2/0/128    ----->
0004: <-----   ACK [MID=27882, T=747C07A6DE653385], 4.08

0001: CON [MID=5775, T=A884F19C9B06B49D], PUT, /test    ----->
0002: <-----   ACK [MID=5775, T=A884F19C9B06B49D], 4.13, size1(90)
0002: CON [MID=5776, T=A884F19C9B06B49D], PUT, /test, 1:0/1/64, size1(128)    ----->
0003: <-----   ACK [MID=5776, T=A884F19C9B06B49D], 2.31, 1:0/1/64
0003: CON [MID=5777, T=AC660B02189895AC], PUT, /test, 1:1/0/64    ----->
0004: <-----   ACK [MID=5777, T=AC660B02189895AC], 2.04, 1:1/0/64

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

0001: CON [MID=39004, T=7C4BC24B4DF92D4E], PUT, /test, 1:0/1/128, size1(300)    ----->
0002: CON [MID=39005, T=68CBF12617F8B685], PUT, /test, 1:0/1/128, size1(300)    ----->
0003: <-----   ACK [MID=39004, T=7C4BC24B4DF92D4E], 2.31, 1:0/1/128
0003: <-----   ACK [MID=39005, T=68CBF12617F8B685], 2.31, 1:0/1/128
0003: CON [MID=39006, T=2CB571A5B13D8DDF], PUT, /test, 1:1/1/128    ----->
0004: <-----   ACK [MID=39006, T=2CB571A5B13D8DDF], 2.31, 1:1/1/128
0004: CON [MID=39007, T=84B90DE9F27B06F2], PUT, /test, 1:2/0/128    ----->
0005: <-----   ACK [MID=39007, T=84B90DE9F27B06F2], 2.04, 1:2/0/128

0002: CON [MID=19921, T=E0ED7766B45863FA], POST, /test, 1:0/1/128, size1(300)    ----->
0002: <-----   ACK [MID=19921, T=E0ED7766B45863FA], 2.31, 1:0/1/128
0003: CON [MID=19922, T=20ACA1F5DF907255], POST, /test, 1:1/1/128    ----->
0003: <-----   ACK [MID=19922, T=20ACA1F5DF907255], 2.31, 1:1/1/128
0003: CON [MID=19923, T=343F895DD274B72B], POST, /test, 1:2/0/128    ----->
0004: <-----   ACK [MID=19923, T=343F895DD274B72B], 2.04, 1:2/0/128, 2:0/1/128, size2(500), ETags([0001])
0004: CON [MID=19924, T=2CCD6BC5F0CB0D24], POST, /test, 2:1/0/128    ----->
0005: <-----   ACK [MID=19924, T=2CCD6BC5F0CB0D24], 2.04, 2:1/1/128, ETags([0001])
0005: CON [MID=19925, T=5CC2D52F604BF487], POST, /test, 2:2/0/128    ----->
0006: <-----   ACK [MID=19925, T=5CC2D52F604BF487], 2.04, 2:2/1/128, ETags([0001])
0006: CON [MID=19926, T=5CBBACA3CB4762E0], POST, /test, 2:3/0/128    ----->
0006: <-----   ACK [MID=19926, T=5CBBACA3CB4762E0], 2.04, 2:3/0/128, ETags([0001])


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

0002: CON [MID=53267, T=246A1FC411722EA8], GET, /test    ----->
0002: <-----   ACK [MID=53267, T=246A1FC411722EA8], 2.05, 2:0/1/128, size2(300)
0003: CON [MID=53268, T=64DA7FEBE2983930], GET, /test, 2:1/0/128    ----->
0003: <-----   ACK [MID=53268, T=64DA7FEBE2983930], 2.05, 2:1/1/128
0004: CON [MID=53269, T=0414A18010105265], GET, /test, 2:2/0/128    (should be dropped by error)
0004: CON [MID=53269, T=0414A18010105265], GET, /test, 2:2/0/128    -----> (dropped)

0001: CON [MID=32941, T=78D11574866B2F8A], PUT, /test, 1:0/1/128, size1(300)    ----->
0002: <-----   ACK [MID=32941, T=78D11574866B2F8A], 2.31, 1:0/0/128
0002: CON [MID=32942, T=7007C521C1515C3C], PUT, /test, 1:1/1/128    ----->

0003: <-----   ACK [MID=32942, T=7007C521C1515C3C], 2.31, 1:1/0/128

0002: CON [MID=5107, T=98740100AED5C128], GET, /test    ----->
0003: <-----   ACK [MID=5107, T=98740100AED5C128], 2.05, 2:0/1/128
0004: CON [MID=5108, T=DCEA0DA4C3AE1648], GET, /test, 2:1/0/128    ----->
0004: <-----   ACK [MID=5108, T=DCEA0DA4C3AE1648], 2.05, 2:1/1/128
0005: CON [MID=5109, T=44DD2A6D1E8A8751], GET, /test, 2:2/0/128    ----->


0001: CON [MID=48556, T=A8B62AE9568AB30A], PUT, /test, 1:0/1/128, size1(250)    ----->
0002: <-----   ACK [MID=48556, T=A8B62AE9568AB30A], 2.31, 1:0/0/128
0002: CON [MID=48557, T=60074C9DB35CEE7A], PUT, /test, 1:1/0/128    ----->
0003: <-----   ACK [MID=48557, T=60074C9DB35CEE7A], 4.13, 1:1/0/64
08:02:28.182 WARN [BlockwiseLayer]: cannot process next block request, aborting request! (o.e.c.c.n.s.BlockwiseLayer.sendNextBlock:1115)
org.eclipse.californium.elements.util.IntendedTestException: Simulate error before to sent

0001: CON [MID=54828, T=B4739973848A92EB], PUT, /test, 1:0/1/128, size1(300)    ----->
0002: <-----   ACK [MID=54828, T=B4739973848A92EB], 2.31, 1:0/1/128
0002: CON [MID=54829, T=6CFBBE1DA561D83E], PUT, /test, 1:1/1/128    ----->
0003: <-----   ACK [MID=54829, T=6CFBBE1DA561D83E], 2.31, 1:1/1/128
0003: CON [MID=54830, T=8CB802E6BF2870AA], PUT, /test, 1:2/0/128    (should be dropped by error)
0003: CON [MID=54830, T=8CB802E6BF2870AA], PUT, /test, 1:2/0/128    -----> (dropped)

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

0001: CON [MID=11814, T=5C73E94F9A564C07], PUT, /test    ----->
0002: <-----   ACK [MID=11814, T=5C73E94F9A564C07], 4.13
0002: CON [MID=11815, T=5C73E94F9A564C07], PUT, /test, 1:0/1/64, size1(128)    ----->
0002: <-----   ACK [MID=11815, T=5C73E94F9A564C07], 2.31, 1:0/1/64
0003: CON [MID=11816, T=FC4436612BB1B4A1], PUT, /test, 1:1/0/64    ----->
0003: <-----   ACK [MID=11816, T=FC4436612BB1B4A1], 2.04, 1:1/0/64

0001: CON [MID=35964, T=AC017DA649680B80], GET, /test    ----->
0002: <-----   ACK [MID=35964, T=AC017DA649680B80], 2.05, 2:0/1/128
0002: CON [MID=35965, T=ECC915FF7B6E078C], GET, /test, 2:1/0/128    ----->
0202: CON [MID=35965, T=ECC915FF7B6E078C], GET, /test, 2:1/0/128    ----->
0228: <-----   ACK [MID=35965, T=ECC915FF7B6E078C], 2.05, 2:1/1/128
0228: CON [MID=35966, T=502C057CE72AAC2A], GET, /test, 2:2/0/128    ----->
0429: CON [MID=35966, T=502C057CE72AAC2A], GET, /test, 2:2/0/128    ----->


0001: CON [MID=64293, T=60471FDADF10AD8C], PUT, /test    ----->
0002: <-----   ACK [MID=64293, T=60471FDADF10AD8C], 4.13
0002: CON [MID=64294, T=60471FDADF10AD8C], PUT, /test, 1:0/1/64, size1(128)    ----->
0003: <-----   ACK [MID=64294, T=60471FDADF10AD8C], 4.13

0001: CON [MID=34786, T=28EA3798C81C2067], PUT, /test, 1:0/1/128, size1(300)    ----->
0002: <-----   ACK [MID=34786, T=28EA3798C81C2067], 2.31, 1:0/1/128
0002: CON [MID=34787, T=04431DF61EAE93FC], PUT, /test, 1:1/1/128    ----->
0003: <-----   ACK [MID=34787, T=04431DF61EAE93FC], 2.31, 1:1/1/128
0003: CON [MID=34788, T=0C2C669B05BE8654], PUT, /test, 1:2/0/128    ----->
0003: <-----   ACK [MID=34788, T=0C2C669B05BE8654], 2.04, 1:2/0/128

0001: CON [MID=24079, T=800A7C88D6D642F3], PUT, /test, 1:0/1/128, size1(400)    ----->
0002: <-----   ACK [MID=24079, T=800A7C88D6D642F3], 2.31, 1:1/0/128
0002: CON [MID=24080, T=A0AB134D85188CEE], PUT, /test, 1:1/1/128    ----->
0202: CON [MID=24080, T=A0AB134D85188CEE], PUT, /test, 1:1/1/128    ----->
0228: <-----   ACK [MID=24080, T=A0AB134D85188CEE], 2.31, 1:2/0/128
0228: CON [MID=24081, T=047B043FD45DE2E6], PUT, /test, 1:2/1/128    ----->
0429: CON [MID=24081, T=047B043FD45DE2E6], PUT, /test, 1:2/1/128    ----->

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

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

0209: NON [MID=7001, T=0C], GET, /obs, 2:0/0/16, observe(0)    ----->
0209: <-----   NON [MID=43391, T=0C], 2.05, 2:0/1/16, observe(3), size2(30), ETags([0005])
0211: NON [MID=7002, T=0C], GET, /obs, 2:1/0/16, ETags([0005])    ----->
0211: <-----   NON [MID=43392, T=0C], 2.05, 2:1/0/16, ETags([0005])
0212: Observe relation established
0212: <-----   NON [MID=43393, T=0C], 2.05, 2:0/1/16, observe(4), size2(29), ETags([0006])
0212: NON [MID=7003, T=0C], GET, /obs, 2:1/0/16, ETags([0006])    ----->
0213: <-----   NON [MID=43394, T=0C], 2.05, 2:1/0/16, ETags([0006])
0214: <-----   CON [MID=43395, T=0C], 2.05, 2:0/1/16, observe(5), size2(30), ETags([0007])
0214: ACK [MID=43395]    ----->
0214: NON [MID=7004, T=0C], GET, /obs, 2:1/0/16, ETags([0007])    ----->
0215: <-----   NON [MID=43396, T=0C], 2.05, 2:1/0/16, ETags([0007])
0215: <-----   NON [MID=43397, T=0C], 2.05, 2:0/1/16, observe(6), size2(29), ETags([0008])// Reject notification (cancel observe)
0216: RST [MID=43397]    ----->

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

0622: NON [MID=7001, T=10], GET, /obs, observe(0)    ----->
0622: <-----   NON [MID=25003, T=10], 2.05, observe(8), ETags([000C])
0623: Observe relation established
0623: <-----   NON [MID=25004, T=10], 2.05, observe(9), ETags([000D])
0623: <-----   CON [MID=25005, T=10], 2.05, observe(10), ETags([000E])
0624: ACK [MID=25005]    ----->
0724: <-----   NON [MID=25006, T=10], 2.05, observe(11), ETags([000F])// Reject notification (cancel observe)
0725: RST [MID=25006]    ----->
08:02:30.095 WARN [BaseCoapStack]: error send response NON-2.05   MID=56468, Token=11, OptionSet={"ETag":0x0012, "Observe":13}, "Second notification 3840145101" (o.e.c.c.n.s.BaseCoapStack.sendResponse:106)
org.eclipse.californium.elements.util.IntendedTestException: Simulate error before to sent

0851: CON [MID=7001, T=11], GET, /obs, observe(0)    ----->
0852: <-----   ACK [MID=7001, T=11], 2.05, observe(11), ETags([0010])
0852: // Observe relation established
0852: <-----   NON [MID=56467, T=11], 2.05, observe(12), ETags([0011])
0853: (should be dropped by error)   NON [MID=56468, T=11], 2.05, observe(13), ETags([0012])
0853: (dropped) <---   NON [MID=56468, T=11], 2.05, observe(13), ETags([0012])
0953: <-----   NON [MID=56469, T=11], 2.05, observe(14), ETags([0013])
0953: // Reject 1. notification (cancel observe)
0954: RST [MID=56467]    ----->

1228: CON [MID=7001, T=12], GET, /obs, observe(0)    ----->
1228: <-----   ACK [MID=7001, T=12], 2.05, observe(14), ETags([0014])
1228: Observe relation established
1229: <-----   CON [MID=14299, T=12], 2.05, observe(15), ETags([0015])// lost 
1429: <-----   CON [MID=14299, T=12], 2.05, observe(15), ETags([0015])// Reject notification (cancel observe)
1430: RST [MID=14299]    ----->

1629: CON [MID=7001, T=13], GET, /obs, observe(0)    ----->
1630: <-----   ACK [MID=7001, T=13], 2.05, observe(15), ETags([0016])
1630: Observe relation established
1630: <-----   CON [MID=12479, T=13], 2.05, observe(16), ETags([0017])// lost 
1831: <-----   CON [MID=12479, T=13], 2.05, observe(16), ETags([0017])// lost (1. retransmission)
2032: <-----   CON [MID=12480, T=13], 2.05, observe(17), ETags([0018])// lost (2. retransmission)
2232: <-----   CON [MID=12481, T=13], 2.05, observe(18), ETags([0019])// lost (3. retransmission)
2433: <-----   CON [MID=12481, T=13], 2.05, observe(18), ETags([0019])// lost (4. retransmission)

2635: CON [MID=7001, T=14], GET, /obs, observe(0)    ----->
2636: <-----   ACK [MID=7001, T=14], 2.05, observe(18), ETags([001A])
2636: Observe relation established
2636: <-----   NON [MID=34937, T=14], 2.05, observe(19), ETags([001B])
2637: <-----   CON [MID=34938, T=14], 2.05, observe(20), ETags([001C])
2838: <-----   CON [MID=34939, T=14], 2.05, observe(21), ETags([001D])
3038: <-----   CON [MID=34940, T=14], 2.05, observe(22), ETags([001E])
3239: <-----   CON [MID=34940, T=14], 2.05, observe(22), ETags([001E])
3440: <-----   CON [MID=34941, T=14], 2.05, observe(23), ETags([001F])
3441: ACK [MID=34941]    ----->
3441: <-----   CON [MID=34942, T=14], 2.05, observe(24), ETags([0020])
3442: ACK [MID=34942]    ----->
3442: <-----   CON [MID=34943, T=14], 2.05, observe(26), ETags([0022])
3442: ACK [MID=34943]    ----->

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

3646: CON [MID=7001, T=16], GET, /obs, observe(0)    ----->
3647: <-----   ACK [MID=7001, T=16], 2.05, observe(28), ETags([0026])
3647: Observe relation established
3647: <-----   NON [MID=62895, T=16], 2.05, observe(29), ETags([0027])
3648: <-----   NON [MID=62896, T=16], 2.05, observe(30), ETags([0028])
3648: <-----   CON [MID=62897, T=16], 2.05, observe(31), ETags([0029])
3649: ACK [MID=62897]    ----->
3649: <-----   NON [MID=62898, T=16], 2.05, observe(32), ETags([002A])
3649: <-----   CON [MID=62899, T=16], 2.05, observe(33), ETags([002B]) // lost
3850: <-----   CON [MID=62899, T=16], 2.05, observe(33), ETags([002B]) // lost
4050: <-----   CON [MID=62899, T=16], 2.05, observe(33), ETags([002B]) // lost
4251: <-----   CON [MID=62899, T=16], 2.05, observe(33), ETags([002B]) // lost
4451: <-----   CON [MID=62899, T=16], 2.05, observe(33), ETags([002B]) // lost

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

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

5034: CON [MID=7001, T=1A], GET, /obs, observe(0)    ----->
5034: <-----   ACK [MID=7001, T=1A], 2.05, observe(36), ETags([0031])
5034: Observe relation established
5035: <-----   NON [MID=56196, T=1A], 2.05, observe(37), ETags([0032])
5035: <-----   CON [MID=56197, T=1A], 2.05, observe(38), ETags([0033])
5235: <-----   CON [MID=56198, T=1A], 2.05, observe(39), ETags([0034])
5436: <-----   CON [MID=56199, T=1A], 2.05, observe(40), ETags([0035])
5637: <-----   CON [MID=56199, T=1A], 2.05, observe(40), ETags([0035])
5838: <-----   CON [MID=56200, T=1A], 2.05, observe(41), ETags([0036])
5838:    server cancels observe relation

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

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

0037: CON [MID=17001, T=1D], GET, /con    ----->
0037: <-----   ACK [MID=17001]
0037: <-----   CON [MID=62721, T=1D], 2.05
0038: ACK [MID=62721]    ----->

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

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

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

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

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


0002: NON [MID=30611, T=E86A62EA3B6B93BD], GET, /test    ----->
0002: NON [MID=30612, T=1C8C33B10B5CF4C3], GET, /test    ----->
0003: NON [MID=30613, T=F85C51BF0585E88E], GET, /test    ----->
1004: <-----   NON [MID=1001, T=1C8C33B10B5CF4C3], 2.05
1005: NON [MID=30614, T=2CCEA54B0A6E3F1B], GET, /test    ----->
1504: <-----   NON [MID=1002, T=E86A62EA3B6B93BD], 2.05
1504: <-----   NON [MID=1003, T=F85C51BF0585E88E], 2.05
1504: <-----   NON [MID=1004, T=2CCEA54B0A6E3F1B], 2.05
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.638 s - in org.eclipse.californium.core.test.lockstep.CongestionControlClientSideTest
[INFO] Running org.eclipse.californium.core.test.lockstep.ClusteringTest

0002: Sending Observe Request to client 1 ...
0003: Server send Observe response to client 1.
0003: CON [MID=29682, T=53311F78B26A3163], GET, /test, observe(0)    ----->
0004: <-----   ACK [MID=29682]
0004: <-----   CON [MID=8001, T=53311F78B26A3163], 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=53311F78B26A3163], 2.05, observe(102)
1056: ACK [MID=8002]   ----->

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

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

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

0002: Sending Observe Request to client 1 ...
0002: Server send Observe response to client 1.
0003: CON [MID=54715, T=ED9B5EF11C4B235E], GET, /test, observe(0)    ----->
0003: <-----   ACK [MID=54715, T=ED9B5EF11C4B235E], 2.05, 2:0/1/16, observe(100)
0004: CON [MID=54716, T=4CC2F6E2402BFB4D], GET, /test, 2:1/0/16    ----->
0004: <-----   ACK [MID=54716, T=4CC2F6E2402BFB4D], 2.05, 2:1/1/16
0004: CON [MID=54717, T=54E8ACCD69986BD1], GET, /test, 2:2/0/16    ----->
0005: <-----   ACK [MID=54717, T=54E8ACCD69986BD1], 2.05, 2:2/0/16

0005: Relation established with client 1
0005: Server send Observe response to client 2.
0006: <-----   CON [MID=8001, T=ED9B5EF11C4B235E], 2.05, 2:0/1/16, observe(101)
0006: ACK [MID=8001]   ----->
0006: CON [MID=40489, T=88218860237CDE86], GET, /test, 2:1/0/16    ----->
0007: <-----   ACK [MID=40489, T=88218860237CDE86], 2.05, 2:1/1/16
0007: CON [MID=40490, T=C8D2C706ABB232E5], GET, /test, 2:2/0/16    ----->
0007: <-----   ACK [MID=40490, T=C8D2C706ABB232E5], 2.05, 2:2/0/16

0008: Response received
0008: 
0008: Server send Observe response to client 1.
0008: <-----   CON [MID=8002, T=ED9B5EF11C4B235E], 2.05, 2:0/1/16, observe(102)
0008: ACK [MID=8002]   ----->
0008: CON [MID=54718, T=F48A46ED05A340C3], GET, /test, 2:1/0/16    ----->
0009: <-----   ACK [MID=54718, T=F48A46ED05A340C3], 2.05, 2:1/1/16
0009: CON [MID=54719, T=0CE7C8B5D2C36A3D], GET, /test, 2:2/0/16    ----->
0010: <-----   ACK [MID=54719, T=0CE7C8B5D2C36A3D], 2.05, 2:2/0/16

0002: Sending Observe Request to client 1 ...
0002: Server send Observe response to client 1.
0002: CON [MID=26202, T=074305BE798B22D5], GET, /test, observe(0)    ----->
0003: <-----   ACK [MID=26202]
0003: <-----   CON [MID=8001, T=074305BE798B22D5], 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=074305BE798B22D5], 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=074305BE798B22D5], 2.05, observe(103)
0004: ACK [MID=8003]   ----->
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.08 s - in org.eclipse.californium.core.test.lockstep.ClusteringTest
[INFO] Running org.eclipse.californium.core.test.lockstep.ServerDeduplicationTest

0002: CON [MID=2345, T=0001], GET, /test/CON    ----->
0002: <-----   ACK [MID=2345]
0002: <-----   CON [MID=25902, T=0001], 2.05
0003: CON [MID=2345, T=0001], GET, /test/CON    ----->
0003: <-----   ACK [MID=2345]
0003: <-----   CON [MID=25902, T=0001], 2.05
1004: <-----   CON [MID=25902, T=0001], 2.05
1005: ACK [MID=25902]    ----->
1005: CON [MID=2346, T=0001], GET, /test/CON    ----->
1005: <-----   ACK [MID=2346]
1005: <-----   CON [MID=25903, T=0001], 2.05
1005: ACK [MID=25903]    ----->

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

2111: CON [MID=2345, T=0001], GET, /test/NON    ----->
2111: <-----   ACK [MID=2345]
2111: <-----   NON [MID=35265, T=0001], 2.05
2112: CON [MID=2345, T=0001], GET, /test/NON    ----->
2112: <-----   ACK [MID=2345]
2112: <-----   NON [MID=35265, T=0001], 2.05
2112: CON [MID=2346, T=0001], GET, /test/NON    ----->
2112: <-----   ACK [MID=2346]
2113: <-----   NON [MID=35266, 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]
0002: <-----   CON [MID=42736, T=23], 2.05
0003: CON [MID=1002, T=24], GET, /test    ----->
0003: <-----   ACK [MID=1002]
0003: <-----   CON [MID=42737, T=24], 2.05
0003: CON [MID=1003, T=25], GET, /test    ----->
0004: <-----   ACK [MID=1003]
0004: <-----   CON [MID=42738, T=25], 2.05
0004: CON [MID=1004, T=26], GET, /test    ----->
0004: <-----   ACK [MID=1004]
1005: CON [MID=1005, T=27], GET, /test    ----->
1006: <-----   ACK [MID=1005, T=27], 2.05
1007: ACK [MID=42736]    ----->
1007: <-----   CON [MID=42739, T=26], 2.05
1007: ACK [MID=42737]    ----->
1007: ACK [MID=42738]    ----->
1008: ACK [MID=42739]    ----->

0002: CON [MID=2001, T=28], GET, /test    ----->
0002: <-----   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.27 s - in org.eclipse.californium.core.test.lockstep.CongestionControlServerSideTest
[INFO] Running org.eclipse.californium.core.test.lockstep.DeduplicationTest

0002: CON [MID=6287, T=40B68D7ABB016307], GET, /test    ----->
0104: CON [MID=6287, T=40B68D7ABB016307], GET, /test    ----->
1105: CON [MID=6288, T=D8CC346F4C297F45], GET, /test    ----->
1206: CON [MID=6288, T=D8CC346F4C297F45], GET, /test    ----->

0001: CON [MID=1234, T=202E3242D533389A], GET, /test    ----->
0002: <-----   ACK [MID=1234]
0002: <-----   ACK [MID=1234]
0002: <-----   CON [MID=4711, T=202E3242D533389A], 2.05
0002: ACK [MID=4711]   ----->
0003: <-----   CON [MID=4711, T=202E3242D533389A], 2.05
0004: ACK [MID=4711]   ----->
0004: <-----   CON [MID=42, T=202E3242D533389A], 2.05
0004: RST [MID=42]   ----->
0004: CON [MID=4711, T=34D710E8EC0F2D09], GET, /test    ----->
0005: <-----   ACK [MID=4711, T=34D710E8EC0F2D09], 2.05
0005: <-----   ACK [MID=4711, T=34D710E8EC0F2D09], 2.05

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

0001: CON [MID=2943, T=9893934624AAFB88], GET, /test    ----->
0102: CON [MID=2943, T=9893934624AAFB88], GET, /test    ----->
0202: CON [MID=2943, T=9893934624AAFB88], GET, /test    ----->
1204: CON [MID=2944, T=2CC26E3D0CBFF363], GET, /test    ----->
1304: CON [MID=2944, T=2CC26E3D0CBFF363], GET, /test    ----->
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.125 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.805 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.323 s - in org.eclipse.californium.core.test.StartStopTest
[INFO] Running org.eclipse.californium.core.test.ClientAsynchronousTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.californium.core.test.ClientAsynchronousTest
[INFO] Running org.eclipse.californium.core.test.RequestPayloadTest
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 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.936 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.007 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.512 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.225 s - in org.eclipse.californium.core.test.ClientSynchronousTest
[INFO] Running org.eclipse.californium.core.test.BlockwiseBertTransferTest

0008: CON [MID=-1, T=948722F6029308E5], POST, /test, 1:0/1/1024(BERT), size1(2600)    ----->
0008: <-----   null [MID=-1, T=948722F6029308E5], 2.31, 1:0/1/1024(BERT)
0008: CON [MID=-1, T=68D70B6961ACCC2F], POST, /test, 1:2/0/1024(BERT)    ----->
0009: <-----   CON [MID=-1, T=68D70B6961ACCC2F], 2.05, 1:2/0/1024(BERT), 2:0/1/1024(BERT), size2(4200)
0009: CON [MID=-1, T=D0CCD4B5BF2CCF11], POST, /test, 2:2/0/1024(BERT)    ----->
0010: <-----   null [MID=-1, T=D0CCD4B5BF2CCF11], 2.05, 2:2/1/1024(BERT)
0010: CON [MID=-1, T=449BF1E1C92B7728], POST, /test, 2:4/0/1024(BERT)    ----->
0010: <-----   null [MID=-1, T=449BF1E1C92B7728], 2.05, 2:4/0/1024(BERT)

0112: CON [MID=-1, T=7C93BF5FFF451327], POST, /test, 1:0/1/1024(BERT), size1(2600)    ----->
0112: <-----   null [MID=-1, T=7C93BF5FFF451327], 2.31, 1:0/1/1024(BERT)
0112: CON [MID=-1, T=A02F9EB42B45097D], POST, /test, 1:2/0/1024(BERT)    ----->
0113: <-----   CON [MID=-1, T=A02F9EB42B45097D], 2.05, 1:2/0/1024(BERT), 2:0/1/1024(BERT), size2(4200)
0113: CON [MID=-1, T=380EB98938227608], POST, /test, 2:2/0/1024(BERT)    ----->
0114: <-----   null [MID=-1, T=380EB98938227608], 2.05, 2:2/1/1024(BERT)
0114: CON [MID=-1, T=80AA22461B1A8991], POST, /test, 2:4/0/1024(BERT)    ----->
0114: <-----   null [MID=-1, T=80AA22461B1A8991], 2.05, 2:4/0/1024(BERT)

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

1320: CON [MID=-1, T=540D5F3855B4248A], GET, /test    ----->
1321: <-----   CON [MID=-1, T=540D5F3855B4248A], 2.05, 2:0/1/1024(BERT), size2(6000)
1321: CON [MID=-1, T=7448F0A272E908DB], GET, /test, 2:2/0/1024(BERT)    ----->
1322: <-----   null [MID=-1, T=7448F0A272E908DB], 2.05, 2:2/1/1024(BERT)
1322: CON [MID=-1, T=D8EDE0D183E354EC], GET, /test, 2:4/0/1024(BERT)    ----->
1323: <-----   null [MID=-1, T=D8EDE0D183E354EC], 2.05, 2:4/0/1024(BERT)

1424: CON [MID=-1, T=9CEDB4260622730D], GET, /test    ----->
1424: <-----   CON [MID=-1, T=9CEDB4260622730D], 2.05, 2:0/1/1024(BERT), size2(6000)
1425: CON [MID=-1, T=34309074C3321727], GET, /test, 2:2/0/1024(BERT)    ----->
1425: <-----   null [MID=-1, T=34309074C3321727], 2.05, 2:2/1/1024(BERT)
1426: CON [MID=-1, T=748E24928598DD90], GET, /test, 2:4/0/1024(BERT)    ----->
1426: <-----   null [MID=-1, T=748E24928598DD90], 2.05, 2:4/0/1024(BERT)

1529: CON [MID=-1, T=DC2B5BE6E99B65B8], GET, /test, 2:0/1/1024(BERT)    ----->
1529: <-----   CON [MID=-1, T=DC2B5BE6E99B65B8], 2.05, 2:0/1/1024(BERT), size2(6000)
1530: CON [MID=-1, T=18A8110A54A70E07], GET, /test, 2:2/0/1024(BERT)    ----->
1530: <-----   null [MID=-1, T=18A8110A54A70E07], 2.05, 2:2/1/1024(BERT)
1530: CON [MID=-1, T=6C551E691A1BC089], GET, /test, 2:4/0/1024(BERT)    ----->
1530: <-----   null [MID=-1, T=6C551E691A1BC089], 2.05, 2:4/0/1024(BERT)
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.629 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.613 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.037 s - in org.eclipse.californium.core.test.RandomAccessBlockTest
[INFO] Running org.eclipse.californium.core.test.BlockwiseTransferTest

0004: CON [MID=40118, T=6C50FFE8093D6D50], GET, /test, 2:0/1/64    ----->
0004: <-----   ACK [MID=40118, T=6C50FFE8093D6D50], 2.05, 2:0/1/32, size2(152)
0005: CON [MID=40119, T=08BFAE8F2F42FFA4], GET, /test, 2:1/0/32    ----->
0005: <-----   ACK [MID=40119, T=08BFAE8F2F42FFA4], 2.05, 2:1/1/32
0005: CON [MID=40120, T=F8B96B70527B1B56], GET, /test, 2:2/0/32    ----->
0005: <-----   ACK [MID=40120, T=F8B96B70527B1B56], 2.05, 2:2/1/32
0006: CON [MID=40121, T=AC7F48679AB9771E], GET, /test, 2:3/0/32    ----->
0006: <-----   ACK [MID=40121, T=AC7F48679AB9771E], 2.05, 2:3/1/32
0006: CON [MID=40122, T=20769471123F6569], GET, /test, 2:4/0/32    ----->
0006: <-----   ACK [MID=40122, T=20769471123F6569], 2.05, 2:4/0/32

0112: CON [MID=32359, T=40B0CB9A8CD5165C], POST, /test, 1:0/1/32, size1(150)    ----->
0112: <-----   ACK [MID=32359, T=40B0CB9A8CD5165C], 2.31, 1:0/1/32
0113: CON [MID=32360, T=24C42CEB9032AD3E], POST, /test, 1:1/1/32    ----->
0113: <-----   ACK [MID=32360, T=24C42CEB9032AD3E], 2.31, 1:1/1/32
0113: CON [MID=32361, T=806ACDBFA084739A], POST, /test, 1:2/1/32    ----->
0113: <-----   ACK [MID=32361, T=806ACDBFA084739A], 2.31, 1:2/1/32
0114: CON [MID=32362, T=7C9ABED3D88D47DC], POST, /test, 1:3/1/32    ----->
0114: <-----   ACK [MID=32362, T=7C9ABED3D88D47DC], 2.31, 1:3/1/32
0114: CON [MID=32363, T=B08C990AE554E890], POST, /test, 1:4/0/32    ----->
0114: <-----   ACK [MID=32363, T=B08C990AE554E890], 2.05, 1:4/0/32, 2:0/1/32, size2(151)
0115: CON [MID=32364, T=18343FD343A69B72], POST, /test, 2:1/0/32    ----->
0115: <-----   ACK [MID=32364, T=18343FD343A69B72], 2.05, 2:1/1/32
0115: CON [MID=32365, T=2C8D8A1B4D53C74C], POST, /test, 2:2/0/32    ----->
0115: <-----   ACK [MID=32365, T=2C8D8A1B4D53C74C], 2.05, 2:2/1/32
0116: CON [MID=32366, T=949A96E5F6B5BA87], POST, /test, 2:3/0/32    ----->
0116: <-----   ACK [MID=32366, T=949A96E5F6B5BA87], 2.05, 2:3/1/32
0116: CON [MID=32367, T=F0AE8F1A16441BD3], POST, /test, 2:4/0/32    ----->
0116: <-----   ACK [MID=32367, T=F0AE8F1A16441BD3], 2.05, 2:4/0/32

0217: CON [MID=32368, T=C89A6523AE41CD56], POST, /test, 1:0/1/32, size1(150)    ----->
0218: <-----   ACK [MID=32368, T=C89A6523AE41CD56], 2.31, 1:0/1/32
0218: CON [MID=32369, T=789C5AAED701B923], POST, /test, 1:1/1/32    ----->
0218: <-----   ACK [MID=32369, T=789C5AAED701B923], 2.31, 1:1/1/32
0218: CON [MID=32370, T=B02626B7A797534B], POST, /test, 1:2/1/32    ----->
0219: <-----   ACK [MID=32370, T=B02626B7A797534B], 2.31, 1:2/1/32
0219: CON [MID=32371, T=5CC43D693C71CCC4], POST, /test, 1:3/1/32    ----->
0219: <-----   ACK [MID=32371, T=5CC43D693C71CCC4], 2.31, 1:3/1/32
0219: CON [MID=32372, T=58CC94A68EC4C763], POST, /test, 1:4/0/32    ----->
0220: <-----   ACK [MID=32372, T=58CC94A68EC4C763], 2.05, 1:4/0/32, 2:0/1/32, size2(151)
0220: CON [MID=32373, T=745D3D6AF7C605CE], POST, /test, 2:1/0/32    ----->
0220: <-----   ACK [MID=32373, T=745D3D6AF7C605CE], 2.05, 2:1/1/32
0220: CON [MID=32374, T=90B833DB99FB1B7C], POST, /test, 2:2/0/32    ----->
0221: <-----   ACK [MID=32374, T=90B833DB99FB1B7C], 2.05, 2:2/1/32
0221: CON [MID=32375, T=08F667A534B32D60], POST, /test, 2:3/0/32    ----->
0221: <-----   ACK [MID=32375, T=08F667A534B32D60], 2.05, 2:3/1/32
0221: CON [MID=32376, T=20048E2221CF0152], POST, /test, 2:4/0/32    ----->
0221: <-----   ACK [MID=32376, T=20048E2221CF0152], 2.05, 2:4/0/32

2327: CON [MID=32426, T=38D76A30A37673AA], POST, /test    ----->
2328: <-----   ACK [MID=32426, T=38D76A30A37673AA], 2.05, 2:0/1/32, size2(151)
2328: CON [MID=32427, T=A45FCE2E2B663690], POST, /test, 2:1/0/32    ----->
2328: <-----   ACK [MID=32427, T=A45FCE2E2B663690], 2.05, 2:1/1/32
2328: CON [MID=32428, T=CCE105A749C1139D], POST, /test, 2:2/0/32    ----->
2329: <-----   ACK [MID=32428, T=CCE105A749C1139D], 2.05, 2:2/1/32
2329: CON [MID=32429, T=A4AC673017938224], POST, /test, 2:3/0/32    ----->
2329: <-----   ACK [MID=32429, T=A4AC673017938224], 2.05, 2:3/1/32
2329: CON [MID=32430, T=745A746610EA7463], POST, /test, 2:4/0/32    ----->
2330: <-----   ACK [MID=32430, T=745A746610EA7463], 2.05, 2:4/0/32

3435: CON [MID=23641, T=2080D2CD0ADD5B7A], GET, /test    ----->
3435: <-----   ACK [MID=23641, T=2080D2CD0ADD5B7A], 2.05, 2:0/1/32, size2(152)

4538: CON [MID=45850, T=8836A6CFF166DF28], GET, /test    ----->
4539: <-----   ACK [MID=45850, T=8836A6CFF166DF28], 2.05

6647: CON [MID=42119, T=50CEABBEDFEDF871], POST, /test    ----->
6647: <-----   ACK [MID=42119, T=50CEABBEDFEDF871], 2.05

6750: CON [MID=18259, T=5065619C6FC30F35], GET, /test    ----->
6751: <-----   ACK [MID=18259, T=5065619C6FC30F35], 2.05, 2:0/1/32, size2(152)
6751: CON [MID=18260, T=4C53F8250333AB2F], GET, /test, 2:1/0/32    ----->
6751: <-----   ACK [MID=18260, T=4C53F8250333AB2F], 2.05, 2:1/1/32
6752: CON [MID=18261, T=788B506A69A5BC14], GET, /test, 2:2/0/32    ----->
6752: <-----   ACK [MID=18261, T=788B506A69A5BC14], 2.05, 2:2/1/32
6752: CON [MID=18262, T=705017C729AE6ECC], GET, /test, 2:3/0/32    ----->
6752: <-----   ACK [MID=18262, T=705017C729AE6ECC], 2.05, 2:3/1/32
6753: CON [MID=18263, T=40AE8D4C231D1FD8], GET, /test, 2:4/0/32    ----->
6753: <-----   ACK [MID=18263, T=40AE8D4C231D1FD8], 2.05, 2:4/0/32

6854: CON [MID=18264, T=544133AEEA73DA54], GET, /test    ----->
6854: <-----   ACK [MID=18264, T=544133AEEA73DA54], 2.05, 2:0/1/32, size2(152)
6855: CON [MID=18265, T=C8687DDBF58C862C], GET, /test, 2:1/0/32    ----->
6855: <-----   ACK [MID=18265, T=C8687DDBF58C862C], 2.05, 2:1/1/32
6855: CON [MID=18266, T=50D3B39BA505931A], GET, /test, 2:2/0/32    ----->
6855: <-----   ACK [MID=18266, T=50D3B39BA505931A], 2.05, 2:2/1/32
6856: CON [MID=18267, T=F4A4B90B5AF5274E], GET, /test, 2:3/0/32    ----->
6856: <-----   ACK [MID=18267, T=F4A4B90B5AF5274E], 2.05, 2:3/1/32
6856: CON [MID=18268, T=941357230673089E], GET, /test, 2:4/0/32    ----->
6856: <-----   ACK [MID=18268, T=941357230673089E], 2.05, 2:4/0/32

6960: CON [MID=31994, T=74017D575A164938], POST, /test, 1:0/1/32, size1(150)    ----->
6960: <-----   ACK [MID=31994, T=74017D575A164938], 2.31, 1:0/1/32
6960: CON [MID=31995, T=688124FC175AF827], POST, /test, 1:1/1/32    ----->
6961: <-----   ACK [MID=31995, T=688124FC175AF827], 2.31, 1:1/1/32
6961: CON [MID=31996, T=C08475CE1402BAAD], POST, /test, 1:2/1/32    ----->
6961: <-----   ACK [MID=31996, T=C08475CE1402BAAD], 2.31, 1:2/1/32
6962: CON [MID=31997, T=601D37C75726B220], POST, /test, 1:3/1/32    ----->
6962: <-----   ACK [MID=31997, T=601D37C75726B220], 2.31, 1:3/1/32
6962: CON [MID=31998, T=30DDDE78F57D53C5], POST, /test, 1:4/0/32    ----->
6962: <-----   ACK [MID=31998, T=30DDDE78F57D53C5], 2.05, 1:4/0/32
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.063 s - in org.eclipse.californium.core.test.BlockwiseTransferTest
[INFO] Running org.eclipse.californium.core.test.MemoryLeakingHashMapTest

0003: NON [MID=14327, T=B8135D4CA1B3C75E], POST, /test, 1:0/1/16, size1(20)    ----->
0003: <-----   NON [MID=57013, T=B8135D4CA1B3C75E], 2.31, 1:0/1/16
0003: NON [MID=14328, T=7CF9755DE043788E], POST, /test, 1:1/0/16    ----->
0004: <-----   NON [MID=57014, T=7CF9755DE043788E], 2.01, 1:1/0/16, 2:0/1/16, size2(40)
0004: NON [MID=14329, T=DCD8F21E9FA90C44], POST, /test, 2:1/0/16    ----->
0005: <-----   NON [MID=57015, T=DCD8F21E9FA90C44], 2.01, 2:1/1/16
0005: NON [MID=14330, T=303BB39C3A87B5D1], POST, /test, 2:2/0/16    ----->
0005: <-----   NON [MID=57016, T=303BB39C3A87B5D1], 2.01, 2:2/0/16

0135: CON [MID=14331, T=99F3123A8E124AEC], GET, /test, observe(0)    ----->
0136: <-----   ACK [MID=14331, T=99F3123A8E124AEC], 2.05, observe(0)
0335: <-----   CON [MID=57017, T=99F3123A8E124AEC], 2.05, observe(1)
0336: ACK [MID=57017]   ----->
0536: <-----   CON [MID=57018, T=99F3123A8E124AEC], 2.05, observe(2)
0536: ACK [MID=57018]   ----->

0665: CON [MID=14332, T=C0838FBF271C8781], POST, /test, 1:0/1/16, size1(20)    ----->
0666: <-----   ACK [MID=14332, T=C0838FBF271C8781], 2.31, 1:0/1/16
0666: CON [MID=14333, T=587BA6C154BA98EB], POST, /test, 1:1/0/16    ----->
0667: <-----   ACK [MID=14333, T=587BA6C154BA98EB], 2.01, 1:1/0/16, 2:0/1/16, size2(40)
0667: CON [MID=14334, T=40729218657C7B0F], POST, /test, 2:1/0/16    ----->
0668: <-----   ACK [MID=14334, T=40729218657C7B0F], 2.01, 2:1/1/16
0668: CON [MID=14335, T=B46A5F8BC6953373], POST, /test, 2:2/0/16    ----->
0668: <-----   ACK [MID=14335, T=B46A5F8BC6953373], 2.01, 2:2/0/16

0798: CON [MID=14336, T=7CCC3F27191EBDB9], GET, /test    ----->
0798: <-----   ACK [MID=14336]
0798: <-----   CON [MID=57019, T=7CCC3F27191EBDB9], 2.05
0798: ACK [MID=57019]   ----->

0928: NON [MID=14337, T=D00D0A6F4FFA9AA9], GET, /test    ----->
0928: <-----   NON [MID=57020, T=D00D0A6F4FFA9AA9], 2.05

1058: CON [MID=14338, T=A7D40FE8D684EF2A], GET, /test, observe(0)    ----->
1058: <-----   ACK [MID=14338, T=A7D40FE8D684EF2A], 2.05, 2:0/1/16, observe(2), size2(40)
1059: CON [MID=14339, T=485E5FB4CEB8129C], GET, /test, 2:1/0/16    ----->
1059: <-----   ACK [MID=14339, T=485E5FB4CEB8129C], 2.05, 2:1/1/16
1059: CON [MID=14340, T=749081238956D5E3], GET, /test, 2:2/0/16    ----->
1060: <-----   ACK [MID=14340, T=749081238956D5E3], 2.05, 2:2/0/16
1658: <-----   CON [MID=57021, T=99F3123A8E124AEC], 2.05, 2:0/1/16, observe(3), size2(40)
1658: RST [MID=57021]   ----->
1658: <-----   CON [MID=57022, T=A7D40FE8D684EF2A], 2.05, 2:0/1/16, observe(3), size2(40)
1658: ACK [MID=57022]   ----->
1659: CON [MID=14341, T=188841E6EBE93A00], GET, /test, 2:1/0/16    ----->
1659: <-----   ACK [MID=14341, T=188841E6EBE93A00], 2.05, 2:1/1/16
1659: CON [MID=14342, T=C43E9AD73193BAB8], GET, /test, 2:2/0/16    ----->
1659: <-----   ACK [MID=14342, T=C43E9AD73193BAB8], 2.05, 2:2/0/16
2258: <-----   CON [MID=57023, T=A7D40FE8D684EF2A], 2.05, 2:0/1/16, observe(4), size2(40)
2259: ACK [MID=57023]   ----->
2259: CON [MID=14343, T=D4E097FD0A0CC4A1], GET, /test, 2:1/0/16    ----->
2259: <-----   ACK [MID=14343, T=D4E097FD0A0CC4A1], 2.05, 2:1/1/16
2260: CON [MID=14344, T=C831CB9BEA607CDA], GET, /test, 2:2/0/16    ----->
2260: <-----   ACK [MID=14344, T=C831CB9BEA607CDA], 2.05, 2:2/0/16
2260: CON [MID=14345, T=A7D40FE8D684EF2A], GET, /test, observe(1)    ----->
2261: <-----   ACK [MID=14345, T=A7D40FE8D684EF2A], 2.05, 2:0/1/16, size2(40)
2261: CON [MID=14346, T=7C650EF3473FE27C], GET, /test, 2:1/0/16    ----->
2261: <-----   ACK [MID=14346, T=7C650EF3473FE27C], 2.05, 2:1/1/16
2261: CON [MID=14347, T=0493CED173159A75], GET, /test, 2:2/0/16    ----->
2262: <-----   ACK [MID=14347, T=0493CED173159A75], 2.05, 2:2/0/16

2391: CON [MID=14348, T=19F9E5DE156AB214], GET, /test, observe(0)    ----->
2392: <-----   ACK [MID=14348, T=19F9E5DE156AB214], 2.05, observe(4)
2592: <-----   CON [MID=57024, T=19F9E5DE156AB214], 2.05, observe(5)
2592: ACK [MID=57024]   ----->
2792: <-----   CON [MID=57025, T=19F9E5DE156AB214], 2.05, observe(6)
2792: ACK [MID=57025]   ----->
2792: CON [MID=14349, T=19F9E5DE156AB214], GET, /test, observe(1)    ----->
2793: <-----   ACK [MID=14349, T=19F9E5DE156AB214], 2.05

2922: CON [MID=14350, T=D48D66C1B0484FCE], GET, /test    ----->
2923: <-----   ACK [MID=14350, T=D48D66C1B0484FCE], 2.05

3052: CON [MID=14351, T=0070F382ECF3D53D], POST, /test, 1:0/1/16, size1(20)    ----->
3053: <-----   ACK [MID=14351, T=0070F382ECF3D53D], 2.31, 1:0/1/16
3053: CON [MID=14352, T=C88BA22CD590C1CF], POST, /test, 1:1/0/16    ----->
3053: <-----   ACK [MID=14352]
3054: <-----   CON [MID=57026, T=C88BA22CD590C1CF], 2.01, 1:1/0/16, 2:0/1/16, size2(40)
3054: ACK [MID=57026]   ----->
3054: CON [MID=14353, T=B03A6C1BE3332EC1], POST, /test, 2:1/0/16    ----->
3054: <-----   ACK [MID=14353, T=B03A6C1BE3332EC1], 2.01, 2:1/1/16
3054: CON [MID=14354, T=48BEBF80ACE4F9E0], POST, /test, 2:2/0/16    ----->
3055: <-----   ACK [MID=14354, T=48BEBF80ACE4F9E0], 2.01, 2:2/0/16
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.181 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.061 s - in org.eclipse.californium.core.network.interceptors.AnonymizedOriginTracerTest
[INFO] Running org.eclipse.californium.core.server.ServerSerializationTest
08:03:23.291 WARN [CoapServer]: connector coaps://0.0.0.0:5684 not available! (o.e.c.core.CoapServer.loadConnector:718)
08:03:23.292 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)
08:03:23.292 WARN [ServersSerializationUtil]: Loading failures: (o.e.c.c.s.ServersSerializationUtil.loadServers:295)
08:03:23.292 WARN [ServersSerializationUtil]: [CON 0] coaps://0.0.0.0:5684 (o.e.c.c.s.ServersSerializationUtil.loadServers:297)
08:03:23.292 WARN [ServersSerializationUtil]: [SRV 0] coaps://0.0.0.0:5784 (o.e.c.c.s.ServersSerializationUtil.loadServers:306)
08:03:23.299 WARN [CoapServer]: connector coaps://0.0.0.0:5684 not available! (o.e.c.core.CoapServer.loadConnector:718)
08:03:23.299 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)
08:03:23.299 WARN [ServersSerializationUtil]: Loading failures: (o.e.c.c.s.ServersSerializationUtil.loadServers:295)
08:03:23.299 WARN [ServersSerializationUtil]: [CON 0] coaps://0.0.0.0:5684 (o.e.c.c.s.ServersSerializationUtil.loadServers:297)
08:03:23.300 WARN [ServersSerializationUtil]: [SRV 0] coaps://0.0.0.0:5784 (o.e.c.c.s.ServersSerializationUtil.loadServers:306)
08:03:23.301 WARN [CoapServer]: connector coaps://0.0.0.0:5784 not available! (o.e.c.core.CoapServer.loadConnector:718)
08:03:23.301 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)
08:03:23.301 WARN [ServersSerializationUtil]: Loading failures: (o.e.c.c.s.ServersSerializationUtil.loadServers:295)
08:03:23.302 WARN [ServersSerializationUtil]: [CON 0] coaps://0.0.0.0:5784 (o.e.c.c.s.ServersSerializationUtil.loadServers:297)
08:03:23.302 WARN [ServersSerializationUtil]: [SRV 0] coaps://0.0.0.0:5684 (o.e.c.c.s.ServersSerializationUtil.loadServers:306)
08:03:23.307 WARN [EncryptedStreamUtil]: Cipher 110 is not available! (o.e.c.e.u.EncryptedStreamUtil.readSeed:477)
08:03:23.307 WARN [CoapServer]: loading failed, out of sync! (o.e.c.core.CoapServer.readConnectorIdentifier:670)
08:03:23.311 WARN [CoapServer]: connector coaps://0.0.0.0:5784 not available! (o.e.c.core.CoapServer.loadConnector:718)
08:03:23.311 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)
08:03:23.311 WARN [ServersSerializationUtil]: Loading failures: (o.e.c.c.s.ServersSerializationUtil.loadServers:295)
08:03:23.311 WARN [ServersSerializationUtil]: [CON 0] coaps://0.0.0.0:5784 (o.e.c.c.s.ServersSerializationUtil.loadServers:297)
08:03:23.312 WARN [ServersSerializationUtil]: [SRV 0] coaps://0.0.0.0:5684 (o.e.c.c.s.ServersSerializationUtil.loadServers:306)
08:03:23.316 WARN [CoapServer]: connector coaps://0.0.0.0:5784 not available! (o.e.c.core.CoapServer.loadConnector:718)
08:03:23.316 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)
08:03:23.316 WARN [ServersSerializationUtil]: Loading failures: (o.e.c.c.s.ServersSerializationUtil.loadServers:295)
08:03:23.316 WARN [ServersSerializationUtil]: [CON 0] coaps://0.0.0.0:5784 (o.e.c.c.s.ServersSerializationUtil.loadServers:297)
08:03:23.316 WARN [ServersSerializationUtil]: [SRV 0] coaps://0.0.0.0:5684 (o.e.c.c.s.ServersSerializationUtil.loadServers:306)
08:03:23.316 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.099 s - in org.eclipse.californium.core.server.ServerSerializationTest
[INFO] Running org.eclipse.californium.core.server.ServerPersistenceComponentsTest
08:03:23.320 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)
08:03:23.320 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279)
08:03:23.321 WARN [PersistentComponentUtil]: [LOAD 0] 0.0.0.0/0.0.0.0:5684 (o.e.c.e.u.PersistentComponentUtil.load:282)
08:03:23.321 WARN [PersistentComponentUtil]: [COMP 0] 0.0.0.0/0.0.0.0:5784 (o.e.c.e.u.PersistentComponentUtil.load:286)
08:03:23.324 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)
08:03:23.324 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279)
08:03:23.324 WARN [PersistentComponentUtil]: [LOAD 0] 0.0.0.0/0.0.0.0:5684 (o.e.c.e.u.PersistentComponentUtil.load:282)
08:03:23.325 WARN [PersistentComponentUtil]: [COMP 0] 0.0.0.0/0.0.0.0:5784 (o.e.c.e.u.PersistentComponentUtil.load:286)
08:03:23.326 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)
08:03:23.326 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279)
08:03:23.326 WARN [PersistentComponentUtil]: [LOAD 0] 0.0.0.0/0.0.0.0:5784 (o.e.c.e.u.PersistentComponentUtil.load:282)
08:03:23.326 WARN [PersistentComponentUtil]: [COMP 0] 0.0.0.0/0.0.0.0:5684 (o.e.c.e.u.PersistentComponentUtil.load:286)
08:03:23.329 WARN [EncryptedStreamUtil]: Cipher 110 is not available! (o.e.c.e.u.EncryptedStreamUtil.readSeed:477)
08:03:23.333 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)
08:03:23.333 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279)
08:03:23.333 WARN [PersistentComponentUtil]: [LOAD 0] 0.0.0.0/0.0.0.0:5784 (o.e.c.e.u.PersistentComponentUtil.load:282)
08:03:23.333 WARN [PersistentComponentUtil]: [COMP 0] 0.0.0.0/0.0.0.0:5684 (o.e.c.e.u.PersistentComponentUtil.load:286)
08:03:23.337 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)
08:03:23.337 WARN [PersistentComponentUtil]: Loading failures: (o.e.c.e.u.PersistentComponentUtil.load:279)
08:03:23.337 WARN [PersistentComponentUtil]: [LOAD 0] 0.0.0.0/0.0.0.0:5784 (o.e.c.e.u.PersistentComponentUtil.load:282)
08:03:23.337 WARN [PersistentComponentUtil]: [COMP 0] 0.0.0.0/0.0.0.0:5684 (o.e.c.e.u.PersistentComponentUtil.load:286)
08:03:23.337 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.02 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.10.0.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/californium-core/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ californium-core ---
[INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-release/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source files for package org.eclipse.californium.core...
Loading source files for package org.eclipse.californium.core.coap...
Loading source files for package org.eclipse.californium.core.coap.option...
Loading source files for package org.eclipse.californium.core.config...
Loading source files for package org.eclipse.californium.core.network...
Loading source files for package org.eclipse.californium.core.network.deduplication...
Loading source files for package org.eclipse.californium.core.network.interceptors...
Loading source files for package org.eclipse.californium.core.network.serialization...
Loading source files for package org.eclipse.californium.core.network.stack...
Loading source files for package org.eclipse.californium.core.network.stack.congestioncontrol...
Loading source files for package org.eclipse.californium.core.observe...
Loading source files for package org.eclipse.californium.core.server...
Loading source files for package org.eclipse.californium.core.server.resources...
Constructing Javadoc information...
Standard Doclet version 1.7.0_80
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/CoapClient.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/CoapClient.Builder.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/CoapHandler.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/CoapObserveRelation.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/CoapResource.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/CoapResponse.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/CoapServer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/CoapServer.ConnectorIdentifier.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/Utils.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/WebLink.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/BlockOption.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/ClientObserveRelation.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/CoAP.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/CoAP.Code.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/CoAP.CodeClass.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/CoAP.MessageFormat.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/CoAP.ResponseCode.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/CoAP.Type.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/CoAPMessageFormatException.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/CoAPOptionException.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/EmptyMessage.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/EndpointContextTracer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/LinkFormat.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/MediaTypeRegistry.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/MediaTypeRegistry.MediaTypeDefintion.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/Message.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/Message.OffloadMode.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/MessageFormatException.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/MessageObserver.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/MessageObserverAdapter.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/NoResponseOption.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/Option.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/OptionNumberRegistry.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/OptionNumberRegistry.CustomOptionNumberRegistry.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/OptionNumberRegistry.Defaults.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/OptionNumberRegistry.Names.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/OptionNumberRegistry.OptionFormat.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/OptionSet.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/Request.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/Response.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/ResponseTimeout.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/Token.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/UriQueryParameter.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/option/BaseOptionDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/option/EmptyOptionDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/option/IntegerOptionDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/option/IntegerRangeOptionDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/option/LegacyMapBasedOptionRegistry.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/option/MapBasedOptionRegistry.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/option/OpaqueOptionDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/option/OptionDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/option/OptionRegistry.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/option/OptionRegistry.Entry.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/option/StandardOptionRegistry.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/option/StringOptionDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/config/CoapConfig.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/config/CoapConfig.CongestionControlMode.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/config/CoapConfig.MatcherMode.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/config/CoapConfig.TrackerMode.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/BaseMatcher.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/CoapEndpoint.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/CoapEndpoint.Builder.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/CoapEndpoint.OutboxImpl.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/CoapStackFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/Endpoint.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/EndpointContextMatcherFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/EndpointManager.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/EndpointManager.ClientMessageDeliverer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/EndpointObserver.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/EndpointReceiver.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/Exchange.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/Exchange.EndpointContextOperator.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/Exchange.Origin.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/ExchangeCompleteException.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/ExtendedCoapStackFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/GroupedMessageIdTracker.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/InMemoryMessageExchangeStore.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/InMemoryMessageIdProvider.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/KeyMID.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/KeyToken.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/MapBasedMessageIdTracker.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/Matcher.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/MessageExchangeStore.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/MessageIdProvider.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/MessageIdTracker.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/NullMessageIdTracker.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/Outbox.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/RandomTokenGenerator.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/RemoveHandler.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/TcpMatcher.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/TokenGenerator.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/TokenGenerator.Scope.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/UdpMatcher.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/CropRotation.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/Deduplicator.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/DeduplicatorFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/NoDeduplicator.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/SweepDeduplicator.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/SweepPerPeerDeduplicator.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/AnonymizedOriginTracer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/HealthStatisticLogger.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/MalformedMessageInterceptor.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/MessageInterceptor.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/MessageInterceptorAdapter.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/MessageTracer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/OriginTracer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/DataParser.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/DataSerializer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/MessageHeader.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/TcpDataParser.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/TcpDataSerializer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/UdpDataParser.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/UdpDataSerializer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/AbstractLayer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/AbstractLayer.LogOnlyLayer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/BaseCoapStack.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/Block1BlockwiseStatus.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/Block2BlockwiseStatus.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/BlockwiseLayer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/BlockwiseStatus.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/BlockwiseStatus.RemoveHandler.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/BlockwiseTransferException.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/CleanupMessageObserver.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/CoapStack.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/CoapTcpStack.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/CoapUdpStack.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/CongestionControlLayer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/CongestionControlLayer.PostponedExchange.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/ExchangeCleanupLayer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/ExtendedCoapStack.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/KeyUri.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/Layer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/Layer.TopDownBuilder.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/MulticastCleanupMessageObserver.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/NoResponseCleanupMessageObserver.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/ObserveLayer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/ReliabilityLayer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/ReliabilityLayer.RetransmissionTask.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/ReliabilityLayerParameters.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/ReliabilityLayerParameters.Builder.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/RemoteEndpoint.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/RemoteEndpoint.RtoType.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/TcpAdaptionLayer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/TcpExchangeCleanupLayer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/TcpObserveLayer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/BasicRto.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/Cocoa.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/CongestionStatisticLogger.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/LinuxRto.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/PeakhopperRto.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/Rto.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/observe/InMemoryObservationStore.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/observe/NotificationListener.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/observe/NotificationOrder.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/observe/Observation.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/observe/ObservationStore.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/observe/ObservationStoreException.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/observe/ObservationUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/observe/ObserveHealth.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/observe/ObserveManager.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/observe/ObserveNotificationOrderer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/observe/ObserveRelation.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/observe/ObserveRelation.State.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/observe/ObserveRelationContainer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/observe/ObserveRelationFilter.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/observe/ObserveStatisticLogger.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/observe/ObservingEndpoint.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/DelivererException.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/EncryptedServersSerializationUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/MessageDeliverer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/ServerInterface.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/ServerMessageDeliverer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/ServersSerializationUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/CoapExchange.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/ConcurrentCoapResource.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/DiscoveryResource.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/MyIpResource.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/ObservableResource.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/RequestProcessor.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/Resource.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/ResourceAttributes.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/ResourceObserver.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/ResourceObserverAdapter.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/overview-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/option/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/option/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/option/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/config/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/config/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/config/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/observe/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/observe/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/observe/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/serialized-form.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/class-use/WebLink.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/class-use/Utils.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/class-use/CoapServer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/class-use/CoapServer.ConnectorIdentifier.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/class-use/CoapResponse.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/class-use/CoapResource.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/class-use/CoapObserveRelation.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/class-use/CoapHandler.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/class-use/CoapClient.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/class-use/CoapClient.Builder.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/UriQueryParameter.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/Token.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/ResponseTimeout.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/Response.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/Request.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/OptionSet.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/OptionNumberRegistry.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/OptionNumberRegistry.Names.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/OptionNumberRegistry.Defaults.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/OptionNumberRegistry.OptionFormat.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/OptionNumberRegistry.CustomOptionNumberRegistry.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/Option.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/NoResponseOption.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/MessageObserverAdapter.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/MessageObserver.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/MessageFormatException.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/Message.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/Message.OffloadMode.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/MediaTypeRegistry.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/MediaTypeRegistry.MediaTypeDefintion.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/LinkFormat.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/EndpointContextTracer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/EmptyMessage.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/CoAPOptionException.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/CoAPMessageFormatException.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/CoAP.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/CoAP.Type.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/CoAP.CodeClass.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/CoAP.Code.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/CoAP.ResponseCode.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/CoAP.MessageFormat.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/ClientObserveRelation.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/class-use/BlockOption.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/option/class-use/StringOptionDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/option/class-use/StandardOptionRegistry.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/option/class-use/OptionRegistry.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/option/class-use/OptionRegistry.Entry.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/option/class-use/OptionDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/option/class-use/OpaqueOptionDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/option/class-use/MapBasedOptionRegistry.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/option/class-use/LegacyMapBasedOptionRegistry.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/option/class-use/IntegerRangeOptionDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/option/class-use/IntegerOptionDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/option/class-use/EmptyOptionDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/option/class-use/BaseOptionDefinition.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/config/class-use/CoapConfig.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/config/class-use/CoapConfig.MatcherMode.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/config/class-use/CoapConfig.TrackerMode.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/config/class-use/CoapConfig.CongestionControlMode.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/UdpMatcher.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/TokenGenerator.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/TokenGenerator.Scope.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/TcpMatcher.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/RemoveHandler.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/RandomTokenGenerator.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/Outbox.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/NullMessageIdTracker.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/MessageIdTracker.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/MessageIdProvider.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/MessageExchangeStore.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/Matcher.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/MapBasedMessageIdTracker.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/KeyToken.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/KeyMID.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/InMemoryMessageIdProvider.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/InMemoryMessageExchangeStore.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/GroupedMessageIdTracker.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/ExtendedCoapStackFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/ExchangeCompleteException.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/Exchange.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/Exchange.Origin.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/Exchange.EndpointContextOperator.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/EndpointReceiver.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/EndpointObserver.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/EndpointManager.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/EndpointManager.ClientMessageDeliverer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/EndpointContextMatcherFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/Endpoint.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/CoapStackFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/CoapEndpoint.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/CoapEndpoint.OutboxImpl.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/CoapEndpoint.Builder.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/class-use/BaseMatcher.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/class-use/SweepPerPeerDeduplicator.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/class-use/SweepDeduplicator.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/class-use/NoDeduplicator.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/class-use/DeduplicatorFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/class-use/Deduplicator.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/class-use/CropRotation.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/class-use/OriginTracer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/class-use/MessageTracer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/class-use/MessageInterceptorAdapter.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/class-use/MessageInterceptor.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/class-use/MalformedMessageInterceptor.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/class-use/HealthStatisticLogger.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/class-use/AnonymizedOriginTracer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/class-use/UdpDataSerializer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/class-use/UdpDataParser.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/class-use/TcpDataSerializer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/class-use/TcpDataParser.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/class-use/MessageHeader.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/class-use/DataSerializer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/class-use/DataParser.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/TcpObserveLayer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/TcpExchangeCleanupLayer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/TcpAdaptionLayer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/RemoteEndpoint.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/RemoteEndpoint.RtoType.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/ReliabilityLayerParameters.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/ReliabilityLayerParameters.Builder.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/ReliabilityLayer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/ReliabilityLayer.RetransmissionTask.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/ObserveLayer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/NoResponseCleanupMessageObserver.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/MulticastCleanupMessageObserver.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/Layer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/Layer.TopDownBuilder.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/KeyUri.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/ExtendedCoapStack.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/ExchangeCleanupLayer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/CongestionControlLayer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/CongestionControlLayer.PostponedExchange.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/CoapUdpStack.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/CoapTcpStack.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/CoapStack.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/CleanupMessageObserver.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/BlockwiseTransferException.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/BlockwiseStatus.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/BlockwiseStatus.RemoveHandler.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/BlockwiseLayer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/Block2BlockwiseStatus.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/Block1BlockwiseStatus.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/BaseCoapStack.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/AbstractLayer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/class-use/AbstractLayer.LogOnlyLayer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/class-use/Rto.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/class-use/PeakhopperRto.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/class-use/LinuxRto.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/class-use/CongestionStatisticLogger.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/class-use/Cocoa.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/class-use/BasicRto.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/ObservingEndpoint.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/ObserveStatisticLogger.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/ObserveRelationFilter.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/ObserveRelationContainer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/ObserveRelation.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/ObserveRelation.State.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/ObserveNotificationOrderer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/ObserveManager.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/ObserveHealth.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/ObservationUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/ObservationStoreException.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/ObservationStore.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/Observation.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/NotificationOrder.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/NotificationListener.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/observe/class-use/InMemoryObservationStore.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/class-use/ServersSerializationUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/class-use/ServerMessageDeliverer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/class-use/ServerInterface.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/class-use/MessageDeliverer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/class-use/EncryptedServersSerializationUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/class-use/DelivererException.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/class-use/ResourceObserverAdapter.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/class-use/ResourceObserver.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/class-use/ResourceAttributes.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/class-use/Resource.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/class-use/RequestProcessor.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/class-use/ObservableResource.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/class-use/MyIpResource.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/class-use/DiscoveryResource.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/class-use/ConcurrentCoapResource.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/class-use/CoapExchange.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/package-use.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/package-use.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/coap/option/package-use.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/config/package-use.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/package-use.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/deduplication/package-use.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/interceptors/package-use.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/serialization/package-use.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/package-use.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/network/stack/congestioncontrol/package-use.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/observe/package-use.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/package-use.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/org/eclipse/californium/core/server/resources/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/index-all.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-core/target/apidocs/help-doc.html...
8 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/main/java/org/eclipse/californium/core/network/RandomTokenGenerator.java:44: warning - Tag @link: reference not found: Scope#LONG_TERM
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/main/java/org/eclipse/californium/core/network/RandomTokenGenerator.java:44: warning - Tag @link: reference not found: Scope#SHORT_TERM
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/main/java/org/eclipse/californium/core/network/RandomTokenGenerator.java:44: warning - Tag @link: reference not found: Scope#SHORT_TERM_CLIENT_LOCAL
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/main/java/org/eclipse/californium/core/network/RandomTokenGenerator.java:44: warning - Tag @link: reference not found: Scope#SHORT_TERM_CLIENT_LOCAL
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/main/java/org/eclipse/californium/core/network/RandomTokenGenerator.java:108: warning - Tag @link: reference not found: Scope#LONG_TERM
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/main/java/org/eclipse/californium/core/network/RandomTokenGenerator.java:108: warning - Tag @link: reference not found: Scope#SHORT_TERM
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/main/java/org/eclipse/californium/core/network/RandomTokenGenerator.java:108: warning - Tag @link: reference not found: Scope#SHORT_TERM_CLIENT_LOCAL
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-core/src/main/java/org/eclipse/californium/core/network/RandomTokenGenerator.java:108: warning - Tag @link: reference not found: Scope#SHORT_TERM_CLIENT_LOCAL
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/californium-core/target/californium-core-3.10.0-javadoc.jar
[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.10.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.10.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ californium-core ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.californium.core.test.lockstep.BlockwiseServerSideTest

0033: CON [MID=7001, T=0B], GET, /test    ----->
0043: <-----   ACK [MID=7001, T=0B], 2.05, 2:0/1/128, size2(386)
0044: CON [MID=7002, T=0C], GET, /test, 2:1/0/128    ----->
0044: <-----   ACK [MID=7002, T=0C], 2.05, 2:1/1/128
0045: CON [MID=7003, T=0D], GET, /test    ----->
0045: <-----   ACK [MID=7003, T=0D], 2.05, 2:0/1/128, size2(256)
0046: CON [MID=7004, T=0E], GET, /test, 2:1/0/128    ----->
0046: <-----   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    ----->
0002: <-----   ACK [MID=7001, T=10], 2.05, 2:0/1/32, size2(76)
0003: CON [MID=7002, T=10], GET, /test, 2:1/0/32    ----->
0003: <-----   ACK [MID=7002, T=10], 2.05, 2:1/1/32
0004: CON [MID=7003, T=10], GET, /test, 2:2/0/32    ----->
0004: <-----   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
0003: CON [MID=7002, T=11], GET, /test, 2:2/0/64    ----->
0004: <-----   ACK [MID=7002, T=11], 2.05, 2:2/1/64
0004: CON [MID=7003, T=11], GET, /test, 2:3/0/64    ----->
0005: <-----   ACK [MID=7003, T=11], 2.05, 2:3/0/64

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

0002: CON [MID=7001, T=13], GET, /test    ----->
0002: <-----   ACK [MID=7001, T=13], 2.05, 2:0/1/128, size2(300)
0003: CON [MID=7002, T=13], GET, /test, 2:1/0/128    ----->
0003: <-----   ACK [MID=7002, T=13], 2.05, 2:1/1/128
0296: //////// 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    ----->
0007: <-----   ACK [MID=7003, T=16], 2.05, 2:2/0/128
0008: ... time passes ...
0010: <-----   CON [MID=12886, T=15], 2.05, 2:0/1/128, observe(1), size2(280)
0011: ACK [MID=12886]    ----->
0012: 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    ----->
0014: <-----   ACK [MID=7005, T=17], 2.05, 2:2/0/128
0014: ... time passes ...
0015: <-----   CON [MID=12887, T=15], 2.05, 2:0/1/128, observe(2), size2(290)
0015: ACK [MID=12887]    ----->
0016: CON [MID=7006, T=18], GET, /test, 2:1/0/128    ----->
0016: <-----   ACK [MID=7006, T=18], 2.05, 2:1/1/128
0017: CON [MID=7007, T=18], GET, /test, 2:2/0/128    ----->
0017: <-----   ACK [MID=7007, T=18], 2.05, 2:2/0/128

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

0002: CON [MID=7001, T=1A], GET, /test, 2:0/0/64, observe(0)    ----->
0002: <-----   ACK [MID=7001, T=1A], 2.05, 2:0/1/64, observe(0), size2(150)
0003: CON [MID=7002, T=1A], GET, /test, 2:1/0/64    ----->
0003: <-----   ACK [MID=7002, T=1A], 2.05, 2:1/1/64
0004: CON [MID=7003, T=1A], GET, /test, 2:2/0/64    ----->
0004: <-----   ACK [MID=7003, T=1A], 2.05, 2:2/0/64
0005: ... time passes ...
0005: <-----   CON [MID=48578, T=1A], 2.05, 2:0/1/64, observe(1), size2(140)
0006: ACK [MID=48578]    ----->
0006: CON [MID=7004, T=1B], GET, /test, 2:1/0/64    ----->
0006: <-----   ACK [MID=7004, T=1B], 2.05, 2:1/1/64
0007: CON [MID=7005, T=1B], GET, /test, 2:2/0/64    ----->
0007: <-----   ACK [MID=7005, T=1B], 2.05, 2:2/0/64
0007: ... time passes ...
0008: <-----   CON [MID=48579, T=1A], 2.05, 2:0/1/64, observe(2), size2(145)
0009: ACK [MID=48579]    ----->
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    ----->
0010: <-----   ACK [MID=7007, T=1C], 2.05, 2:2/0/64

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

0002: CON [MID=7001, T=1E], GET, /test    ----->
0002: <-----   ACK [MID=7001, T=1E], 2.05, 2:0/1/128, size2(170)
0003: CON [MID=7002, T=1E], GET, /test, 2:2/0/64    ----->
0003: <-----   ACK [MID=7002, T=1E], 2.05, 2:2/0/64
08:03:36.112 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    ----->
0002: <-----   ACK [MID=7001, T=1F], 2.05, 2:0/1/32, size2(76)
0003: CON [MID=7002, T=1F], GET, /test, 2:1/0/32    ----->
0003: <-----   ACK [MID=7002, T=1F], 2.05, 2:1/1/32
0004: CON [MID=7003, T=1F], GET, /test, 2:2/0/32    ----->
0010: <-----   ACK [MID=7003, T=1F], 2.05, 2:2/0/32

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

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

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

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

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


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

0002: CON [MID=7001, T=28], PUT, /test, 1:2/1/64    ----->
0002: <-----   ACK [MID=7001, T=28], 4.08
08:03:37.206 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)    ----->
0003: <-----   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
0004: ... client crashes or whatever and restarts transfer
0004: CON [MID=7003, T=2A], PUT, /test, 1:0/1/128, size1(300)    ----->
0004: <-----   ACK [MID=7003, T=2A], 2.31, 1:0/1/128
0005: CON [MID=7004, T=2A], PUT, /test, 1:1/1/128    ----->
0006: <-----   ACK [MID=7004, T=2A], 2.31, 1:1/1/128
0007: CON [MID=7005, T=2A], PUT, /test, 1:2/0/128    ----->
0007: <-----   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)
0004: CON [MID=7002, T=2B], GET, /test, 2:1/1/128    ----->
0004: <-----   ACK [MID=7002, T=2B], 2.05, 2:1/1/128
0005: CON [MID=7003, T=2B], GET, /test, 2:4/1/64    ----->
0005: <-----   ACK [MID=7003, T=2B], 2.05, 2:4/1/64
0006: CON [MID=7004, T=2B], GET, /test, 2:5/1/64    ----->
0006: <-----   ACK [MID=7004, T=2B], 2.05, 2:5/1/64
0007: CON [MID=7005, T=2B], GET, /test, 2:6/1/64    ----->
0007: <-----   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    ----->
0004: <-----   ACK [MID=7002, T=2D], 2.31, 1:1/1/128
0004: CON [MID=7003, T=2E], PUT, /test, 1:2/0/128    ----->
0005: <-----   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.602 s - in org.eclipse.californium.core.test.lockstep.BlockwiseServerSideTest
[INFO] Running org.eclipse.californium.core.test.lockstep.ObserveClientSideTest

0006: CON [MID=17305, T=DF782675C768AB69], GET, /test, observe(0)    ----->
0009: <-----   ACK [MID=17305, T=DF782675C768AB69], 2.05, 2:0/1/16, observe(0), size2(40)
0010: CON [MID=17306, T=3C89A411DB3F478B], GET, /test, 2:1/0/16    ----->
0011: <-----   ACK [MID=17306, T=3C89A411DB3F478B], 2.05, 2:1/1/16
0011: CON [MID=17307, T=CCF8AE1ED60E4627], GET, /test, 2:2/0/16    ----->
0012: <-----   ACK [MID=17307, T=CCF8AE1ED60E4627], 2.05, 2:2/0/16

0014: <-----   CON [MID=8001, T=DF782675C768AB69], 2.05, 2:0/1/16, observe(2), size2(42)
0015: ACK [MID=8001]   ----->
0015: CON [MID=29029, T=5032DC9B00531065], GET, /test, 2:1/0/16    ----->
0016: <-----   ACK [MID=29029, T=5032DC9B00531065], 2.05, 2:1/1/16
0016: CON [MID=29030, T=F496B2A1DAFF7D81], GET, /test, 2:2/0/16    ----->
0017: <-----   ACK [MID=29030, T=F496B2A1DAFF7D81], 2.05, 2:2/0/16


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

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

0002: CON [MID=41184, T=55A262113EE25E16], GET, /test, observe(0)    ----->
0003: <-----   ACK [MID=41184]
0054: <-----   CON [MID=8001, T=55A262113EE25E16], 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=45596, T=5FD1506D75BC5108], GET, /test, observe(0)    ----->
0003: <-----   ACK [MID=45596, T=5FD1506D75BC5108], 2.05, 2:0/1/16, observe(0), size2(40)
0004: CON [MID=45597, T=60D56F7B3C3D0BEC], GET, /test, 2:1/0/16    ----->
0004: <-----   ACK [MID=45597, T=60D56F7B3C3D0BEC], 2.05, 2:1/1/16
0005: CON [MID=45598, T=943FBEEB593108EC], GET, /test, 2:2/0/16    ----->
0005: <-----   ACK [MID=45598, T=943FBEEB593108EC], 2.05, 2:2/0/16

0006: <-----   CON [MID=8001, T=5FD1506D75BC5108], 2.05, 2:0/1/16, observe(2), size2(42)
0006: ACK [MID=8001]   ----->
0007: CON [MID=45599, T=B8962C30DE10286A], GET, /test, 2:1/0/16    ----->
0007: <-----   ACK [MID=45599, T=B8962C30DE10286A], 2.05, 2:1/1/16
0007: CON [MID=45600, T=785D4F1E454C1BF3], GET, /test, 2:2/0/16    ----->


0002: CON [MID=61099, T=A5898FFA8104F04B], GET, /test, observe(0)    ----->
0003: <-----   ACK [MID=61099, T=A5898FFA8104F04B], 2.05, 2:0/1/16, observe(1)
0004: CON [MID=61100, T=CCC596E338D6285C], GET, /test, 2:1/0/16    ----->
0005: <-----   CON [MID=8001, T=A5898FFA8104F04B], 2.05, observe(2)
0005: ACK [MID=8001]   ----->
0005: <-----   ACK [MID=61100, T=CCC596E338D6285C], 2.05, 2:1/1/16
1006: <-----   CON [MID=8002, T=A5898FFA8104F04B], 2.05, observe(3)
1007: ACK [MID=8002]   ----->
1008: <-----   CON [MID=8003, T=A5898FFA8104F04B], 2.05, 2:0/1/16, observe(4)
1008: ACK [MID=8003]   ----->
1008: CON [MID=61101, T=5C5007A631B03197], GET, /test, 2:1/0/16    ----->
1009: <-----   ACK [MID=61101, T=5C5007A631B03197], 2.05, 2:1/0/16

0002: CON [MID=42408, T=FB7FCAE14C4F5475], GET, /test, observe(0)    ----->
0003: <-----   ACK [MID=42408, T=FB7FCAE14C4F5475], 2.05, 2:0/1/16, observe(1)
0004: CON [MID=42409, T=C048F834CDD4B2E3], GET, /test, 2:1/0/16    ----->
0005: <-----   ACK [MID=42409, T=C048F834CDD4B2E3], 2.05, 2:1/0/16
0006: <-----   CON [MID=8001, T=FB7FCAE14C4F5475], 2.05, 2:0/1/16, observe(2)
0006: ACK [MID=8001]   ----->
0006: CON [MID=42410, T=0C2F5F2348FC69C6], GET, /test, 2:1/0/16    ----->
0007: CON [MID=42411, T=E449941D6A8B4AA1], GET, /test    ----->
0009: <-----   ACK [MID=42411, T=E449941D6A8B4AA1], 2.05, 2:0/1/16
0009: CON [MID=42412, T=D4DAD1422718F3F7], GET, /test, 2:1/0/16    ----->
0010: <-----   ACK [MID=42412, T=D4DAD1422718F3F7], 2.05, 2:1/1/16
0010: CON [MID=42413, T=B0F181D228C6042C], GET, /test, 2:2/0/16    ----->
0011: <-----   ACK [MID=42413, T=B0F181D228C6042C], 2.05, 2:2/0/16

0002: CON [MID=14988, T=332A159FB3795337], GET, /test, observe(0)    ----->
0003: <-----   ACK [MID=14988, T=332A159FB3795337], 2.05, observe(1)
0004: <-----   CON [MID=8001, T=332A159FB3795337], 2.05, 2:0/1/16, observe(3)
0004: ACK [MID=8001]   ----->
0004: CON [MID=14989, T=98DA177A77A938D4], GET, /test, 2:1/0/16    ----->
0005: <-----   CON [MID=8002, T=332A159FB3795337], 2.05, observe(2)
0005: ACK [MID=8002]   ----->
0006: <-----   ACK [MID=14989, T=98DA177A77A938D4], 2.05, 2:1/0/16
0006: <-----   CON [MID=8003, T=332A159FB3795337], 2.05, 2:0/1/16, observe(4)
0007: ACK [MID=8003]   ----->
0007: CON [MID=14990, T=38714F5E9F2B4F26], GET, /test, 2:1/0/16    ----->
0007: <-----   ACK [MID=14990, T=38714F5E9F2B4F26], 2.05, 2:1/0/16

0002: CON [MID=42499, T=43AF0A7958A6216F], GET, /test, observe(0)    ----->
0003: <-----   ACK [MID=42499, T=43AF0A7958A6216F], 2.05, 2:0/1/16, observe(1)
0003: CON [MID=42500, T=C0764992ADF508BA], GET, /test, 2:1/0/16    ----->
0004: <-----   CON [MID=8001, T=43AF0A7958A6216F], 2.05, 2:0/1/16, observe(2)
0004: <-----   ACK [MID=42500, T=C0764992ADF508BA], 2.05, 2:1/0/16
0004: ACK [MID=8001]   ----->
0005: CON [MID=42501, T=286B4BCC0B389136], GET, /test, 2:1/0/16    ----->
0005: <-----   ACK [MID=42501, T=286B4BCC0B389136], 2.05, 2:1/0/16
0006: <-----   CON [MID=8002, T=43AF0A7958A6216F], 2.05, 2:0/1/16, observe(2)
0006: ACK [MID=8002]   ----->
0006: CON [MID=42502, T=0050410497814EEC], GET, /test, 2:1/0/16    ----->
0007: <-----   ACK [MID=42502, T=0050410497814EEC], 2.05, 2:1/0/16

0002: CON [MID=55394, T=6BDBC7F1E0CF0321], GET, /test, observe(0)    ----->
0003: <-----   ACK [MID=55394, T=6BDBC7F1E0CF0321], 2.05, 2:0/1/16, observe(0), size2(40)
0003: CON [MID=55395, T=C061932888A96063], GET, /test, 2:1/0/16    ----->
0004: <-----   ACK [MID=55395, T=C061932888A96063], 2.05, 2:1/1/16
0004: CON [MID=55396, T=DC14357F8A466C17], GET, /test, 2:2/0/16    ----->
0005: <-----   ACK [MID=55396, T=DC14357F8A466C17], 2.05, 2:2/0/16

0006: <-----   CON [MID=8001, T=6BDBC7F1E0CF0321], 2.05, 2:0/1/16, observe(2), size2(42)
0006: ACK [MID=8001]   ----->
0007: CON [MID=34306, T=140182656E724F37], GET, /test, 2:1/0/16    ----->
0007: <-----   ACK [MID=34306, T=140182656E724F37], 2.05, 2:1/1/16
0008: CON [MID=34307, T=0CB0CF643A17DD05], GET, /test, 2:2/0/16    ----->

0008: <-----   ACK [MID=34307]

0002: CON [MID=47352, T=EF342DA91F6F3E26], GET, /test, observe(0)    ----->
0003: <-----   ACK [MID=47352, T=EF342DA91F6F3E26], 2.05, 2:0/1/16, observe(2)
0003: CON [MID=47353, T=6C9A56A17F69C7C0], GET, /test, 2:1/0/16    ----->
0004: <-----   CON [MID=8001, T=EF342DA91F6F3E26], 2.05, observe(0)
0004: ACK [MID=8001]   ----->
1005: <-----   ACK [MID=47353, T=6C9A56A17F69C7C0], 2.05, 2:1/0/16
1006: <-----   CON [MID=8002, T=EF342DA91F6F3E26], 2.05, observe(3)
1007: ACK [MID=8002]   ----->
1007: <-----   CON [MID=8003, T=EF342DA91F6F3E26], 2.05, 2:0/1/16, observe(4)
1007: ACK [MID=8003]   ----->
1008: CON [MID=47354, T=00F4EF696298C1E4], GET, /test, 2:1/0/16    ----->
1008: <-----   ACK [MID=47354, T=00F4EF696298C1E4], 2.05, 2:1/0/16

0002: CON [MID=41496, T=E7114199A6613364], GET, /test, observe(0)    ----->
0003: <-----   ACK [MID=41496, T=E7114199A6613364], 2.05, 2:0/1/16, observe(1)
0003: CON [MID=41497, T=C061BF642501C74E], GET, /test, 2:1/0/16    ----->
0004: <-----   ACK [MID=41497, T=C061BF642501C74E], 2.05, 2:1/0/16
0005: <-----   CON [MID=8001, T=E7114199A6613364], 2.05, 2:0/1/16, observe(2)
0005: ACK [MID=8001]   ----->
0005: CON [MID=41498, T=C8A305DD80A48D01], GET, /test, 2:1/0/16    ----->
0206: CON [MID=41498, T=C8A305DD80A48D01], GET, /test, 2:1/0/16    ----->
0407: CON [MID=41498, T=C8A305DD80A48D01], GET, /test, 2:1/0/16    ----->
0609: <-----   CON [MID=8002, T=E7114199A6613364], 2.05, 2:0/1/16, observe(3)
0609: ACK [MID=8002]   ----->
0609: CON [MID=41499, T=F4D2C8A8568F710F], GET, /test, 2:1/0/16    ----->
0610: <-----   ACK [MID=41499, T=F4D2C8A8568F710F], 2.05, 2:1/0/16

0011: CON [MID=24426, T=05FFFB59F23947BD], GET, /test, observe(0)    ----->
0012: <-----   ACK [MID=24426, T=05FFFB59F23947BD], 2.05, observe(1)
0013: <-----   CON [MID=8001, T=05FFFB59F23947BD], 2.05, 2:0/1/16, observe(3)
0013: ACK [MID=8001]   ----->
0013: CON [MID=24427, T=44BEC2F05890E5C5], GET, /test, 2:1/0/16    ----->
0015: <-----   ACK [MID=24427, T=44BEC2F05890E5C5], 2.05, 2:1/1/16
0015: CON [MID=24428, T=A4B8046A47548021], GET, /test, 2:2/0/16    (should be dropped by error)
0016: CON [MID=24428, T=A4B8046A47548021], GET, /test, 2:2/0/16    -----> (dropped)
08:03:47.386 WARN [BaseCoapStack]: error send request CON-GET    MID=10151, Token=B9E500F32BC0C1D8, 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

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

0002: CON [MID=50365, T=9162BEFD17B9B5F5], GET, /test, observe(0)    ----->
0002: <-----   ACK [MID=50365, T=9162BEFD17B9B5F5], 2.05, observe(1)
0003: <-----   CON [MID=8001, T=9162BEFD17B9B5F5], 2.05, observe(3)
0003: ACK [MID=8001]   ----->
0004: CON [MID=50366, T=9162BEFD17B9B5F5], GET, /test, observe(1)    ----->
0005: <-----   CON [MID=8002, T=9162BEFD17B9B5F5], 2.05, observe(4)
0005: <-----   NON [MID=8003, T=9162BEFD17B9B5F5], 2.05, observe(5)
0205: CON [MID=50366, T=9162BEFD17B9B5F5], GET, /test, observe(1)    ----->
0405: CON [MID=50366, T=9162BEFD17B9B5F5], GET, /test, observe(1)    ----->
0506: <-----   ACK [MID=50366, T=9162BEFD17B9B5F5], 2.05

0002: CON [MID=4840, T=A53B7F9722314068], GET, /test, observe(0)    ----->
0002: <-----   ACK [MID=4840, T=A53B7F9722314068], 2.05, 2:0/1/16, observe(1)
0003: CON [MID=4841, T=B413525000C2065F], GET, /test, 2:1/0/16    ----->
0003: <-----   ACK [MID=4841, T=B413525000C2065F], 2.05, 2:1/0/16
0004: CON [MID=4842, T=FC4B82A18D4A8959], GET, /test    ----->
0005: <-----   ACK [MID=4842, T=FC4B82A18D4A8959], 2.05, 2:0/1/16
0005: CON [MID=4843, T=CC5B226DFC0D0504], GET, /test, 2:1/0/16    ----->
0006: <-----   CON [MID=8001, T=A53B7F9722314068], 2.05, 2:0/1/16, observe(2)
0006: ACK [MID=8001]   ----->
0006: CON [MID=4844, T=7C157505BE5D33A0], GET, /test, 2:1/0/16    ----->
0007: <-----   ACK [MID=4843, T=CC5B226DFC0D0504], 2.05, 2:1/0/16
0007: <-----   ACK [MID=4844, T=7C157505BE5D33A0], 2.05, 2:1/0/16

0002: CON [MID=14838, T=F0B35FCDB2165F4C], GET, /test    ----->
0002: <-----   ACK [MID=14838, T=F0B35FCDB2165F4C], 2.05, observe(3)
0003: CON [MID=14839, T=EC2A1CA2A20B13EA], GET, /test    ----->
0004: <-----   CON [MID=8000, T=EC2A1CA2A20B13EA], 2.05, observe(4)
0004: ACK [MID=8000]   ----->
0004: CON [MID=14840, T=90496CEE0AFF251F], GET, /test    ----->
0005: <-----   NON [MID=14840, T=90496CEE0AFF251F], 2.05, observe(5)

0001: CON [MID=4333, T=C90374B1E1107961], GET, /test, observe(0)    ----->
0002: <-----   ACK [MID=4333, T=C90374B1E1107961], 2.05, 2:0/1/16, observe(0), size2(40)
0003: CON [MID=4334, T=24AD72953BEC1A08], GET, /test, 2:1/0/16    ----->
0003: <-----   ACK [MID=4334, T=24AD72953BEC1A08], 2.05, 2:1/1/16
0004: CON [MID=4335, T=D07000AC98BEF3D7], GET, /test, 2:2/0/16    ----->
0004: <-----   ACK [MID=4335, T=D07000AC98BEF3D7], 2.05, 2:2/0/16

0005: observe relation has been established, server now sends a notification
0005: <-----   CON [MID=8001, T=C90374B1E1107961], 2.05, 2:0/1/16, observe(1), size2(45)
0005: ACK [MID=8001]   ----->
0005: CON [MID=4336, T=90C99F4FCA1C8487], GET, /test, 2:1/0/16    ----->
0006: <-----   ACK [MID=4336, T=90C99F4FCA1C8487], 2.05, 2:1/1/16
0007: CON [MID=4337, T=CCC345F083A4DFBD], GET, /test, 2:2/0/16    ----->
0007: <-----   ACK [MID=4337, T=CCC345F083A4DFBD], 2.05, 2:2/0/16

0008: client has successfully retrieved content for notification using blockwise transfer
0008: server now sends notifications interfering with ongoing blockwise transfer
0009: <-----   CON [MID=8002, T=C90374B1E1107961], 2.05, 2:0/1/16, observe(2), size2(42)
0009: ACK [MID=8002]   ----->
0009: CON [MID=4338, T=58ABF5A184959595], GET, /test, 2:1/0/16    ----->
0009: <-----   ACK [MID=4338, T=58ABF5A184959595], 2.05, 2:1/1/16
0010: CON [MID=4339, T=44D3C59554CE6B2C], GET, /test, 2:2/0/16    ----->
0010: //////// Overriding notification ////////
0010: <-----   CON [MID=8003, T=C90374B1E1107961], 2.05, 2:0/1/16, observe(3), size2(40)
0010: ACK [MID=8003]   ----->
0011: CON [MID=4340, T=40012AFFA5B95ABC], GET, /test, 2:1/0/16    ----->
0011: <-----   ACK [MID=4339, T=44D3C59554CE6B2C], 2.05, 2:2/0/16
0011: <-----   ACK [MID=4340, T=40012AFFA5B95ABC], 2.05, 2:1/1/16
0012: CON [MID=4341, T=044226742B49DED3], GET, /test, 2:2/0/16    ----->
0012: <-----   ACK [MID=4341, T=044226742B49DED3], 2.05, 2:2/0/16

0013: client has detected newly arriving notification while doing blockwise transfer of previous notification
0013: server now sends notifications interfering with ongoing blockwise transfer using conflicting block numbers
0013: <-----   CON [MID=8004, T=C90374B1E1107961], 2.05, 2:0/1/16, observe(4), size2(38)
0013: ACK [MID=8004]   ----->
0014: CON [MID=4342, T=8C9760190FC62845], GET, /test, 2:1/0/16    ----->
0014: //////// Overriding notification (4) ////////
0014: <-----   CON [MID=8005, T=C90374B1E1107961], 2.05, 2:0/1/16, observe(5), size2(40)
0015: ACK [MID=8005]   ----->
0015: CON [MID=4343, T=A43A3FC013CC1362], GET, /test, 2:1/0/16    ----->
0015: //////// Conflicting notification block ////////
0016: <-----   ACK [MID=4342, T=8C9760190FC62845], 2.05, 2:1/1/16
0016: <-----   ACK [MID=4343, T=A43A3FC013CC1362], 2.05, 2:1/1/16
0016: CON [MID=4344, T=B495DF505AAD4E53], GET, /test, 2:2/0/16    ----->
0016: <-----   ACK [MID=4344, T=B495DF505AAD4E53], 2.05, 2:2/0/16

0017: //////// Notification after cancellation ////////
0017: <-----   CON [MID=8006, T=C90374B1E1107961], 2.05, 2:0/1/16, observe(6), size2(34)
0017: ACK [MID=8006]   ----->
0017: CON [MID=4345, T=DCFF3149AB4A0510], GET, /test, 2:1/0/16    ----->
0018: <-----   ACK [MID=4345, T=DCFF3149AB4A0510], 2.05, 2:1/1/16

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

0002: CON [MID=46135, T=291EBB1A70DEFA59], GET, /test, observe(0)    ----->
0003: <-----   ACK [MID=46135, T=291EBB1A70DEFA59], 2.05, 2:0/1/16, observe(0), size2(45)
0003: CON [MID=46136, T=AC364CB53E992A30], GET, /test, 2:1/0/16    ----->
0004: <-----   ACK [MID=46136, T=AC364CB53E992A30], 2.05, 2:1/1/16
0004: CON [MID=46137, T=48139A0072BEE62F], GET, /test, 2:2/0/16    ----->
0005: <-----   ACK [MID=46137, T=48139A0072BEE62F], 2.05, 2:2/0/16

0006: <-----   CON [MID=8001, T=291EBB1A70DEFA59], 2.05, 2:0/1/16, observe(2), size2(42)
0006: ACK [MID=8001]   ----->
0007: CON [MID=58249, T=704D3B19FC2DE637], GET, /test, 2:1/0/16    ----->
0007: <-----   ACK [MID=58249, T=704D3B19FC2DE637], 2.05, 2:1/1/16
0007: CON [MID=58250, T=0CB6BA83BEEE7EF4], GET, /test, 2:2/0/16    ----->

0008: Cancel observation 291EBB1A70DEFA59

0002: CON [MID=32563, T=59FD4B452A36D134], GET, /test, observe(0)    ----->
0003: <-----   ACK [MID=32563, T=59FD4B452A36D134], 2.05, observe(1)
0003: <-----   CON [MID=8001, T=59FD4B452A36D134], 2.05, observe(3)
0003: ACK [MID=8001]   ----->
0004: CON [MID=32564, T=59FD4B452A36D134], GET, /test, observe(1)    ----->
0004: <-----   ACK [MID=32564, T=59FD4B452A36D134], 2.05
0005: <-----   CON [MID=8002, T=59FD4B452A36D134], 2.05, observe(4)
0005: RST [MID=8002]   ----->
0005: <-----   NON [MID=8003, T=59FD4B452A36D134], 2.05, observe(5)
0005: RST [MID=8003]   ----->
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.945 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: 7.645 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] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ californium-core ---
[INFO] Comparing [org.eclipse.californium:californium-core:jar:3.9.1] against [org.eclipse.californium:californium-core:jar:3.10.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.10.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/californium-core/target/californium-core-3.10.0-javadoc.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/californium-core/target/californium-core-3.10.0-tests.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/californium-core/target/californium-core-3.10.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.10.0/californium-core-3.10.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/californium-core/target/californium-core-3.10.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.10.0/californium-core-3.10.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/californium-core/target/californium-core-3.10.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.10.0/californium-core-3.10.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/californium-core/target/californium-core-3.10.0-tests.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.10.0/californium-core-3.10.0-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/californium-core/target/californium-core-3.10.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-core/3.10.0/californium-core-3.10.0-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ californium-core ---
[INFO] Installing org/eclipse/californium/californium-core/3.10.0/californium-core-3.10.0.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] -------------------< org.eclipse.californium:cf-nat >-------------------
[INFO] Building Cf-NAT 3.10.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] --- toolchains:3.1.0:toolchain (default) @ cf-nat ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :source
[INFO] Compiling 2 source files with javac [forked debug target 1.7] to target/classes
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-nat ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-nat ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-nat ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.0.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ cf-nat ---
[INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-release/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source files for package org.eclipse.californium.util.nat...
Constructing Javadoc information...
Standard Doclet version 1.7.0_80
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/apidocs/org/eclipse/californium/util/nat/Nat.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/apidocs/org/eclipse/californium/util/nat/NioNatUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/apidocs/org/eclipse/californium/util/nat/NioNatUtil.NatAddress.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/apidocs/org/eclipse/californium/util/nat/NioNatUtil.NatAddressState.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/apidocs/org/eclipse/californium/util/nat/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/apidocs/org/eclipse/californium/util/nat/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/apidocs/org/eclipse/californium/util/nat/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/apidocs/org/eclipse/californium/util/nat/class-use/NioNatUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/apidocs/org/eclipse/californium/util/nat/class-use/NioNatUtil.NatAddressState.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/apidocs/org/eclipse/californium/util/nat/class-use/NioNatUtil.NatAddress.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/apidocs/org/eclipse/californium/util/nat/class-use/Nat.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/apidocs/org/eclipse/californium/util/nat/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/apidocs/index-all.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/apidocs/help-doc.html...
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/cf-nat-3.10.0-javadoc.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.10.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-nat ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-nat ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.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.10.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/cf-nat-3.10.0-javadoc.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/cf-nat-3.10.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.10.0/cf-nat-3.10.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/cf-nat-3.10.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/3.10.0/cf-nat-3.10.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/cf-nat-3.10.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/3.10.0/cf-nat-3.10.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-nat/target/cf-nat-3.10.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-nat/3.10.0/cf-nat-3.10.0-sources.jar
[INFO] 
[INFO] ---------------< org.eclipse.californium:cf-unix-health >---------------
[INFO] Building Cf-Unix-Health 3.10.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] --- toolchains:3.1.0:toolchain (default) @ cf-unix-health ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 2 source files with javac [forked debug target 1.7] to target/classes
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.0.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ cf-unix-health ---
[INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source files for package org.eclipse.californium.unixhealth...
Constructing Javadoc information...
Standard Doclet version 1.7.0_80
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/target/apidocs/org/eclipse/californium/unixhealth/NetSocketHealthLogger.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/target/apidocs/org/eclipse/californium/unixhealth/NetStatLogger.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/target/apidocs/org/eclipse/californium/unixhealth/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/target/apidocs/org/eclipse/californium/unixhealth/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/target/apidocs/org/eclipse/californium/unixhealth/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/target/apidocs/org/eclipse/californium/unixhealth/class-use/NetStatLogger.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/target/apidocs/org/eclipse/californium/unixhealth/class-use/NetSocketHealthLogger.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/target/apidocs/org/eclipse/californium/unixhealth/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/target/apidocs/index-all.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/target/apidocs/help-doc.html...
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/target/cf-unix-health-3.10.0-javadoc.jar
[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.10.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.10.0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ cf-unix-health ---
[INFO] Comparing [org.eclipse.californium:cf-unix-health:jar:3.9.1] against [org.eclipse.californium:cf-unix-health:jar:3.10.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.10.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/target/cf-unix-health-3.10.0-javadoc.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/target/cf-unix-health-3.10.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.10.0/cf-unix-health-3.10.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/target/cf-unix-health-3.10.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-health/3.10.0/cf-unix-health-3.10.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/target/cf-unix-health-3.10.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-health/3.10.0/cf-unix-health-3.10.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-unix-health/target/cf-unix-health-3.10.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-health/3.10.0/cf-unix-health-3.10.0-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ cf-unix-health ---
[INFO] Installing org/eclipse/californium/cf-unix-health/3.10.0/cf-unix-health-3.10.0.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] -----------------< org.eclipse.californium:cf-cluster >-----------------
[INFO] Building Cf-Cluster 3.10.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] --- toolchains:3.1.0:toolchain (default) @ cf-cluster ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 13 source files with javac [forked debug target 1.7] to target/classes
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [forked debug target 1.7] to target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-cluster ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-cluster ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-cluster ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.0.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ cf-cluster ---
[INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source files for package org.eclipse.californium.cluster...
Loading source files for package org.eclipse.californium.cluster.config...
Constructing Javadoc information...
Standard Doclet version 1.7.0_80
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/CredentialsUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/DtlsClusterManager.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/DtlsClusterManager.ClusterNodesDiscover.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/HttpResult.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/HttpResultException.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/JdkHttpClient.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/JdkMonitorService.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/K8sDiscoverClient.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/K8sManagementClient.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/K8sManagementClient.Pod.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/K8sManagementJdkClient.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/K8sRestoreJdkHttpClient.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/Readiness.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/RestoreJdkHttpClient.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/config/DtlsClusterManagerConfig.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/overview-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/config/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/config/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/config/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/serialized-form.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/class-use/RestoreJdkHttpClient.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/class-use/Readiness.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/class-use/K8sRestoreJdkHttpClient.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/class-use/K8sManagementJdkClient.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/class-use/K8sManagementClient.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/class-use/K8sManagementClient.Pod.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/class-use/K8sDiscoverClient.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/class-use/JdkMonitorService.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/class-use/JdkHttpClient.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/class-use/HttpResultException.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/class-use/HttpResult.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/class-use/DtlsClusterManager.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/class-use/DtlsClusterManager.ClusterNodesDiscover.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/class-use/CredentialsUtil.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/config/class-use/DtlsClusterManagerConfig.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/package-use.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/org/eclipse/californium/cluster/config/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/index-all.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/apidocs/help-doc.html...
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/cf-cluster-3.10.0-javadoc.jar
[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.10.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-cluster ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-cluster ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.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.10.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.10.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/cf-cluster-3.10.0-javadoc.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/cf-cluster-3.10.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.10.0/cf-cluster-3.10.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/cf-cluster-3.10.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cluster/3.10.0/cf-cluster-3.10.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/cf-cluster-3.10.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cluster/3.10.0/cf-cluster-3.10.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cluster/target/cf-cluster-3.10.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cluster/3.10.0/cf-cluster-3.10.0-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ cf-cluster ---
[INFO] Installing org/eclipse/californium/cf-cluster/3.10.0/cf-cluster-3.10.0.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] -------------------< org.eclipse.californium:cf-cli >-------------------
[INFO] Building Cf-command-line-interface 3.10.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] --- toolchains:3.1.0:toolchain (default) @ cf-cli ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [forked debug target 1.7] to target/classes
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-cli ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-cli ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-cli ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.0.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ cf-cli ---
[INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-release/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-release/demo-certs/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source files for package org.eclipse.californium.cli...
Loading source files for package org.eclipse.californium.cli.decoder...
Constructing Javadoc information...
Standard Doclet version 1.7.0_80
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/CliConnectorFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ClientBaseConfig.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ClientBaseConfig.ProxyConfiguration.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ClientConfig.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ClientConfig.ContentType.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ClientConfig.MessageType.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ClientConfig.Payload.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ClientInitializer.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ClientInitializer.DtlsConnectorFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ClientInitializer.PlugPskStore.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ClientInitializer.UdpConnectorFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ConnectorConfig.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ConnectorConfig.Authentication.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ConnectorConfig.AuthenticationMode.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ConnectorConfig.Identity.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ConnectorConfig.PskCredentialStore.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ConnectorConfig.Secret.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/ConnectorConfig.Trust.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/decoder/CborDecoder.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/decoder/Decoder.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/decoder/JsonDecoder.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/overview-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/decoder/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/decoder/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/decoder/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ConnectorConfig.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ConnectorConfig.AuthenticationMode.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ConnectorConfig.Authentication.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ConnectorConfig.Identity.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ConnectorConfig.Trust.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ConnectorConfig.Secret.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ConnectorConfig.PskCredentialStore.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ClientInitializer.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ClientInitializer.UdpConnectorFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ClientInitializer.DtlsConnectorFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ClientInitializer.PlugPskStore.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ClientConfig.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ClientConfig.ContentType.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ClientConfig.Payload.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ClientConfig.MessageType.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ClientBaseConfig.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/ClientBaseConfig.ProxyConfiguration.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/class-use/CliConnectorFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/decoder/class-use/JsonDecoder.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/decoder/class-use/Decoder.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/decoder/class-use/CborDecoder.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/package-use.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/org/eclipse/californium/cli/decoder/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/index-all.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/apidocs/help-doc.html...
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/cf-cli-3.10.0-javadoc.jar
[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.10.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-cli ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-cli ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.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.10.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/cf-cli-3.10.0-javadoc.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/cf-cli-3.10.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.10.0/cf-cli-3.10.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/cf-cli-3.10.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/3.10.0/cf-cli-3.10.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/cf-cli-3.10.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/3.10.0/cf-cli-3.10.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli/target/cf-cli-3.10.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli/3.10.0/cf-cli-3.10.0-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ cf-cli ---
[INFO] Installing org/eclipse/californium/cf-cli/3.10.0/cf-cli-3.10.0.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] --------------< org.eclipse.californium:cf-cli-tcp-netty >--------------
[INFO] Building Cf-cli-tcp-netty 3.10.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] --- toolchains:3.1.0:toolchain (default) @ cf-cli-tcp-netty ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [forked debug target 1.7] to target/classes
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-cli-tcp-netty ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-cli-tcp-netty ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-cli-tcp-netty ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.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] --- javadoc:3.6.0:jar (attach-javadocs) @ cf-cli-tcp-netty ---
[INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source files for package org.eclipse.californium.cli.tcp.netty...
Constructing Javadoc information...
Standard Doclet version 1.7.0_80
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/target/apidocs/org/eclipse/californium/cli/tcp/netty/Initialize.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/target/apidocs/org/eclipse/californium/cli/tcp/netty/TcpConnectorFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/target/apidocs/org/eclipse/californium/cli/tcp/netty/TlsConnectorFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/target/apidocs/org/eclipse/californium/cli/tcp/netty/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/target/apidocs/org/eclipse/californium/cli/tcp/netty/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/target/apidocs/org/eclipse/californium/cli/tcp/netty/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/target/apidocs/org/eclipse/californium/cli/tcp/netty/class-use/TlsConnectorFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/target/apidocs/org/eclipse/californium/cli/tcp/netty/class-use/TcpConnectorFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/target/apidocs/org/eclipse/californium/cli/tcp/netty/class-use/Initialize.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/target/apidocs/org/eclipse/californium/cli/tcp/netty/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/target/apidocs/index-all.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/target/apidocs/help-doc.html...
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.10.0-javadoc.jar
[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.10.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-cli-tcp-netty ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-cli-tcp-netty ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.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.10.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.10.0-javadoc.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.10.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.10.0/cf-cli-tcp-netty-3.10.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.10.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli-tcp-netty/3.10.0/cf-cli-tcp-netty-3.10.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.10.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli-tcp-netty/3.10.0/cf-cli-tcp-netty-3.10.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-cli-tcp-netty/target/cf-cli-tcp-netty-3.10.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cli-tcp-netty/3.10.0/cf-cli-tcp-netty-3.10.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.10.0/cf-cli-tcp-netty-3.10.0.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] -----------------< org.eclipse.californium:cf-encrypt >-----------------
[INFO] Building Cf-Encrypt 3.10.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] --- toolchains:3.1.0:toolchain (default) @ cf-encrypt ---
[INFO] Required toolchain: jdk [ version='1.8' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-8/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [forked debug target 1.8] to target/classes
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-encrypt ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-encrypt ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-encrypt ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[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.10.0.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ cf-encrypt ---
[INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-release/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source files for package org.eclipse.californium.util.encrypt...
Constructing Javadoc information...
Standard Doclet version 1.8.0_202
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-encrypt/target/apidocs/org/eclipse/californium/util/encrypt/Encrypt.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-encrypt/target/apidocs/org/eclipse/californium/util/encrypt/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-encrypt/target/apidocs/org/eclipse/californium/util/encrypt/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-encrypt/target/apidocs/org/eclipse/californium/util/encrypt/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-encrypt/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-encrypt/target/apidocs/org/eclipse/californium/util/encrypt/class-use/Encrypt.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-encrypt/target/apidocs/org/eclipse/californium/util/encrypt/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-encrypt/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-encrypt/target/apidocs/index-all.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-encrypt/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-encrypt/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-encrypt/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-encrypt/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-utils/cf-encrypt/target/apidocs/help-doc.html...
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-encrypt/target/cf-encrypt-3.10.0-javadoc.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.10.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-encrypt ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-encrypt ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest]
[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.10.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.10.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-encrypt/target/cf-encrypt-3.10.0-javadoc.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-utils/cf-encrypt/target/cf-encrypt-3.10.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.10.0/cf-encrypt-3.10.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-encrypt/target/cf-encrypt-3.10.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-encrypt/3.10.0/cf-encrypt-3.10.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-encrypt/target/cf-encrypt-3.10.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-encrypt/3.10.0/cf-encrypt-3.10.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-utils/cf-encrypt/target/cf-encrypt-3.10.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-encrypt/3.10.0/cf-encrypt-3.10.0-sources.jar
[INFO] 
[INFO] -------------< org.eclipse.californium:californium-tests >--------------
[INFO] Building Californium (Cf) Tests 3.10.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] --- toolchains:3.1.0:toolchain (default) @ californium-tests ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ californium-tests ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ californium-tests ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ californium-tests ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ californium-tests ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.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] --- toolchains:3.1.0:toolchain (default) @ californium-integration-tests ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [forked debug target 1.7] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/californium-release/californium-tests/californium-integration-tests/src/test/java/org/eclipse/californium/integration/test/NatTestHelper.java:[242,20] [deprecation] DTLS_VERIFY_PEERS_ON_RESUMPTION_THRESHOLD in DtlsConfig has been deprecated
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ californium-integration-tests ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.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]
08:05:24.600 INFO [JceProviderUtil]: JCE default setup (o.e.c.e.u.JceProviderUtil.setupJce:335)
08:05:24.914 INFO [JceProviderUtil]: RSA: true, EC: true, AES: restricted to 128 bits key length (o.e.c.e.u.JceProviderUtil.setupJce:467)
08:05:24.916 INFO [JceProviderUtil]: EdDSA not supported! (o.e.c.e.u.JceProviderUtil.setupJce:494)
08:05:24.916 INFO [JceProviderUtil]: JCE setup: null, 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.279 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.739 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] --- javadoc:3.6.0:jar (attach-javadocs) @ californium-integration-tests ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ californium-integration-tests ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.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]
08:05:32.832 INFO [JceProviderUtil]: JCE default setup (o.e.c.e.u.JceProviderUtil.setupJce:335)
08:05:32.938 INFO [JceProviderUtil]: RSA: true, EC: true, AES: restricted to 128 bits key length (o.e.c.e.u.JceProviderUtil.setupJce:467)
08:05:32.940 INFO [JceProviderUtil]: EdDSA not supported! (o.e.c.e.u.JceProviderUtil.setupJce:494)
08:05:32.940 INFO [JceProviderUtil]: JCE setup: null, 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:43370/resource
coap-client coaps://127.0.0.1:43955
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"
08:05:33.480 WARN [EndpointContextUtil]: strict context sending, DTLS_SESSION_ID: "B806876C15DBCA41F7B599AD778A036C8145191C69362A6318A3D26DA2E2B5A5" != "BEF3CA5DE62DF94B867FE348213E2EA8CEB8467B62EFF2BC1C65FB912CDB05F0" (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:58901/resource
coap-client coaps://127.0.0.1:42492
URI: change coaps://127.0.0.1:58901/resource to coaps://127.0.0.1:33136/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:33136/resource to coaps://127.0.0.1:53163/resource
08:05:35.818 WARN [NioNatUtil]: NAT 127.0.0.1:38950 stopped. 12 forwarded messages, 5 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105)
Resource resource changed to "resource says hi for the 1 time"
coap-server coaps://127.0.0.1:44602/resource
coap-client coaps://127.0.0.1:54213
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:56850/resource
coap-client coaps://127.0.0.1:41539
Resource resource changed to "resource says hi for the 1 time"
coap-server coaps://127.0.0.1:43622/resource
coap-client coaps://127.0.0.1:41360
URI: change coaps://127.0.0.1:43622/resource to coaps://127.0.0.1:40211/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"
08:05:40.340 WARN [NioNatUtil]: NAT 127.0.0.1:45883 stopped. 7 forwarded messages, 4 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105)
Resource resource changed to "resource says hi for the 1 time"
coap-server coaps://127.0.0.1:34234/resource
coap-client coaps://127.0.0.1:57420
URI: change coaps://127.0.0.1:34234/resource to coaps://127.0.0.1:34603/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"
08:05:44.664 WARN [NioNatUtil]: NAT 127.0.0.1:56847 stopped. 10 forwarded messages, 7 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105)
Resource resource changed to "resource says hi for the 1 time"
coap-server coaps://127.0.0.1:51310/resource
coap-client coaps://127.0.0.1:50802
URI: change coaps://127.0.0.1:51310/resource to coaps://127.0.0.1:51303/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"
08:05:44.999 WARN [NioNatUtil]: NAT 127.0.0.1:50492 stopped. 14 forwarded messages, 7 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105)
Resource resource changed to "resource says hi for the 1 time"
coap-server coaps://127.0.0.1:60545/resource
coap-client coaps://127.0.0.1:55369
URI: change coaps://127.0.0.1:60545/resource to coaps://127.0.0.1:59898/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"
08:05:45.328 WARN [NioNatUtil]: NAT 127.0.0.1:40435 stopped. 13 forwarded messages, 5 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105)
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.235 s - in org.eclipse.californium.integration.test.SecureObserveTest
[INFO] Running org.eclipse.californium.integration.test.SecureCidClusterTest
URI: LoadBalancer destination coaps://127.0.0.1:33725/resource
coap-server coaps://127.0.0.1:33725/resource
coap-client coaps://127.0.0.1:49552
08:05:47.206 WARN [NioNatUtil]: NAT 127.0.0.1:33725 stopped. 1728 forwarded messages, 1610 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105)
URI: LoadBalancer destination coaps://127.0.0.1:53896/resource
coap-server coaps://127.0.0.1:53896/resource
coap-client coaps://127.0.0.1:41518
08:05:48.213 WARN [NioNatUtil]: NAT 127.0.0.1:53896 stopped. 1113 forwarded messages, 1113 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105)
URI: LoadBalancer destination coaps://127.0.0.1:56222/resource
coap-server coaps://127.0.0.1:56222/resource
coap-client coaps://127.0.0.1:36511
08:05:49.517 WARN [NioNatUtil]: NAT 127.0.0.1:56222 stopped. 1602 forwarded messages, 1500 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105)
URI: LoadBalancer destination coaps://127.0.0.1:39240/resource
coap-server coaps://127.0.0.1:39240/resource
coap-client coaps://127.0.0.1:47371
08:05:56.868 WARN [NioNatUtil]: NAT 127.0.0.1:39240 stopped. 390 forwarded messages, 371 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105)
URI: LoadBalancer destination coaps://127.0.0.1:49516/resource
coap-server coaps://127.0.0.1:49516/resource
coap-client coaps://127.0.0.1:40586
08:06:02.249 WARN [NioNatUtil]: NAT 127.0.0.1:49516 stopped. 9 forwarded messages, 4 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105)
URI: LoadBalancer destination coaps://127.0.0.1:42032/resource
coap-server coaps://127.0.0.1:42032/resource
coap-client coaps://127.0.0.1:33599
08:06:02.262 WARN [NioNatUtil]: NAT 127.0.0.1:42032 stopped. 5 forwarded messages, 5 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105)
URI: LoadBalancer destination coaps://127.0.0.1:37217/resource
coap-server coaps://127.0.0.1:37217/resource
coap-client coaps://127.0.0.1:53125
08:06:02.803 WARN [NioNatUtil]: NAT 127.0.0.1:37217 stopped. 1113 forwarded messages, 1113 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105)
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.476 s - in org.eclipse.californium.integration.test.SecureCidClusterTest
[INFO] Running org.eclipse.californium.integration.test.SecureNatTest
URI: LoadBalancer destination coaps://127.0.0.1:33575/resource
coap-server coaps://127.0.0.1:33575/resource
coap-client coaps://127.0.0.1:48731
08:06:04.390 WARN [NioNatUtil]: NAT 127.0.0.1:33575 stopped. 1625 forwarded messages, 1412 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105)
URI: LoadBalancer destination coaps://127.0.0.1:50992/resource
coap-server coaps://127.0.0.1:50992/resource
coap-client coaps://127.0.0.1:49913
08:06:04.717 WARN [NioNatUtil]: NAT 127.0.0.1:50992 stopped. 1113 forwarded messages, 1113 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105)
URI: LoadBalancer destination coaps://127.0.0.1:43508/resource
coap-server coaps://127.0.0.1:43508/resource
coap-client coaps://127.0.0.1:60845
08:06:05.789 WARN [NioNatUtil]: NAT 127.0.0.1:43508 stopped. 1546 forwarded messages, 1329 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105)
URI: LoadBalancer destination coaps://127.0.0.1:45366/resource
coap-server coaps://127.0.0.1:45366/resource
coap-client coaps://127.0.0.1:37573
08:06:12.820 WARN [NioNatUtil]: NAT 127.0.0.1:45366 stopped. 371 forwarded messages, 338 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105)
URI: LoadBalancer destination coaps://127.0.0.1:33997/resource
coap-server coaps://127.0.0.1:33997/resource
coap-client coaps://127.0.0.1:42852
08:06:19.100 WARN [NioNatUtil]: NAT 127.0.0.1:33997 stopped. 9 forwarded messages, 4 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105)
URI: LoadBalancer destination coaps://127.0.0.1:37266/resource
coap-server coaps://127.0.0.1:37266/resource
coap-client coaps://127.0.0.1:41119
08:06:19.110 WARN [NioNatUtil]: NAT 127.0.0.1:37266 stopped. 5 forwarded messages, 5 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105)
URI: LoadBalancer destination coaps://127.0.0.1:55766/resource
coap-server coaps://127.0.0.1:55766/resource
coap-client coaps://127.0.0.1:34821
08:06:19.398 WARN [NioNatUtil]: NAT 127.0.0.1:55766 stopped. 1113 forwarded messages, 1113 backwarded (o.e.c.util.nat.NioNatUtil.stop:1105)
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.595 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.10.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] --- toolchains:3.1.0:toolchain (default) @ californium-interoperability-tests ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 31 source files with javac [forked debug target 1.7] to target/test-classes
[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,19] [deprecation] DTLS_SUPPORT_DEPRECATED_CID in DtlsConfig has been deprecated
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ californium-interoperability-tests ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
08:06:22.656 INFO [JceProviderUtil]: JCE default setup (o.e.c.e.u.JceProviderUtil.setupJce:335)
08:06:22.768 INFO [JceProviderUtil]: RSA: true, EC: true, AES: restricted to 128 bits key length (o.e.c.e.u.JceProviderUtil.setupJce:467)
08:06:22.769 INFO [JceProviderUtil]: EdDSA not supported! (o.e.c.e.u.JceProviderUtil.setupJce:494)
08:06:22.769 INFO [JceProviderUtil]: JCE setup: null, ready. (o.e.c.e.u.JceProviderUtil.setupJce:501)
08:06:22.857 INFO [TestScope]: INTENSIVE TEST: false (o.e.c.e.util.TestScope.<clinit>:35)
OpenSSL 1.1.1n  15 Mar 2022
> exit: 0 (2ms).
08:06:22.981 INFO [XECDHECryptography]: X25519/X448 not supported! (o.e.c.s.d.c.XECDHECryptography$XDHPublicKeyReflection.init:878)
08:06:23.032 INFO [Configuration]: defaults added DTLS. (o.e.c.e.c.Configuration.addDefaultModule:424)
08:06:23.033 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
08:06:23.067 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyEd25519 (o.e.c.e.r.TestNameLoggerRule.starting:57)
08:06:23.069 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyEd25519 (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:23.070 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyClientUnauthenticated (o.e.c.e.r.TestNameLoggerRule.starting:57)
08:06:23.071 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyClientUnauthenticated (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:23.071 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustAll (o.e.c.e.r.TestNameLoggerRule.starting:57)
08:06:23.130 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
08:06:23.134 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200)
08:06:23.138 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:23.138 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311)
08:06:23.138 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -no-CAfile -cert_chain caTrustStore.pem -curves X25519:prime256v1 
08:06:23.187 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529)
Can't use SSL_get_servername
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
08:06:23.196 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa
Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC
+rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY
UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw
CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y
bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ
AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk
FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A==
-----END CERTIFICATE-----
subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

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

---
No client certificate CA names sent
Client Certificate Types: ECDSA sign, RSA sign
Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Peer signing digest: SHA256
Peer signature type: ECDSA
Server Temp Key: ECDH, P-256, 256 bits
---
SSL handshake has read 1648 bytes and written 2155 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: 586319A565E65476844A7C4431F6361F2373146A081291F7EE845BEA0706392C
    Session-ID-ctx: 
    Master-Key: 6125BCB4F14EE73287DAF2839905968B90C592F5D5F7AE87BA328E065CA94C6B92802C0CBE2ADE425A682DB569D6A75B
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1703750783
    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 (631ms, testOpenSslClientChainTrustAll).
08:06:23.773 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:23.774 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustCa (o.e.c.e.r.TestNameLoggerRule.starting:57)
08:06:23.777 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
08:06:23.778 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200)
08:06:23.778 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:23.778 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311)
08:06:23.778 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -no-CAfile -cert_chain caTrustStore.pem -curves X25519:prime256v1 
08:06:23.785 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529)
Can't use SSL_get_servername
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
08:06:23.789 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa
Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC
+rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY
UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw
CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y
bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ
AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk
FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A==
-----END CERTIFICATE-----
subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

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

---
Acceptable client certificate CA names
CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
Client Certificate Types: ECDSA sign, RSA sign
Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Peer signing digest: SHA256
Peer signature type: ECDSA
Server Temp Key: ECDH, P-256, 256 bits
---
SSL handshake has read 1742 bytes and written 2155 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: B8BF9CD47E03F1C6E2BD5C9139E6151D3B3BBA1D610CA6A06B5215BF72CF8F93
    Session-ID-ctx: 
    Master-Key: 471F68A5817E93E5A2CB0D7B4707AC7D2279AB06D4C0591383373B5086D4185D228415CFF89411313D06006748DE93FC
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1703750783
    Timeout   : 7200 (sec)
    Verify return code: 20 (unable to get local issuer certificate)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (516ms, testOpenSslClientChainTrustCa).
08:06:24.296 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:24.298 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyEmptyCertificate (o.e.c.e.r.TestNameLoggerRule.starting:57)
08:06:24.298 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKeyEmptyCertificate (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:24.298 INFO [TestNameLoggerRule]: Test testOpenSslClientClientRawPublicKey (o.e.c.e.r.TestNameLoggerRule.starting:57)
08:06:24.299 INFO [TestNameLoggerRule]: Test testOpenSslClientClientRawPublicKey (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:24.299 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKey (o.e.c.e.r.TestNameLoggerRule.starting:57)
08:06:24.299 INFO [TestNameLoggerRule]: Test testOpenSslClientBothRawPublicKey (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:24.299 INFO [TestNameLoggerRule]: Test testOpenSslClientServerRawPublicKey (o.e.c.e.r.TestNameLoggerRule.starting:57)
08:06:24.300 INFO [TestNameLoggerRule]: Test testOpenSslClientServerRawPublicKey (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:24.300 INFO [TestNameLoggerRule]: Test testOpenSslClientUnauthenticated (o.e.c.e.r.TestNameLoggerRule.starting:57)
08:06:24.303 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
08:06:24.304 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200)
08:06:24.305 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:24.305 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:24.305 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM8:@SECLEVEL=0 -cert client.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 
08:06:24.312 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529)
Can't use SSL_get_servername
depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa
Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC
+rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY
UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw
CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y
bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ
AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk
FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A==
-----END CERTIFICATE-----
subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

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

---
No client certificate CA names sent
Peer signing digest: SHA256
Peer signature type: ECDSA
Server Temp Key: ECDH, P-256, 256 bits
---
SSL handshake has read 1611 bytes and written 496 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: 5CD22A58480B40A2E6A01F95321A4688452D680A37DA980E9EB71EA3970A0F71
    Session-ID-ctx: 
    Master-Key: 86CD21276394B57D4348FA1FBB2E328367232AE56B5D984A75D3590103DB937E8648981072B13984E6EC1C56C3DFB264
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1703750784
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

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

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

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

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

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

---
No client certificate CA names sent
Client Certificate Types: ECDSA sign, RSA sign
Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Peer signing digest: SHA256
Peer signature type: ECDSA
Server Temp Key: ECDH, P-256, 256 bits
---
SSL handshake has read 1647 bytes and written 1139 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: 1996719B7A6A4C2B32B66A1C61F4C0D7CCED2F7EB1D42D78BDFB65E1B5B73A82
    Session-ID-ctx: 
    Master-Key: DD4C8FFB04B8E330829709579A8C6D038244B5EEB3A3C0265142DE5E0175009443B35FC878E4038F3EF18B6AB05113E8
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1703750785
    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: BC034DFE5A84D6EDC64CE38A2B869A1EA45D6BBE
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (515ms, testOpenSslClientExportKeyMaterial).
08:06:25.869 INFO [TestNameLoggerRule]: Test testOpenSslClientExportKeyMaterial (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:25.869 INFO [TestNameLoggerRule]: Test testOpenSslClientRsaCertificatChain (o.e.c.e.r.TestNameLoggerRule.starting:57)
08:06:25.893 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
08:06:25.894 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200)
08:06:25.894 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:25.894 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311)
08:06:25.895 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-RSA-AES128-SHA256 -cert clientRsa.pem -CAfile trustStore.pem -build_chain -curves X25519:prime256v1 -sigalgs ECDSA+SHA384:ECDSA+SHA256:RSA+SHA256 
08:06:25.901 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529)
Can't use SSL_get_servername
depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=0 CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
08:06:25.914 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIIDJDCCAsmgAwIBAgIJAN5FxR/Ro3frMAoGCCqGSM49BAMCMFoxDjAMBgNVBAMT
BWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJ
b1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UEBhMCQ0EwHhcNMjMxMDI2MDgwODE3
WhcNMjUxMDI1MDgwODE3WjBiMRYwFAYDVQQDEw1jZi1zZXJ2ZXItcnNhMRQwEgYD
VQQLEwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcT
Bk90dGF3YTELMAkGA1UEBhMCQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK
AoIBAQCoxyvf5SX6DevtOM40b1roIdQHCXppOqk+bvNID9U60XNg1sVR4Ff/0/QG
RsRSlvNgsOqYHRxjCZNnV/yDhMzEJ8eil+9Re7T6OltXd19fd5Np/C8KCIMBvRLJ
HaVxG3r3w4VAlMG6eFk7HSLbwkXMDfbNX/eGxnuv5KUCT2I3qHymQ0UQCdReMZtJ
EEy8gvFONyghU7x0uG3tTymuzkC6Dto19TsjXSrk4Lj0ApGYYWHLK+lrnl8FDaVU
E9mO6VdYcrRXBLjJjq9ndX2XgephZlsfsbg+28OKAUihjItqOnfBqLnz9ntw33aj
iHWUbquJ/ALe+0oVJUh/PC7vo3TNAgMBAAGjgaQwgaEwHQYDVR0OBBYEFE6INd5a
tddR9l72Ds2g+X6hPEkoMAsGA1UdDwQEAwIHgDBSBgNVHREESzBJgglsb2NhbGhv
c3SHBH8AAAGHEAAAAAAAAAAAAAAAAAAAAAGCHmNhbGlmb3JuaXVtLmVjbGlwc2Vw
cm9qZWN0cy5pb4cEI7kotjAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEAzEwMNltS3TN8RpJH6yc28laOoRU9Ka7k496R
805SPVICIQCkexDA77heBZvxXo4+eEeXWRMQmfjNURJwRDeVbWMKiA==
-----END CERTIFICATE-----
subject=CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

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

---
Acceptable client certificate CA names
CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
Client Certificate Types: ECDSA sign, RSA sign
Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Peer signing digest: SHA256
Peer signature type: RSA
Server Temp Key: ECDH, P-256, 256 bits
---
SSL handshake has read 2160 bytes and written 2508 bytes
Verification: OK
---
New, TLSv1.2, Cipher is ECDHE-RSA-AES128-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-SHA256
    Session-ID: B3CFC9A6DC690AB77F980625B76936FE6FCFE0CAA727B931B05602FDE0D6C818
    Session-ID-ctx: 
    Master-Key: 4CE4FD6EDB91C34B0580D1353E5C1FD1B8B5DF041F2B94DF96A55BDC2CBD9056EA53CAE6C89522C9DF1EF551E5975465
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1703750785
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

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

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

---
No client certificate CA names sent
Peer signing digest: SHA256
Peer signature type: ECDSA
Server Temp Key: ECDH, P-256, 256 bits
---
SSL handshake has read 1612 bytes and written 488 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: F8AC1B14F17C493496E742297915CE1B4A9B08E045CF1CF7EEF9E25055301BB9
    Session-ID-ctx: 
    Master-Key: 655B89F32DA4BFD8F9FB13CAE049CFD7AFFE93E44A7B859C2E52501709FB23F3EC76DDE1069966C1A23A864F382C006D
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1703750786
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (513ms, 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 
08:06:26.955 INFO [ResumingServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529)
Can't use SSL_get_servername
depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa
Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC
+rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY
UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw
CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y
bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ
AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk
FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A==
-----END CERTIFICATE-----
subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

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

---
No client certificate CA names sent
Peer signing digest: SHA256
Peer signature type: ECDSA
Server Temp Key: ECDH, P-256, 256 bits
---
SSL handshake has read 1619 bytes and written 548 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: 343B82A8DF842A95DA65484DB72ADBB8FC266F92E0C8869A03E3EB7E12C63F12
    Session-ID-ctx: 
    Master-Key: F5DCB38D67A6D5D318D7B66FC094C31DDF4E299975D6DA352C5D116777EA2B8D4DAB0289E31977B7B49B976FBEE210D6
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1703750786
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

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

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

---
No client certificate CA names sent
Client Certificate Types: ECDSA sign, RSA sign
Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Peer signing digest: SHA256
Peer signature type: ECDSA
Server Temp Key: ECDH, P-256, 256 bits
---
SSL handshake has read 1646 bytes and written 1139 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: 0E2E740F33284AC0A7DAB250E3D8996FF01C65AB9B278C13B4C613A8295AF9C0
    Session-ID-ctx: 
    Master-Key: B93E3DC3DA47C39EB028EEB9C1A21CF05E806D760C8D3217AE6CC0D46FBFE0DDCB4C38E9DAB7791771FC83CF46F03968
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1703750787
    Timeout   : 7200 (sec)
    Verify return code: 20 (unable to get local issuer certificate)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

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

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

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

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

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

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

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

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

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

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

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

---
No client certificate CA names sent
Client Certificate Types: ECDSA sign, RSA sign
Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Peer signing digest: SHA256
Peer signature type: ECDSA
Server Temp Key: ECDH, P-256, 256 bits
---
SSL handshake has read 1647 bytes and written 2155 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: EE636CFAAA906B9B7613C4FE1674D522C05A8795E3F3648304C96F48C8E2A6E1
    Session-ID-ctx: 
    Master-Key: 29FBDFD636C3539C3AC954A71C626E0DED7CA32943631F97CEBF19BF0BA1D10993E849D116E5686F8D799022554D255F
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1703750789
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

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

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

---
Acceptable client certificate CA names
CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
Client Certificate Types: ECDSA sign, RSA sign
Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Peer signing digest: SHA256
Peer signature type: ECDSA
Server Temp Key: ECDH, P-256, 256 bits
---
SSL handshake has read 1742 bytes and written 1140 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: 7F9944C5B3080C254F758EAF18AF56E93E1ABC4E8DF1373372B59CEE7C94B037
    Session-ID-ctx: 
    Master-Key: A4EAC6580AA21B63DB46139FB3CA40BB4562F8EB5D4516786B906791FA8100DA945FBF775ECF3C4FF7D0C4FA7CBD3E9A
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1703750790
    Timeout   : 7200 (sec)
    Verify return code: 20 (unable to get local issuer certificate)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

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

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

---
No client certificate CA names sent
Peer signing digest: SHA256
Peer signature type: ECDSA
Server Temp Key: ECDH, P-256, 256 bits
---
SSL handshake has read 1610 bytes and written 488 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: 74E70F63E889B09FF5C732802F5C3B380880BDB996DD999AB8D7DCC8836E9E49
    Session-ID-ctx: 
    Master-Key: B7B6476C7CDADC86F0D5F5B6F63340B1FAD3F31F69F10FD064F6029CC74975E465AEFA443693C7A629B2FB314225FF4E
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1703750790
    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: 74E70F63E889B09FF5C732802F5C3B380880BDB996DD999AB8D7DCC8836E9E49
    Session-ID-ctx: 
    Master-Key: B7B6476C7CDADC86F0D5F5B6F63340B1FAD3F31F69F10FD064F6029CC74975E465AEFA443693C7A629B2FB314225FF4E
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1703750790
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

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

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

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

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

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

---
Acceptable client certificate CA names
CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
Client Certificate Types: ECDSA sign, RSA sign
Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Peer signing digest: SHA256
Peer signature type: ECDSA
Server Temp Key: ECDH, P-256, 256 bits
---
SSL handshake has read 1742 bytes and written 2155 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: 5D2EE0BC26BE2BC106E695239A810F79DA13983270568567B4DE65FEF4F88EFB
    Session-ID-ctx: 
    Master-Key: CE4E7BE448AEB86058DE4950E5E5D80DC5D134C869D00F16A8C256DCE4BFA870C7754C013C73760E9D53496C8FD131D2
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1703750792
    Timeout   : 7200 (sec)
    Verify return code: 20 (unable to get local issuer certificate)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (516ms, testOpenSslClientChainTrustRoot).
08:06:32.717 INFO [TestNameLoggerRule]: Test testOpenSslClientChainTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:32.718 INFO [TestNameLoggerRule]: Test testOpenSslClientX25519 (o.e.c.e.r.TestNameLoggerRule.starting:57)
08:06:32.718 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: 11, Time elapsed: 9.657 s - in org.eclipse.californium.interoperability.test.openssl.OpenSslClientAuthenticationInteroperabilityTest
[INFO] Running org.eclipse.californium.interoperability.test.openssl.OpenSslServerAuthenticationInteroperabilityTest
08:06:32.727 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
08:06:32.736 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
08:06:32.737 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200)
08:06:32.738 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:50373] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:32.738 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:50373] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:32.738 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:50373, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311)
08:06:32.743 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
08:06:32.748 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529)
depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
-----BEGIN SSL SESSION PARAMETERS-----
MIICgAIBAQIDAP79BALArgQgmGO5UQZj7qF6UlF9RtPn7ul/GauFIzceInoe23NI
d5QEME06agRPl3ajfR1G3TxRyKz8H8ur7TPwNFuFEFo/ZV2TwVZ96OCTJ29jOce8
JdgUmaEGAgRljSyIogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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:P-384
Shared Elliptic groups: P-256: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).
08:06:32.756 INFO [TestNameLoggerRule]: Test testOpenSslServerTrustTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:32.757 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
08:06:32.765 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
08:06:32.765 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200)
08:06:32.766 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:60933] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:32.766 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:60933, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311)
08:06:32.766 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:60933] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:32.768 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
08:06:32.771 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529)
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
-----BEGIN SSL SESSION PARAMETERS-----
MIIChQIBAQIDAP79BALArgQgnjD1GZM3H2TFpPV17/CE2YbDl+clHqU7IMtceVOJ
gBkEMMLY/BDTJgmvxI34ixD4uoUqw09yP9sw2nA0OlQYEiehmOOXWDQSMtl/2Hb5
Ak01RKEGAgRljSyIogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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:P-384
Shared Elliptic groups: P-256: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, testOpenSslServerChainTrustCa).
08:06:32.778 INFO [TestNameLoggerRule]: Test testOpenSslServerChainTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:32.778 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
08:06:32.787 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
08:06:32.787 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200)
08:06:32.788 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:34785] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:32.788 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:34785, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311)
08:06:32.788 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:34785] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:32.790 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
08:06:32.793 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529)
depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
-----BEGIN SSL SESSION PARAMETERS-----
MIICgAIBAQIDAP79BALArgQgEiA4NOiP3jzFgEYCX/fudagzDz9UxWBA/FiIbRPe
UwoEMK9Ibl2eag2vCJhVqspFlcZQOo9pWnWSD/kR09xKmAtj8UwaXo3KXubaf931
dvjwCqEGAgRljSyIogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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:P-384
Shared Elliptic groups: P-256: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, testOpenSslServerFullTrustTrustAll).
08:06:32.800 INFO [TestNameLoggerRule]: Test testOpenSslServerFullTrustTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:32.800 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-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
08:06:32.819 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
08:06:32.820 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200)
08:06:32.820 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:50267] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:32.820 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:50267, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311)
08:06:32.821 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:50267] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:32.824 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
08:06:32.827 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529)
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = cf-client-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
-----BEGIN SSL SESSION PARAMETERS-----
MIIDVQIBAQIDAP79BALAJwQgV3nTvzN0MUkKuUBL3Po6IyAIgC7SYBLQM4kz5iwd
SwwEMPgorHBryqj2vWgsSBe3TljIBfNTobp5ET5UPhsRtyrCTvVgC7vdssmaYdrV
3K/TM6EGAgRljSyIogQCAhwgo4IC0TCCAs0wggJyoAMCAQICCGcoHR/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-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:P-384
Shared Elliptic groups: P-256:P-384
CIPHER is ECDHE-RSA-AES128-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 (37ms, testOpenSslServerRsaTrustRoot).
08:06:32.840 INFO [TestNameLoggerRule]: Test testOpenSslServerRsaTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:32.840 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
08:06:32.849 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
08:06:32.849 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200)
08:06:32.850 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:53381] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:32.850 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:53381, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311)
08:06:32.850 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:53381] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:32.852 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
08:06:32.857 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529)
depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
-----BEGIN SSL SESSION PARAMETERS-----
MIICgAIBAQIDAP79BALArgQgUgqhIkFcw+tPZBmlPtdyP+GNLQCNBqmPBTa0M+bH
K28EMCcoRlBFJCy8emAtCBlBslGQHFYoTsBO88EpTlLd8cwCmQlIWglfkQXHS2Ms
xMRwaqEGAgRljSyIogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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:P-384
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 (21ms, testOpenSslServerRsaTrustTrustRoot).
08:06:32.864 INFO [TestNameLoggerRule]: Test testOpenSslServerRsaTrustTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:32.864 INFO [TestNameLoggerRule]: Test testOpenSslServerBothRawPublicKeyEmptyCertificate (o.e.c.e.r.TestNameLoggerRule.starting:57)
08:06:32.865 INFO [TestNameLoggerRule]: Test testOpenSslServerBothRawPublicKeyEmptyCertificate (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:32.865 INFO [TestNameLoggerRule]: Test testOpenSslServerBothRawPublicKey (o.e.c.e.r.TestNameLoggerRule.starting:57)
08:06:32.865 INFO [TestNameLoggerRule]: Test testOpenSslServerBothRawPublicKey (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:32.865 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
08:06:32.873 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
08:06:32.874 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200)
08:06:32.874 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:57576] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:32.874 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:57576, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311)
08:06:32.874 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:57576] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:32.876 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
08:06:32.896 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529)
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
-----BEGIN SSL SESSION PARAMETERS-----
MIIChQIBAQIDAP79BALArgQgOnJ433b9/HRjUA51ofqkO03wouW8v7niDiX3e7cV
3V8EMDGkjjA6s0GfV+P7qiFw7qHogsosC5u/vGcKvkbThwvYG4b5iRTxFlTndghp
CJZ1CqEGAgRljSyIogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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:P-384
Shared Elliptic groups: P-256:P-384
CIPHER is ECDHE-ECDSA-AES128-CCM8
Secure Renegotiation IS supported
Hello OpenSSL!< ACK-Hello OpenSSL!
< Q

DONE
shutdown accept socket
shutting down SSL
CONNECTION CLOSED
   1 items in the session cache
   0 client connects (SSL_connect())
   0 client renegotiates (SSL_connect())
   0 client connects that finished
   1 server accepts (SSL_accept())
   0 server renegotiates (SSL_accept())
   1 server accepts that finished
   0 session cache hits
   0 session cache misses
   0 session cache timeouts
   0 callback cache hits
   0 cache full overflows (128 allowed)
> exit: 0 (35ms, testOpenSslServerChainTrustAll).
08:06:32.903 INFO [TestNameLoggerRule]: Test testOpenSslServerChainTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:32.904 INFO [TestNameLoggerRule]: Test testOpenSslServerBrainpoolP384r1 (o.e.c.e.r.TestNameLoggerRule.starting:57)
08:06:32.904 INFO [TestNameLoggerRule]: Test testOpenSslServerBrainpoolP384r1 (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:32.904 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
08:06:32.912 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
08:06:32.913 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200)
08:06:32.913 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:55984] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:32.913 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:55984, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311)
08:06:32.913 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:55984] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:32.915 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
08:06:32.918 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529)
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
-----BEGIN SSL SESSION PARAMETERS-----
MIIChQIBAQIDAP79BALArgQgeo0DaUAeLgoaWVpV9pj6QSzMVuw/wYNDL6ryOEm2
QswEMNFfe78CG8RV42oBTYhWyP9TdWo7wpLV2CbxAFP4BkHIHnOdhucvlU1/3fAz
0aMivaEGAgRljSyIogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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:P-384
Shared Elliptic groups: P-256: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, testOpenSslServerChainTrustRoot).
08:06:32.924 INFO [TestNameLoggerRule]: Test testOpenSslServerChainTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:32.925 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
08:06:32.932 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
08:06:32.933 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200)
08:06:32.933 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:60723] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:32.933 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:60723, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311)
08:06:32.933 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:60723] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:32.935 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
08:06:32.938 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529)
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
-----BEGIN SSL SESSION PARAMETERS-----
MIIChQIBAQIDAP79BALArgQgwy6CGU5AmQPi+vMfNnpM9/XozVoeCmrID5sBWG35
TtkEMF5SWsrpFa80gPltB55bNAAXIwNzkVkPhcUdBmRhBFP8ln5VgDxAsenMDnY1
hEJwMqEGAgRljSyIogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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:P-384
Shared Elliptic groups: P-256: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).
08:06:32.944 INFO [TestNameLoggerRule]: Test testOpenSslServerCertTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:32.944 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
08:06:32.949 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
08:06:32.950 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200)
08:06:32.950 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:32846] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:32.950 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:32846, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311)
08:06:32.950 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:32846] (o.e.c.s.DTLSConnector$Worker.run:3829)
-----BEGIN SSL SESSION PARAMETERS-----
MIGOAgEBAgMA/v0EAsCoBCAOErZEKVCJYimyAfurb4F0SGPMGqaKICeeLy9YLOdw
xAQw968Aw4etn5pkThRnfJFGuLNdgyHsFEJzbc6MM6mr0c4nRoTsc5k449a/QThV
sbjQoQYCBGWNLIiiBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB
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: 5A81380498183ECB4C8010C7D8FF9C16A1F10DD6
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).
08:06:32.955 INFO [TestNameLoggerRule]: Test testOpenSslServerExportKeyMaterial (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:32.955 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
08:06:32.964 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
08:06:32.965 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200)
08:06:32.965 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:36159] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:32.965 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:36159, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311)
08:06:32.965 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:36159] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:32.967 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
08:06:32.970 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529)
depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
-----BEGIN SSL SESSION PARAMETERS-----
MIICgAIBAQIDAP79BALArgQgi2fAoWrt9CWTGtRj44QzgvwNQMXd05DvYiWQoBfQ
R1QEMFBk+mpRjLiMs5IsTzdK0YBBv6qL0EpLKZGcQSswTTQ70NYZw0h/zdEwfv5N
31csqqEGAgRljSyIogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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 (38ms, testOpenSslServerPrime256v1).
08:06:32.996 INFO [TestNameLoggerRule]: Test testOpenSslServerPrime256v1 (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:32.996 INFO [TestNameLoggerRule]: Test testOpenSslServerX25519 (o.e.c.e.r.TestNameLoggerRule.starting:57)
08:06:32.996 INFO [TestNameLoggerRule]: Test testOpenSslServerX25519 (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:32.997 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
08:06:33.004 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
08:06:33.005 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200)
08:06:33.005 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:45721] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:33.005 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:45721, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311)
08:06:33.005 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:45721] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:33.007 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
08:06:33.009 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529)
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
-----BEGIN SSL SESSION PARAMETERS-----
MIIChQIBAQIDAP79BALArgQg57PlT3jk1uTUndR0sLQlA/qxVdQ0MoAXYshuoaVX
B5IEMPuQcjS2FgvDtGfX+gr+HUVUetqyhLZUXke/0UQ9NO4sMNLA80SS0wMkuuTO
KtRqYKEGAgRljSyJogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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:P-384
Shared Elliptic groups: P-256: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, testOpenSslServerCertTrustAll).
08:06:33.016 INFO [TestNameLoggerRule]: Test testOpenSslServerCertTrustAll (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:33.016 INFO [TestNameLoggerRule]: Test testOpenSslServerX448 (o.e.c.e.r.TestNameLoggerRule.starting:57)
08:06:33.017 INFO [TestNameLoggerRule]: Test testOpenSslServerX448 (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:33.017 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
08:06:33.026 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
08:06:33.027 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200)
08:06:33.027 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:44076] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:33.027 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:44076, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311)
08:06:33.027 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:44076] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:33.030 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
08:06:33.033 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529)
depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
-----BEGIN SSL SESSION PARAMETERS-----
MIICgAIBAQIDAP79BALArgQg7xPEcKeGVwJpzRVPet3hpS31RODwmW1G2vLsS+pb
clgEMC/R043OoJIhjFqawnN0h9/5TGkxEeyYWvg6mQq5B30ATtbuOztMv2wdjiq2
/jLg+6EGAgRljSyJogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/ThPMAoG
CCqGSM49BAMCMFoxDjAMBgNVBAMTBWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1
bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UE
BhMCQ0EwHhcNMjMxMDI2MDgwODIyWhcNMjUxMDI1MDgwODIyWjBeMRIwEAYDVQQD
EwljZi1jbGllbnQxFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xp
cHNlIElvVDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTBZMBMGByqGSM49
AgEGCCqGSM49AwEHA0IABEMWDufzOYnuvt0DzmgMuTA+gpBSC2cCG9qzgQl/xFj2
qHF9R/nsp1J2hBG5qsXjeq5yP6R9fY+D7bHoHxy6882jTzBNMB0GA1UdDgQWBBSs
BAy0yfuXEKGX241jdbydrLICvjALBgNVHQ8EBAMCB4AwHwYDVR0jBBgwFoAUsVc6
CNUy/O/vobFG/b0MKjg84FEwCgYIKoZIzj0EAwIDSAAwRQIgNigjsN59gCvVZvLt
rtW0ERCBLN7SgFO3hY6TRZ/dvTcCIQCJ4QRqBMEtl5buW3WUn1p7o6EaxEIiIkKU
rZi8VXCLB6QGBAQBAAAArQMCAQE=
-----END SSL SESSION PARAMETERS-----
Client certificate
-----BEGIN CERTIFICATE-----
MIIB/TCCAaOgAwIBAgIIVNrVgKT9OE8wCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MjJa
Fw0yNTEwMjUwODA4MjJaMF4xEjAQBgNVBAMTCWNmLWNsaWVudDEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEQxYO5/M5
ie6+3QPOaAy5MD6CkFILZwIb2rOBCX/EWPaocX1H+eynUnaEEbmqxeN6rnI/pH19
j4PtsegfHLrzzaNPME0wHQYDVR0OBBYEFKwEDLTJ+5cQoZfbjWN1vJ2ssgK+MAsG
A1UdDwQEAwIHgDAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzgUTAKBggq
hkjOPQQDAgNIADBFAiA2KCOw3n2AK9Vm8u2u1bQREIEs3tKAU7eFjpNFn929NwIh
AInhBGoEwS2Xlu5bdZSfWnujoRrEQiIiQpStmLxVcIsH
-----END CERTIFICATE-----
subject=CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

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

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

DONE
shutdown accept socket
shutting down SSL
CONNECTION CLOSED
   1 items in the session cache
   0 client connects (SSL_connect())
   0 client renegotiates (SSL_connect())
   0 client connects that finished
   1 server accepts (SSL_accept())
   0 server renegotiates (SSL_accept())
   1 server accepts that finished
   0 session cache hits
   0 session cache misses
   0 session cache timeouts
   0 callback cache hits
   0 cache full overflows (128 allowed)
> exit: 0 (24ms, testOpenSslServerSecP384r1).
08:06:33.044 INFO [TestNameLoggerRule]: Test testOpenSslServerSecP384r1 (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:33.044 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
08:06:33.049 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
08:06:33.049 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200)
08:06:33.049 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:49007] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:33.050 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:49007] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:33.050 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:49007, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311)
-----BEGIN SSL SESSION PARAMETERS-----
MIGOAgEBAgMA/v0EAsCoBCANliukqxSTkFWxuBQg/EpWWfsmYlwz7GECay5ZECo2
1QQw+XX4C2wkp+7LSF4gI30t4RhIo1RNf0rntgv6grk30hgGdjj4Bn8wkA1tXqma
ppOuoQYCBGWNLImiBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB
AQ==
-----END SSL SESSION PARAMETERS-----
Shared ciphers:PSK-AES128-CCM8
CIPHER is PSK-AES128-CCM8
Secure Renegotiation IS supported
Hello OpenSSL!< ACK-Hello OpenSSL!
< Q

DONE
shutdown accept socket
shutting down SSL
CONNECTION CLOSED
   1 items in the session cache
   0 client connects (SSL_connect())
   0 client renegotiates (SSL_connect())
   0 client connects that finished
   1 server accepts (SSL_accept())
   0 server renegotiates (SSL_accept())
   1 server accepts that finished
   0 session cache hits
   0 session cache misses
   0 session cache timeouts
   0 callback cache hits
   0 cache full overflows (128 allowed)
> exit: 0 (7ms, testOpenSslServerPsk).
08:06:33.053 INFO [TestNameLoggerRule]: Test testOpenSslServerPsk (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:33.053 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
08:06:33.095 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
08:06:33.096 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200)
08:06:33.096 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:42921] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:33.096 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:42921, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311)
08:06:33.096 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:42921] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:33.098 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
08:06:33.101 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529)
depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
-----BEGIN SSL SESSION PARAMETERS-----
MIICgAIBAQIDAP79BALArgQgScSXLo9CSO9SZmlAETAvXBYY7c9JXITdZivYYuHD
eEIEMN166kzaba1+WuY4yHgVDcYwwpig7Y+pkJVoGV6eAz2igs+fH6tV4dS7+1pb
9MV9qKEGAgRljSyJogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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:P-384
Shared Elliptic groups: P-256:P-384
CIPHER is ECDHE-ECDSA-AES128-CCM8
Secure Renegotiation IS supported
Hello OpenSSL!< ACK-Hello OpenSSL!
< Q

DONE
shutdown accept socket
shutting down SSL
CONNECTION CLOSED
   1 items in the session cache
   0 client connects (SSL_connect())
   0 client renegotiates (SSL_connect())
   0 client connects that finished
   1 server accepts (SSL_accept())
   0 server renegotiates (SSL_accept())
   1 server accepts that finished
   0 session cache hits
   0 session cache misses
   0 session cache timeouts
   0 callback cache hits
   0 cache full overflows (128 allowed)
> exit: 0 (52ms, testOpenSslServerTrustTrustCa).
08:06:33.107 INFO [TestNameLoggerRule]: Test testOpenSslServerTrustTrustCa (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:33.108 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
08:06:33.117 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
08:06:33.118 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200)
08:06:33.118 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:53322] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:33.118 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:53322, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311)
08:06:33.118 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:53322] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:33.120 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
08:06:33.123 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529)
depth=2 CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
-----BEGIN SSL SESSION PARAMETERS-----
MIICgAIBAQIDAP79BALArgQgUFXN5WTx189ioUr//BFmH/Xs7Ie1/2rrM8aoiXNK
3DEEMGnZGGdrmMs1/I97OksEcC/qv5IzT6mRvshnuKtLBrMH3lgMnRl7ixGewuv1
oOJrFqEGAgRljSyJogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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:P-384
Shared Elliptic groups: P-256: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, testOpenSslServerTrustTrustRoot).
08:06:33.129 INFO [TestNameLoggerRule]: Test testOpenSslServerTrustTrustRoot (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:33.130 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
08:06:33.138 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
08:06:33.138 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200)
08:06:33.138 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:42131] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:33.139 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:42131] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:33.139 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:42131, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311)
08:06:33.140 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
08:06:33.143 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529)
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
-----BEGIN SSL SESSION PARAMETERS-----
MIIChQIBAQIDAP79BALArgQg3jEcF6rYfCdMQpeJpdVZe358q8m/VhdhmBk6TH50
NKwEMMXRdGJkBZ88pnOgYSFnNTqm4tDKPor/o9pcJqjsgn6OmUpBzBTAWf++EDKY
RpycxKEGAgRljSyJogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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:P-384
Shared Elliptic groups: P-256: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, testOpenSslServerRsaChainTrustRoot).
08:06:33.149 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: 8, Time elapsed: 0.427 s - in org.eclipse.californium.interoperability.test.openssl.OpenSslServerAuthenticationInteroperabilityTest
[INFO] Running org.eclipse.californium.interoperability.test.openssl.OpenSslClientInteroperabilityTest
08:06:33.158 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.starting:57)
08:06:33.159 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
08:06:33.159 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200)
08:06:33.160 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:33.160 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:33.160 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher PSK-AES128-CCM8:@SECLEVEL=0 -psk_identity Client_identity -psk 73656372657450534B -curves X25519:prime256v1 
Can't use SSL_get_servername
CONNECTED(00000003)
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 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: 868FA1192E1273D14D3428B44B6AEE11F264A600C764EC14BDDD97CA4BA41894
    Session-ID-ctx: 
    Master-Key: E3C310C49A5BACF227BF5FD8CD070C0B98BC1153924E564D3D7A95E5296F1EACCF7DFA5DDD05ED8FFF21756282AED6EE
    PSK identity: Client_identity
    PSK identity hint: None
    SRP username: None
    Start Time: 1703750793
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (507ms, openssl-client, multifragments per record, TLS_PSK_WITH_AES_128_CCM_8).
08:06:33.669 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:33.670 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.starting:57)
08:06:33.670 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
08:06:33.671 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200)
08:06:33.671 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:33.671 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311)
08:06:33.671 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher PSK-AES128-CCM8:@SECLEVEL=0 -psk_identity Client_identity -psk 73656372657450534B -curves X25519:prime256v1 
Can't use SSL_get_servername
CONNECTED(00000003)
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 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: 6ED1F590C0EEF8F072B48520B15D744DBE64AD8FB0E25E3224659B2D3A988A64
    Session-ID-ctx: 
    Master-Key: 0D067A86FDDA623579D63482BAB8AC658086C99AC37BC37E772CAFECE9EC5F6A38E3D9F11DCFA1F9A10DD4FA2B392B08
    PSK identity: Client_identity
    PSK identity hint: None
    SRP username: None
    Start Time: 1703750793
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (507ms, openssl-client, TLS_PSK_WITH_AES_128_CCM_8).
08:06:34.181 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:34.181 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57)
08:06:34.182 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
08:06:34.182 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200)
08:06:34.183 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:34.183 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:34.183 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-PSK-AES128-CBC-SHA256 -psk_identity Client_identity -psk 73656372657450534B -curves X25519:prime256v1 
Can't use SSL_get_servername
CONNECTED(00000003)
---
no peer certificate available
---
No client certificate CA names sent
Server Temp Key: ECDH, P-256, 256 bits
---
SSL handshake has read 374 bytes and written 541 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: 82498BE2EA45032111343D274ED752B19B31CEF500BA5506FDBE5D68F414F1E5
    Session-ID-ctx: 
    Master-Key: ABA9B0FF946C72A4A49DF3064E2975E4198C0C49087AF000728B623AA3127256D6B9D6A9419CBB0DE5AACC64177FC74D
    PSK identity: Client_identity
    PSK identity hint: None
    SRP username: None
    Start Time: 1703750794
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (510ms, openssl-client, multifragments per record, TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256).
08:06:34.695 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:34.695 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57)
08:06:34.696 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
08:06:34.696 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200)
08:06:34.697 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:34.697 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311)
08:06:34.697 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-PSK-AES128-CBC-SHA256 -psk_identity Client_identity -psk 73656372657450534B -curves X25519:prime256v1 
Can't use SSL_get_servername
CONNECTED(00000003)
---
no peer certificate available
---
No client certificate CA names sent
Server Temp Key: ECDH, P-256, 256 bits
---
SSL handshake has read 400 bytes and written 541 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: E8B37EFD0B192F03B8F925658957C642216F9A3B00060E31FBC5DAC6E1885A35
    Session-ID-ctx: 
    Master-Key: 06E7923DCC3B245AC5A5F2254244BFC3115906AB1912D668A4CD301F5EF5CE1A8BF240C7572D3C0615D4CE9AB92D481E
    PSK identity: Client_identity
    PSK identity hint: None
    SRP username: None
    Start Time: 1703750794
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

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

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

---
No client certificate CA names sent
Client Certificate Types: ECDSA sign, RSA sign
Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Peer signing digest: SHA256
Peer signature type: ECDSA
Server Temp Key: ECDH, P-256, 256 bits
---
SSL handshake has read 1615 bytes and written 1135 bytes
Verification error: unable to get local issuer certificate
---
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: D8C9A63A0C5CDAB3B3E002B7D32CDCCF2FB8DC2DB82E686FF71AAA2F5C7F3A6B
    Session-ID-ctx: 
    Master-Key: DAB6BF9180F1C51C65CE715235D79CBEF8036A82FD331F690A3A4E902905694A9D4CA3AB023300BCD912A64E1A961ECE
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1703750795
    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_CCM).
08:06:35.731 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_ECDSA_WITH_AES_128_CCM] (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:35.731 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_ECDSA_WITH_AES_128_CCM] (o.e.c.e.r.TestNameLoggerRule.starting:57)
08:06:35.735 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
08:06:35.735 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200)
08:06:35.736 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:35.736 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:35.736 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-ECDSA-AES128-CCM -cert client.pem -no-CAfile -curves X25519:prime256v1 
08:06:35.742 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529)
Can't use SSL_get_servername
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
08:06:35.745 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIICZDCCAgmgAwIBAgIIDY1x9glyw2UwCgYIKoZIzj0EAwIwWjEOMAwGA1UEAxMF
Y2YtY2ExFDASBgNVBAsTC0NhbGlmb3JuaXVtMRQwEgYDVQQKEwtFY2xpcHNlIElv
VDEPMA0GA1UEBxMGT3R0YXdhMQswCQYDVQQGEwJDQTAeFw0yMzEwMjYwODA4MTZa
Fw0yNTEwMjUwODA4MTZaMF4xEjAQBgNVBAMTCWNmLXNlcnZlcjEUMBIGA1UECxML
Q2FsaWZvcm5pdW0xFDASBgNVBAoTC0VjbGlwc2UgSW9UMQ8wDQYDVQQHEwZPdHRh
d2ExCzAJBgNVBAYTAkNBMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECXC+y/fC
+rvwHZHizj7zVmLbhM6cjCK654Y8qFt+56G78+1VgfZzpIDf6k7XsSJIRpX+TrCY
UDUmkknL9mnbB6OBtDCBsTAdBgNVHQ4EFgQUCp3HwJN1vjsydK1G5jjHjcGefqQw
CwYDVR0PBAQDAgeAMGIGA1UdEQRbMFmCDm15LnRlc3Quc2VydmVygh5jYWxpZm9y
bml1bS5lY2xpcHNlcHJvamVjdHMuaW+HBCO5KLaCCWxvY2FsaG9zdIcEfwAAAYcQ
AAAAAAAAAAAAAAAAAAAAATAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEArsVlRAvaNzmmKDfKHBtaG2ogusSec7+PAebk
FIQSqEMCIQCbYJCnft3yhKbvBedO+zH/T0RT5V4eE/Yx4JKxbz1Q7A==
-----END CERTIFICATE-----
subject=CN = cf-server, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

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

---
No client certificate CA names sent
Client Certificate Types: ECDSA sign, RSA sign
Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Peer signing digest: SHA256
Peer signature type: ECDSA
Server Temp Key: ECDH, P-256, 256 bits
---
SSL handshake has read 1656 bytes and written 1137 bytes
Verification error: unable to get local issuer certificate
---
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: 1AC31DDFCC8B2420DC074E01D82DE22EBD38554D0280CAD4E7B94C88E4FE2126
    Session-ID-ctx: 
    Master-Key: A22F591DCE7A1472A04F19B7614883725F0F986645B85547E6390CF8F199AEB6F6392ABD0718C9D3C570B0805199E0F8
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1703750795
    Timeout   : 7200 (sec)
    Verify return code: 20 (unable to get local issuer certificate)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (516ms, openssl-client, TLS_ECDHE_ECDSA_WITH_AES_128_CCM).
08:06:36.254 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_ECDSA_WITH_AES_128_CCM] (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:36.255 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57)
08:06:36.267 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
08:06:36.268 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200)
08:06:36.268 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:36.269 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:36.269 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-RSA-AES128-SHA256 -cert client.pem -no-CAfile -curves X25519:prime256v1 
08:06:36.275 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529)
Can't use SSL_get_servername
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
08:06:36.285 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIIDJDCCAsmgAwIBAgIJAN5FxR/Ro3frMAoGCCqGSM49BAMCMFoxDjAMBgNVBAMT
BWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJ
b1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UEBhMCQ0EwHhcNMjMxMDI2MDgwODE3
WhcNMjUxMDI1MDgwODE3WjBiMRYwFAYDVQQDEw1jZi1zZXJ2ZXItcnNhMRQwEgYD
VQQLEwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcT
Bk90dGF3YTELMAkGA1UEBhMCQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK
AoIBAQCoxyvf5SX6DevtOM40b1roIdQHCXppOqk+bvNID9U60XNg1sVR4Ff/0/QG
RsRSlvNgsOqYHRxjCZNnV/yDhMzEJ8eil+9Re7T6OltXd19fd5Np/C8KCIMBvRLJ
HaVxG3r3w4VAlMG6eFk7HSLbwkXMDfbNX/eGxnuv5KUCT2I3qHymQ0UQCdReMZtJ
EEy8gvFONyghU7x0uG3tTymuzkC6Dto19TsjXSrk4Lj0ApGYYWHLK+lrnl8FDaVU
E9mO6VdYcrRXBLjJjq9ndX2XgephZlsfsbg+28OKAUihjItqOnfBqLnz9ntw33aj
iHWUbquJ/ALe+0oVJUh/PC7vo3TNAgMBAAGjgaQwgaEwHQYDVR0OBBYEFE6INd5a
tddR9l72Ds2g+X6hPEkoMAsGA1UdDwQEAwIHgDBSBgNVHREESzBJgglsb2NhbGhv
c3SHBH8AAAGHEAAAAAAAAAAAAAAAAAAAAAGCHmNhbGlmb3JuaXVtLmVjbGlwc2Vw
cm9qZWN0cy5pb4cEI7kotjAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEAzEwMNltS3TN8RpJH6yc28laOoRU9Ka7k496R
805SPVICIQCkexDA77heBZvxXo4+eEeXWRMQmfjNURJwRDeVbWMKiA==
-----END CERTIFICATE-----
subject=CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

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

---
No client certificate CA names sent
Client Certificate Types: ECDSA sign, RSA sign
Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Peer signing digest: SHA256
Peer signature type: RSA
Server Temp Key: ECDH, P-256, 256 bits
---
SSL handshake has read 2038 bytes and written 1168 bytes
Verification error: unable to get local issuer certificate
---
New, TLSv1.2, Cipher is ECDHE-RSA-AES128-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-SHA256
    Session-ID: F7BAF7616659311AF8533250A16848E5D0C0E15DBA17FE60D59793B9E4E40F34
    Session-ID-ctx: 
    Master-Key: D5E3093D9647973DFB5AA253B46CD4C384F5E3DD0FFE98F842896C4F82CD8FDEFCB4A95F0A3746F54207C4499BD2DF38
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1703750796
    Timeout   : 7200 (sec)
    Verify return code: 20 (unable to get local issuer certificate)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (521ms, openssl-client, multifragments per record, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256).
08:06:36.792 INFO [TestNameLoggerRule]: Test testOpenSslClientMultiFragments[TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:36.793 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.starting:57)
08:06:36.803 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
08:06:36.804 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200)
08:06:36.804 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:36.804 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:5684, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311)
08:06:36.805 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:5684] (o.e.c.s.DTLSConnector$Worker.run:3829)
openssl s_client -dtls1_2 -4 -connect 127.0.0.1:5684 -cipher ECDHE-RSA-AES128-SHA256 -cert client.pem -no-CAfile -curves X25519:prime256v1 
08:06:36.810 INFO [ServerHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529)
Can't use SSL_get_servername
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
08:06:36.820 INFO [ServerHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
CONNECTED(00000003)
---
Certificate chain
 0 s:CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
 1 s:CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
   i:CN = cf-root, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIIDJDCCAsmgAwIBAgIJAN5FxR/Ro3frMAoGCCqGSM49BAMCMFoxDjAMBgNVBAMT
BWNmLWNhMRQwEgYDVQQLEwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJ
b1QxDzANBgNVBAcTBk90dGF3YTELMAkGA1UEBhMCQ0EwHhcNMjMxMDI2MDgwODE3
WhcNMjUxMDI1MDgwODE3WjBiMRYwFAYDVQQDEw1jZi1zZXJ2ZXItcnNhMRQwEgYD
VQQLEwtDYWxpZm9ybml1bTEUMBIGA1UEChMLRWNsaXBzZSBJb1QxDzANBgNVBAcT
Bk90dGF3YTELMAkGA1UEBhMCQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK
AoIBAQCoxyvf5SX6DevtOM40b1roIdQHCXppOqk+bvNID9U60XNg1sVR4Ff/0/QG
RsRSlvNgsOqYHRxjCZNnV/yDhMzEJ8eil+9Re7T6OltXd19fd5Np/C8KCIMBvRLJ
HaVxG3r3w4VAlMG6eFk7HSLbwkXMDfbNX/eGxnuv5KUCT2I3qHymQ0UQCdReMZtJ
EEy8gvFONyghU7x0uG3tTymuzkC6Dto19TsjXSrk4Lj0ApGYYWHLK+lrnl8FDaVU
E9mO6VdYcrRXBLjJjq9ndX2XgephZlsfsbg+28OKAUihjItqOnfBqLnz9ntw33aj
iHWUbquJ/ALe+0oVJUh/PC7vo3TNAgMBAAGjgaQwgaEwHQYDVR0OBBYEFE6INd5a
tddR9l72Ds2g+X6hPEkoMAsGA1UdDwQEAwIHgDBSBgNVHREESzBJgglsb2NhbGhv
c3SHBH8AAAGHEAAAAAAAAAAAAAAAAAAAAAGCHmNhbGlmb3JuaXVtLmVjbGlwc2Vw
cm9qZWN0cy5pb4cEI7kotjAfBgNVHSMEGDAWgBSxVzoI1TL87++hsUb9vQwqODzg
UTAKBggqhkjOPQQDAgNJADBGAiEAzEwMNltS3TN8RpJH6yc28laOoRU9Ka7k496R
805SPVICIQCkexDA77heBZvxXo4+eEeXWRMQmfjNURJwRDeVbWMKiA==
-----END CERTIFICATE-----
subject=CN = cf-server-rsa, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA

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

---
No client certificate CA names sent
Client Certificate Types: ECDSA sign, RSA sign
Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Shared Requested Signature Algorithms: ECDSA+SHA256:RSA+SHA256
Peer signing digest: SHA256
Peer signature type: RSA
Server Temp Key: ECDH, P-256, 256 bits
---
SSL handshake has read 2064 bytes and written 1167 bytes
Verification error: unable to get local issuer certificate
---
New, TLSv1.2, Cipher is ECDHE-RSA-AES128-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-SHA256
    Session-ID: E7B15587D024417BFEB8B749750F519EE8A219ECEFABB92D09EBA66B88AA1C4A
    Session-ID-ctx: 
    Master-Key: 62EC7837464249F6269E62605C9E8441E0BEA91E4FD1B7396D8E146AA8F8857B0F0E2EE84C38D825507177C5EC7F7381
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1703750796
    Timeout   : 7200 (sec)
    Verify return code: 20 (unable to get local issuer certificate)
    Extended master secret: yes
---
< Hello Scandium!
ACK-Hello Scandium!< Q

DONE
> exit: 0 (520ms, openssl-client, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256).
08:06:37.327 INFO [TestNameLoggerRule]: Test testOpenSslClient[TLS_ECDHE_RSA_WITH_AES_128_CBC_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.176 s - in org.eclipse.californium.interoperability.test.openssl.OpenSslClientInteroperabilityTest
[INFO] Running org.eclipse.californium.interoperability.test.openssl.OpenSslServerInteroperabilityTest
08:06:37.336 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
08:06:37.342 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
08:06:37.342 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200)
08:06:37.343 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:33236] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:37.343 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:33236] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:37.343 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:33236, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311)
-----BEGIN SSL SESSION PARAMETERS-----
MIGOAgEBAgMA/v0EAsCoBCBUbEF6PRdXQE4p4kmuHcZTo9o0N2ReF4m0b8cIkwzC
mQQw5iFnL5bOw9exNPAzpaNsg8PiANI0aJbA2tAfGBYqtnz1cCCKmbJc+zocTbmh
6un5oQYCBGWNLI2iBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB
AQ==
-----END SSL SESSION PARAMETERS-----
Shared ciphers:PSK-AES128-CCM8
CIPHER is PSK-AES128-CCM8
Secure Renegotiation IS supported
Hello OpenSSL!< ACK-Hello OpenSSL!
< Q

DONE
shutdown accept socket
shutting down SSL
CONNECTION CLOSED
   1 items in the session cache
   0 client connects (SSL_connect())
   0 client renegotiates (SSL_connect())
   0 client connects that finished
   1 server accepts (SSL_accept())
   0 server renegotiates (SSL_accept())
   1 server accepts that finished
   0 session cache hits
   0 session cache misses
   0 session cache timeouts
   0 callback cache hits
   0 cache full overflows (128 allowed)
> exit: 0 (8ms, openssl-server, multifragments per record, TLS_PSK_WITH_AES_128_CCM_8).
08:06:37.347 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:37.347 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
08:06:37.352 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
08:06:37.352 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200)
08:06:37.353 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:38144] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:37.353 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:38144, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311)
08:06:37.353 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:38144] (o.e.c.s.DTLSConnector$Worker.run:3829)
-----BEGIN SSL SESSION PARAMETERS-----
MIGOAgEBAgMA/v0EAsCoBCDH9oHVt5my8P8deNGcvBstYCr4ao3pHAro7uJ3JiC/
lwQwfiMkmplI4z00vPboGDsf8xY6qHV+C+v0hUPjoEzB3AUO37/Ht21y5FeqjUJU
OLD7oQYCBGWNLI2iBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB
AQ==
-----END SSL SESSION PARAMETERS-----
Shared ciphers:PSK-AES128-CCM8
CIPHER is PSK-AES128-CCM8
Secure Renegotiation IS supported
Hello OpenSSL!< ACK-Hello OpenSSL!
< Q

DONE
shutdown accept socket
shutting down SSL
CONNECTION CLOSED
   1 items in the session cache
   0 client connects (SSL_connect())
   0 client renegotiates (SSL_connect())
   0 client connects that finished
   1 server accepts (SSL_accept())
   0 server renegotiates (SSL_accept())
   1 server accepts that finished
   0 session cache hits
   0 session cache misses
   0 session cache timeouts
   0 callback cache hits
   0 cache full overflows (128 allowed)
> exit: 0 (8ms, openssl-server, TLS_PSK_WITH_AES_128_CCM_8).
08:06:37.356 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_PSK_WITH_AES_128_CCM_8] (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:37.357 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
08:06:37.362 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
08:06:37.362 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200)
08:06:37.363 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:41762] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:37.363 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:41762, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311)
08:06:37.363 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:41762] (o.e.c.s.DTLSConnector$Worker.run:3829)
-----BEGIN SSL SESSION PARAMETERS-----
MIGOAgEBAgMA/v0EAsA3BCAKhM7Sq2kiqXNraH4/S7Jkb5xEJez57PthK2M3y3FX
0wQw+rLGmNhGWSPHrLXPTRn+kd6GaBD4KIbpZKe6iPu7m5DRhnJ6K7EznB/sq9Gc
IqYxoQYCBGWNLI2iBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB
AQ==
-----END SSL SESSION PARAMETERS-----
Shared ciphers:ECDHE-PSK-AES128-CBC-SHA256
Supported Elliptic Curve Point Formats: uncompressed
Supported Elliptic Groups: P-256:P-384
Shared Elliptic groups: P-256: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 (57ms, openssl-server, multifragments per record, TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256).
08:06:37.416 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:37.416 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
08:06:37.421 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
08:06:37.421 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200)
08:06:37.422 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:58235] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:37.422 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:58235, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311)
08:06:37.422 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:58235] (o.e.c.s.DTLSConnector$Worker.run:3829)
-----BEGIN SSL SESSION PARAMETERS-----
MIGOAgEBAgMA/v0EAsA3BCA7Wg6UfZVFYDEBKU7OnIg0/XaCDGq6PvwPQIYgWcUU
eQQwIS/HaB0C9czhyBUS8wUFvq71cd5BZ5wo+pB58sRqQ4cUWyyk+31p9EBM/6j6
meYzoQYCBGWNLI2iBAICHCCkBgQEAQAAAKgRBA9DbGllbnRfaWRlbnRpdHmtAwIB
AQ==
-----END SSL SESSION PARAMETERS-----
Shared ciphers:ECDHE-PSK-AES128-CBC-SHA256
Supported Elliptic Curve Point Formats: uncompressed
Supported Elliptic Groups: P-256:P-384
Shared Elliptic groups: P-256:P-384
CIPHER is ECDHE-PSK-AES128-CBC-SHA256
Secure Renegotiation IS supported
Hello OpenSSL!< ACK-Hello OpenSSL!
< Q

DONE
shutdown accept socket
shutting down SSL
CONNECTION CLOSED
   1 items in the session cache
   0 client connects (SSL_connect())
   0 client renegotiates (SSL_connect())
   0 client connects that finished
   1 server accepts (SSL_accept())
   0 server renegotiates (SSL_accept())
   1 server accepts that finished
   0 session cache hits
   0 session cache misses
   0 session cache timeouts
   0 callback cache hits
   0 cache full overflows (128 allowed)
> exit: 0 (10ms, openssl-server, TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256).
08:06:37.428 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:37.428 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_ECDHE_ECDSA_WITH_AES_128_CCM] (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-CCM -cert server.pem -no-CAfile 
verify depth is 5
Using default temp DH parameters
ACCEPT
08:06:37.436 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
08:06:37.436 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200)
08:06:37.437 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:38410] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:37.437 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:38410, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311)
08:06:37.437 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:38410] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:37.439 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
08:06:37.441 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529)
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
-----BEGIN SSL SESSION PARAMETERS-----
MIIChQIBAQIDAP79BALArAQg/az3drQkQ56d1TCaIFhRBqVp4gYbQOQzNHOH+eQN
8iQEMIM5CXWPLxumqR1H4mbcVcuynbx3oGcZDejG071PcuE7ujJ0nda3cVZt1Gwi
mKtyp6EGAgRljSyNogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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-CCM
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:P-384
Shared Elliptic groups: P-256:P-384
CIPHER is ECDHE-ECDSA-AES128-CCM
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_CCM).
08:06:37.447 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_ECDHE_ECDSA_WITH_AES_128_CCM] (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:37.447 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_ECDHE_ECDSA_WITH_AES_128_CCM] (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-CCM -cert server.pem -no-CAfile 
verify depth is 5
Using default temp DH parameters
ACCEPT
08:06:37.455 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
08:06:37.455 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200)
08:06:37.456 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:38323] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:37.456 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:38323, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311)
08:06:37.456 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:38323] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:37.457 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
08:06:37.459 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529)
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
-----BEGIN SSL SESSION PARAMETERS-----
MIIChQIBAQIDAP79BALArAQgRbJGjNXl9ba+WbFyRReI5ww4uo/OacItFbrPfp9o
njoEMPjIJXu8KuSEi18tKVJxqyJ/na/x35CeA9F7Lw3/vNHgVHecFp8jq9gyMHx/
QIqNlaEGAgRljSyNogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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-CCM
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:P-384
Shared Elliptic groups: P-256:P-384
CIPHER is ECDHE-ECDSA-AES128-CCM
Secure Renegotiation IS supported
Hello OpenSSL!< ACK-Hello OpenSSL!
< Q

DONE
shutdown accept socket
shutting down SSL
CONNECTION CLOSED
   1 items in the session cache
   0 client connects (SSL_connect())
   0 client renegotiates (SSL_connect())
   0 client connects that finished
   1 server accepts (SSL_accept())
   0 server renegotiates (SSL_accept())
   1 server accepts that finished
   0 session cache hits
   0 session cache misses
   0 session cache timeouts
   0 callback cache hits
   0 cache full overflows (128 allowed)
> exit: 0 (16ms, openssl-server, TLS_ECDHE_ECDSA_WITH_AES_128_CCM).
08:06:37.465 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_ECDHE_ECDSA_WITH_AES_128_CCM] (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:37.466 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_ECDHE_RSA_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-RSA-AES128-SHA256 -cert serverRsa.pem -no-CAfile 
verify depth is 5
Using default temp DH parameters
ACCEPT
08:06:37.473 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
08:06:37.474 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200)
08:06:37.474 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:41017] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:37.474 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:41017, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311)
08:06:37.474 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:41017] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:37.477 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
08:06:37.477 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529)
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
-----BEGIN SSL SESSION PARAMETERS-----
MIIChQIBAQIDAP79BALAJwQglLAju3T4feY6+ESqGCMvpqxqo3SgBh3Kfyqf1IEc
7KMEMOs+1OhBugmMt1QXVTdcgOmz39oW3h6111F3yOCUsqF77GwLjJgsGtn3ggZg
vhwTKqEGAgRljSyNogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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-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:P-384
Shared Elliptic groups: P-256:P-384
CIPHER is ECDHE-RSA-AES128-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_CBC_SHA256).
08:06:37.484 INFO [TestNameLoggerRule]: Test testOpenSslServerMultiFragments[TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63)
08:06:37.484 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_ECDHE_RSA_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-RSA-AES128-SHA256 -cert serverRsa.pem -no-CAfile 
verify depth is 5
Using default temp DH parameters
ACCEPT
08:06:37.491 INFO [InMemoryReadWriteLockConnectionStore]: Created new InMemoryConnectionStore [capacity: 150000, connection expiration threshold: 1800s] (o.e.c.s.d.InMemoryReadWriteLockConnectionStore.<init>:178)
08:06:37.492 INFO [DTLSConnector]: Limit MTU IPv4[1500] (o.e.c.s.DTLSConnector.init:1200)
08:06:37.492 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-0-/127.0.0.1:43604] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:37.492 INFO [DTLSConnector]: DTLSConnector listening on /127.0.0.1:43604, recv buf = 106496, send buf = 106496, recv packet size = 16474, MTU = IPv4 1500 / IPv6 1280 (o.e.c.s.DTLSConnector.init:1311)
08:06:37.492 INFO [DTLSConnector]: Starting worker thread [DTLS-Receiver-1-/127.0.0.1:43604] (o.e.c.s.DTLSConnector$Worker.run:3829)
08:06:37.495 INFO [ClientHandshaker]: Start certificate verification. (o.e.c.s.dtls.Handshaker.verifyCertificate:2492)
08:06:37.496 INFO [ClientHandshaker]: Start certificate identity. (o.e.c.s.dtls.Handshaker.requestCertificateIdentity:2529)
depth=1 CN = cf-ca, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN = cf-client, OU = Californium, O = Eclipse IoT, L = Ottawa, C = CA
verify return:1
-----BEGIN SSL SESSION PARAMETERS-----
MIIChQIBAQIDAP79BALAJwQg0PAWILaD3Nrf6li5uLQc9ditTFFK7lA1yLqqjCO2
CEMEMKw53Zpv6iXZjdqjFtO/2UfbmJWecR3yxhOtAEb8Q6/ZbCenL43rfXVLSXe+
nYCVDKEGAgRljSyNogQCAhwgo4ICATCCAf0wggGjoAMCAQICCFTa1YCk/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-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:P-384
Shared Elliptic groups: P-256:P-384
CIPHER is ECDHE-RSA-AES128-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_CBC_SHA256).
08:06:37.502 INFO [TestNameLoggerRule]: Test testOpenSslServer[TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256] (o.e.c.e.r.TestNameLoggerRule.finished:63)
[WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.168 s - in org.eclipse.californium.interoperability.test.tinydtls.TinydtlsServerInteroperabilityTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 81, Failures: 0, Errors: 0, Skipped: 33
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ californium-interoperability-tests ---
[INFO] Skipping packaging of the jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ californium-interoperability-tests ---
[INFO] Skipping javadoc generation
[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.10.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] --- toolchains:3.1.0:toolchain (default) @ californium-proxy2 ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 30 source files with javac [forked debug target 1.7] to target/classes
[WARNING] /home/jenkins/.m2/repository/com/google/guava/guava/32.0.1-android/guava-32.0.1-android.jar(com/google/common/cache/CacheStats.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [forked debug target 1.7] to target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ californium-proxy2 ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.227 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.019 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.022 s - in org.eclipse.californium.proxy2.http.Http2CoapTranslatorTest
[INFO] Running org.eclipse.californium.proxy2.Coap2CoapTranslatorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.californium.proxy2.Coap2CoapTranslatorTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ californium-proxy2 ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.0.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ californium-proxy2 ---
[INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-release/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source files for package org.eclipse.californium.proxy2...
Loading source files for package org.eclipse.californium.proxy2.config...
Loading source files for package org.eclipse.californium.proxy2.http...
Loading source files for package org.eclipse.californium.proxy2.http.server...
Loading source files for package org.eclipse.californium.proxy2.resources...
Constructing Javadoc information...
Standard Doclet version 1.7.0_80
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/ClientEndpoints.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/ClientSingleEndpoint.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/Coap2CoapTranslator.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/CoapUriTranslator.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/EndpointPool.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/InvalidFieldException.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/InvalidMethodException.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/TranslationException.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/config/Proxy2Config.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/config/Proxy2Config.HttpVersion.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/Coap2HttpTranslator.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/ContentTypedEntity.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/ContentTypedEntityConsumer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/CrossProtocolTranslator.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/CrossProtocolTranslator.CoapServerEtagTranslator.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/CrossProtocolTranslator.EtagTranslator.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/CrossProtocolTranslator.HttpServerEtagTranslator.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/Http2CoapTranslator.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/HttpClientFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/MappingProperties.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/ProxyRequestProducer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/ProxyResponseProducer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/ByteBufferAsyncServerRequestHandler.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/HttpServer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/HttpStack.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/ProxyHttpServer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/ProxyHttpServer.Builder.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/CacheKey.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/CacheResource.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/ForwardProxyMessageDeliverer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/ProxyCacheResource.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/ProxyCoapClientResource.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/ProxyCoapResource.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/ProxyHttpClientResource.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/StatsResource.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/overview-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/config/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/config/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/config/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/serialized-form.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/class-use/TranslationException.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/class-use/InvalidMethodException.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/class-use/InvalidFieldException.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/class-use/EndpointPool.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/class-use/CoapUriTranslator.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/class-use/Coap2CoapTranslator.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/class-use/ClientSingleEndpoint.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/class-use/ClientEndpoints.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/config/class-use/Proxy2Config.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/config/class-use/Proxy2Config.HttpVersion.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/class-use/ProxyResponseProducer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/class-use/ProxyRequestProducer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/class-use/MappingProperties.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/class-use/HttpClientFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/class-use/Http2CoapTranslator.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/class-use/CrossProtocolTranslator.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/class-use/CrossProtocolTranslator.EtagTranslator.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/class-use/CrossProtocolTranslator.CoapServerEtagTranslator.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/class-use/CrossProtocolTranslator.HttpServerEtagTranslator.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/class-use/ContentTypedEntityConsumer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/class-use/ContentTypedEntity.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/class-use/Coap2HttpTranslator.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/class-use/ProxyHttpServer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/class-use/ProxyHttpServer.Builder.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/class-use/HttpStack.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/class-use/HttpServer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/class-use/ByteBufferAsyncServerRequestHandler.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/class-use/StatsResource.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/class-use/ProxyHttpClientResource.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/class-use/ProxyCoapResource.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/class-use/ProxyCoapClientResource.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/class-use/ProxyCacheResource.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/class-use/ForwardProxyMessageDeliverer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/class-use/CacheResource.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/class-use/CacheKey.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/package-use.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/config/package-use.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/package-use.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/http/server/package-use.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/org/eclipse/californium/proxy2/resources/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/index-all.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/apidocs/help-doc.html...
13 warnings
[WARNING] Javadoc Warnings
[WARNING] warning: /home/jenkins/.m2/repository/com/google/guava/guava/32.0.1-android/guava-32.0.1-android.jar(com/google/common/cache/CacheStats.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[WARNING] It is recommended that the compiler be upgraded.
[WARNING] warning: /home/jenkins/.m2/repository/com/google/guava/guava/32.0.1-android/guava-32.0.1-android.jar(com/google/common/collect/HashBasedTable.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[WARNING] It is recommended that the compiler be upgraded.
[WARNING] warning: /home/jenkins/.m2/repository/com/google/guava/guava/32.0.1-android/guava-32.0.1-android.jar(com/google/common/collect/Table.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[WARNING] It is recommended that the compiler be upgraded.
[WARNING] warning: /home/jenkins/.m2/repository/com/google/guava/guava/32.0.1-android/guava-32.0.1-android.jar(com/google/common/io/CharSink.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[WARNING] It is recommended that the compiler be upgraded.
[WARNING] warning: /home/jenkins/.m2/repository/com/google/guava/guava/32.0.1-android/guava-32.0.1-android.jar(com/google/common/cache/CacheBuilder.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[WARNING] It is recommended that the compiler be upgraded.
[WARNING] warning: /home/jenkins/.m2/repository/com/google/guava/guava/32.0.1-android/guava-32.0.1-android.jar(com/google/common/cache/CacheLoader.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[WARNING] It is recommended that the compiler be upgraded.
[WARNING] warning: /home/jenkins/.m2/repository/com/google/guava/guava/32.0.1-android/guava-32.0.1-android.jar(com/google/common/cache/LoadingCache.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[WARNING] It is recommended that the compiler be upgraded.
[WARNING] warning: /home/jenkins/.m2/repository/com/google/guava/guava/32.0.1-android/guava-32.0.1-android.jar(com/google/common/cache/RemovalListener.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[WARNING] It is recommended that the compiler be upgraded.
[WARNING] warning: /home/jenkins/.m2/repository/com/google/guava/guava/32.0.1-android/guava-32.0.1-android.jar(com/google/common/cache/RemovalNotification.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[WARNING] It is recommended that the compiler be upgraded.
[WARNING] warning: /home/jenkins/.m2/repository/com/google/guava/guava/32.0.1-android/guava-32.0.1-android.jar(com/google/common/util/concurrent/UncheckedExecutionException.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[WARNING] It is recommended that the compiler be upgraded.
[WARNING] warning: /home/jenkins/.m2/repository/com/google/guava/guava/32.0.1-android/guava-32.0.1-android.jar(com/google/common/annotations/GwtCompatible.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[WARNING] It is recommended that the compiler be upgraded.
[WARNING] warning: /home/jenkins/.m2/repository/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar(com/google/errorprone/annotations/DoNotMock.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[WARNING] It is recommended that the compiler be upgraded.
[WARNING] warning: /home/jenkins/.m2/repository/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar(com/google/errorprone/annotations/CompatibleWith.class): major version 52 is newer than 51, the highest major version supported by this compiler.
[WARNING] It is recommended that the compiler be upgraded.
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/californium-proxy2-3.10.0-javadoc.jar
[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.10.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ californium-proxy2 ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.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.10.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.10.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/californium-proxy2-3.10.0-javadoc.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/californium-proxy2-3.10.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.10.0/californium-proxy2-3.10.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/californium-proxy2-3.10.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/3.10.0/californium-proxy2-3.10.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/californium-proxy2-3.10.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/3.10.0/californium-proxy2-3.10.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/californium-proxy2/target/californium-proxy2-3.10.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-proxy2/3.10.0/californium-proxy2-3.10.0-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ californium-proxy2 ---
[INFO] Installing org/eclipse/californium/californium-proxy2/3.10.0/californium-proxy2-3.10.0.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] -----------------< org.eclipse.californium:cf-oscore >------------------
[INFO] Building Cf-OSCORE 3.10.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] --- toolchains:3.1.0:toolchain (default) @ cf-oscore ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 34 source files with javac [forked debug target 1.7] to target/classes
[WARNING] /home/jenkins/agent/workspace/californium-release/cf-oscore/src/main/java/org/eclipse/californium/oscore/OSCoreCoapStackFactory.java:[59,18] [deprecation] createCoapStack(String,String,Configuration,Outbox,Object) in 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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 19 source files with javac [forked debug target 1.7] to target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-oscore ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
08:06:59.573 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:06:59.587 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added COAP.
08:06:59.588 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added SYS.
08:06:59.589 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added UDP.
[INFO] Running org.eclipse.californium.oscore.ContextRederivationTest

Start ContextRederivationTest
08:06:59.687 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE default setup
08:06:59.688 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Loading net.i2p.crypto.eddsa.EdDSASecurityProvider failed!
08:06:59.726 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - AES: restricted to 128 bits key length
08:06:59.726 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - RSA: true
08:06:59.726 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - EC: true
08:06:59.739 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - ECDSA not vulnerable.
08:06:59.739 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - EdDSA not supported!
08:06:59.739 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE setup: null, ready.
08:06:59.740 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [0]: SUN version 1.7.
08:06:59.740 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [1]: SunRsaSign version 1.7.
08:06:59.740 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [2]: SunEC version 1.7.
08:06:59.740 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [3]: SunJSSE version 1.7.
08:06:59.740 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [4]: SunJCE version 1.7.
08:06:59.740 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [5]: SunJGSS version 1.7.
08:06:59.740 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [6]: SunSASL version 1.7.
08:06:59.740 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [7]: XMLDSig version 1.0.
08:06:59.740 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [8]: SunPCSC version 1.7.
08:06:59.831 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:06:59.838 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:06:59.839 [main] INFO org.eclipse.californium.ban - Started.
08:06:59.840 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:06:59.853 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:06:59.868 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:06:59.871 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:06:59.873 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:06:59.875 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:06:59.876 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:06:59.876 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8192
08:06:59.876 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:06:59.878 [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
08:06:59.878 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:06:59.878 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:06:59.878 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8192
08:06:59.886 [main] DEBUG org.eclipse.californium.elements.util.NetworkInterfacesUtil - Found broadcast address /10.40.71.255 - eth0.
08:06:59.886 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:06:59.886 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:06:59.887 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:06:59.887 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:06:59.887 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:06:59.888 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:06:59.889 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:06:59.889 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:06:59.889 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:06:59.889 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8193
08:06:59.889 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:06:59.889 [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
08:06:59.889 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:06:59.889 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:06:59.889 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8193
08:06:59.889 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8193 for coap
08:06:59.894 [: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)
08:06:59.896 [: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>
08:06:59.899 [: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
08:06:59.899 [: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>
08:06:59.905 [: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":0x190009487789A026AA9E5417}, 3B 60 D1 FD 03 8C 6A 59 FD 74 08 FE 60 F6 81 F6 4E 19 13 4A 50 6D 2C AA A8 D2 86 68 32 39 4C F3
08:06:59.906 [: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-50364], CON-POST   MID=50364, Token=null, OptionSet={"Object-Security":0x190009487789A026AA9E5417}, 3B 60 D1 FD 03 8C 6A 59 FD 74 08 FE 60 F6 81 F6 4E 19 13 4A 50 6D 2C AA A8 D2 86 68 32 39 4C F3
08:06:59.908 [: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-B0FCA179C3E4DDCC], CON-POST   MID=50364, Token=B0FCA179C3E4DDCC, OptionSet={"Object-Security":0x190009487789A026AA9E5417}, 3B 60 D1 FD 03 8C 6A 59 FD 74 08 FE 60 F6 81 F6 4E 19 13 4A 50 6D 2C AA A8 D2 86 68 32 39 4C F3
08:06:59.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-50364], KeyToken[127.0.0.1:8192-B0FCA179C3E4DDCC]]
08:06:59.913 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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
08:06:59.915 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=50364, Token=B0FCA179C3E4DDCC, OptionSet={"Object-Security":0x190009487789A026AA9E5417}, 3B 60 D1 FD 03 8C 6A 59 FD 74 08 FE 60 F6 81 F6 4E 19 13 4A 50 6D 2C AA A8 D2 86 68 32 39 4C F3]
08:06:59.915 [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
08:06:59.916 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-50364]
08:06:59.919 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R3, 127.0.0.1:8193] replace CON-POST   MID=50364, Token=B0FCA179C3E4DDCC, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, <empty data> by CON-GET    MID=50364, Token=B0FCA179C3E4DDCC, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, <empty data>
08:06:59.920 [CoapServer(main)#1] INFO org.eclipse.californium.core.server.ServerMessageDeliverer - did not find resource /rederivation/blackhole requested by 127.0.0.1:8193
08:06:59.924 [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>
08:06:59.924 [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)
08:06:59.925 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R3, 127.0.0.1:8193, complete]!
08:06:59.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R3, 127.0.0.1:8193, complete] completed ACK-2.04   MID=50364, Token=B0FCA179C3E4DDCC, OptionSet={"Object-Security":0x101150968397251993AB8737BE56E47A42331B}, 12 6A 60 B1 DB C3 8E 18 83!
08:06:59.928 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8193
08:06:59.928 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E2,T16) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04   MID=50364, Token=B0FCA179C3E4DDCC, OptionSet={"Object-Security":0x101150968397251993AB8737BE56E47A42331B}, 12 6A 60 B1 DB C3 8E 18 83]
08:06:59.928 [UDP-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
08:06:59.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:06:59.930 [: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)
08:06:59.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error ACK-4.01   MID=50364, Token=B0FCA179C3E4DDCC, OptionSet={"Object-Security":0x101150968397251993AB8737BE56E47A42331B}, <empty data>:
08:06:59.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L2, 127.0.0.1:8192, complete]!
08:06:59.932 [: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-B0FCA179C3E4DDCC]
08:06:59.932 [: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-50364]
08:06:59.932 [: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=50364, Token=B0FCA179C3E4DDCC, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, <empty data> -/- CON-POST   MID=50364, Token=B0FCA179C3E4DDCC, OptionSet={"Object-Security":0x190009487789A026AA9E5417}, acked 3B 60 D1 FD 03 8C 6A 59 FD 74 08 FE 60 F6 81 F6 4E 19 13 4A 50 6D 2C AA A8 D2 86 68 32 39 4C F3!
08:06:59.933 [: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>
08:06:59.933 [: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
08:06:59.933 [: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>
08:06:59.933 [: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)
08:06:59.934 [: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":0x19001A5818968397251993AB8737BE56E47A42331B9C8BD4F32C0631A0}, 10 7B FB 21 17 7E 70 74 53 F1 96 4F FC 98 EF
08:06:59.935 [: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-50365], CON-POST   MID=50365, Token=null, OptionSet={"Object-Security":0x19001A5818968397251993AB8737BE56E47A42331B9C8BD4F32C0631A0}, 10 7B FB 21 17 7E 70 74 53 F1 96 4F FC 98 EF
08:06:59.935 [: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-10F7972C456D0FC8], CON-POST   MID=50365, Token=10F7972C456D0FC8, OptionSet={"Object-Security":0x19001A5818968397251993AB8737BE56E47A42331B9C8BD4F32C0631A0}, 10 7B FB 21 17 7E 70 74 53 F1 96 4F FC 98 EF
08:06:59.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-50365], KeyToken[127.0.0.1:8192-10F7972C456D0FC8]]
08:06:59.936 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 59 bytes to 127.0.0.1:8192
08:06:59.936 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E3,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=50365, Token=10F7972C456D0FC8, OptionSet={"Object-Security":0x19001A5818968397251993AB8737BE56E47A42331B9C8BD4F32C0631A0}, 10 7B FB 21 17 7E 70 74 53 F1 96 4F FC 98 EF]
08:06:59.936 [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
08:06:59.936 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-50365]
08:06:59.936 [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)
08:06:59.940 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R4, 127.0.0.1:8193] replace CON-POST   MID=50365, Token=10F7972C456D0FC8, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-GET    MID=50365, Token=10F7972C456D0FC8, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
Accessing hello resource
08:06:59.942 [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!"
08:06:59.942 [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)
08:06:59.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R4, 127.0.0.1:8193, complete]!
08:06:59.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R4, 127.0.0.1:8193, complete] completed ACK-2.04   MID=50365, Token=10F7972C456D0FC8, OptionSet={"Object-Security":0x}, DF 3F 77 15 9F B8 CF 49 89 1B D7 2B DB 06 A3 CB 0A B9 C7 C5 10 A1!
08:06:59.943 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8193
08:06:59.943 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E4,T16) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04   MID=50365, Token=10F7972C456D0FC8, OptionSet={"Object-Security":0x}, DF 3F 77 15 9F B8 CF 49 89 1B D7 2B DB 06 A3 CB 0A B9 C7 C5 10 A1]
08:06:59.943 [UDP-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
08:06:59.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:06:59.944 [: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)
08:06:59.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192, complete]!
08:06:59.944 [: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-10F7972C456D0FC8]
08:06:59.944 [: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-50365]
08:06:59.944 [: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=50365, Token=10F7972C456D0FC8, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> -/- CON-POST   MID=50365, Token=10F7972C456D0FC8, OptionSet={"Object-Security":0x19001A5818968397251993AB8737BE56E47A42331B9C8BD4F32C0631A0}, acked 10 7B FB 21 17 7E 70 74 53 F1 96 4F FC 98 EF!
==[ CoAP Response ]============================================
MID    : 50365
Token  : 10F7972C456D0FC8
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x}
RTT    : 50 ms
Payload: 12 Bytes
===============================================================
08:06:59.950 [: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
08:06:59.950 [: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>
08:06:59.951 [: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}, 82 13 E0 BA 1F BE F2 67 12 0E 9A 7D 5A 10 2F
08:06:59.951 [: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-50366], CON-POST   MID=50366, Token=null, OptionSet={"Object-Security":0x0901}, 82 13 E0 BA 1F BE F2 67 12 0E 9A 7D 5A 10 2F
08:06:59.951 [: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-6CF0BECA52EB7B6C], CON-POST   MID=50366, Token=6CF0BECA52EB7B6C, OptionSet={"Object-Security":0x0901}, 82 13 E0 BA 1F BE F2 67 12 0E 9A 7D 5A 10 2F
08:06:59.951 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-50366], KeyToken[127.0.0.1:8192-6CF0BECA52EB7B6C]]
08:06:59.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 31 bytes to 127.0.0.1:8192
08:06:59.952 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E5,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=50366, Token=6CF0BECA52EB7B6C, OptionSet={"Object-Security":0x0901}, 82 13 E0 BA 1F BE F2 67 12 0E 9A 7D 5A 10 2F]
08:06:59.952 [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
08:06:59.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-50366]
08:06:59.953 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R6, 127.0.0.1:8193] replace CON-POST   MID=50366, Token=6CF0BECA52EB7B6C, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-GET    MID=50366, Token=6CF0BECA52EB7B6C, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
Accessing hello resource
08:06:59.953 [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!"
08:06:59.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R6, 127.0.0.1:8193, complete]!
08:06:59.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R6, 127.0.0.1:8193, complete] completed ACK-2.04   MID=50366, Token=6CF0BECA52EB7B6C, OptionSet={"Object-Security":0x}, 7B 12 7B 8B 90 1E 47 0B F0 BB B5 3A 60 62 7F 88 04 CD 5D D8 6A 9B!
08:06:59.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 36 bytes to 127.0.0.1:8193
08:06:59.955 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E6,T16) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04   MID=50366, Token=6CF0BECA52EB7B6C, OptionSet={"Object-Security":0x}, 7B 12 7B 8B 90 1E 47 0B F0 BB B5 3A 60 62 7F 88 04 CD 5D D8 6A 9B]
08:06:59.955 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 36 bytes from 127.0.0.1:8192
08:06:59.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:06:59.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L5, 127.0.0.1:8192, complete]!
08:06:59.955 [: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-6CF0BECA52EB7B6C]
08:06:59.955 [: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-50366]
08:06:59.955 [: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=50366, Token=6CF0BECA52EB7B6C, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> -/- CON-POST   MID=50366, Token=6CF0BECA52EB7B6C, OptionSet={"Object-Security":0x0901}, acked 82 13 E0 BA 1F BE F2 67 12 0E 9A 7D 5A 10 2F!
==[ CoAP Response ]============================================
MID    : 50366
Token  : 6CF0BECA52EB7B6C
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x}
RTT    : 5 ms
Payload: 12 Bytes
===============================================================
08:06:59.956 [: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
08:06:59.957 [: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>
08:06:59.957 [: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}, 01 C6 EE FC 5B 26 B7 40 C6 7D 79 18 76 87 10
08:06:59.958 [: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-50367], CON-POST   MID=50367, Token=null, OptionSet={"Object-Security":0x0902}, 01 C6 EE FC 5B 26 B7 40 C6 7D 79 18 76 87 10
08:06:59.958 [: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-24E1B78AE2AE93AF], CON-POST   MID=50367, Token=24E1B78AE2AE93AF, OptionSet={"Object-Security":0x0902}, 01 C6 EE FC 5B 26 B7 40 C6 7D 79 18 76 87 10
08:06:59.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-50367], KeyToken[127.0.0.1:8192-24E1B78AE2AE93AF]]
08:06:59.958 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 31 bytes to 127.0.0.1:8192
08:06:59.959 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E7,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=50367, Token=24E1B78AE2AE93AF, OptionSet={"Object-Security":0x0902}, 01 C6 EE FC 5B 26 B7 40 C6 7D 79 18 76 87 10]
08:06:59.959 [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
08:06:59.959 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-50367]
08:06:59.960 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R8, 127.0.0.1:8193] replace CON-POST   MID=50367, Token=24E1B78AE2AE93AF, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-GET    MID=50367, Token=24E1B78AE2AE93AF, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
Accessing hello resource
08:06:59.960 [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!"
08:06:59.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R8, 127.0.0.1:8193, complete]!
08:06:59.961 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R8, 127.0.0.1:8193, complete] completed ACK-2.04   MID=50367, Token=24E1B78AE2AE93AF, OptionSet={"Object-Security":0x}, E1 1B A1 8D 39 6D 20 A5 33 E8 41 DE F2 46 04 93 E1 74 93 2E 04 A3!
08:06:59.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 36 bytes to 127.0.0.1:8193
08:06:59.961 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E8,T16) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04   MID=50367, Token=24E1B78AE2AE93AF, OptionSet={"Object-Security":0x}, E1 1B A1 8D 39 6D 20 A5 33 E8 41 DE F2 46 04 93 E1 74 93 2E 04 A3]
08:06:59.961 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 36 bytes from 127.0.0.1:8192
08:06:59.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:06:59.962 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L7, 127.0.0.1:8192, complete]!
08:06:59.962 [: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-24E1B78AE2AE93AF]
08:06:59.962 [: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-50367]
08:06:59.962 [: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=50367, Token=24E1B78AE2AE93AF, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> -/- CON-POST   MID=50367, Token=24E1B78AE2AE93AF, OptionSet={"Object-Security":0x0902}, acked 01 C6 EE FC 5B 26 B7 40 C6 7D 79 18 76 87 10!
==[ CoAP Response ]============================================
MID    : 50367
Token  : 24E1B78AE2AE93AF
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x}
RTT    : 5 ms
Payload: 12 Bytes
===============================================================
08:06:59.963 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:06:59.964 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8192
08:06:59.964 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8192
08:06:59.964 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] stopping ...
08:06:59.964 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8192, address /127.0.0.1
08:06:59.964 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] has stopped.
08:06:59.964 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8192
08:06:59.964 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End ContextRederivationTest

Start ContextRederivationTest
08:06:59.966 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:06:59.966 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:06:59.967 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:06:59.967 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:06:59.967 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:06:59.967 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:06:59.967 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:06:59.967 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:06:59.968 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:06:59.968 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8194
08:06:59.968 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:06:59.968 [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
08:06:59.968 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:06:59.968 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:06:59.968 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8194
08:06:59.969 [: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
08:06:59.969 [: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>
08:06:59.970 [: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
08:06:59.971 [: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-45157], CON-POST   MID=45157, Token=null, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42
08:06:59.971 [: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-745E8FCCD094184A], CON-POST   MID=45157, Token=745E8FCCD094184A, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42
08:06:59.971 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-45157], KeyToken[127.0.0.1:8194-745E8FCCD094184A]]
08:06:59.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 31 bytes to 127.0.0.1:8194
08:06:59.972 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E9,T21) 127.0.0.1:8,193 ==> :8,194 [CON-POST   MID=45157, Token=745E8FCCD094184A, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42]
08:06:59.972 [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
08:06:59.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-45157]
08:06:59.972 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_INITIATE (server will initiate context re-derivation)
08:06:59.973 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8193] replace CON-POST   MID=45157, Token=745E8FCCD094184A, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-GET    MID=45157, Token=745E8FCCD094184A, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
Accessing hello resource
08:06:59.973 [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!"
08:06:59.974 [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)
08:06:59.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8193, complete]!
08:06:59.974 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R10, 127.0.0.1:8193, complete] completed ACK-2.04   MID=45157, Token=745E8FCCD094184A, OptionSet={"Object-Security":0x1011506D73041C8A1BE01B0FB29CA2B485153D}, 2D B0 BC D4 DA 38 8D 53 5C!
08:06:59.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 43 bytes to 127.0.0.1:8193
08:06:59.975 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E10,T16) 127.0.0.1:8,194 ==> :8,193 [ACK-2.04   MID=45157, Token=745E8FCCD094184A, OptionSet={"Object-Security":0x1011506D73041C8A1BE01B0FB29CA2B485153D}, 2D B0 BC D4 DA 38 8D 53 5C]
08:06:59.975 [UDP-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
08:06:59.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:06:59.976 [: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)
08:06:59.976 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error ACK-4.01   MID=45157, Token=745E8FCCD094184A, OptionSet={"Object-Security":0x1011506D73041C8A1BE01B0FB29CA2B485153D}, <empty data>:
08:06:59.977 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L9, 127.0.0.1:8194, complete]!
08:06:59.977 [: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-745E8FCCD094184A]
08:06:59.977 [: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-45157]
08:06:59.977 [: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=45157, Token=745E8FCCD094184A, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> -/- CON-POST   MID=45157, Token=745E8FCCD094184A, OptionSet={"Object-Security":0x0900}, acked FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42!
==[ CoAP Response ]============================================
MID    : 45157
Token  : 745E8FCCD094184A
Type   : ACK
Status : 4.01 - UNAUTHORIZED
Options: {"Object-Security":0x1011506D73041C8A1BE01B0FB29CA2B485153D}
RTT    : 7 ms
Payload: 0 Bytes
===============================================================
08:06:59.978 [: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
08:06:59.978 [: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>
08:06:59.979 [: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)
08:06:59.979 [: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":0x19001A58186D73041C8A1BE01B0FB29CA2B485153D21500DFF209E3D3C}, 7D A1 CB 02 81 1E A7 0F A1 21 C3 2C FF 84 69
08:06:59.980 [: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-45158], CON-POST   MID=45158, Token=null, OptionSet={"Object-Security":0x19001A58186D73041C8A1BE01B0FB29CA2B485153D21500DFF209E3D3C}, 7D A1 CB 02 81 1E A7 0F A1 21 C3 2C FF 84 69
08:06:59.980 [: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-DC819FF258C3BC87], CON-POST   MID=45158, Token=DC819FF258C3BC87, OptionSet={"Object-Security":0x19001A58186D73041C8A1BE01B0FB29CA2B485153D21500DFF209E3D3C}, 7D A1 CB 02 81 1E A7 0F A1 21 C3 2C FF 84 69
08:06:59.980 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-45158], KeyToken[127.0.0.1:8194-DC819FF258C3BC87]]
08:06:59.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 59 bytes to 127.0.0.1:8194
08:06:59.981 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E11,T21) 127.0.0.1:8,193 ==> :8,194 [CON-POST   MID=45158, Token=DC819FF258C3BC87, OptionSet={"Object-Security":0x19001A58186D73041C8A1BE01B0FB29CA2B485153D21500DFF209E3D3C}, 7D A1 CB 02 81 1E A7 0F A1 21 C3 2C FF 84 69]
08:06:59.981 [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
08:06:59.981 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-45158]
08:06:59.981 [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)
08:06:59.982 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R12, 127.0.0.1:8193] replace CON-POST   MID=45158, Token=DC819FF258C3BC87, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-GET    MID=45158, Token=DC819FF258C3BC87, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
Accessing hello resource
08:06:59.982 [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!"
08:06:59.983 [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)
08:06:59.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R12, 127.0.0.1:8193, complete]!
08:06:59.983 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R12, 127.0.0.1:8193, complete] completed ACK-2.04   MID=45158, Token=DC819FF258C3BC87, OptionSet={"Object-Security":0x}, D4 D0 67 CB B2 30 A0 D7 94 DA FD AE 07 C0 29 C3 4B F4 CE 1E 1B A0!
08:06:59.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 36 bytes to 127.0.0.1:8193
08:06:59.984 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E12,T16) 127.0.0.1:8,194 ==> :8,193 [ACK-2.04   MID=45158, Token=DC819FF258C3BC87, OptionSet={"Object-Security":0x}, D4 D0 67 CB B2 30 A0 D7 94 DA FD AE 07 C0 29 C3 4B F4 CE 1E 1B A0]
08:06:59.984 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 36 bytes from 127.0.0.1:8194
08:06:59.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:06:59.984 [: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)
08:06:59.984 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L11, 127.0.0.1:8194, complete]!
08:06:59.984 [: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-DC819FF258C3BC87]
08:06:59.984 [: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-45158]
08:06:59.985 [: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=45158, Token=DC819FF258C3BC87, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> -/- CON-POST   MID=45158, Token=DC819FF258C3BC87, OptionSet={"Object-Security":0x19001A58186D73041C8A1BE01B0FB29CA2B485153D21500DFF209E3D3C}, acked 7D A1 CB 02 81 1E A7 0F A1 21 C3 2C FF 84 69!
==[ CoAP Response ]============================================
MID    : 45158
Token  : DC819FF258C3BC87
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x}
RTT    : 6 ms
Payload: 12 Bytes
===============================================================
08:06:59.985 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:06:59.986 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8194
08:06:59.986 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8194
08:06:59.986 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] stopping ...
08:06:59.986 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8194, address /127.0.0.1
08:06:59.986 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] has stopped.
08:06:59.986 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8194
08:06:59.986 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End ContextRederivationTest
08:06:59.986 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
08:06:59.986 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8193
08:06:59.986 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8193
08:06:59.986 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] stopping ...
08:06:59.987 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8193, address /0.0.0.0
08:06:59.987 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] has stopped.
08:06:59.987 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8193
08:06:59.987 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.386 s - in org.eclipse.californium.oscore.ContextRederivationTest
[INFO] Running org.eclipse.californium.oscore.OSCoreAlgorithmsTest

Start OSCoreAlgorithmsTest
08:06:59.991 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:06:59.991 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:06:59.992 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:06:59.992 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:06:59.992 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:06:59.993 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:06:59.993 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:06:59.993 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:06:59.993 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:06:59.993 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8195
08:06:59.993 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:06:59.993 [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
08:06:59.993 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:06:59.993 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:06:59.993 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8195
08:06:59.994 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:06:59.994 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:06:59.994 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:06:59.995 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:06:59.995 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:06:59.995 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:06:59.995 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:06:59.995 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:06:59.995 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:06:59.995 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8196
08:06:59.995 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:06:59.995 [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
08:06:59.996 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:06:59.996 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8196
08:06:59.996 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:06:59.996 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8196 for coap
08:06:59.996 [: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
08:06:59.996 [: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"
08:06:59.997 [: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
08:06:59.998 [: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-29604], CON-POST   MID=29604, 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
08:06:59.998 [: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-1C5D7101DF3B1D75], CON-POST   MID=29604, Token=1C5D7101DF3B1D75, 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
08:06:59.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8195-29604], KeyToken[127.0.0.1:8195-1C5D7101DF3B1D75]]
08:06:59.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 41 bytes to 127.0.0.1:8195
08:06:59.999 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E13,T26) 127.0.0.1:8,196 ==> :8,195 [CON-POST   MID=29604, Token=1C5D7101DF3B1D75, 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]
08:06:59.999 [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
08:06:59.999 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-29604]
08:06:59.999 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.000 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R14, 127.0.0.1:8196] replace CON-POST   MID=29604, Token=1C5D7101DF3B1D75, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST   MID=29604, Token=1C5D7101DF3B1D75, OptionSet={"Object-Security":0x}, "client says hi"
server received request
08:07:00.000 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R14, 127.0.0.1:8196] send response NON-2.05   MID=29604, Token=null, OptionSet={}, "server responds hi"
08:07:00.000 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R14, 127.0.0.1:8196, complete]!
08:07:00.000 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R14, 127.0.0.1:8196, complete] completed NON-2.04   MID=29604, Token=1C5D7101DF3B1D75, 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!
08:07:00.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:8196
08:07:00.001 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E14,T29) 127.0.0.1:8,195 ==> :8,196 [NON-2.04   MID=29604, Token=1C5D7101DF3B1D75, 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]
08:07:00.001 [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
08:07:00.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:8195-29604]
08:07:00.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:00.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, 127.0.0.1:8195, complete]!
08:07:00.002 [: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-1C5D7101DF3B1D75]
08:07:00.002 [: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-29604]
08:07:00.002 [: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=29604, Token=1C5D7101DF3B1D75, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29604, Token=1C5D7101DF3B1D75, 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
08:07:00.002 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:00.003 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8195
08:07:00.003 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8195
08:07:00.003 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8195] stopping ...
08:07:00.003 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8195, address /127.0.0.1
08:07:00.003 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8195] has stopped.
08:07:00.003 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8195
08:07:00.003 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreAlgorithmsTest
08:07:00.003 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:00.003 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8195
08:07:00.003 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8196
08:07:00.004 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8196
08:07:00.004 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8196] stopping ...
08:07:00.004 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8196, address /0.0.0.0
08:07:00.004 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8196] has stopped.
08:07:00.004 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8196

Start OSCoreAlgorithmsTest
08:07:00.005 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.005 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:00.005 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:00.006 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:00.006 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:00.006 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:00.006 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:00.006 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:00.006 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:00.006 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8197
08:07:00.006 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:00.007 [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
08:07:00.007 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:00.007 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:00.007 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8197
08:07:00.007 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.007 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:00.008 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:00.008 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:00.008 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:00.008 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:00.008 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:00.008 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:00.008 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:00.008 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8198
08:07:00.008 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:00.009 [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
08:07:00.009 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:00.009 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:00.009 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8198
08:07:00.009 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8198 for coap
08:07:00.009 [: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
08:07:00.009 [: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"
08:07:00.010 [: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
08:07:00.010 [: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-39222], CON-POST   MID=39222, 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
08:07:00.011 [: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-80CAA15EB61E2A92], CON-POST   MID=39222, Token=80CAA15EB61E2A92, 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
08:07:00.011 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8197-39222], KeyToken[127.0.0.1:8197-80CAA15EB61E2A92]]
08:07:00.011 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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
08:07:00.011 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E15,T34) 127.0.0.1:8,198 ==> :8,197 [CON-POST   MID=39222, Token=80CAA15EB61E2A92, 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]
08:07:00.012 [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
08:07:00.012 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8198-39222]
08:07:00.012 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.012 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R16, 127.0.0.1:8198] replace CON-POST   MID=39222, Token=80CAA15EB61E2A92, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST   MID=39222, Token=80CAA15EB61E2A92, OptionSet={"Object-Security":0x}, "client says hi"
server received request
08:07:00.013 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R16, 127.0.0.1:8198] send response NON-2.05   MID=39222, Token=null, OptionSet={}, "server responds hi"
08:07:00.013 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R16, 127.0.0.1:8198, complete]!
08:07:00.013 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R16, 127.0.0.1:8198, complete] completed NON-2.04   MID=39222, Token=80CAA15EB61E2A92, 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!
08:07:00.014 [UDP-Sender-localhost/127.0.0.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
08:07:00.014 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E16,T37) 127.0.0.1:8,197 ==> :8,198 [NON-2.04   MID=39222, Token=80CAA15EB61E2A92, 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]
08:07:00.014 [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
08:07:00.014 [: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-39222]
08:07:00.014 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:00.014 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.015 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L15, 127.0.0.1:8197, complete]!
08:07:00.015 [: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-80CAA15EB61E2A92]
08:07:00.015 [: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-39222]
08:07:00.015 [: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=39222, Token=80CAA15EB61E2A92, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=39222, Token=80CAA15EB61E2A92, 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
08:07:00.015 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:00.015 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8197
08:07:00.016 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8197
08:07:00.016 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8197] stopping ...
08:07:00.016 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8197, address /127.0.0.1
08:07:00.016 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8197] has stopped.
08:07:00.016 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8197
08:07:00.016 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreAlgorithmsTest
08:07:00.016 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:00.016 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8197
08:07:00.016 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8198
08:07:00.016 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8198
08:07:00.016 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8198] stopping ...
08:07:00.016 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8198, address /0.0.0.0
08:07:00.016 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8198] has stopped.
08:07:00.016 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8198

Start OSCoreAlgorithmsTest
08:07:00.017 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.018 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:00.018 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:00.018 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:00.018 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:00.019 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:00.019 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:00.019 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:00.019 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:00.019 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8199
08:07:00.019 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:00.019 [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
08:07:00.019 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:00.019 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:00.019 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8199
08:07:00.020 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.020 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:00.020 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:00.020 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:00.020 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:00.021 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:00.021 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:00.021 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:00.021 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:00.021 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8200
08:07:00.021 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:00.021 [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
08:07:00.021 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:00.021 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:00.021 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8200
08:07:00.021 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8200 for coap
08:07:00.022 [: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
08:07:00.022 [: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"
08:07:00.023 [: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
08:07:00.023 [: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-38993], CON-POST   MID=38993, 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
08:07:00.023 [: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-80CB979C3A14E0D7], CON-POST   MID=38993, Token=80CB979C3A14E0D7, 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
08:07:00.023 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8199-38993], KeyToken[127.0.0.1:8199-80CB979C3A14E0D7]]
08:07:00.024 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8199
08:07:00.024 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E17,T42) 127.0.0.1:8,200 ==> :8,199 [CON-POST   MID=38993, Token=80CB979C3A14E0D7, 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]
08:07:00.024 [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
08:07:00.024 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-38993]
08:07:00.024 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.025 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R18, 127.0.0.1:8200] replace CON-POST   MID=38993, Token=80CB979C3A14E0D7, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST   MID=38993, Token=80CB979C3A14E0D7, OptionSet={"Object-Security":0x}, "client says hi"
server received request
08:07:00.025 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R18, 127.0.0.1:8200] send response NON-2.05   MID=38993, Token=null, OptionSet={}, "server responds hi"
08:07:00.026 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R18, 127.0.0.1:8200, complete]!
08:07:00.026 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R18, 127.0.0.1:8200, complete] completed NON-2.04   MID=38993, Token=80CB979C3A14E0D7, 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!
08:07:00.026 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8200
08:07:00.026 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E18,T45) 127.0.0.1:8,199 ==> :8,200 [NON-2.04   MID=38993, Token=80CB979C3A14E0D7, 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]
08:07:00.026 [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
08:07:00.027 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8199-38993]
08:07:00.027 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:00.027 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.027 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L17, 127.0.0.1:8199, complete]!
08:07:00.027 [: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-80CB979C3A14E0D7]
08:07:00.027 [: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-38993]
08:07:00.027 [: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=38993, Token=80CB979C3A14E0D7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38993, Token=80CB979C3A14E0D7, 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
08:07:00.028 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:00.028 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8199
08:07:00.028 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8199
08:07:00.028 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8199] stopping ...
08:07:00.028 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8199, address /127.0.0.1
08:07:00.028 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8199] has stopped.
08:07:00.028 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8199
08:07:00.028 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreAlgorithmsTest
08:07:00.028 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:00.028 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8199
08:07:00.029 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8200
08:07:00.029 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8200
08:07:00.029 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8200] stopping ...
08:07:00.029 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8200, address /0.0.0.0
08:07:00.029 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8200] has stopped.
08:07:00.029 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8200

Start OSCoreAlgorithmsTest
08:07:00.030 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.030 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:00.030 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:00.030 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:00.031 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:00.031 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:00.031 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:00.031 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:00.031 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:00.031 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8201
08:07:00.031 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:00.031 [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
08:07:00.031 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:00.031 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:00.032 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8201
08:07:00.032 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.032 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:00.032 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:00.033 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:00.033 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:00.033 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:00.033 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:00.033 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:00.033 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:00.033 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8202
08:07:00.033 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:00.033 [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
08:07:00.033 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:00.033 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:00.033 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8202
08:07:00.034 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8202 for coap
08:07:00.034 [: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
08:07:00.034 [: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"
08:07:00.035 [: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
08:07:00.035 [: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-4626], CON-POST   MID= 4626, 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
08:07:00.035 [: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-542344F0F0D0457F], CON-POST   MID= 4626, Token=542344F0F0D0457F, 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
08:07:00.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-4626], KeyToken[127.0.0.1:8201-542344F0F0D0457F]]
08:07:00.036 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8201
08:07:00.036 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E19,T50) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID= 4626, Token=542344F0F0D0457F, 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]
08:07:00.036 [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
08:07:00.104 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-4626]
08:07:00.104 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.104 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R20, 127.0.0.1:8202] replace CON-POST   MID= 4626, Token=542344F0F0D0457F, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST   MID= 4626, Token=542344F0F0D0457F, OptionSet={"Object-Security":0x}, "client says hi"
server received request
08:07:00.105 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R20, 127.0.0.1:8202] send response NON-2.05   MID= 4626, Token=null, OptionSet={}, "server responds hi"
08:07:00.105 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R20, 127.0.0.1:8202, complete]!
08:07:00.105 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R20, 127.0.0.1:8202, complete] completed NON-2.04   MID= 4626, Token=542344F0F0D0457F, 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!
08:07:00.106 [UDP-Sender-localhost/127.0.0.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
08:07:00.106 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E20,T53) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID= 4626, Token=542344F0F0D0457F, 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]
08:07:00.106 [UDP-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
08:07:00.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-4626]
08:07:00.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:00.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L19, 127.0.0.1:8201, complete]!
08:07:00.107 [: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-542344F0F0D0457F]
08:07:00.107 [: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-4626]
08:07:00.107 [: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= 4626, Token=542344F0F0D0457F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID= 4626, Token=542344F0F0D0457F, 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
08:07:00.108 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:00.108 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8201
08:07:00.108 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8201
08:07:00.108 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8201] stopping ...
08:07:00.108 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8201, address /127.0.0.1
08:07:00.109 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8201] has stopped.
08:07:00.109 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8201
08:07:00.109 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreAlgorithmsTest
08:07:00.109 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:00.109 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8201
08:07:00.109 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8202
08:07:00.109 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8202
08:07:00.109 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8202] stopping ...
08:07:00.109 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8202, address /0.0.0.0
08:07:00.109 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8202] has stopped.
08:07:00.109 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8202

Start OSCoreAlgorithmsTest
08:07:00.114 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Unable to set lengths, since algorithm
End OSCoreAlgorithmsTest
08:07:00.117 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 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.001 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.003 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
08:07:00.129 [main] INFO org.eclipse.californium.elements.config.Configuration - writing properties to /home/jenkins/agent/workspace/californium-release/cf-oscore/Californium3.properties
08:07:00.136 [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
08:07:00.139 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
08:07:00.139 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.141 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.141 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.141 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Replayed message detected
08:07:00.141 [main] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected
08:07:00.142 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.143 [main] ERROR org.eclipse.californium.oscore.ResponseDecryptor - Token is invalid
08:07:00.143 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
08:07:00.143 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.144 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.145 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
08:07:00.145 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.154 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
08:07:00.154 [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 
08:07:00.155 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
08:07:00.156 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.157 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
08:07:00.157 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.159 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.159 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Sequence number wrapped, get new OSCore context
08:07:00.159 [main] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected
08:07:00.159 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
08:07:00.159 [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 
08:07:00.161 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
08:07:00.161 [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 
08:07:00.162 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
08:07:00.162 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.163 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.164 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
08:07:00.164 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.195 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Sequence number wrapped, get a new OSCore context
08:07:00.196 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
08:07:00.196 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.197 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.198 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.198 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
08:07:00.199 [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 
08:07:00.200 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
08:07:00.200 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.201 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
08:07:00.201 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.202 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
08:07:00.203 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.204 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.204 [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.065 s - in org.eclipse.californium.oscore.OSCoreTest
[INFO] Running org.eclipse.californium.oscore.OSSerializerTest
08:07:00.205 [main] ERROR org.eclipse.californium.oscore.OSSerializer - PartialIV is null
08:07:00.206 [main] ERROR org.eclipse.californium.oscore.OSSerializer - OptionSet is null
08:07:00.206 [main] ERROR org.eclipse.californium.oscore.OSSerializer - CommonIV is null
08:07:00.207 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Nonce length is invalid
08:07:00.207 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Wrong version number
08:07:00.208 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Sequence number is invalid
08:07:00.209 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Coap Code is invalid
08:07:00.209 [main] ERROR org.eclipse.californium.oscore.OSSerializer - SenderID is null
08:07:00.210 [main] ERROR org.eclipse.californium.oscore.OSSerializer - OptionSet is null
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.californium.oscore.OSSerializerTest
[INFO] 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
08:07:00.213 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.213 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.214 [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
08:07:00.215 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.215 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:00.215 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:00.215 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:00.215 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:00.216 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:00.216 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:00.216 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:00.216 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:00.216 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8203
08:07:00.216 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:00.217 [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
08:07:00.217 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:00.217 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:00.217 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8203
08:07:00.217 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.217 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:00.218 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:00.218 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:00.218 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:00.218 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:00.218 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:00.218 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:00.218 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:00.218 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8204
08:07:00.219 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:00.219 [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
08:07:00.219 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:00.219 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:00.219 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8204
08:07:00.219 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8204 for coap
08:07:00.219 [: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)
08:07:00.220 [: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>
08:07:00.220 [: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
08:07:00.221 [: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>
08:07:00.221 [: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":0x19000948976BC5489493AF78}, F5 20 BE 96 DB 41 F2 D8 46 E3 18 7B 70 74 4C 58 A9 EF B4 A3 70 B2 BA D6 75 88 6F 95 6F 20 3E 5D
08:07:00.222 [: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-2383], CON-POST   MID= 2383, Token=null, OptionSet={"Object-Security":0x19000948976BC5489493AF78}, F5 20 BE 96 DB 41 F2 D8 46 E3 18 7B 70 74 4C 58 A9 EF B4 A3 70 B2 BA D6 75 88 6F 95 6F 20 3E 5D
08:07:00.222 [: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-849C175B9828F748], CON-POST   MID= 2383, Token=849C175B9828F748, OptionSet={"Object-Security":0x19000948976BC5489493AF78}, F5 20 BE 96 DB 41 F2 D8 46 E3 18 7B 70 74 4C 58 A9 EF B4 A3 70 B2 BA D6 75 88 6F 95 6F 20 3E 5D
08:07:00.222 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-2383], KeyToken[127.0.0.1:8203-849C175B9828F748]]
08:07:00.223 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8203
08:07:00.223 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E21,T58) 127.0.0.1:8,204 ==> :8,203 [CON-POST   MID= 2383, Token=849C175B9828F748, OptionSet={"Object-Security":0x19000948976BC5489493AF78}, F5 20 BE 96 DB 41 F2 D8 46 E3 18 7B 70 74 4C 58 A9 EF B4 A3 70 B2 BA D6 75 88 6F 95 6F 20 3E 5D]
08:07:00.223 [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
08:07:00.223 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-2383]
08:07:00.224 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R23, 127.0.0.1:8204] replace CON-POST   MID= 2383, Token=849C175B9828F748, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, <empty data> by CON-GET    MID= 2383, Token=849C175B9828F748, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, <empty data>
08:07:00.225 [CoapServer(main)#1] INFO org.eclipse.californium.core.server.ServerMessageDeliverer - did not find resource /rederivation/blackhole requested by 127.0.0.1:8204
08:07:00.225 [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>
08:07:00.225 [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)
08:07:00.226 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R23, 127.0.0.1:8204, complete]!
08:07:00.226 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R23, 127.0.0.1:8204, complete] completed ACK-2.04   MID= 2383, Token=849C175B9828F748, OptionSet={"Object-Security":0x1011506441225CAB6A132D795763F16422C131}, 34 39 59 8A 1A ED 84 2D 2B!
08:07:00.226 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8204
08:07:00.226 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E22,T61) 127.0.0.1:8,203 ==> :8,204 [ACK-2.04   MID= 2383, Token=849C175B9828F748, OptionSet={"Object-Security":0x1011506441225CAB6A132D795763F16422C131}, 34 39 59 8A 1A ED 84 2D 2B]
08:07:00.226 [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
08:07:00.227 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:00.227 [: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)
08:07:00.227 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error ACK-4.01   MID= 2383, Token=849C175B9828F748, OptionSet={"Object-Security":0x1011506441225CAB6A132D795763F16422C131}, <empty data>:
08:07:00.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L22, 127.0.0.1:8203, complete]!
08:07:00.228 [: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-849C175B9828F748]
08:07:00.228 [: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-2383]
08:07:00.228 [: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= 2383, Token=849C175B9828F748, OptionSet={"Object-Security":0x, "Uri-Path":["rederivation","blackhole"]}, <empty data> -/- CON-POST   MID= 2383, Token=849C175B9828F748, OptionSet={"Object-Security":0x19000948976BC5489493AF78}, acked F5 20 BE 96 DB 41 F2 D8 46 E3 18 7B 70 74 4C 58 A9 EF B4 A3 70 B2 BA D6 75 88 6F 95 6F 20 3E 5D!
08:07:00.228 [: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>
08:07:00.228 [: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
08:07:00.228 [: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>
08:07:00.229 [: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)
08:07:00.230 [: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":0x19001A58186441225CAB6A132D795763F16422C131B529C1E0C58A385B}, 95 BB FC DE 5F 68 C3 F1 8B B6 0D BF DB EA FF
08:07:00.230 [: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-2384], CON-POST   MID= 2384, Token=null, OptionSet={"Object-Security":0x19001A58186441225CAB6A132D795763F16422C131B529C1E0C58A385B}, 95 BB FC DE 5F 68 C3 F1 8B B6 0D BF DB EA FF
08:07:00.230 [: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-480869A359C628D3], CON-POST   MID= 2384, Token=480869A359C628D3, OptionSet={"Object-Security":0x19001A58186441225CAB6A132D795763F16422C131B529C1E0C58A385B}, 95 BB FC DE 5F 68 C3 F1 8B B6 0D BF DB EA FF
08:07:00.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-2384], KeyToken[127.0.0.1:8203-480869A359C628D3]]
08:07:00.231 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 59 bytes to 127.0.0.1:8203
08:07:00.231 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E23,T58) 127.0.0.1:8,204 ==> :8,203 [CON-POST   MID= 2384, Token=480869A359C628D3, OptionSet={"Object-Security":0x19001A58186441225CAB6A132D795763F16422C131B529C1E0C58A385B}, 95 BB FC DE 5F 68 C3 F1 8B B6 0D BF DB EA FF]
08:07:00.231 [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
08:07:00.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-2384]
08:07:00.232 [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)
08:07:00.232 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R24, 127.0.0.1:8204] replace CON-POST   MID= 2384, Token=480869A359C628D3, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-GET    MID= 2384, Token=480869A359C628D3, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
Accessing hello resource
08:07:00.233 [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!"
08:07:00.233 [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)
08:07:00.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R24, 127.0.0.1:8204, complete]!
08:07:00.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R24, 127.0.0.1:8204, complete] completed ACK-2.04   MID= 2384, Token=480869A359C628D3, OptionSet={"Object-Security":0x}, 51 02 86 51 A8 14 A0 C3 46 31 75 54 40 81 77 BA BB C3 7B 2E 78 A6!
08:07:00.234 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8204
08:07:00.234 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E24,T61) 127.0.0.1:8,203 ==> :8,204 [ACK-2.04   MID= 2384, Token=480869A359C628D3, OptionSet={"Object-Security":0x}, 51 02 86 51 A8 14 A0 C3 46 31 75 54 40 81 77 BA BB C3 7B 2E 78 A6]
08:07:00.234 [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
08:07:00.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:00.234 [: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)
08:07:00.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L21, 127.0.0.1:8203, complete]!
08:07:00.235 [: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-480869A359C628D3]
08:07:00.235 [: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-2384]
08:07:00.235 [: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= 2384, Token=480869A359C628D3, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> -/- CON-POST   MID= 2384, Token=480869A359C628D3, OptionSet={"Object-Security":0x19001A58186441225CAB6A132D795763F16422C131B529C1E0C58A385B}, acked 95 BB FC DE 5F 68 C3 F1 8B B6 0D BF DB EA FF!
==[ CoAP Response ]============================================
MID    : 2384
Token  : 480869A359C628D3
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x}
RTT    : 15 ms
Payload: 12 Bytes
===============================================================
08:07:00.236 [: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
08:07:00.236 [: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>
08:07:00.237 [: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}, 77 A2 BD D2 C6 03 E3 4F 8B 67 AE B4 89 35 53
08:07:00.237 [: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-2385], CON-POST   MID= 2385, Token=null, OptionSet={"Object-Security":0x0901}, 77 A2 BD D2 C6 03 E3 4F 8B 67 AE B4 89 35 53
08:07:00.238 [: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-FC2A0DC6B6EE16FA], CON-POST   MID= 2385, Token=FC2A0DC6B6EE16FA, OptionSet={"Object-Security":0x0901}, 77 A2 BD D2 C6 03 E3 4F 8B 67 AE B4 89 35 53
08:07:00.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-2385], KeyToken[127.0.0.1:8203-FC2A0DC6B6EE16FA]]
08:07:00.238 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 31 bytes to 127.0.0.1:8203
08:07:00.238 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E25,T58) 127.0.0.1:8,204 ==> :8,203 [CON-POST   MID= 2385, Token=FC2A0DC6B6EE16FA, OptionSet={"Object-Security":0x0901}, 77 A2 BD D2 C6 03 E3 4F 8B 67 AE B4 89 35 53]
08:07:00.238 [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
08:07:00.239 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-2385]
08:07:00.239 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R26, 127.0.0.1:8204] replace CON-POST   MID= 2385, Token=FC2A0DC6B6EE16FA, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-GET    MID= 2385, Token=FC2A0DC6B6EE16FA, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
Accessing hello resource
08:07:00.239 [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!"
08:07:00.240 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R26, 127.0.0.1:8204, complete]!
08:07:00.240 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R26, 127.0.0.1:8204, complete] completed ACK-2.04   MID= 2385, Token=FC2A0DC6B6EE16FA, OptionSet={"Object-Security":0x}, E7 01 74 E8 9B E8 53 9A CC 4D 43 C4 13 1B 12 B4 0A 2E 69 E9 C4 AF!
08:07:00.240 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8204
08:07:00.240 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E26,T61) 127.0.0.1:8,203 ==> :8,204 [ACK-2.04   MID= 2385, Token=FC2A0DC6B6EE16FA, OptionSet={"Object-Security":0x}, E7 01 74 E8 9B E8 53 9A CC 4D 43 C4 13 1B 12 B4 0A 2E 69 E9 C4 AF]
08:07:00.240 [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
08:07:00.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:00.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L25, 127.0.0.1:8203, complete]!
08:07:00.241 [: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-FC2A0DC6B6EE16FA]
08:07:00.241 [: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-2385]
08:07:00.241 [: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= 2385, Token=FC2A0DC6B6EE16FA, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> -/- CON-POST   MID= 2385, Token=FC2A0DC6B6EE16FA, OptionSet={"Object-Security":0x0901}, acked 77 A2 BD D2 C6 03 E3 4F 8B 67 AE B4 89 35 53!
==[ CoAP Response ]============================================
MID    : 2385
Token  : FC2A0DC6B6EE16FA
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x}
RTT    : 4 ms
Payload: 12 Bytes
===============================================================
08:07:00.242 [: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
08:07:00.242 [: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>
08:07:00.243 [: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}, ED B0 19 C6 8B 92 DE 98 FB 90 3D F2 E3 68 B0
08:07:00.243 [: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-2386], CON-POST   MID= 2386, Token=null, OptionSet={"Object-Security":0x0902}, ED B0 19 C6 8B 92 DE 98 FB 90 3D F2 E3 68 B0
08:07:00.244 [: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-B83B289FCAE4FF4A], CON-POST   MID= 2386, Token=B83B289FCAE4FF4A, OptionSet={"Object-Security":0x0902}, ED B0 19 C6 8B 92 DE 98 FB 90 3D F2 E3 68 B0
08:07:00.244 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-2386], KeyToken[127.0.0.1:8203-B83B289FCAE4FF4A]]
08:07:00.244 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 31 bytes to 127.0.0.1:8203
08:07:00.245 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E27,T58) 127.0.0.1:8,204 ==> :8,203 [CON-POST   MID= 2386, Token=B83B289FCAE4FF4A, OptionSet={"Object-Security":0x0902}, ED B0 19 C6 8B 92 DE 98 FB 90 3D F2 E3 68 B0]
08:07:00.245 [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
08:07:00.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-2386]
08:07:00.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R28, 127.0.0.1:8204] replace CON-POST   MID= 2386, Token=B83B289FCAE4FF4A, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-GET    MID= 2386, Token=B83B289FCAE4FF4A, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
Accessing hello resource
08:07:00.246 [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!"
08:07:00.246 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R28, 127.0.0.1:8204, complete]!
08:07:00.246 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R28, 127.0.0.1:8204, complete] completed ACK-2.04   MID= 2386, Token=B83B289FCAE4FF4A, OptionSet={"Object-Security":0x}, 5D 96 6E 9B 70 DE 44 3C 81 57 C3 59 6D 5A 59 39 81 58 11 6B B4 55!
08:07:00.246 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8204
08:07:00.247 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E28,T61) 127.0.0.1:8,203 ==> :8,204 [ACK-2.04   MID= 2386, Token=B83B289FCAE4FF4A, OptionSet={"Object-Security":0x}, 5D 96 6E 9B 70 DE 44 3C 81 57 C3 59 6D 5A 59 39 81 58 11 6B B4 55]
08:07:00.247 [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
08:07:00.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:00.247 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L27, 127.0.0.1:8203, complete]!
08:07:00.247 [: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-B83B289FCAE4FF4A]
08:07:00.248 [: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-2386]
08:07:00.248 [: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= 2386, Token=B83B289FCAE4FF4A, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> -/- CON-POST   MID= 2386, Token=B83B289FCAE4FF4A, OptionSet={"Object-Security":0x0902}, acked ED B0 19 C6 8B 92 DE 98 FB 90 3D F2 E3 68 B0!
==[ CoAP Response ]============================================
MID    : 2386
Token  : B83B289FCAE4FF4A
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x}
RTT    : 5 ms
Payload: 12 Bytes
===============================================================
08:07:00.248 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:00.249 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8203
08:07:00.249 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8203
08:07:00.249 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8203] stopping ...
08:07:00.249 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8203, address /127.0.0.1
08:07:00.249 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8203] has stopped.
08:07:00.249 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8203
08:07:00.249 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End ContextRederivationTest

Start ContextRederivationTest
08:07:00.250 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.250 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:00.250 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:00.250 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:00.250 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:00.251 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:00.251 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:00.251 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:00.251 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:00.251 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8205
08:07:00.251 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:00.251 [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
08:07:00.251 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:00.251 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:00.251 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8205
08:07:00.252 [: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
08:07:00.252 [: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>
08:07:00.253 [: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
08:07:00.253 [: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-10135], CON-POST   MID=10135, Token=null, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42
08:07:00.253 [: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-A0A9E880FACD4DB6], CON-POST   MID=10135, Token=A0A9E880FACD4DB6, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42
08:07:00.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-10135], KeyToken[127.0.0.1:8205-A0A9E880FACD4DB6]]
08:07:00.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 31 bytes to 127.0.0.1:8205
08:07:00.254 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E29,T66) 127.0.0.1:8,204 ==> :8,205 [CON-POST   MID=10135, Token=A0A9E880FACD4DB6, OptionSet={"Object-Security":0x0900}, FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42]
08:07:00.254 [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
08:07:00.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-10135]
08:07:00.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation phase: SERVER_INITIATE (server will initiate context re-derivation)
08:07:00.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R30, 127.0.0.1:8204] replace CON-POST   MID=10135, Token=A0A9E880FACD4DB6, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-GET    MID=10135, Token=A0A9E880FACD4DB6, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
Accessing hello resource
08:07:00.256 [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!"
08:07:00.256 [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)
08:07:00.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R30, 127.0.0.1:8204, complete]!
08:07:00.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R30, 127.0.0.1:8204, complete] completed ACK-2.04   MID=10135, Token=A0A9E880FACD4DB6, OptionSet={"Object-Security":0x10115059DB2314EB80817E4214975A4FFC2BD6}, A1 5B CF FE 62 6D 53 30 D1!
08:07:00.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 43 bytes to 127.0.0.1:8204
08:07:00.257 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E30,T61) 127.0.0.1:8,205 ==> :8,204 [ACK-2.04   MID=10135, Token=A0A9E880FACD4DB6, OptionSet={"Object-Security":0x10115059DB2314EB80817E4214975A4FFC2BD6}, A1 5B CF FE 62 6D 53 30 D1]
08:07:00.257 [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
08:07:00.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:00.257 [: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)
08:07:00.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error ACK-4.01   MID=10135, Token=A0A9E880FACD4DB6, OptionSet={"Object-Security":0x10115059DB2314EB80817E4214975A4FFC2BD6}, <empty data>:
08:07:00.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L29, 127.0.0.1:8205, complete]!
08:07:00.258 [: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-A0A9E880FACD4DB6]
08:07:00.258 [: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-10135]
08:07:00.258 [: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=10135, Token=A0A9E880FACD4DB6, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> -/- CON-POST   MID=10135, Token=A0A9E880FACD4DB6, OptionSet={"Object-Security":0x0900}, acked FD EE F2 37 96 61 A1 0A 2B 66 23 58 36 BC 42!
==[ CoAP Response ]============================================
MID    : 10135
Token  : A0A9E880FACD4DB6
Type   : ACK
Status : 4.01 - UNAUTHORIZED
Options: {"Object-Security":0x10115059DB2314EB80817E4214975A4FFC2BD6}
RTT    : 6 ms
Payload: 0 Bytes
===============================================================
08:07:00.259 [: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
08:07:00.259 [: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>
08:07:00.260 [: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)
08:07:00.261 [: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":0x19001A581859DB2314EB80817E4214975A4FFC2BD6375D3CC2F4B632AF}, F8 B8 02 97 60 21 E3 75 D9 78 92 25 1F B4 DD
08:07:00.261 [: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-10136], CON-POST   MID=10136, Token=null, OptionSet={"Object-Security":0x19001A581859DB2314EB80817E4214975A4FFC2BD6375D3CC2F4B632AF}, F8 B8 02 97 60 21 E3 75 D9 78 92 25 1F B4 DD
08:07:00.261 [: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-9C59CA7AB062A821], CON-POST   MID=10136, Token=9C59CA7AB062A821, OptionSet={"Object-Security":0x19001A581859DB2314EB80817E4214975A4FFC2BD6375D3CC2F4B632AF}, F8 B8 02 97 60 21 E3 75 D9 78 92 25 1F B4 DD
08:07:00.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-10136], KeyToken[127.0.0.1:8205-9C59CA7AB062A821]]
08:07:00.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 59 bytes to 127.0.0.1:8205
08:07:00.262 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E31,T66) 127.0.0.1:8,204 ==> :8,205 [CON-POST   MID=10136, Token=9C59CA7AB062A821, OptionSet={"Object-Security":0x19001A581859DB2314EB80817E4214975A4FFC2BD6375D3CC2F4B632AF}, F8 B8 02 97 60 21 E3 75 D9 78 92 25 1F B4 DD]
08:07:00.262 [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
08:07:00.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-10136]
08:07:00.262 [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)
08:07:00.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R32, 127.0.0.1:8204] replace CON-POST   MID=10136, Token=9C59CA7AB062A821, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> by CON-GET    MID=10136, Token=9C59CA7AB062A821, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data>
Accessing hello resource
08:07:00.263 [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!"
08:07:00.294 [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)
08:07:00.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R32, 127.0.0.1:8204, complete]!
08:07:00.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R32, 127.0.0.1:8204, complete] completed ACK-2.04   MID=10136, Token=9C59CA7AB062A821, OptionSet={"Object-Security":0x}, E6 8B AD 81 E2 78 F8 D0 87 72 8A BB 01 94 0B 48 1F 31 BE 7C D9 60!
08:07:00.294 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8204
08:07:00.295 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E32,T61) 127.0.0.1:8,205 ==> :8,204 [ACK-2.04   MID=10136, Token=9C59CA7AB062A821, OptionSet={"Object-Security":0x}, E6 8B AD 81 E2 78 F8 D0 87 72 8A BB 01 94 0B 48 1F 31 BE 7C D9 60]
08:07:00.295 [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
08:07:00.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:00.295 [: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)
08:07:00.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L31, 127.0.0.1:8205, complete]!
08:07:00.296 [: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-9C59CA7AB062A821]
08:07:00.296 [: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-10136]
08:07:00.296 [: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=10136, Token=9C59CA7AB062A821, OptionSet={"Object-Security":0x, "Uri-Path":"hello"}, <empty data> -/- CON-POST   MID=10136, Token=9C59CA7AB062A821, OptionSet={"Object-Security":0x19001A581859DB2314EB80817E4214975A4FFC2BD6375D3CC2F4B632AF}, acked F8 B8 02 97 60 21 E3 75 D9 78 92 25 1F B4 DD!
==[ CoAP Response ]============================================
MID    : 10136
Token  : 9C59CA7AB062A821
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x}
RTT    : 35 ms
Payload: 12 Bytes
===============================================================
08:07:00.296 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:00.297 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8205
08:07:00.297 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8205
08:07:00.297 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8205] stopping ...
08:07:00.297 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8205, address /127.0.0.1
08:07:00.297 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8205] has stopped.
08:07:00.297 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8205
08:07:00.297 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End ContextRederivationTest
08:07:00.297 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
08:07:00.297 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8204
08:07:00.297 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8204
08:07:00.297 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8204] stopping ...
08:07:00.297 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8204, address /0.0.0.0
08:07:00.298 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8204] has stopped.
08:07:00.298 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8204
08:07:00.298 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.californium.oscore.ContextRederivationTest
[INFO] Running org.eclipse.californium.oscore.OSCoreAlgorithmsTest

Start OSCoreAlgorithmsTest
08:07:00.299 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.299 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:00.299 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:00.300 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:00.300 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:00.300 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:00.300 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:00.300 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:00.300 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:00.300 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8206
08:07:00.300 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:00.301 [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
08:07:00.301 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:00.301 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8206
08:07:00.301 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:00.301 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.301 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:00.302 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:00.302 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:00.302 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:00.302 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:00.302 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:00.302 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:00.302 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:00.302 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8207
08:07:00.302 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:00.303 [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
08:07:00.303 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:00.303 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:00.303 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8207
08:07:00.303 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8207 for coap
08:07:00.303 [: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
08:07:00.303 [: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"
08:07:00.304 [: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
08:07:00.305 [: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-29088], CON-POST   MID=29088, 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
08:07:00.305 [: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-FC599AD028B9E31C], CON-POST   MID=29088, Token=FC599AD028B9E31C, 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
08:07:00.305 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8206-29088], KeyToken[127.0.0.1:8206-FC599AD028B9E31C]]
08:07:00.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 41 bytes to 127.0.0.1:8206
08:07:00.306 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E33,T71) 127.0.0.1:8,207 ==> :8,206 [CON-POST   MID=29088, Token=FC599AD028B9E31C, 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]
08:07:00.306 [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
08:07:00.306 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8207-29088]
08:07:00.306 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.307 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R34, 127.0.0.1:8207] replace CON-POST   MID=29088, Token=FC599AD028B9E31C, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST   MID=29088, Token=FC599AD028B9E31C, OptionSet={"Object-Security":0x}, "client says hi"
server received request
08:07:00.307 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R34, 127.0.0.1:8207] send response NON-2.05   MID=29088, Token=null, OptionSet={}, "server responds hi"
08:07:00.307 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R34, 127.0.0.1:8207, complete]!
08:07:00.307 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R34, 127.0.0.1:8207, complete] completed NON-2.04   MID=29088, Token=FC599AD028B9E31C, 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!
08:07:00.308 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8207
08:07:00.308 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E34,T74) 127.0.0.1:8,206 ==> :8,207 [NON-2.04   MID=29088, Token=FC599AD028B9E31C, 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]
08:07:00.308 [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
08:07:00.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:8206-29088]
08:07:00.308 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:00.309 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.309 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L33, 127.0.0.1:8206, complete]!
08:07:00.309 [: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-FC599AD028B9E31C]
08:07:00.309 [: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-29088]
08:07:00.309 [: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=29088, Token=FC599AD028B9E31C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=29088, Token=FC599AD028B9E31C, 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
08:07:00.309 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:00.310 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8206
08:07:00.310 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8206
08:07:00.310 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8206] stopping ...
08:07:00.310 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8206, address /127.0.0.1
08:07:00.310 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8206] has stopped.
08:07:00.310 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8206
08:07:00.310 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreAlgorithmsTest
08:07:00.310 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:00.310 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8206
08:07:00.310 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8207
08:07:00.310 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8207
08:07:00.310 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8207] stopping ...
08:07:00.310 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8207, address /0.0.0.0
08:07:00.310 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8207] has stopped.
08:07:00.310 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8207

Start OSCoreAlgorithmsTest
08:07:00.312 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.312 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:00.312 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:00.312 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:00.312 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:00.313 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:00.313 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:00.313 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:00.313 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:00.313 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8208
08:07:00.313 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:00.313 [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
08:07:00.313 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:00.313 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8208
08:07:00.313 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:00.314 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.314 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:00.314 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:00.314 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:00.314 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:00.314 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:00.315 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:00.315 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:00.315 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:00.315 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8209
08:07:00.315 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:00.315 [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
08:07:00.315 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:00.315 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:00.315 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8209
08:07:00.315 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8209 for coap
08:07:00.315 [: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
08:07:00.315 [: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"
08:07:00.316 [: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
08:07:00.317 [: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-17193], CON-POST   MID=17193, 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
08:07:00.317 [: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-C4A04AD8BD12F348], CON-POST   MID=17193, Token=C4A04AD8BD12F348, 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
08:07:00.317 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8208-17193], KeyToken[127.0.0.1:8208-C4A04AD8BD12F348]]
08:07:00.317 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8208
08:07:00.318 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E35,T79) 127.0.0.1:8,209 ==> :8,208 [CON-POST   MID=17193, Token=C4A04AD8BD12F348, 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]
08:07:00.318 [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
08:07:00.318 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-17193]
08:07:00.318 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.318 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R36, 127.0.0.1:8209] replace CON-POST   MID=17193, Token=C4A04AD8BD12F348, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST   MID=17193, Token=C4A04AD8BD12F348, OptionSet={"Object-Security":0x}, "client says hi"
server received request
08:07:00.319 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R36, 127.0.0.1:8209] send response NON-2.05   MID=17193, Token=null, OptionSet={}, "server responds hi"
08:07:00.319 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R36, 127.0.0.1:8209, complete]!
08:07:00.319 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R36, 127.0.0.1:8209, complete] completed NON-2.04   MID=17193, Token=C4A04AD8BD12F348, 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!
08:07:00.319 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 50 bytes to 127.0.0.1:8209
08:07:00.320 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E36,T82) 127.0.0.1:8,208 ==> :8,209 [NON-2.04   MID=17193, Token=C4A04AD8BD12F348, 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]
08:07:00.320 [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
08:07:00.320 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8208-17193]
08:07:00.320 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:00.320 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.320 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L35, 127.0.0.1:8208, complete]!
08:07:00.321 [: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-C4A04AD8BD12F348]
08:07:00.321 [: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-17193]
08:07:00.321 [: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=17193, Token=C4A04AD8BD12F348, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=17193, Token=C4A04AD8BD12F348, 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
08:07:00.321 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:00.321 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8208
08:07:00.321 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8208
08:07:00.321 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8208] stopping ...
08:07:00.321 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8208, address /127.0.0.1
08:07:00.321 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8208] has stopped.
08:07:00.321 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8208
08:07:00.322 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreAlgorithmsTest
08:07:00.322 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:00.322 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8208
08:07:00.322 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8209
08:07:00.322 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8209
08:07:00.322 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8209] stopping ...
08:07:00.322 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8209, address /0.0.0.0
08:07:00.322 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8209] has stopped.
08:07:00.322 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8209

Start OSCoreAlgorithmsTest
08:07:00.323 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.323 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:00.323 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:00.323 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:00.324 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:00.324 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:00.324 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:00.324 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:00.324 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:00.324 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8210
08:07:00.324 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:00.324 [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
08:07:00.324 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:00.325 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8210
08:07:00.325 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:00.325 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.325 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:00.325 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:00.325 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:00.326 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:00.326 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:00.326 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:00.326 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:00.326 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:00.326 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8211
08:07:00.326 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:00.326 [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
08:07:00.326 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:00.326 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:00.326 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8211
08:07:00.326 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8211 for coap
08:07:00.327 [: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
08:07:00.327 [: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"
08:07:00.328 [: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
08:07:00.328 [: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-35924], CON-POST   MID=35924, 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
08:07:00.328 [: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-2CF697E9C2633ED7], CON-POST   MID=35924, Token=2CF697E9C2633ED7, 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
08:07:00.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8210-35924], KeyToken[127.0.0.1:8210-2CF697E9C2633ED7]]
08:07:00.328 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8210
08:07:00.329 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E37,T87) 127.0.0.1:8,211 ==> :8,210 [CON-POST   MID=35924, Token=2CF697E9C2633ED7, 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]
08:07:00.329 [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
08:07:00.329 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8211-35924]
08:07:00.329 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R38, 127.0.0.1:8211] replace CON-POST   MID=35924, Token=2CF697E9C2633ED7, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST   MID=35924, Token=2CF697E9C2633ED7, OptionSet={"Object-Security":0x}, "client says hi"
server received request
08:07:00.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R38, 127.0.0.1:8211] send response NON-2.05   MID=35924, Token=null, OptionSet={}, "server responds hi"
08:07:00.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R38, 127.0.0.1:8211, complete]!
08:07:00.330 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R38, 127.0.0.1:8211, complete] completed NON-2.04   MID=35924, Token=2CF697E9C2633ED7, 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!
08:07:00.331 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8211
08:07:00.331 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E38,T90) 127.0.0.1:8,210 ==> :8,211 [NON-2.04   MID=35924, Token=2CF697E9C2633ED7, 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]
08:07:00.331 [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
08:07:00.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8210-35924]
08:07:00.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:00.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.332 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L37, 127.0.0.1:8210, complete]!
08:07:00.332 [: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-2CF697E9C2633ED7]
08:07:00.332 [: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-35924]
08:07:00.332 [: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=35924, Token=2CF697E9C2633ED7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=35924, Token=2CF697E9C2633ED7, 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
08:07:00.332 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:00.333 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8210
08:07:00.333 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8210
08:07:00.333 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8210] stopping ...
08:07:00.333 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8210, address /127.0.0.1
08:07:00.333 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8210] has stopped.
08:07:00.333 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8210
08:07:00.333 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreAlgorithmsTest
08:07:00.333 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:00.333 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8210
08:07:00.333 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8211
08:07:00.333 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8211
08:07:00.333 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8211] stopping ...
08:07:00.333 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8211, address /0.0.0.0
08:07:00.333 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8211] has stopped.
08:07:00.333 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8211

Start OSCoreAlgorithmsTest
08:07:00.334 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.334 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:00.335 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:00.335 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:00.335 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:00.335 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:00.335 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:00.336 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:00.336 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:00.336 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8212
08:07:00.336 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:00.336 [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
08:07:00.336 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:00.336 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8212
08:07:00.336 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:00.336 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.337 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:00.337 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:00.337 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:00.337 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:00.337 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:00.337 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:00.337 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:00.337 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:00.337 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8213
08:07:00.337 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:00.338 [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
08:07:00.338 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:00.338 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:00.338 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8213
08:07:00.338 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8213 for coap
08:07:00.338 [: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
08:07:00.338 [: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"
08:07:00.339 [: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
08:07:00.339 [: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-16842], CON-POST   MID=16842, 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
08:07:00.339 [: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-0C1BED2440BD9E7A], CON-POST   MID=16842, Token=0C1BED2440BD9E7A, 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
08:07:00.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-16842], KeyToken[127.0.0.1:8212-0C1BED2440BD9E7A]]
08:07:00.340 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8212
08:07:00.340 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E39,T95) 127.0.0.1:8,213 ==> :8,212 [CON-POST   MID=16842, Token=0C1BED2440BD9E7A, 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]
08:07:00.340 [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
08:07:00.340 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8213-16842]
08:07:00.341 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.341 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R40, 127.0.0.1:8213] replace CON-POST   MID=16842, Token=0C1BED2440BD9E7A, OptionSet={"Object-Security":0x02}, "client says hi" by CON-POST   MID=16842, Token=0C1BED2440BD9E7A, OptionSet={"Object-Security":0x}, "client says hi"
server received request
08:07:00.341 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R40, 127.0.0.1:8213] send response NON-2.05   MID=16842, Token=null, OptionSet={}, "server responds hi"
08:07:00.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R40, 127.0.0.1:8213, complete]!
08:07:00.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R40, 127.0.0.1:8213, complete] completed NON-2.04   MID=16842, Token=0C1BED2440BD9E7A, 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!
08:07:00.342 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 50 bytes to 127.0.0.1:8213
08:07:00.342 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E40,T98) 127.0.0.1:8,212 ==> :8,213 [NON-2.04   MID=16842, Token=0C1BED2440BD9E7A, 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]
08:07:00.342 [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
08:07:00.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8212-16842]
08:07:00.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:00.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L39, 127.0.0.1:8212, complete]!
08:07:00.343 [: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-0C1BED2440BD9E7A]
08:07:00.343 [: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-16842]
08:07:00.343 [: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=16842, Token=0C1BED2440BD9E7A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=16842, Token=0C1BED2440BD9E7A, 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
08:07:00.343 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:00.344 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8212
08:07:00.344 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8212
08:07:00.344 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8212] stopping ...
08:07:00.344 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8212, address /127.0.0.1
08:07:00.344 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8212] has stopped.
08:07:00.344 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8212
08:07:00.344 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreAlgorithmsTest
08:07:00.344 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:00.344 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8212
08:07:00.344 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8213
08:07:00.344 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8213
08:07:00.344 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8213] stopping ...
08:07:00.344 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8213, address /0.0.0.0
08:07:00.344 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8213] has stopped.
08:07:00.344 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8213

Start OSCoreAlgorithmsTest
08:07:00.345 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Unable to set lengths, since algorithm
End OSCoreAlgorithmsTest
08:07:00.394 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 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
08:07:00.396 [main] ERROR org.eclipse.californium.oscore.OSSerializer - PartialIV is null
08:07:00.396 [main] ERROR org.eclipse.californium.oscore.OSSerializer - OptionSet is null
08:07:00.397 [main] ERROR org.eclipse.californium.oscore.OSSerializer - CommonIV is null
08:07:00.398 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Nonce length is invalid
08:07:00.398 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Wrong version number
08:07:00.399 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Sequence number is invalid
08:07:00.400 [main] ERROR org.eclipse.californium.oscore.OSSerializer - Coap Code is invalid
08:07:00.400 [main] ERROR org.eclipse.californium.oscore.OSSerializer - SenderID is null
08:07:00.401 [main] ERROR org.eclipse.californium.oscore.OSSerializer - OptionSet is null
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 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.003 s - in org.eclipse.californium.oscore.HashMapCtxDBTest
[INFO] Running org.eclipse.californium.oscore.DecryptorTest
08:07:00.407 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.408 [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
08:07:00.409 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
08:07:00.410 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.411 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.412 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.412 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Replayed message detected
08:07:00.412 [main] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected
08:07:00.413 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.414 [main] ERROR org.eclipse.californium.oscore.ResponseDecryptor - Token is invalid
08:07:00.414 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
08:07:00.414 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.416 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.416 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
08:07:00.416 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.425 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
08:07:00.425 [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 
08:07:00.426 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
08:07:00.426 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.427 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
08:07:00.427 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.429 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.429 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Sequence number wrapped, get new OSCore context
08:07:00.429 [main] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected
08:07:00.429 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
08:07:00.430 [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 
08:07:00.431 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
08:07:00.431 [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 
08:07:00.432 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
08:07:00.432 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.433 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.434 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
08:07:00.434 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.435 [main] ERROR org.eclipse.californium.oscore.OSCoreCtx - Sequence number wrapped, get a new OSCore context
08:07:00.435 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
08:07:00.436 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.437 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.437 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.438 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
08:07:00.438 [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 
08:07:00.439 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
08:07:00.439 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.440 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
08:07:00.440 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.441 [main] INFO org.eclipse.californium.elements.config.Configuration - Creating standard configuration properties without a file
08:07:00.441 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:00.442 [main] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:00.443 [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.032 s - in org.eclipse.californium.oscore.OSCoreTest
[INFO] Running org.eclipse.californium.oscore.OSCoreCtxTest
08:07:00.445 [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.003 s - in org.eclipse.californium.oscore.OSCoreCtxTest
[INFO] Running org.eclipse.californium.oscore.OptionJuggleTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.oscore.OptionJuggleTest
[INFO] Running org.eclipse.californium.oscore.OscoreOptionTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.californium.oscore.OscoreOptionTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 138, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-oscore ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
08:07:02.206 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:02.220 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added COAP.
08:07:02.221 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added SYS.
08:07:02.222 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added UDP.
[INFO] Running org.eclipse.californium.oscore.OSCoreServerClientTest

Start OSCoreServerClientTest
08:07:02.319 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE default setup
08:07:02.321 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Loading net.i2p.crypto.eddsa.EdDSASecurityProvider failed!
08:07:02.358 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - AES: restricted to 128 bits key length
08:07:02.358 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - RSA: true
08:07:02.359 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - EC: true
08:07:02.372 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - ECDSA not vulnerable.
08:07:02.372 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - EdDSA not supported!
08:07:02.372 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE setup: null, ready.
08:07:02.372 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [0]: SUN version 1.7.
08:07:02.372 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [1]: SunRsaSign version 1.7.
08:07:02.372 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [2]: SunEC version 1.7.
08:07:02.372 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [3]: SunJSSE version 1.7.
08:07:02.373 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [4]: SunJCE version 1.7.
08:07:02.373 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [5]: SunJGSS version 1.7.
08:07:02.373 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [6]: SunSASL version 1.7.
08:07:02.373 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [7]: XMLDSig version 1.0.
08:07:02.373 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [8]: SunPCSC version 1.7.
08:07:02.463 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:02.469 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:02.470 [main] INFO org.eclipse.californium.ban - Started.
08:07:02.472 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:02.486 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:02.501 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:02.503 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:02.506 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:02.508 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:02.508 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:02.508 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8192
08:07:02.508 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:02.511 [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
08:07:02.511 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:02.511 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:02.511 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8192
08:07:02.517 [main] DEBUG org.eclipse.californium.elements.util.NetworkInterfacesUtil - Found broadcast address /10.40.71.255 - eth0.
08:07:02.517 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:02.517 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:02.517 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:02.517 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:02.518 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:02.519 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:02.519 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:02.519 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:02.520 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:02.520 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8193
08:07:02.520 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:02.520 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:02.520 [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
08:07:02.520 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:02.520 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8193
08:07:02.520 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8193 for coap
08:07:02.526 [: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
08:07:02.526 [: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"
08:07:02.534 [: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
08:07:02.535 [: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-27766], CON-POST   MID=27766, 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
08:07:02.536 [: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-CCFA34949BA91A0C], CON-POST   MID=27766, Token=CCFA34949BA91A0C, 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
08:07:02.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-27766], KeyToken[127.0.0.1:8192-CCFA34949BA91A0C]]
08:07:02.541 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8192
08:07:02.543 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=27766, Token=CCFA34949BA91A0C, 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]
08:07:02.543 [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
08:07:02.545 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-27766]
08:07:02.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, 127.0.0.1:8193] replace CON-POST   MID=27766, Token=CCFA34949BA91A0C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=27766, Token=CCFA34949BA91A0C, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R2, 127.0.0.1:8193] send response NON-2.05   MID=27766, Token=null, OptionSet={}, "server responds hi"
08:07:02.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, 127.0.0.1:8193, complete]!
08:07:02.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R2, 127.0.0.1:8193, complete] completed NON-2.04   MID=27766, Token=CCFA34949BA91A0C, 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!
08:07:02.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
08:07:02.555 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E2,T16) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=27766, Token=CCFA34949BA91A0C, 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]
08:07:02.555 [UDP-Receiver-0.0.0.0/0.0.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
08:07:02.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:8192-27766]
08:07:02.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.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
08:07:02.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192, complete]!
08:07:02.557 [: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-CCFA34949BA91A0C]
08:07:02.558 [: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-27766]
08:07:02.558 [: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=27766, Token=CCFA34949BA91A0C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=27766, Token=CCFA34949BA91A0C, 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!
08:07:02.558 [: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
08:07:02.558 [: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"
08:07:02.559 [: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
08:07:02.560 [: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-27767], CON-POST   MID=27767, 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
08:07:02.560 [: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-E0DFC9A50E257713], CON-POST   MID=27767, Token=E0DFC9A50E257713, 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
08:07:02.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-27767], KeyToken[127.0.0.1:8192-E0DFC9A50E257713]]
08:07:02.560 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8192
08:07:02.561 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E3,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=27767, Token=E0DFC9A50E257713, 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]
08:07:02.561 [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
08:07:02.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-27767]
08:07:02.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R4, 127.0.0.1:8193] replace CON-POST   MID=27767, Token=E0DFC9A50E257713, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=27767, Token=E0DFC9A50E257713, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R4, 127.0.0.1:8193] send response NON-2.05   MID=27767, Token=null, OptionSet={}, "server responds hi"
08:07:02.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R4, 127.0.0.1:8193, complete]!
08:07:02.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R4, 127.0.0.1:8193, complete] completed NON-2.04   MID=27767, Token=E0DFC9A50E257713, 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!
08:07:02.563 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.563 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E4,T16) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=27767, Token=E0DFC9A50E257713, 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]
08:07:02.563 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8192
08:07:02.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:8192-27767]
08:07:02.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.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
08:07:02.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L3, 127.0.0.1:8192, complete]!
08:07:02.564 [: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-E0DFC9A50E257713]
08:07:02.564 [: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-27767]
08:07:02.564 [: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=27767, Token=E0DFC9A50E257713, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=27767, Token=E0DFC9A50E257713, 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!
08:07:02.565 [: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
08:07:02.565 [: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"
08:07:02.565 [: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
08:07:02.566 [: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-27768], CON-POST   MID=27768, 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
08:07:02.566 [: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-685FCBFAFBE03C22], CON-POST   MID=27768, Token=685FCBFAFBE03C22, 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
08:07:02.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-27768], KeyToken[127.0.0.1:8192-685FCBFAFBE03C22]]
08:07:02.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:8192
08:07:02.567 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E5,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=27768, Token=685FCBFAFBE03C22, 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]
08:07:02.567 [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
08:07:02.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-27768]
08:07:02.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R6, 127.0.0.1:8193] replace CON-POST   MID=27768, Token=685FCBFAFBE03C22, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=27768, Token=685FCBFAFBE03C22, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R6, 127.0.0.1:8193] send response NON-2.05   MID=27768, Token=null, OptionSet={}, "server responds hi"
08:07:02.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R6, 127.0.0.1:8193, complete]!
08:07:02.568 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R6, 127.0.0.1:8193, complete] completed NON-2.04   MID=27768, Token=685FCBFAFBE03C22, 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!
08:07:02.569 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.569 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E6,T16) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=27768, Token=685FCBFAFBE03C22, 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]
08:07:02.569 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8192
08:07:02.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:8192-27768]
08:07:02.569 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.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
08:07:02.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L5, 127.0.0.1:8192, complete]!
08:07:02.570 [: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-685FCBFAFBE03C22]
08:07:02.570 [: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-27768]
08:07:02.570 [: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=27768, Token=685FCBFAFBE03C22, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=27768, Token=685FCBFAFBE03C22, 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!
08:07:02.570 [: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
08:07:02.571 [: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"
08:07:02.571 [: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
08:07:02.572 [: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-27769], CON-POST   MID=27769, 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
08:07:02.572 [: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-E8B7ADD1FCBDA089], CON-POST   MID=27769, Token=E8B7ADD1FCBDA089, 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
08:07:02.572 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-27769], KeyToken[127.0.0.1:8192-E8B7ADD1FCBDA089]]
08:07:02.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:8192
08:07:02.573 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E7,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=27769, Token=E8B7ADD1FCBDA089, 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]
08:07:02.573 [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
08:07:02.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-27769]
08:07:02.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.573 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R8, 127.0.0.1:8193] replace CON-POST   MID=27769, Token=E8B7ADD1FCBDA089, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=27769, Token=E8B7ADD1FCBDA089, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R8, 127.0.0.1:8193] send response NON-2.05   MID=27769, Token=null, OptionSet={}, "server responds hi"
08:07:02.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R8, 127.0.0.1:8193, complete]!
08:07:02.574 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R8, 127.0.0.1:8193, complete] completed NON-2.04   MID=27769, Token=E8B7ADD1FCBDA089, 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!
08:07:02.574 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.575 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E8,T16) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=27769, Token=E8B7ADD1FCBDA089, 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]
08:07:02.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:8192
08:07:02.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:8192-27769]
08:07:02.575 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.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
08:07:02.576 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L7, 127.0.0.1:8192, complete]!
08:07:02.576 [: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-E8B7ADD1FCBDA089]
08:07:02.576 [: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-27769]
08:07:02.576 [: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=27769, Token=E8B7ADD1FCBDA089, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=27769, Token=E8B7ADD1FCBDA089, 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!
08:07:02.576 [: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
08:07:02.576 [: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"
08:07:02.577 [: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
08:07:02.578 [: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-27770], CON-POST   MID=27770, 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
08:07:02.578 [: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-14CC435247BB4343], CON-POST   MID=27770, Token=14CC435247BB4343, 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
08:07:02.578 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-27770], KeyToken[127.0.0.1:8192-14CC435247BB4343]]
08:07:02.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:8192
08:07:02.579 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E9,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=27770, Token=14CC435247BB4343, 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]
08:07:02.579 [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
08:07:02.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-27770]
08:07:02.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.579 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8193] replace CON-POST   MID=27770, Token=14CC435247BB4343, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=27770, Token=14CC435247BB4343, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.580 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R10, 127.0.0.1:8193] send response NON-2.05   MID=27770, Token=null, OptionSet={}, "server responds hi"
08:07:02.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8193, complete]!
08:07:02.581 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R10, 127.0.0.1:8193, complete] completed NON-2.04   MID=27770, Token=14CC435247BB4343, 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!
08:07:02.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
08:07:02.582 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E10,T16) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=27770, Token=14CC435247BB4343, 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]
08:07:02.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:8192
08:07:02.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:8192-27770]
08:07:02.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.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
08:07:02.582 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L9, 127.0.0.1:8192, complete]!
08:07:02.582 [: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-14CC435247BB4343]
08:07:02.583 [: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-27770]
08:07:02.583 [: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=27770, Token=14CC435247BB4343, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=27770, Token=14CC435247BB4343, 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!
08:07:02.583 [: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
08:07:02.583 [: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"
08:07:02.584 [: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
08:07:02.584 [: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-27771], CON-POST   MID=27771, 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
08:07:02.585 [: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-F8C98E3292BCA84C], CON-POST   MID=27771, Token=F8C98E3292BCA84C, 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
08:07:02.585 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-27771], KeyToken[127.0.0.1:8192-F8C98E3292BCA84C]]
08:07:02.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:8192
08:07:02.585 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E11,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=27771, Token=F8C98E3292BCA84C, 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]
08:07:02.585 [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
08:07:02.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-27771]
08:07:02.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R12, 127.0.0.1:8193] replace CON-POST   MID=27771, Token=F8C98E3292BCA84C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=27771, Token=F8C98E3292BCA84C, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.586 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R12, 127.0.0.1:8193] send response NON-2.05   MID=27771, Token=null, OptionSet={}, "server responds hi"
08:07:02.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R12, 127.0.0.1:8193, complete]!
08:07:02.587 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R12, 127.0.0.1:8193, complete] completed NON-2.04   MID=27771, Token=F8C98E3292BCA84C, 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!
08:07:02.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
08:07:02.588 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E12,T16) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=27771, Token=F8C98E3292BCA84C, 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]
08:07:02.588 [UDP-Receiver-0.0.0.0/0.0.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
08:07:02.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8192-27771]
08:07:02.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.588 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L11, 127.0.0.1:8192, complete]!
08:07:02.588 [: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-F8C98E3292BCA84C]
08:07:02.588 [: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-27771]
08:07:02.589 [: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=27771, Token=F8C98E3292BCA84C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=27771, Token=F8C98E3292BCA84C, 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!
08:07:02.589 [: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
08:07:02.589 [: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"
08:07:02.590 [: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
08:07:02.590 [: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-27772], CON-POST   MID=27772, 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
08:07:02.590 [: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-A0A1F2887AAEB6F0], CON-POST   MID=27772, Token=A0A1F2887AAEB6F0, 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
08:07:02.591 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-27772], KeyToken[127.0.0.1:8192-A0A1F2887AAEB6F0]]
08:07:02.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:8192
08:07:02.591 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E13,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=27772, Token=A0A1F2887AAEB6F0, 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]
08:07:02.591 [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
08:07:02.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-27772]
08:07:02.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.592 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R14, 127.0.0.1:8193] replace CON-POST   MID=27772, Token=A0A1F2887AAEB6F0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=27772, Token=A0A1F2887AAEB6F0, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.593 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R14, 127.0.0.1:8193] send response NON-2.05   MID=27772, Token=null, OptionSet={}, "server responds hi"
08:07:02.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R14, 127.0.0.1:8193, complete]!
08:07:02.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R14, 127.0.0.1:8193, complete] completed NON-2.04   MID=27772, Token=A0A1F2887AAEB6F0, 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!
08:07:02.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
08:07:02.595 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E14,T16) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=27772, Token=A0A1F2887AAEB6F0, 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]
08:07:02.595 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8192
08:07:02.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8192-27772]
08:07:02.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.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
08:07:02.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L13, 127.0.0.1:8192, complete]!
08:07:02.595 [: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-A0A1F2887AAEB6F0]
08:07:02.595 [: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-27772]
08:07:02.595 [: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=27772, Token=A0A1F2887AAEB6F0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=27772, Token=A0A1F2887AAEB6F0, 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!
08:07:02.596 [: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
08:07:02.596 [: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"
08:07:02.597 [: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
08:07:02.597 [: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-27773], CON-POST   MID=27773, 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
08:07:02.597 [: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-C4FF3FB68BB7B7F7], CON-POST   MID=27773, Token=C4FF3FB68BB7B7F7, 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
08:07:02.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-27773], KeyToken[127.0.0.1:8192-C4FF3FB68BB7B7F7]]
08:07:02.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:8192
08:07:02.598 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E15,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=27773, Token=C4FF3FB68BB7B7F7, 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]
08:07:02.598 [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
08:07:02.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-27773]
08:07:02.599 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.599 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R16, 127.0.0.1:8193] replace CON-POST   MID=27773, Token=C4FF3FB68BB7B7F7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=27773, Token=C4FF3FB68BB7B7F7, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.599 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R16, 127.0.0.1:8193] send response NON-2.05   MID=27773, Token=null, OptionSet={}, "server responds hi"
08:07:02.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R16, 127.0.0.1:8193, complete]!
08:07:02.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R16, 127.0.0.1:8193, complete] completed NON-2.04   MID=27773, Token=C4FF3FB68BB7B7F7, 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!
08:07:02.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
08:07:02.600 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E16,T16) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=27773, Token=C4FF3FB68BB7B7F7, 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]
08:07:02.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:8192
08:07:02.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:8192-27773]
08:07:02.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.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
08:07:02.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L15, 127.0.0.1:8192, complete]!
08:07:02.601 [: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-C4FF3FB68BB7B7F7]
08:07:02.601 [: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-27773]
08:07:02.601 [: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=27773, Token=C4FF3FB68BB7B7F7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=27773, Token=C4FF3FB68BB7B7F7, 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!
08:07:02.602 [: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
08:07:02.602 [: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"
08:07:02.603 [: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
08:07:02.603 [: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-27774], CON-POST   MID=27774, 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
08:07:02.603 [: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-54E21D6AC57895DA], CON-POST   MID=27774, Token=54E21D6AC57895DA, 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
08:07:02.604 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-27774], KeyToken[127.0.0.1:8192-54E21D6AC57895DA]]
08:07:02.604 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8192
08:07:02.604 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E17,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=27774, Token=54E21D6AC57895DA, 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]
08:07:02.604 [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
08:07:02.604 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-27774]
08:07:02.605 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.605 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R18, 127.0.0.1:8193] replace CON-POST   MID=27774, Token=54E21D6AC57895DA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=27774, Token=54E21D6AC57895DA, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.605 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R18, 127.0.0.1:8193] send response NON-2.05   MID=27774, Token=null, OptionSet={}, "server responds hi"
08:07:02.606 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R18, 127.0.0.1:8193, complete]!
08:07:02.606 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R18, 127.0.0.1:8193, complete] completed NON-2.04   MID=27774, Token=54E21D6AC57895DA, 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!
08:07:02.606 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.606 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E18,T16) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=27774, Token=54E21D6AC57895DA, 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]
08:07:02.606 [UDP-Receiver-0.0.0.0/0.0.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
08:07:02.607 [: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-27774]
08:07:02.607 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.607 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.607 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L17, 127.0.0.1:8192, complete]!
08:07:02.607 [: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-54E21D6AC57895DA]
08:07:02.607 [: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-27774]
08:07:02.607 [: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=27774, Token=54E21D6AC57895DA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=27774, Token=54E21D6AC57895DA, 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!
08:07:02.608 [: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
08:07:02.608 [: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"
08:07:02.609 [: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
08:07:02.609 [: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-27775], CON-POST   MID=27775, 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
08:07:02.609 [: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-E0F2C1D860D555ED], CON-POST   MID=27775, Token=E0F2C1D860D555ED, 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
08:07:02.609 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-27775], KeyToken[127.0.0.1:8192-E0F2C1D860D555ED]]
08:07:02.610 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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
08:07:02.610 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E19,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=27775, Token=E0F2C1D860D555ED, 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]
08:07:02.610 [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
08:07:02.610 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-27775]
08:07:02.610 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.611 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R20, 127.0.0.1:8193] replace CON-POST   MID=27775, Token=E0F2C1D860D555ED, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=27775, Token=E0F2C1D860D555ED, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.611 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R20, 127.0.0.1:8193] send response NON-2.05   MID=27775, Token=null, OptionSet={}, "server responds hi"
08:07:02.611 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R20, 127.0.0.1:8193, complete]!
08:07:02.611 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R20, 127.0.0.1:8193, complete] completed NON-2.04   MID=27775, Token=E0F2C1D860D555ED, 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!
08:07:02.612 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.612 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E20,T16) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=27775, Token=E0F2C1D860D555ED, 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]
08:07:02.612 [UDP-Receiver-0.0.0.0/0.0.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
08:07:02.612 [: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-27775]
08:07:02.613 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.613 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.613 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L19, 127.0.0.1:8192, complete]!
08:07:02.613 [: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-E0F2C1D860D555ED]
08:07:02.613 [: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-27775]
08:07:02.613 [: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=27775, Token=E0F2C1D860D555ED, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=27775, Token=E0F2C1D860D555ED, 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!
08:07:02.614 [: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
08:07:02.614 [: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"
08:07:02.614 [: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
08:07:02.615 [: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-27776], CON-POST   MID=27776, 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
08:07:02.615 [: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-64BA5A86D638D4F3], CON-POST   MID=27776, Token=64BA5A86D638D4F3, 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
08:07:02.615 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-27776], KeyToken[127.0.0.1:8192-64BA5A86D638D4F3]]
08:07:02.615 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8192
08:07:02.616 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E21,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=27776, Token=64BA5A86D638D4F3, 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]
08:07:02.616 [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
08:07:02.616 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-27776]
08:07:02.616 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.616 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R22, 127.0.0.1:8193] replace CON-POST   MID=27776, Token=64BA5A86D638D4F3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=27776, Token=64BA5A86D638D4F3, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.617 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R22, 127.0.0.1:8193] send response NON-2.05   MID=27776, Token=null, OptionSet={}, "server responds hi"
08:07:02.617 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R22, 127.0.0.1:8193, complete]!
08:07:02.617 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R22, 127.0.0.1:8193, complete] completed NON-2.04   MID=27776, Token=64BA5A86D638D4F3, 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!
08:07:02.617 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.618 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E22,T16) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=27776, Token=64BA5A86D638D4F3, 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]
08:07:02.618 [UDP-Receiver-0.0.0.0/0.0.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
08:07:02.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8192-27776]
08:07:02.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.619 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L21, 127.0.0.1:8192, complete]!
08:07:02.619 [: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-64BA5A86D638D4F3]
08:07:02.619 [: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-27776]
08:07:02.619 [: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=27776, Token=64BA5A86D638D4F3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=27776, Token=64BA5A86D638D4F3, 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!
08:07:02.619 [: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
08:07:02.619 [: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"
08:07:02.620 [: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
08:07:02.620 [: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-27777], CON-POST   MID=27777, 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
08:07:02.621 [: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-A0F62E2D6599FE0D], CON-POST   MID=27777, Token=A0F62E2D6599FE0D, 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
08:07:02.621 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-27777], KeyToken[127.0.0.1:8192-A0F62E2D6599FE0D]]
08:07:02.621 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8192
08:07:02.621 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E23,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=27777, Token=A0F62E2D6599FE0D, 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]
08:07:02.622 [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
08:07:02.622 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-27777]
08:07:02.622 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.622 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R24, 127.0.0.1:8193] replace CON-POST   MID=27777, Token=A0F62E2D6599FE0D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=27777, Token=A0F62E2D6599FE0D, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.622 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R24, 127.0.0.1:8193] send response NON-2.05   MID=27777, Token=null, OptionSet={}, "server responds hi"
08:07:02.623 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R24, 127.0.0.1:8193, complete]!
08:07:02.623 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R24, 127.0.0.1:8193, complete] completed NON-2.04   MID=27777, Token=A0F62E2D6599FE0D, 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!
08:07:02.623 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.624 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E24,T16) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=27777, Token=A0F62E2D6599FE0D, 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]
08:07:02.624 [UDP-Receiver-0.0.0.0/0.0.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
08:07:02.624 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8192-27777]
08:07:02.624 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.624 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.624 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L23, 127.0.0.1:8192, complete]!
08:07:02.624 [: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-A0F62E2D6599FE0D]
08:07:02.625 [: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-27777]
08:07:02.625 [: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=27777, Token=A0F62E2D6599FE0D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=27777, Token=A0F62E2D6599FE0D, 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!
08:07:02.625 [: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
08:07:02.625 [: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"
08:07:02.626 [: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
08:07:02.626 [: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-27778], CON-POST   MID=27778, 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
08:07:02.626 [: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-787E9746C3FBFF82], CON-POST   MID=27778, Token=787E9746C3FBFF82, 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
08:07:02.627 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-27778], KeyToken[127.0.0.1:8192-787E9746C3FBFF82]]
08:07:02.627 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8192
08:07:02.627 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E25,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=27778, Token=787E9746C3FBFF82, 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]
08:07:02.627 [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
08:07:02.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-27778]
08:07:02.628 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.628 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R26, 127.0.0.1:8193] replace CON-POST   MID=27778, Token=787E9746C3FBFF82, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=27778, Token=787E9746C3FBFF82, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.628 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R26, 127.0.0.1:8193] send response NON-2.05   MID=27778, Token=null, OptionSet={}, "server responds hi"
08:07:02.629 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R26, 127.0.0.1:8193, complete]!
08:07:02.629 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R26, 127.0.0.1:8193, complete] completed NON-2.04   MID=27778, Token=787E9746C3FBFF82, 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!
08:07:02.629 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.629 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E26,T16) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=27778, Token=787E9746C3FBFF82, 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]
08:07:02.629 [UDP-Receiver-0.0.0.0/0.0.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
08:07:02.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8192-27778]
08:07:02.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L25, 127.0.0.1:8192, complete]!
08:07:02.630 [: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-787E9746C3FBFF82]
08:07:02.630 [: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-27778]
08:07:02.630 [: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=27778, Token=787E9746C3FBFF82, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=27778, Token=787E9746C3FBFF82, 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!
08:07:02.631 [: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
08:07:02.631 [: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"
08:07:02.632 [: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
08:07:02.632 [: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-27779], CON-POST   MID=27779, 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
08:07:02.632 [: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-4842D43A3E794268], CON-POST   MID=27779, Token=4842D43A3E794268, 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
08:07:02.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-27779], KeyToken[127.0.0.1:8192-4842D43A3E794268]]
08:07:02.633 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8192
08:07:02.633 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E27,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=27779, Token=4842D43A3E794268, 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]
08:07:02.633 [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
08:07:02.633 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-27779]
08:07:02.634 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.634 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R28, 127.0.0.1:8193] replace CON-POST   MID=27779, Token=4842D43A3E794268, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=27779, Token=4842D43A3E794268, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.634 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R28, 127.0.0.1:8193] send response NON-2.05   MID=27779, Token=null, OptionSet={}, "server responds hi"
08:07:02.635 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R28, 127.0.0.1:8193, complete]!
08:07:02.635 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R28, 127.0.0.1:8193, complete] completed NON-2.04   MID=27779, Token=4842D43A3E794268, 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!
08:07:02.635 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.635 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E28,T16) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=27779, Token=4842D43A3E794268, 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]
08:07:02.635 [UDP-Receiver-0.0.0.0/0.0.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
08:07:02.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8192-27779]
08:07:02.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L27, 127.0.0.1:8192, complete]!
08:07:02.636 [: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-4842D43A3E794268]
08:07:02.636 [: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-27779]
08:07:02.636 [: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=27779, Token=4842D43A3E794268, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=27779, Token=4842D43A3E794268, 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!
08:07:02.637 [: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
08:07:02.637 [: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"
08:07:02.638 [: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
08:07:02.638 [: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-27780], CON-POST   MID=27780, 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
08:07:02.638 [: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-B40834EC5DB3C519], CON-POST   MID=27780, Token=B40834EC5DB3C519, 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
08:07:02.638 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-27780], KeyToken[127.0.0.1:8192-B40834EC5DB3C519]]
08:07:02.638 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8192
08:07:02.639 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E29,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=27780, Token=B40834EC5DB3C519, 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]
08:07:02.639 [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
08:07:02.639 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-27780]
08:07:02.639 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.639 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R30, 127.0.0.1:8193] replace CON-POST   MID=27780, Token=B40834EC5DB3C519, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=27780, Token=B40834EC5DB3C519, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.640 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R30, 127.0.0.1:8193] send response NON-2.05   MID=27780, Token=null, OptionSet={}, "server responds hi"
08:07:02.640 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R30, 127.0.0.1:8193, complete]!
08:07:02.640 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R30, 127.0.0.1:8193, complete] completed NON-2.04   MID=27780, Token=B40834EC5DB3C519, 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!
08:07:02.641 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.641 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E30,T16) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=27780, Token=B40834EC5DB3C519, 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]
08:07:02.641 [UDP-Receiver-0.0.0.0/0.0.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
08:07:02.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8192-27780]
08:07:02.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.642 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L29, 127.0.0.1:8192, complete]!
08:07:02.642 [: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-B40834EC5DB3C519]
08:07:02.642 [: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-27780]
08:07:02.642 [: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=27780, Token=B40834EC5DB3C519, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=27780, Token=B40834EC5DB3C519, 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!
08:07:02.642 [: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
08:07:02.642 [: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"
08:07:02.643 [: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
08:07:02.643 [: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-27781], CON-POST   MID=27781, 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
08:07:02.644 [: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-EC7812CB14A78EEF], CON-POST   MID=27781, Token=EC7812CB14A78EEF, 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
08:07:02.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-27781], KeyToken[127.0.0.1:8192-EC7812CB14A78EEF]]
08:07:02.644 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8192
08:07:02.644 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E31,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=27781, Token=EC7812CB14A78EEF, 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]
08:07:02.644 [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
08:07:02.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-27781]
08:07:02.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R32, 127.0.0.1:8193] replace CON-POST   MID=27781, Token=EC7812CB14A78EEF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=27781, Token=EC7812CB14A78EEF, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R32, 127.0.0.1:8193] send response NON-2.05   MID=27781, Token=null, OptionSet={}, "server responds hi"
08:07:02.646 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R32, 127.0.0.1:8193, complete]!
08:07:02.646 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R32, 127.0.0.1:8193, complete] completed NON-2.04   MID=27781, Token=EC7812CB14A78EEF, 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!
08:07:02.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:8193
08:07:02.647 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E32,T16) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=27781, Token=EC7812CB14A78EEF, 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]
08:07:02.647 [UDP-Receiver-0.0.0.0/0.0.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
08:07:02.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8192-27781]
08:07:02.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L31, 127.0.0.1:8192, complete]!
08:07:02.648 [: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-EC7812CB14A78EEF]
08:07:02.648 [: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-27781]
08:07:02.648 [: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=27781, Token=EC7812CB14A78EEF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=27781, Token=EC7812CB14A78EEF, 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!
08:07:02.648 [: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
08:07:02.648 [: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"
08:07:02.649 [: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
08:07:02.649 [: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-27782], CON-POST   MID=27782, 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
08:07:02.649 [: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-CCA4DA2CAB6CA255], CON-POST   MID=27782, Token=CCA4DA2CAB6CA255, 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
08:07:02.649 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-27782], KeyToken[127.0.0.1:8192-CCA4DA2CAB6CA255]]
08:07:02.650 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8192
08:07:02.650 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E33,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=27782, Token=CCA4DA2CAB6CA255, 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]
08:07:02.650 [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
08:07:02.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-27782]
08:07:02.650 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R34, 127.0.0.1:8193] replace CON-POST   MID=27782, Token=CCA4DA2CAB6CA255, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=27782, Token=CCA4DA2CAB6CA255, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R34, 127.0.0.1:8193] send response NON-2.05   MID=27782, Token=null, OptionSet={}, "server responds hi"
08:07:02.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R34, 127.0.0.1:8193, complete]!
08:07:02.651 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R34, 127.0.0.1:8193, complete] completed NON-2.04   MID=27782, Token=CCA4DA2CAB6CA255, 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!
08:07:02.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
08:07:02.652 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E34,T16) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=27782, Token=CCA4DA2CAB6CA255, 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]
08:07:02.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:8192
08:07:02.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:8192-27782]
08:07:02.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.653 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L33, 127.0.0.1:8192, complete]!
08:07:02.653 [: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-CCA4DA2CAB6CA255]
08:07:02.653 [: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-27782]
08:07:02.653 [: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=27782, Token=CCA4DA2CAB6CA255, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=27782, Token=CCA4DA2CAB6CA255, 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!
08:07:02.654 [: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
08:07:02.654 [: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"
08:07:02.654 [: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
08:07:02.655 [: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-27783], CON-POST   MID=27783, 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
08:07:02.655 [: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-94434E207B9824F4], CON-POST   MID=27783, Token=94434E207B9824F4, 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
08:07:02.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-27783], KeyToken[127.0.0.1:8192-94434E207B9824F4]]
08:07:02.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 42 bytes to 127.0.0.1:8192
08:07:02.656 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E35,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=27783, Token=94434E207B9824F4, 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]
08:07:02.656 [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
08:07:02.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-27783]
08:07:02.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R36, 127.0.0.1:8193] replace CON-POST   MID=27783, Token=94434E207B9824F4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=27783, Token=94434E207B9824F4, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R36, 127.0.0.1:8193] send response NON-2.05   MID=27783, Token=null, OptionSet={}, "server responds hi"
08:07:02.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R36, 127.0.0.1:8193, complete]!
08:07:02.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R36, 127.0.0.1:8193, complete] completed NON-2.04   MID=27783, Token=94434E207B9824F4, 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!
08:07:02.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
08:07:02.658 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E36,T16) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=27783, Token=94434E207B9824F4, 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]
08:07:02.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:8192
08:07:02.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:8192-27783]
08:07:02.658 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.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
08:07:02.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L35, 127.0.0.1:8192, complete]!
08:07:02.659 [: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-94434E207B9824F4]
08:07:02.659 [: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-27783]
08:07:02.659 [: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=27783, Token=94434E207B9824F4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=27783, Token=94434E207B9824F4, 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!
08:07:02.659 [: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
08:07:02.659 [: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"
08:07:02.660 [: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
08:07:02.660 [: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-27784], CON-POST   MID=27784, 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
08:07:02.660 [: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-F00B75060292BC46], CON-POST   MID=27784, Token=F00B75060292BC46, 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
08:07:02.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-27784], KeyToken[127.0.0.1:8192-F00B75060292BC46]]
08:07:02.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 42 bytes to 127.0.0.1:8192
08:07:02.661 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E37,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=27784, Token=F00B75060292BC46, 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]
08:07:02.661 [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
08:07:02.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-27784]
08:07:02.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R38, 127.0.0.1:8193] replace CON-POST   MID=27784, Token=F00B75060292BC46, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=27784, Token=F00B75060292BC46, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.662 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R38, 127.0.0.1:8193] send response NON-2.05   MID=27784, Token=null, OptionSet={}, "server responds hi"
08:07:02.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R38, 127.0.0.1:8193, complete]!
08:07:02.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R38, 127.0.0.1:8193, complete] completed NON-2.04   MID=27784, Token=F00B75060292BC46, 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!
08:07:02.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
08:07:02.664 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E38,T16) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=27784, Token=F00B75060292BC46, 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]
08:07:02.664 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8192
08:07:02.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:8192-27784]
08:07:02.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.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
08:07:02.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L37, 127.0.0.1:8192, complete]!
08:07:02.664 [: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-F00B75060292BC46]
08:07:02.664 [: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-27784]
08:07:02.665 [: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=27784, Token=F00B75060292BC46, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=27784, Token=F00B75060292BC46, 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!
08:07:02.665 [: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
08:07:02.665 [: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"
08:07:02.666 [: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
08:07:02.666 [: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-27785], CON-POST   MID=27785, 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
08:07:02.666 [: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-8CED8C53C1905627], CON-POST   MID=27785, Token=8CED8C53C1905627, 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
08:07:02.666 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-27785], KeyToken[127.0.0.1:8192-8CED8C53C1905627]]
08:07:02.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 42 bytes to 127.0.0.1:8192
08:07:02.667 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E39,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=27785, Token=8CED8C53C1905627, 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]
08:07:02.667 [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
08:07:02.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-27785]
08:07:02.667 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R40, 127.0.0.1:8193] replace CON-POST   MID=27785, Token=8CED8C53C1905627, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=27785, Token=8CED8C53C1905627, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R40, 127.0.0.1:8193] send response NON-2.05   MID=27785, Token=null, OptionSet={}, "server responds hi"
08:07:02.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R40, 127.0.0.1:8193, complete]!
08:07:02.668 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R40, 127.0.0.1:8193, complete] completed NON-2.04   MID=27785, Token=8CED8C53C1905627, 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!
08:07:02.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
08:07:02.669 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E40,T16) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=27785, Token=8CED8C53C1905627, 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]
08:07:02.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:8192
08:07:02.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:8192-27785]
08:07:02.669 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.670 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L39, 127.0.0.1:8192, complete]!
08:07:02.670 [: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-8CED8C53C1905627]
08:07:02.670 [: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-27785]
08:07:02.670 [: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=27785, Token=8CED8C53C1905627, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=27785, Token=8CED8C53C1905627, 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!
08:07:02.671 [: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
08:07:02.671 [: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"
08:07:02.671 [: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
08:07:02.671 [: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-27786], CON-POST   MID=27786, 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
08:07:02.672 [: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-1C81EAF3C4C7445A], CON-POST   MID=27786, Token=1C81EAF3C4C7445A, 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
08:07:02.672 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-27786], KeyToken[127.0.0.1:8192-1C81EAF3C4C7445A]]
08:07:02.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 42 bytes to 127.0.0.1:8192
08:07:02.672 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E41,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=27786, Token=1C81EAF3C4C7445A, 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]
08:07:02.672 [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
08:07:02.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-27786]
08:07:02.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R42, 127.0.0.1:8193] replace CON-POST   MID=27786, Token=1C81EAF3C4C7445A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=27786, Token=1C81EAF3C4C7445A, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.673 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R42, 127.0.0.1:8193] send response NON-2.05   MID=27786, Token=null, OptionSet={}, "server responds hi"
08:07:02.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R42, 127.0.0.1:8193, complete]!
08:07:02.674 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R42, 127.0.0.1:8193, complete] completed NON-2.04   MID=27786, Token=1C81EAF3C4C7445A, 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!
08:07:02.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
08:07:02.674 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E42,T16) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=27786, Token=1C81EAF3C4C7445A, 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]
08:07:02.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:8192
08:07:02.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:8192-27786]
08:07:02.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.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
08:07:02.675 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L41, 127.0.0.1:8192, complete]!
08:07:02.675 [: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-1C81EAF3C4C7445A]
08:07:02.675 [: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-27786]
08:07:02.675 [: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=27786, Token=1C81EAF3C4C7445A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=27786, Token=1C81EAF3C4C7445A, 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!
08:07:02.676 [: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
08:07:02.676 [: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"
08:07:02.676 [: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
08:07:02.677 [: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-27787], CON-POST   MID=27787, 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
08:07:02.677 [: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-1C7CBE2AE6A66F1F], CON-POST   MID=27787, Token=1C7CBE2AE6A66F1F, 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
08:07:02.677 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-27787], KeyToken[127.0.0.1:8192-1C7CBE2AE6A66F1F]]
08:07:02.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 42 bytes to 127.0.0.1:8192
08:07:02.678 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E43,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=27787, Token=1C7CBE2AE6A66F1F, 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]
08:07:02.678 [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
08:07:02.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-27787]
08:07:02.678 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R44, 127.0.0.1:8193] replace CON-POST   MID=27787, Token=1C7CBE2AE6A66F1F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=27787, Token=1C7CBE2AE6A66F1F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R44, 127.0.0.1:8193] send response NON-2.05   MID=27787, Token=null, OptionSet={}, "server responds hi"
08:07:02.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R44, 127.0.0.1:8193, complete]!
08:07:02.679 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R44, 127.0.0.1:8193, complete] completed NON-2.04   MID=27787, Token=1C7CBE2AE6A66F1F, 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!
08:07:02.680 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.680 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E44,T16) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=27787, Token=1C7CBE2AE6A66F1F, 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]
08:07:02.680 [UDP-Receiver-0.0.0.0/0.0.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
08:07:02.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:8192-27787]
08:07:02.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.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
08:07:02.681 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L43, 127.0.0.1:8192, complete]!
08:07:02.681 [: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-1C7CBE2AE6A66F1F]
08:07:02.681 [: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-27787]
08:07:02.681 [: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=27787, Token=1C7CBE2AE6A66F1F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=27787, Token=1C7CBE2AE6A66F1F, 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!
08:07:02.694 [: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
08:07:02.694 [: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"
08:07:02.695 [: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
08:07:02.695 [: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-27788], CON-POST   MID=27788, 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
08:07:02.695 [: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-DCD18A2FA32AAA02], CON-POST   MID=27788, Token=DCD18A2FA32AAA02, 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
08:07:02.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-27788], KeyToken[127.0.0.1:8192-DCD18A2FA32AAA02]]
08:07:02.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 42 bytes to 127.0.0.1:8192
08:07:02.696 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E45,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=27788, Token=DCD18A2FA32AAA02, 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]
08:07:02.696 [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
08:07:02.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-27788]
08:07:02.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R46, 127.0.0.1:8193] replace CON-POST   MID=27788, Token=DCD18A2FA32AAA02, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=27788, Token=DCD18A2FA32AAA02, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R46, 127.0.0.1:8193] send response NON-2.05   MID=27788, Token=null, OptionSet={}, "server responds hi"
08:07:02.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R46, 127.0.0.1:8193, complete]!
08:07:02.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R46, 127.0.0.1:8193, complete] completed NON-2.04   MID=27788, Token=DCD18A2FA32AAA02, 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!
08:07:02.698 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.698 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E46,T16) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=27788, Token=DCD18A2FA32AAA02, 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]
08:07:02.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:8192
08:07:02.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8192-27788]
08:07:02.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L45, 127.0.0.1:8192, complete]!
08:07:02.699 [: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-DCD18A2FA32AAA02]
08:07:02.699 [: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-27788]
08:07:02.699 [: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=27788, Token=DCD18A2FA32AAA02, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=27788, Token=DCD18A2FA32AAA02, 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!
08:07:02.700 [: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
08:07:02.700 [: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"
08:07:02.700 [: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
08:07:02.700 [: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-27789], CON-POST   MID=27789, 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
08:07:02.701 [: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-B07CD53E3DCB9B61], CON-POST   MID=27789, Token=B07CD53E3DCB9B61, 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
08:07:02.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-27789], KeyToken[127.0.0.1:8192-B07CD53E3DCB9B61]]
08:07:02.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 42 bytes to 127.0.0.1:8192
08:07:02.701 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E47,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=27789, Token=B07CD53E3DCB9B61, 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]
08:07:02.702 [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
08:07:02.702 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-27789]
08:07:02.702 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.702 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R48, 127.0.0.1:8193] replace CON-POST   MID=27789, Token=B07CD53E3DCB9B61, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=27789, Token=B07CD53E3DCB9B61, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.702 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R48, 127.0.0.1:8193] send response NON-2.05   MID=27789, Token=null, OptionSet={}, "server responds hi"
08:07:02.703 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R48, 127.0.0.1:8193, complete]!
08:07:02.703 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R48, 127.0.0.1:8193, complete] completed NON-2.04   MID=27789, Token=B07CD53E3DCB9B61, 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!
08:07:02.703 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.704 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E48,T16) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=27789, Token=B07CD53E3DCB9B61, 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]
08:07:02.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:8192
08:07:02.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:8192-27789]
08:07:02.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.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
08:07:02.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L47, 127.0.0.1:8192, complete]!
08:07:02.704 [: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-B07CD53E3DCB9B61]
08:07:02.704 [: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-27789]
08:07:02.704 [: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=27789, Token=B07CD53E3DCB9B61, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=27789, Token=B07CD53E3DCB9B61, 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!
08:07:02.705 [: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
08:07:02.705 [: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"
08:07:02.706 [: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
08:07:02.706 [: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-27790], CON-POST   MID=27790, 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
08:07:02.706 [: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-AC771CED99E1EF7B], CON-POST   MID=27790, Token=AC771CED99E1EF7B, 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
08:07:02.706 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-27790], KeyToken[127.0.0.1:8192-AC771CED99E1EF7B]]
08:07:02.706 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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
08:07:02.707 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E49,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=27790, Token=AC771CED99E1EF7B, 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]
08:07:02.707 [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
08:07:02.707 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-27790]
08:07:02.707 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.707 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R50, 127.0.0.1:8193] replace CON-POST   MID=27790, Token=AC771CED99E1EF7B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=27790, Token=AC771CED99E1EF7B, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.708 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R50, 127.0.0.1:8193] send response NON-2.05   MID=27790, Token=null, OptionSet={}, "server responds hi"
08:07:02.708 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R50, 127.0.0.1:8193, complete]!
08:07:02.708 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R50, 127.0.0.1:8193, complete] completed NON-2.04   MID=27790, Token=AC771CED99E1EF7B, 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!
08:07:02.708 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.709 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E50,T16) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=27790, Token=AC771CED99E1EF7B, 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]
08:07:02.709 [UDP-Receiver-0.0.0.0/0.0.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
08:07:02.709 [: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-27790]
08:07:02.709 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.709 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.709 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L49, 127.0.0.1:8192, complete]!
08:07:02.710 [: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-AC771CED99E1EF7B]
08:07:02.710 [: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-27790]
08:07:02.710 [: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=27790, Token=AC771CED99E1EF7B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=27790, Token=AC771CED99E1EF7B, 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!
08:07:02.710 [: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
08:07:02.710 [: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"
08:07:02.711 [: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
08:07:02.711 [: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-27791], CON-POST   MID=27791, 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
08:07:02.711 [: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-70720C86A5EC8618], CON-POST   MID=27791, Token=70720C86A5EC8618, 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
08:07:02.711 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-27791], KeyToken[127.0.0.1:8192-70720C86A5EC8618]]
08:07:02.711 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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
08:07:02.712 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E51,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=27791, Token=70720C86A5EC8618, 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]
08:07:02.712 [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
08:07:02.712 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-27791]
08:07:02.712 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.713 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R52, 127.0.0.1:8193] replace CON-POST   MID=27791, Token=70720C86A5EC8618, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=27791, Token=70720C86A5EC8618, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.713 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R52, 127.0.0.1:8193] send response NON-2.05   MID=27791, Token=null, OptionSet={}, "server responds hi"
08:07:02.713 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R52, 127.0.0.1:8193, complete]!
08:07:02.713 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R52, 127.0.0.1:8193, complete] completed NON-2.04   MID=27791, Token=70720C86A5EC8618, 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!
08:07:02.714 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.714 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E52,T16) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=27791, Token=70720C86A5EC8618, 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]
08:07:02.714 [UDP-Receiver-0.0.0.0/0.0.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
08:07:02.714 [: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-27791]
08:07:02.714 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.714 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.715 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L51, 127.0.0.1:8192, complete]!
08:07:02.715 [: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-70720C86A5EC8618]
08:07:02.715 [: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-27791]
08:07:02.715 [: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=27791, Token=70720C86A5EC8618, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=27791, Token=70720C86A5EC8618, 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!
08:07:02.715 [: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
08:07:02.715 [: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"
08:07:02.716 [: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
08:07:02.716 [: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-27792], CON-POST   MID=27792, 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
08:07:02.716 [: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-087545B2C0AAF94D], CON-POST   MID=27792, Token=087545B2C0AAF94D, 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
08:07:02.716 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-27792], KeyToken[127.0.0.1:8192-087545B2C0AAF94D]]
08:07:02.717 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8192
08:07:02.717 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E53,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=27792, Token=087545B2C0AAF94D, 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]
08:07:02.717 [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
08:07:02.717 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-27792]
08:07:02.717 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.718 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R54, 127.0.0.1:8193] replace CON-POST   MID=27792, Token=087545B2C0AAF94D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=27792, Token=087545B2C0AAF94D, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.718 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R54, 127.0.0.1:8193] send response NON-2.05   MID=27792, Token=null, OptionSet={}, "server responds hi"
08:07:02.718 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R54, 127.0.0.1:8193, complete]!
08:07:02.718 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R54, 127.0.0.1:8193, complete] completed NON-2.04   MID=27792, Token=087545B2C0AAF94D, 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!
08:07:02.719 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.719 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E54,T16) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=27792, Token=087545B2C0AAF94D, 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]
08:07:02.719 [UDP-Receiver-0.0.0.0/0.0.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
08:07:02.719 [: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-27792]
08:07:02.719 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.719 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.720 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L53, 127.0.0.1:8192, complete]!
08:07:02.720 [: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-087545B2C0AAF94D]
08:07:02.720 [: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-27792]
08:07:02.720 [: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=27792, Token=087545B2C0AAF94D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=27792, Token=087545B2C0AAF94D, 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!
08:07:02.720 [: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
08:07:02.720 [: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"
08:07:02.721 [: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
08:07:02.721 [: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-27793], CON-POST   MID=27793, 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
08:07:02.721 [: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-AC96F79DE0BC6D2F], CON-POST   MID=27793, Token=AC96F79DE0BC6D2F, 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
08:07:02.722 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-27793], KeyToken[127.0.0.1:8192-AC96F79DE0BC6D2F]]
08:07:02.722 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8192
08:07:02.722 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E55,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=27793, Token=AC96F79DE0BC6D2F, 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]
08:07:02.722 [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
08:07:02.723 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-27793]
08:07:02.723 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.723 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R56, 127.0.0.1:8193] replace CON-POST   MID=27793, Token=AC96F79DE0BC6D2F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=27793, Token=AC96F79DE0BC6D2F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.723 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R56, 127.0.0.1:8193] send response NON-2.05   MID=27793, Token=null, OptionSet={}, "server responds hi"
08:07:02.724 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R56, 127.0.0.1:8193, complete]!
08:07:02.724 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R56, 127.0.0.1:8193, complete] completed NON-2.04   MID=27793, Token=AC96F79DE0BC6D2F, 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!
08:07:02.724 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.724 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E56,T16) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=27793, Token=AC96F79DE0BC6D2F, 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]
08:07:02.724 [UDP-Receiver-0.0.0.0/0.0.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
08:07:02.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8192-27793]
08:07:02.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L55, 127.0.0.1:8192, complete]!
08:07:02.725 [: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-AC96F79DE0BC6D2F]
08:07:02.725 [: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-27793]
08:07:02.725 [: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=27793, Token=AC96F79DE0BC6D2F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=27793, Token=AC96F79DE0BC6D2F, 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!
08:07:02.726 [: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
08:07:02.726 [: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"
08:07:02.726 [: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
08:07:02.726 [: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-27794], CON-POST   MID=27794, 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
08:07:02.727 [: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-681C79B383F5F555], CON-POST   MID=27794, Token=681C79B383F5F555, 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
08:07:02.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-27794], KeyToken[127.0.0.1:8192-681C79B383F5F555]]
08:07:02.727 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8192
08:07:02.727 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E57,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=27794, Token=681C79B383F5F555, 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]
08:07:02.728 [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
08:07:02.728 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-27794]
08:07:02.728 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.728 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R58, 127.0.0.1:8193] replace CON-POST   MID=27794, Token=681C79B383F5F555, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=27794, Token=681C79B383F5F555, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.729 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R58, 127.0.0.1:8193] send response NON-2.05   MID=27794, Token=null, OptionSet={}, "server responds hi"
08:07:02.729 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R58, 127.0.0.1:8193, complete]!
08:07:02.729 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R58, 127.0.0.1:8193, complete] completed NON-2.04   MID=27794, Token=681C79B383F5F555, 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!
08:07:02.729 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.730 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E58,T16) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=27794, Token=681C79B383F5F555, 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]
08:07:02.730 [UDP-Receiver-0.0.0.0/0.0.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
08:07:02.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8192-27794]
08:07:02.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L57, 127.0.0.1:8192, complete]!
08:07:02.730 [: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-681C79B383F5F555]
08:07:02.730 [: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-27794]
08:07:02.731 [: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=27794, Token=681C79B383F5F555, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=27794, Token=681C79B383F5F555, 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!
08:07:02.731 [: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
08:07:02.731 [: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"
08:07:02.732 [: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
08:07:02.732 [: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-27795], CON-POST   MID=27795, 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
08:07:02.732 [: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-389050919B20D1C7], CON-POST   MID=27795, Token=389050919B20D1C7, 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
08:07:02.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-27795], KeyToken[127.0.0.1:8192-389050919B20D1C7]]
08:07:02.732 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8192
08:07:02.733 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E59,T13) 127.0.0.1:8,193 ==> :8,192 [CON-POST   MID=27795, Token=389050919B20D1C7, 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]
08:07:02.733 [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
08:07:02.733 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-27795]
08:07:02.733 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.733 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R60, 127.0.0.1:8193] replace CON-POST   MID=27795, Token=389050919B20D1C7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=27795, Token=389050919B20D1C7, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R60, 127.0.0.1:8193] send response NON-2.05   MID=27795, Token=null, OptionSet={}, "server responds hi"
08:07:02.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R60, 127.0.0.1:8193, complete]!
08:07:02.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R60, 127.0.0.1:8193, complete] completed NON-2.04   MID=27795, Token=389050919B20D1C7, 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!
08:07:02.734 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.735 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E60,T16) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID=27795, Token=389050919B20D1C7, 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]
08:07:02.735 [UDP-Receiver-0.0.0.0/0.0.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
08:07:02.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8192-27795]
08:07:02.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L59, 127.0.0.1:8192, complete]!
08:07:02.735 [: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-389050919B20D1C7]
08:07:02.735 [: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-27795]
08:07:02.735 [: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=27795, Token=389050919B20D1C7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=27795, Token=389050919B20D1C7, 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!
08:07:02.736 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:02.736 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8192
08:07:02.736 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8192
08:07:02.736 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] stopping ...
08:07:02.736 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8192, address /127.0.0.1
08:07:02.737 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] has stopped.
08:07:02.737 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8192
08:07:02.737 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
08:07:02.739 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:02.739 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:02.739 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:02.739 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:02.739 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:02.740 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:02.740 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:02.740 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:02.740 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:02.740 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8194
08:07:02.740 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:02.740 [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
08:07:02.740 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:02.740 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:02.740 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8194
08:07:02.741 [: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
08:07:02.741 [: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"
08:07:02.742 [: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
08:07:02.742 [: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-6408], CON-POST   MID= 6408, 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
08:07:02.742 [: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-305908306D36A869], CON-POST   MID= 6408, Token=305908306D36A869, 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
08:07:02.742 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-6408], KeyToken[127.0.0.1:8194-305908306D36A869]]
08:07:02.743 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8194
08:07:02.743 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E61,T21) 127.0.0.1:8,193 ==> :8,194 [CON-POST   MID= 6408, Token=305908306D36A869, 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]
08:07:02.743 [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
08:07:02.743 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-6408]
08:07:02.743 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.744 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R62, 127.0.0.1:8193] replace CON-POST   MID= 6408, Token=305908306D36A869, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID= 6408, Token=305908306D36A869, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.744 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R62, 127.0.0.1:8193] send response NON-2.05   MID= 6408, Token=null, OptionSet={}, "server responds hi"
08:07:02.744 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R62, 127.0.0.1:8193, complete]!
08:07:02.744 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R62, 127.0.0.1:8193, complete] completed NON-2.04   MID= 6408, Token=305908306D36A869, 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!
08:07:02.745 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.745 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E62,T16) 127.0.0.1:8,194 ==> :8,193 [NON-2.04   MID= 6408, Token=305908306D36A869, 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]
08:07:02.745 [UDP-Receiver-0.0.0.0/0.0.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
08:07:02.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8194-6408]
08:07:02.746 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.746 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.746 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L61, 127.0.0.1:8194, complete]!
08:07:02.746 [: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-305908306D36A869]
08:07:02.746 [: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-6408]
08:07:02.746 [: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= 6408, Token=305908306D36A869, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID= 6408, Token=305908306D36A869, 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!
08:07:02.746 [: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
08:07:02.746 [: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"
08:07:02.747 [: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
08:07:02.747 [: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-6409], CON-POST   MID= 6409, 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
08:07:02.747 [: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-0C3E4A8F31B325C3], CON-POST   MID= 6409, Token=0C3E4A8F31B325C3, 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
08:07:02.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-6409], KeyToken[127.0.0.1:8194-0C3E4A8F31B325C3]]
08:07:02.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 41 bytes to 127.0.0.1:8194
08:07:02.748 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E63,T21) 127.0.0.1:8,193 ==> :8,194 [CON-POST   MID= 6409, Token=0C3E4A8F31B325C3, 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]
08:07:02.748 [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
08:07:02.748 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-6409]
08:07:02.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.749 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.OSCoreCtx - Message too old
08:07:02.749 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected
08:07:02.749 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Replay detected
08:07:02.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R64, 127.0.0.1:8193, complete]!
08:07:02.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R64, 127.0.0.1:8193, complete] completed ACK-4.01   MID= 6409, Token=0C3E4A8F31B325C3, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"!
08:07:02.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 30 bytes to 127.0.0.1:8193
08:07:02.752 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E64,T16) 127.0.0.1:8,194 ==> :8,193 [ACK-4.01   MID= 6409, Token=0C3E4A8F31B325C3, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"]
08:07:02.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 30 bytes from 127.0.0.1:8194
08:07:02.752 [: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!
08:07:02.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error ACK-4.01   MID= 6409, Token=0C3E4A8F31B325C3, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected":
08:07:02.753 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L63, 127.0.0.1:8194, complete]!
08:07:02.753 [: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-0C3E4A8F31B325C3]
08:07:02.753 [: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-6409]
08:07:02.753 [: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= 6409, Token=0C3E4A8F31B325C3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID= 6409, Token=0C3E4A8F31B325C3, 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!
08:07:02.754 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:02.754 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8194
08:07:02.754 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8194
08:07:02.754 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] stopping ...
08:07:02.754 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8194, address /127.0.0.1
08:07:02.754 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] has stopped.
08:07:02.754 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8194
08:07:02.754 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
08:07:02.755 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:02.755 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:02.755 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:02.755 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:02.755 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:02.756 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:02.756 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:02.756 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:02.756 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:02.756 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8195
08:07:02.756 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:02.756 [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
08:07:02.756 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:02.756 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:02.756 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8195
08:07:02.757 [: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
08:07:02.758 [: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"
08:07:02.758 [: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
08:07:02.758 [: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-5458], CON-POST   MID= 5458, 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
08:07:02.758 [: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-AC50ED82D2EB8C32], CON-POST   MID= 5458, Token=AC50ED82D2EB8C32, 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
08:07:02.759 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8195-5458], KeyToken[127.0.0.1:8195-AC50ED82D2EB8C32]]
08:07:02.759 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8195
08:07:02.759 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E65,T26) 127.0.0.1:8,193 ==> :8,195 [CON-POST   MID= 5458, Token=AC50ED82D2EB8C32, 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]
08:07:02.759 [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
08:07:02.759 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-5458]
08:07:02.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R66, 127.0.0.1:8193] replace CON-POST   MID= 5458, Token=AC50ED82D2EB8C32, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID= 5458, Token=AC50ED82D2EB8C32, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.760 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R66, 127.0.0.1:8193] send response NON-2.05   MID= 5458, Token=null, OptionSet={}, "server responds hi"
08:07:02.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R66, 127.0.0.1:8193, complete]!
08:07:02.761 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R66, 127.0.0.1:8193, complete] completed NON-2.04   MID= 5458, Token=AC50ED82D2EB8C32, 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!
08:07:02.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
08:07:02.761 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E66,T16) 127.0.0.1:8,195 ==> :8,193 [NON-2.04   MID= 5458, Token=AC50ED82D2EB8C32, 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]
08:07:02.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:8195
08:07:02.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:8195-5458]
08:07:02.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.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
08:07:02.762 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L65, 127.0.0.1:8195, complete]!
08:07:02.762 [: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-AC50ED82D2EB8C32]
08:07:02.762 [: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-5458]
08:07:02.762 [: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= 5458, Token=AC50ED82D2EB8C32, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID= 5458, Token=AC50ED82D2EB8C32, 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!
08:07:02.763 [: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
08:07:02.763 [: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"
08:07:02.763 [: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
08:07:02.763 [: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-5459], CON-POST   MID= 5459, 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
08:07:02.763 [: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-B45BED204E0D75F3], CON-POST   MID= 5459, Token=B45BED204E0D75F3, 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
08:07:02.764 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8195-5459], KeyToken[127.0.0.1:8195-B45BED204E0D75F3]]
08:07:02.764 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8195
08:07:02.764 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E67,T26) 127.0.0.1:8,193 ==> :8,195 [CON-POST   MID= 5459, Token=B45BED204E0D75F3, 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]
08:07:02.764 [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
08:07:02.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-5459]
08:07:02.764 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R68, 127.0.0.1:8193] replace CON-POST   MID= 5459, Token=B45BED204E0D75F3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID= 5459, Token=B45BED204E0D75F3, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R68, 127.0.0.1:8193] send response NON-2.05   MID= 5459, Token=null, OptionSet={}, "server responds hi"
08:07:02.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R68, 127.0.0.1:8193, complete]!
08:07:02.765 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R68, 127.0.0.1:8193, complete] completed NON-2.04   MID= 5459, Token=B45BED204E0D75F3, 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!
08:07:02.766 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.766 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E68,T16) 127.0.0.1:8,195 ==> :8,193 [NON-2.04   MID= 5459, Token=B45BED204E0D75F3, 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]
08:07:02.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:8195
08:07:02.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:8195-5459]
08:07:02.766 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.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
08:07:02.767 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L67, 127.0.0.1:8195, complete]!
08:07:02.767 [: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-B45BED204E0D75F3]
08:07:02.767 [: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-5459]
08:07:02.767 [: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= 5459, Token=B45BED204E0D75F3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID= 5459, Token=B45BED204E0D75F3, 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!
08:07:02.767 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:02.768 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8195
08:07:02.768 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8195
08:07:02.768 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8195] stopping ...
08:07:02.768 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8195, address /127.0.0.1
08:07:02.768 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8195] has stopped.
08:07:02.768 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8195
08:07:02.768 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
08:07:02.768 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:02.768 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:02.769 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:02.769 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:02.769 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:02.769 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:02.769 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:02.770 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:02.770 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:02.770 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8196
08:07:02.770 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:02.770 [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
08:07:02.770 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8196
08:07:02.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]]
08:07:02.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]]
08:07:02.771 [: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
08:07:02.771 [: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"
08:07:02.771 [: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
08:07:02.771 [: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-47112], CON-POST   MID=47112, 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
08:07:02.772 [: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-3034450E8D34236E], CON-POST   MID=47112, Token=3034450E8D34236E, 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
08:07:02.772 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47112], KeyToken[127.0.0.1:8196-3034450E8D34236E]]
08:07:02.772 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:02.772 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E69,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47112, Token=3034450E8D34236E, 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]
08:07:02.772 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:02.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47112]
08:07:02.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R70, 127.0.0.1:8193] replace CON-POST   MID=47112, Token=3034450E8D34236E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47112, Token=3034450E8D34236E, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.773 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R70, 127.0.0.1:8193] send response NON-2.05   MID=47112, Token=null, OptionSet={}, "server responds hi"
08:07:02.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R70, 127.0.0.1:8193, complete]!
08:07:02.774 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R70, 127.0.0.1:8193, complete] completed NON-2.04   MID=47112, Token=3034450E8D34236E, 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!
08:07:02.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
08:07:02.774 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E70,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47112, Token=3034450E8D34236E, 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]
08:07:02.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
08:07:02.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47112]
08:07:02.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.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
08:07:02.775 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L69, 127.0.0.1:8196, complete]!
08:07:02.775 [: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-3034450E8D34236E]
08:07:02.775 [: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-47112]
08:07:02.775 [: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=47112, Token=3034450E8D34236E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47112, Token=3034450E8D34236E, 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!
08:07:02.776 [: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
08:07:02.776 [: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"
08:07:02.776 [: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
08:07:02.776 [: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-47113], CON-POST   MID=47113, 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
08:07:02.777 [: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-043F7A3168C07766], CON-POST   MID=47113, Token=043F7A3168C07766, 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
08:07:02.777 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47113], KeyToken[127.0.0.1:8196-043F7A3168C07766]]
08:07:02.777 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:02.777 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E71,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47113, Token=043F7A3168C07766, 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]
08:07:02.777 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:02.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47113]
08:07:02.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R72, 127.0.0.1:8193] replace CON-POST   MID=47113, Token=043F7A3168C07766, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47113, Token=043F7A3168C07766, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.778 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R72, 127.0.0.1:8193] send response NON-2.05   MID=47113, Token=null, OptionSet={}, "server responds hi"
08:07:02.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R72, 127.0.0.1:8193, complete]!
08:07:02.779 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R72, 127.0.0.1:8193, complete] completed NON-2.04   MID=47113, Token=043F7A3168C07766, 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!
08:07:02.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
08:07:02.779 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E72,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47113, Token=043F7A3168C07766, 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]
08:07:02.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
08:07:02.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:8196-47113]
08:07:02.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.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
08:07:02.780 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L71, 127.0.0.1:8196, complete]!
08:07:02.780 [: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-043F7A3168C07766]
08:07:02.780 [: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-47113]
08:07:02.780 [: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=47113, Token=043F7A3168C07766, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47113, Token=043F7A3168C07766, 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!
08:07:02.781 [: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
08:07:02.781 [: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"
08:07:02.781 [: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
08:07:02.781 [: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-47114], CON-POST   MID=47114, 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
08:07:02.782 [: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-14AFD8C517127D74], CON-POST   MID=47114, Token=14AFD8C517127D74, 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
08:07:02.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-47114], KeyToken[127.0.0.1:8196-14AFD8C517127D74]]
08:07:02.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 40 bytes to 127.0.0.1:8196
08:07:02.782 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E73,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47114, Token=14AFD8C517127D74, 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]
08:07:02.782 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:02.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47114]
08:07:02.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R74, 127.0.0.1:8193] replace CON-POST   MID=47114, Token=14AFD8C517127D74, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47114, Token=14AFD8C517127D74, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.783 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R74, 127.0.0.1:8193] send response NON-2.05   MID=47114, Token=null, OptionSet={}, "server responds hi"
08:07:02.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R74, 127.0.0.1:8193, complete]!
08:07:02.784 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R74, 127.0.0.1:8193, complete] completed NON-2.04   MID=47114, Token=14AFD8C517127D74, 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!
08:07:02.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
08:07:02.784 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E74,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47114, Token=14AFD8C517127D74, 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]
08:07:02.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
08:07:02.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-47114]
08:07:02.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.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
08:07:02.785 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L73, 127.0.0.1:8196, complete]!
08:07:02.785 [: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-14AFD8C517127D74]
08:07:02.785 [: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-47114]
08:07:02.785 [: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=47114, Token=14AFD8C517127D74, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47114, Token=14AFD8C517127D74, 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!
08:07:02.794 [: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
08:07:02.794 [: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"
08:07:02.794 [: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
08:07:02.794 [: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-47115], CON-POST   MID=47115, 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
08:07:02.795 [: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-ACF4E31BA8B03CB9], CON-POST   MID=47115, Token=ACF4E31BA8B03CB9, 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
08:07:02.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-47115], KeyToken[127.0.0.1:8196-ACF4E31BA8B03CB9]]
08:07:02.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
08:07:02.795 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E75,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47115, Token=ACF4E31BA8B03CB9, 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]
08:07:02.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
08:07:02.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47115]
08:07:02.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R76, 127.0.0.1:8193] replace CON-POST   MID=47115, Token=ACF4E31BA8B03CB9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47115, Token=ACF4E31BA8B03CB9, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R76, 127.0.0.1:8193] send response NON-2.05   MID=47115, Token=null, OptionSet={}, "server responds hi"
08:07:02.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R76, 127.0.0.1:8193, complete]!
08:07:02.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R76, 127.0.0.1:8193, complete] completed NON-2.04   MID=47115, Token=ACF4E31BA8B03CB9, 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!
08:07:02.797 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.797 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E76,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47115, Token=ACF4E31BA8B03CB9, 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]
08:07:02.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
08:07:02.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-47115]
08:07:02.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.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
08:07:02.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L75, 127.0.0.1:8196, complete]!
08:07:02.798 [: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-ACF4E31BA8B03CB9]
08:07:02.798 [: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-47115]
08:07:02.798 [: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=47115, Token=ACF4E31BA8B03CB9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47115, Token=ACF4E31BA8B03CB9, 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!
08:07:02.799 [: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
08:07:02.799 [: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"
08:07:02.799 [: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
08:07:02.800 [: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-47116], CON-POST   MID=47116, 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
08:07:02.800 [: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-A0F2FC613C3FE332], CON-POST   MID=47116, Token=A0F2FC613C3FE332, 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
08:07:02.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-47116], KeyToken[127.0.0.1:8196-A0F2FC613C3FE332]]
08:07:02.800 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:02.800 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E77,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47116, Token=A0F2FC613C3FE332, 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]
08:07:02.801 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:02.801 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47116]
08:07:02.801 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.801 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R78, 127.0.0.1:8193] replace CON-POST   MID=47116, Token=A0F2FC613C3FE332, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47116, Token=A0F2FC613C3FE332, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.801 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R78, 127.0.0.1:8193] send response NON-2.05   MID=47116, Token=null, OptionSet={}, "server responds hi"
08:07:02.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R78, 127.0.0.1:8193, complete]!
08:07:02.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R78, 127.0.0.1:8193, complete] completed NON-2.04   MID=47116, Token=A0F2FC613C3FE332, 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!
08:07:02.802 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.802 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E78,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47116, Token=A0F2FC613C3FE332, 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]
08:07:02.802 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:02.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47116]
08:07:02.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L77, 127.0.0.1:8196, complete]!
08:07:02.803 [: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-A0F2FC613C3FE332]
08:07:02.803 [: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-47116]
08:07:02.803 [: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=47116, Token=A0F2FC613C3FE332, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47116, Token=A0F2FC613C3FE332, 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!
08:07:02.804 [: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
08:07:02.804 [: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"
08:07:02.804 [: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
08:07:02.805 [: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-47117], CON-POST   MID=47117, 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
08:07:02.805 [: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-60A2968771C29165], CON-POST   MID=47117, Token=60A2968771C29165, 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
08:07:02.805 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47117], KeyToken[127.0.0.1:8196-60A2968771C29165]]
08:07:02.805 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:02.805 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E79,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47117, Token=60A2968771C29165, 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]
08:07:02.805 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:02.806 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47117]
08:07:02.806 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.806 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R80, 127.0.0.1:8193] replace CON-POST   MID=47117, Token=60A2968771C29165, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47117, Token=60A2968771C29165, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.806 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R80, 127.0.0.1:8193] send response NON-2.05   MID=47117, Token=null, OptionSet={}, "server responds hi"
08:07:02.807 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R80, 127.0.0.1:8193, complete]!
08:07:02.807 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R80, 127.0.0.1:8193, complete] completed NON-2.04   MID=47117, Token=60A2968771C29165, 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!
08:07:02.807 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.807 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E80,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47117, Token=60A2968771C29165, 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]
08:07:02.807 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:02.808 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47117]
08:07:02.808 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.808 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.808 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L79, 127.0.0.1:8196, complete]!
08:07:02.808 [: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-60A2968771C29165]
08:07:02.808 [: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-47117]
08:07:02.808 [: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=47117, Token=60A2968771C29165, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47117, Token=60A2968771C29165, 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!
08:07:02.809 [: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
08:07:02.809 [: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"
08:07:02.809 [: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
08:07:02.810 [: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-47118], CON-POST   MID=47118, 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
08:07:02.810 [: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-ACB243F0FAEC82EA], CON-POST   MID=47118, Token=ACB243F0FAEC82EA, 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
08:07:02.810 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47118], KeyToken[127.0.0.1:8196-ACB243F0FAEC82EA]]
08:07:02.810 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:02.810 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E81,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47118, Token=ACB243F0FAEC82EA, 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]
08:07:02.810 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:02.811 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47118]
08:07:02.811 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.811 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R82, 127.0.0.1:8193] replace CON-POST   MID=47118, Token=ACB243F0FAEC82EA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47118, Token=ACB243F0FAEC82EA, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.811 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R82, 127.0.0.1:8193] send response NON-2.05   MID=47118, Token=null, OptionSet={}, "server responds hi"
08:07:02.812 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R82, 127.0.0.1:8193, complete]!
08:07:02.812 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R82, 127.0.0.1:8193, complete] completed NON-2.04   MID=47118, Token=ACB243F0FAEC82EA, 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!
08:07:02.812 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.812 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E82,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47118, Token=ACB243F0FAEC82EA, 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]
08:07:02.812 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:02.813 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47118]
08:07:02.813 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.813 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.813 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L81, 127.0.0.1:8196, complete]!
08:07:02.813 [: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-ACB243F0FAEC82EA]
08:07:02.813 [: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-47118]
08:07:02.813 [: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=47118, Token=ACB243F0FAEC82EA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47118, Token=ACB243F0FAEC82EA, 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!
08:07:02.814 [: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
08:07:02.814 [: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"
08:07:02.814 [: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
08:07:02.815 [: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-47119], CON-POST   MID=47119, 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
08:07:02.815 [: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-0C3E1D023A665C1F], CON-POST   MID=47119, Token=0C3E1D023A665C1F, 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
08:07:02.815 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47119], KeyToken[127.0.0.1:8196-0C3E1D023A665C1F]]
08:07:02.815 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:02.815 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E83,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47119, Token=0C3E1D023A665C1F, 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]
08:07:02.815 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:02.816 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47119]
08:07:02.816 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.816 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R84, 127.0.0.1:8193] replace CON-POST   MID=47119, Token=0C3E1D023A665C1F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47119, Token=0C3E1D023A665C1F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.816 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R84, 127.0.0.1:8193] send response NON-2.05   MID=47119, Token=null, OptionSet={}, "server responds hi"
08:07:02.817 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R84, 127.0.0.1:8193, complete]!
08:07:02.817 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R84, 127.0.0.1:8193, complete] completed NON-2.04   MID=47119, Token=0C3E1D023A665C1F, 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!
08:07:02.817 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.817 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E84,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47119, Token=0C3E1D023A665C1F, 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]
08:07:02.818 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:02.818 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47119]
08:07:02.818 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.818 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.818 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L83, 127.0.0.1:8196, complete]!
08:07:02.818 [: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-0C3E1D023A665C1F]
08:07:02.818 [: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-47119]
08:07:02.818 [: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=47119, Token=0C3E1D023A665C1F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47119, Token=0C3E1D023A665C1F, 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!
08:07:02.819 [: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
08:07:02.819 [: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"
08:07:02.819 [: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
08:07:02.820 [: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-47120], CON-POST   MID=47120, 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
08:07:02.820 [: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-BC42AD739C3304B5], CON-POST   MID=47120, Token=BC42AD739C3304B5, 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
08:07:02.820 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47120], KeyToken[127.0.0.1:8196-BC42AD739C3304B5]]
08:07:02.820 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:02.820 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E85,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47120, Token=BC42AD739C3304B5, 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]
08:07:02.820 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:02.821 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47120]
08:07:02.821 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.821 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R86, 127.0.0.1:8193] replace CON-POST   MID=47120, Token=BC42AD739C3304B5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47120, Token=BC42AD739C3304B5, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.821 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R86, 127.0.0.1:8193] send response NON-2.05   MID=47120, Token=null, OptionSet={}, "server responds hi"
08:07:02.822 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R86, 127.0.0.1:8193, complete]!
08:07:02.822 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R86, 127.0.0.1:8193, complete] completed NON-2.04   MID=47120, Token=BC42AD739C3304B5, 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!
08:07:02.822 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.822 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E86,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47120, Token=BC42AD739C3304B5, 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]
08:07:02.823 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:02.823 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47120]
08:07:02.823 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.823 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.823 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L85, 127.0.0.1:8196, complete]!
08:07:02.823 [: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-BC42AD739C3304B5]
08:07:02.823 [: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-47120]
08:07:02.823 [: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=47120, Token=BC42AD739C3304B5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47120, Token=BC42AD739C3304B5, 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!
08:07:02.824 [: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
08:07:02.824 [: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"
08:07:02.824 [: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
08:07:02.825 [: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-47121], CON-POST   MID=47121, 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
08:07:02.825 [: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-246A07D918F334F3], CON-POST   MID=47121, Token=246A07D918F334F3, 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
08:07:02.825 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47121], KeyToken[127.0.0.1:8196-246A07D918F334F3]]
08:07:02.825 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:02.825 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E87,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47121, Token=246A07D918F334F3, 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]
08:07:02.825 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:02.826 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47121]
08:07:02.826 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.826 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R88, 127.0.0.1:8193] replace CON-POST   MID=47121, Token=246A07D918F334F3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47121, Token=246A07D918F334F3, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.826 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R88, 127.0.0.1:8193] send response NON-2.05   MID=47121, Token=null, OptionSet={}, "server responds hi"
08:07:02.827 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R88, 127.0.0.1:8193, complete]!
08:07:02.827 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R88, 127.0.0.1:8193, complete] completed NON-2.04   MID=47121, Token=246A07D918F334F3, 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!
08:07:02.827 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.827 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E88,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47121, Token=246A07D918F334F3, 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]
08:07:02.827 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:02.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47121]
08:07:02.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L87, 127.0.0.1:8196, complete]!
08:07:02.828 [: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-246A07D918F334F3]
08:07:02.828 [: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-47121]
08:07:02.828 [: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=47121, Token=246A07D918F334F3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47121, Token=246A07D918F334F3, 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!
08:07:02.829 [: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
08:07:02.829 [: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"
08:07:02.829 [: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
08:07:02.829 [: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-47122], CON-POST   MID=47122, 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
08:07:02.830 [: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-C0BCA472173061B5], CON-POST   MID=47122, Token=C0BCA472173061B5, 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
08:07:02.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47122], KeyToken[127.0.0.1:8196-C0BCA472173061B5]]
08:07:02.830 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:02.830 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E89,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47122, Token=C0BCA472173061B5, 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]
08:07:02.830 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:02.830 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47122]
08:07:02.831 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.831 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R90, 127.0.0.1:8193] replace CON-POST   MID=47122, Token=C0BCA472173061B5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47122, Token=C0BCA472173061B5, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.831 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R90, 127.0.0.1:8193] send response NON-2.05   MID=47122, Token=null, OptionSet={}, "server responds hi"
08:07:02.831 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R90, 127.0.0.1:8193, complete]!
08:07:02.832 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R90, 127.0.0.1:8193, complete] completed NON-2.04   MID=47122, Token=C0BCA472173061B5, 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!
08:07:02.832 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.832 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E90,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47122, Token=C0BCA472173061B5, 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]
08:07:02.832 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:02.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47122]
08:07:02.833 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.833 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.833 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L89, 127.0.0.1:8196, complete]!
08:07:02.833 [: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-C0BCA472173061B5]
08:07:02.833 [: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-47122]
08:07:02.833 [: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=47122, Token=C0BCA472173061B5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47122, Token=C0BCA472173061B5, 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!
08:07:02.834 [: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
08:07:02.834 [: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"
08:07:02.834 [: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
08:07:02.834 [: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-47123], CON-POST   MID=47123, 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
08:07:02.834 [: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-B4F473F508AFB66D], CON-POST   MID=47123, Token=B4F473F508AFB66D, 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
08:07:02.835 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47123], KeyToken[127.0.0.1:8196-B4F473F508AFB66D]]
08:07:02.835 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:02.835 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E91,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47123, Token=B4F473F508AFB66D, 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]
08:07:02.835 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:02.835 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47123]
08:07:02.836 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.836 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R92, 127.0.0.1:8193] replace CON-POST   MID=47123, Token=B4F473F508AFB66D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47123, Token=B4F473F508AFB66D, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.836 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R92, 127.0.0.1:8193] send response NON-2.05   MID=47123, Token=null, OptionSet={}, "server responds hi"
08:07:02.836 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R92, 127.0.0.1:8193, complete]!
08:07:02.836 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R92, 127.0.0.1:8193, complete] completed NON-2.04   MID=47123, Token=B4F473F508AFB66D, 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!
08:07:02.837 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.837 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E92,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47123, Token=B4F473F508AFB66D, 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]
08:07:02.837 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:02.837 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47123]
08:07:02.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L91, 127.0.0.1:8196, complete]!
08:07:02.838 [: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-B4F473F508AFB66D]
08:07:02.838 [: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-47123]
08:07:02.838 [: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=47123, Token=B4F473F508AFB66D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47123, Token=B4F473F508AFB66D, 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!
08:07:02.838 [: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
08:07:02.838 [: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"
08:07:02.839 [: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
08:07:02.839 [: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-47124], CON-POST   MID=47124, 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
08:07:02.839 [: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-FC0E1817BEC2A819], CON-POST   MID=47124, Token=FC0E1817BEC2A819, 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
08:07:02.839 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47124], KeyToken[127.0.0.1:8196-FC0E1817BEC2A819]]
08:07:02.840 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:02.840 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E93,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47124, Token=FC0E1817BEC2A819, 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]
08:07:02.840 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:02.840 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47124]
08:07:02.840 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.841 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R94, 127.0.0.1:8193] replace CON-POST   MID=47124, Token=FC0E1817BEC2A819, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47124, Token=FC0E1817BEC2A819, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.841 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R94, 127.0.0.1:8193] send response NON-2.05   MID=47124, Token=null, OptionSet={}, "server responds hi"
08:07:02.841 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R94, 127.0.0.1:8193, complete]!
08:07:02.841 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R94, 127.0.0.1:8193, complete] completed NON-2.04   MID=47124, Token=FC0E1817BEC2A819, 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!
08:07:02.842 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.842 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E94,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47124, Token=FC0E1817BEC2A819, 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]
08:07:02.842 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:02.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47124]
08:07:02.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L93, 127.0.0.1:8196, complete]!
08:07:02.843 [: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-FC0E1817BEC2A819]
08:07:02.843 [: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-47124]
08:07:02.843 [: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=47124, Token=FC0E1817BEC2A819, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47124, Token=FC0E1817BEC2A819, 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!
08:07:02.843 [: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
08:07:02.843 [: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"
08:07:02.844 [: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
08:07:02.844 [: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-47125], CON-POST   MID=47125, 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
08:07:02.844 [: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-E0964C58F26A47EC], CON-POST   MID=47125, Token=E0964C58F26A47EC, 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
08:07:02.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47125], KeyToken[127.0.0.1:8196-E0964C58F26A47EC]]
08:07:02.844 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:02.845 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E95,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47125, Token=E0964C58F26A47EC, 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]
08:07:02.845 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:02.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47125]
08:07:02.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R96, 127.0.0.1:8193] replace CON-POST   MID=47125, Token=E0964C58F26A47EC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47125, Token=E0964C58F26A47EC, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.846 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R96, 127.0.0.1:8193] send response NON-2.05   MID=47125, Token=null, OptionSet={}, "server responds hi"
08:07:02.846 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R96, 127.0.0.1:8193, complete]!
08:07:02.846 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R96, 127.0.0.1:8193, complete] completed NON-2.04   MID=47125, Token=E0964C58F26A47EC, 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!
08:07:02.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
08:07:02.847 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E96,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47125, Token=E0964C58F26A47EC, 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]
08:07:02.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
08:07:02.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-47125]
08:07:02.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.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
08:07:02.847 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L95, 127.0.0.1:8196, complete]!
08:07:02.847 [: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-E0964C58F26A47EC]
08:07:02.847 [: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-47125]
08:07:02.848 [: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=47125, Token=E0964C58F26A47EC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47125, Token=E0964C58F26A47EC, 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!
08:07:02.848 [: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
08:07:02.848 [: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"
08:07:02.849 [: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
08:07:02.849 [: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-47126], CON-POST   MID=47126, 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
08:07:02.849 [: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-BC66C1E9DE5F3048], CON-POST   MID=47126, Token=BC66C1E9DE5F3048, 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
08:07:02.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-47126], KeyToken[127.0.0.1:8196-BC66C1E9DE5F3048]]
08:07:02.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
08:07:02.850 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E97,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47126, Token=BC66C1E9DE5F3048, 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]
08:07:02.850 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:02.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47126]
08:07:02.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R98, 127.0.0.1:8193] replace CON-POST   MID=47126, Token=BC66C1E9DE5F3048, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47126, Token=BC66C1E9DE5F3048, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.850 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R98, 127.0.0.1:8193] send response NON-2.05   MID=47126, Token=null, OptionSet={}, "server responds hi"
08:07:02.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R98, 127.0.0.1:8193, complete]!
08:07:02.851 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R98, 127.0.0.1:8193, complete] completed NON-2.04   MID=47126, Token=BC66C1E9DE5F3048, 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!
08:07:02.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
08:07:02.851 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E98,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47126, Token=BC66C1E9DE5F3048, 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]
08:07:02.852 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:02.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47126]
08:07:02.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.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
08:07:02.852 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L97, 127.0.0.1:8196, complete]!
08:07:02.852 [: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-BC66C1E9DE5F3048]
08:07:02.852 [: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-47126]
08:07:02.852 [: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=47126, Token=BC66C1E9DE5F3048, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47126, Token=BC66C1E9DE5F3048, 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!
08:07:02.853 [: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
08:07:02.853 [: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"
08:07:02.853 [: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
08:07:02.854 [: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-47127], CON-POST   MID=47127, 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
08:07:02.854 [: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-5C422EAD4B0FA5A2], CON-POST   MID=47127, Token=5C422EAD4B0FA5A2, 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
08:07:02.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-47127], KeyToken[127.0.0.1:8196-5C422EAD4B0FA5A2]]
08:07:02.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
08:07:02.854 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E99,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47127, Token=5C422EAD4B0FA5A2, 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]
08:07:02.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
08:07:02.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47127]
08:07:02.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R100, 127.0.0.1:8193] replace CON-POST   MID=47127, Token=5C422EAD4B0FA5A2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47127, Token=5C422EAD4B0FA5A2, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.855 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R100, 127.0.0.1:8193] send response NON-2.05   MID=47127, Token=null, OptionSet={}, "server responds hi"
08:07:02.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R100, 127.0.0.1:8193, complete]!
08:07:02.856 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R100, 127.0.0.1:8193, complete] completed NON-2.04   MID=47127, Token=5C422EAD4B0FA5A2, 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!
08:07:02.856 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.856 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E100,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47127, Token=5C422EAD4B0FA5A2, 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]
08:07:02.856 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:02.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-47127]
08:07:02.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.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
08:07:02.857 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L99, 127.0.0.1:8196, complete]!
08:07:02.857 [: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-5C422EAD4B0FA5A2]
08:07:02.857 [: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-47127]
08:07:02.857 [: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=47127, Token=5C422EAD4B0FA5A2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47127, Token=5C422EAD4B0FA5A2, 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!
08:07:02.857 [: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
08:07:02.858 [: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"
08:07:02.858 [: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
08:07:02.858 [: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-47128], CON-POST   MID=47128, 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
08:07:02.858 [: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-A053B6229E043E7F], CON-POST   MID=47128, Token=A053B6229E043E7F, 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
08:07:02.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-47128], KeyToken[127.0.0.1:8196-A053B6229E043E7F]]
08:07:02.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
08:07:02.859 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E101,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47128, Token=A053B6229E043E7F, 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]
08:07:02.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
08:07:02.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47128]
08:07:02.859 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R102, 127.0.0.1:8193] replace CON-POST   MID=47128, Token=A053B6229E043E7F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47128, Token=A053B6229E043E7F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R102, 127.0.0.1:8193] send response NON-2.05   MID=47128, Token=null, OptionSet={}, "server responds hi"
08:07:02.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R102, 127.0.0.1:8193, complete]!
08:07:02.860 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R102, 127.0.0.1:8193, complete] completed NON-2.04   MID=47128, Token=A053B6229E043E7F, 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!
08:07:02.861 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.861 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E102,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47128, Token=A053B6229E043E7F, 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]
08:07:02.861 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:02.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47128]
08:07:02.861 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.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
08:07:02.862 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L101, 127.0.0.1:8196, complete]!
08:07:02.862 [: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-A053B6229E043E7F]
08:07:02.862 [: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-47128]
08:07:02.862 [: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=47128, Token=A053B6229E043E7F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47128, Token=A053B6229E043E7F, 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!
08:07:02.862 [: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
08:07:02.862 [: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"
08:07:02.863 [: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
08:07:02.863 [: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-47129], CON-POST   MID=47129, 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
08:07:02.863 [: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-70F209FF3051C173], CON-POST   MID=47129, Token=70F209FF3051C173, 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
08:07:02.863 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47129], KeyToken[127.0.0.1:8196-70F209FF3051C173]]
08:07:02.863 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:02.864 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E103,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47129, Token=70F209FF3051C173, 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]
08:07:02.864 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:02.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47129]
08:07:02.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.864 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R104, 127.0.0.1:8193] replace CON-POST   MID=47129, Token=70F209FF3051C173, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47129, Token=70F209FF3051C173, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R104, 127.0.0.1:8193] send response NON-2.05   MID=47129, Token=null, OptionSet={}, "server responds hi"
08:07:02.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R104, 127.0.0.1:8193, complete]!
08:07:02.865 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R104, 127.0.0.1:8193, complete] completed NON-2.04   MID=47129, Token=70F209FF3051C173, 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!
08:07:02.865 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.866 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E104,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47129, Token=70F209FF3051C173, 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]
08:07:02.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
08:07:02.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-47129]
08:07:02.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.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
08:07:02.866 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L103, 127.0.0.1:8196, complete]!
08:07:02.867 [: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-70F209FF3051C173]
08:07:02.867 [: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-47129]
08:07:02.867 [: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=47129, Token=70F209FF3051C173, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47129, Token=70F209FF3051C173, 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!
08:07:02.867 [: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
08:07:02.867 [: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"
08:07:02.868 [: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
08:07:02.868 [: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-47130], CON-POST   MID=47130, 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
08:07:02.868 [: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-A4AEDEAF6235E1AD], CON-POST   MID=47130, Token=A4AEDEAF6235E1AD, 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
08:07:02.868 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47130], KeyToken[127.0.0.1:8196-A4AEDEAF6235E1AD]]
08:07:02.868 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:02.869 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E105,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47130, Token=A4AEDEAF6235E1AD, 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]
08:07:02.869 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:02.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47130]
08:07:02.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R106, 127.0.0.1:8193] replace CON-POST   MID=47130, Token=A4AEDEAF6235E1AD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47130, Token=A4AEDEAF6235E1AD, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.869 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R106, 127.0.0.1:8193] send response NON-2.05   MID=47130, Token=null, OptionSet={}, "server responds hi"
08:07:02.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R106, 127.0.0.1:8193, complete]!
08:07:02.870 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R106, 127.0.0.1:8193, complete] completed NON-2.04   MID=47130, Token=A4AEDEAF6235E1AD, 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!
08:07:02.870 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.870 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E106,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47130, Token=A4AEDEAF6235E1AD, 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]
08:07:02.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
08:07:02.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-47130]
08:07:02.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.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
08:07:02.871 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L105, 127.0.0.1:8196, complete]!
08:07:02.871 [: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-A4AEDEAF6235E1AD]
08:07:02.871 [: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-47130]
08:07:02.871 [: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=47130, Token=A4AEDEAF6235E1AD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47130, Token=A4AEDEAF6235E1AD, 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!
08:07:02.872 [: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
08:07:02.872 [: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"
08:07:02.872 [: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
08:07:02.894 [: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-47131], CON-POST   MID=47131, 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
08:07:02.894 [: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-745D3AE2E3DD55F0], CON-POST   MID=47131, Token=745D3AE2E3DD55F0, 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
08:07:02.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47131], KeyToken[127.0.0.1:8196-745D3AE2E3DD55F0]]
08:07:02.894 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:02.895 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E107,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47131, Token=745D3AE2E3DD55F0, 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]
08:07:02.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
08:07:02.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47131]
08:07:02.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R108, 127.0.0.1:8193] replace CON-POST   MID=47131, Token=745D3AE2E3DD55F0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47131, Token=745D3AE2E3DD55F0, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R108, 127.0.0.1:8193] send response NON-2.05   MID=47131, Token=null, OptionSet={}, "server responds hi"
08:07:02.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R108, 127.0.0.1:8193, complete]!
08:07:02.896 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R108, 127.0.0.1:8193, complete] completed NON-2.04   MID=47131, Token=745D3AE2E3DD55F0, 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!
08:07:02.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
08:07:02.897 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E108,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47131, Token=745D3AE2E3DD55F0, 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]
08:07:02.897 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:02.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47131]
08:07:02.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L107, 127.0.0.1:8196, complete]!
08:07:02.897 [: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-745D3AE2E3DD55F0]
08:07:02.897 [: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-47131]
08:07:02.897 [: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=47131, Token=745D3AE2E3DD55F0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47131, Token=745D3AE2E3DD55F0, 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!
08:07:02.898 [: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
08:07:02.898 [: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"
08:07:02.898 [: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
08:07:02.899 [: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-47132], CON-POST   MID=47132, 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
08:07:02.899 [: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-E41B57A2219B16EB], CON-POST   MID=47132, Token=E41B57A2219B16EB, 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
08:07:02.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47132], KeyToken[127.0.0.1:8196-E41B57A2219B16EB]]
08:07:02.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:8196
08:07:02.899 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E109,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47132, Token=E41B57A2219B16EB, 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]
08:07:02.900 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:02.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47132]
08:07:02.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R110, 127.0.0.1:8193] replace CON-POST   MID=47132, Token=E41B57A2219B16EB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47132, Token=E41B57A2219B16EB, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R110, 127.0.0.1:8193] send response NON-2.05   MID=47132, Token=null, OptionSet={}, "server responds hi"
08:07:02.901 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R110, 127.0.0.1:8193, complete]!
08:07:02.901 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R110, 127.0.0.1:8193, complete] completed NON-2.04   MID=47132, Token=E41B57A2219B16EB, 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!
08:07:02.901 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.901 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E110,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47132, Token=E41B57A2219B16EB, 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]
08:07:02.901 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:02.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47132]
08:07:02.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L109, 127.0.0.1:8196, complete]!
08:07:02.902 [: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-E41B57A2219B16EB]
08:07:02.902 [: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-47132]
08:07:02.902 [: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=47132, Token=E41B57A2219B16EB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47132, Token=E41B57A2219B16EB, 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!
08:07:02.903 [: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
08:07:02.903 [: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"
08:07:02.903 [: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
08:07:02.903 [: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-47133], CON-POST   MID=47133, 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
08:07:02.903 [: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-68BEC990742CC72F], CON-POST   MID=47133, Token=68BEC990742CC72F, 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
08:07:02.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47133], KeyToken[127.0.0.1:8196-68BEC990742CC72F]]
08:07:02.904 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:02.904 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E111,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47133, Token=68BEC990742CC72F, 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]
08:07:02.904 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:02.904 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47133]
08:07:02.904 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.905 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R112, 127.0.0.1:8193] replace CON-POST   MID=47133, Token=68BEC990742CC72F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47133, Token=68BEC990742CC72F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.905 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R112, 127.0.0.1:8193] send response NON-2.05   MID=47133, Token=null, OptionSet={}, "server responds hi"
08:07:02.905 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R112, 127.0.0.1:8193, complete]!
08:07:02.905 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R112, 127.0.0.1:8193, complete] completed NON-2.04   MID=47133, Token=68BEC990742CC72F, 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!
08:07:02.906 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.906 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E112,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47133, Token=68BEC990742CC72F, 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]
08:07:02.906 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:02.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47133]
08:07:02.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.907 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.907 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L111, 127.0.0.1:8196, complete]!
08:07:02.907 [: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-68BEC990742CC72F]
08:07:02.907 [: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-47133]
08:07:02.907 [: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=47133, Token=68BEC990742CC72F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47133, Token=68BEC990742CC72F, 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!
08:07:02.907 [: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
08:07:02.907 [: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"
08:07:02.908 [: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
08:07:02.908 [: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-47134], CON-POST   MID=47134, 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
08:07:02.908 [: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-9C7C3C1E1F862693], CON-POST   MID=47134, Token=9C7C3C1E1F862693, 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
08:07:02.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47134], KeyToken[127.0.0.1:8196-9C7C3C1E1F862693]]
08:07:02.909 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:02.909 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E113,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47134, Token=9C7C3C1E1F862693, 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]
08:07:02.909 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:02.909 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47134]
08:07:02.909 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.910 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R114, 127.0.0.1:8193] replace CON-POST   MID=47134, Token=9C7C3C1E1F862693, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47134, Token=9C7C3C1E1F862693, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.910 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R114, 127.0.0.1:8193] send response NON-2.05   MID=47134, Token=null, OptionSet={}, "server responds hi"
08:07:02.910 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R114, 127.0.0.1:8193, complete]!
08:07:02.910 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R114, 127.0.0.1:8193, complete] completed NON-2.04   MID=47134, Token=9C7C3C1E1F862693, 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!
08:07:02.911 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.911 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E114,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47134, Token=9C7C3C1E1F862693, 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]
08:07:02.911 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:02.911 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47134]
08:07:02.911 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.911 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.912 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L113, 127.0.0.1:8196, complete]!
08:07:02.912 [: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-9C7C3C1E1F862693]
08:07:02.912 [: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-47134]
08:07:02.912 [: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=47134, Token=9C7C3C1E1F862693, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47134, Token=9C7C3C1E1F862693, 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!
08:07:02.912 [: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
08:07:02.912 [: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"
08:07:02.913 [: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
08:07:02.913 [: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-47135], CON-POST   MID=47135, 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
08:07:02.913 [: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-0054519F0FAD007B], CON-POST   MID=47135, Token=0054519F0FAD007B, 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
08:07:02.913 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47135], KeyToken[127.0.0.1:8196-0054519F0FAD007B]]
08:07:02.913 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:02.914 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E115,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47135, Token=0054519F0FAD007B, 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]
08:07:02.914 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:02.914 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47135]
08:07:02.914 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.914 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R116, 127.0.0.1:8193] replace CON-POST   MID=47135, Token=0054519F0FAD007B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47135, Token=0054519F0FAD007B, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.915 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R116, 127.0.0.1:8193] send response NON-2.05   MID=47135, Token=null, OptionSet={}, "server responds hi"
08:07:02.915 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R116, 127.0.0.1:8193, complete]!
08:07:02.915 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R116, 127.0.0.1:8193, complete] completed NON-2.04   MID=47135, Token=0054519F0FAD007B, 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!
08:07:02.915 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.916 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E116,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47135, Token=0054519F0FAD007B, 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]
08:07:02.916 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:02.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47135]
08:07:02.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L115, 127.0.0.1:8196, complete]!
08:07:02.916 [: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-0054519F0FAD007B]
08:07:02.916 [: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-47135]
08:07:02.917 [: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=47135, Token=0054519F0FAD007B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47135, Token=0054519F0FAD007B, 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!
08:07:02.917 [: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
08:07:02.917 [: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"
08:07:02.917 [: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
08:07:02.918 [: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-47136], CON-POST   MID=47136, 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
08:07:02.918 [: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-943E05A7548E5532], CON-POST   MID=47136, Token=943E05A7548E5532, 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
08:07:02.918 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47136], KeyToken[127.0.0.1:8196-943E05A7548E5532]]
08:07:02.918 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:02.919 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E117,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47136, Token=943E05A7548E5532, 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]
08:07:02.919 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:02.919 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47136]
08:07:02.919 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.919 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R118, 127.0.0.1:8193] replace CON-POST   MID=47136, Token=943E05A7548E5532, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47136, Token=943E05A7548E5532, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.920 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R118, 127.0.0.1:8193] send response NON-2.05   MID=47136, Token=null, OptionSet={}, "server responds hi"
08:07:02.920 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R118, 127.0.0.1:8193, complete]!
08:07:02.920 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R118, 127.0.0.1:8193, complete] completed NON-2.04   MID=47136, Token=943E05A7548E5532, 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!
08:07:02.920 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.921 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E118,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47136, Token=943E05A7548E5532, 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]
08:07:02.921 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:02.921 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47136]
08:07:02.921 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.921 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.921 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L117, 127.0.0.1:8196, complete]!
08:07:02.921 [: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-943E05A7548E5532]
08:07:02.921 [: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-47136]
08:07:02.921 [: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=47136, Token=943E05A7548E5532, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47136, Token=943E05A7548E5532, 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!
08:07:02.922 [: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
08:07:02.922 [: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"
08:07:02.922 [: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
08:07:02.923 [: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-47137], CON-POST   MID=47137, 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
08:07:02.923 [: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-F043E61208F5B3C1], CON-POST   MID=47137, Token=F043E61208F5B3C1, 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
08:07:02.923 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47137], KeyToken[127.0.0.1:8196-F043E61208F5B3C1]]
08:07:02.923 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:02.923 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E119,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47137, Token=F043E61208F5B3C1, 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]
08:07:02.924 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:02.924 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47137]
08:07:02.924 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.924 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R120, 127.0.0.1:8193] replace CON-POST   MID=47137, Token=F043E61208F5B3C1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47137, Token=F043E61208F5B3C1, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.924 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R120, 127.0.0.1:8193] send response NON-2.05   MID=47137, Token=null, OptionSet={}, "server responds hi"
08:07:02.925 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R120, 127.0.0.1:8193, complete]!
08:07:02.925 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R120, 127.0.0.1:8193, complete] completed NON-2.04   MID=47137, Token=F043E61208F5B3C1, 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!
08:07:02.925 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.925 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E120,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47137, Token=F043E61208F5B3C1, 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]
08:07:02.926 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:02.926 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47137]
08:07:02.926 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.926 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.926 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L119, 127.0.0.1:8196, complete]!
08:07:02.926 [: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-F043E61208F5B3C1]
08:07:02.926 [: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-47137]
08:07:02.926 [: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=47137, Token=F043E61208F5B3C1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47137, Token=F043E61208F5B3C1, 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!
08:07:02.927 [: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
08:07:02.927 [: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"
08:07:02.927 [: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
08:07:02.928 [: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-47138], CON-POST   MID=47138, 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
08:07:02.928 [: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-D0ACA0ADC8963535], CON-POST   MID=47138, Token=D0ACA0ADC8963535, 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
08:07:02.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47138], KeyToken[127.0.0.1:8196-D0ACA0ADC8963535]]
08:07:02.928 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:02.928 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E121,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47138, Token=D0ACA0ADC8963535, 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]
08:07:02.928 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:02.928 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47138]
08:07:02.929 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.929 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R122, 127.0.0.1:8193] replace CON-POST   MID=47138, Token=D0ACA0ADC8963535, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47138, Token=D0ACA0ADC8963535, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.929 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R122, 127.0.0.1:8193] send response NON-2.05   MID=47138, Token=null, OptionSet={}, "server responds hi"
08:07:02.929 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R122, 127.0.0.1:8193, complete]!
08:07:02.929 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R122, 127.0.0.1:8193, complete] completed NON-2.04   MID=47138, Token=D0ACA0ADC8963535, 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!
08:07:02.930 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.930 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E122,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47138, Token=D0ACA0ADC8963535, 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]
08:07:02.930 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:02.930 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47138]
08:07:02.930 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.930 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.931 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L121, 127.0.0.1:8196, complete]!
08:07:02.931 [: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-D0ACA0ADC8963535]
08:07:02.931 [: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-47138]
08:07:02.931 [: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=47138, Token=D0ACA0ADC8963535, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47138, Token=D0ACA0ADC8963535, 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!
08:07:02.931 [: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
08:07:02.931 [: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"
08:07:02.932 [: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
08:07:02.932 [: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-47139], CON-POST   MID=47139, 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
08:07:02.932 [: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-B82FE33C31BBF92C], CON-POST   MID=47139, Token=B82FE33C31BBF92C, 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
08:07:02.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47139], KeyToken[127.0.0.1:8196-B82FE33C31BBF92C]]
08:07:02.932 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:02.933 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E123,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47139, Token=B82FE33C31BBF92C, 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]
08:07:02.933 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:02.933 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47139]
08:07:02.933 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.933 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R124, 127.0.0.1:8193] replace CON-POST   MID=47139, Token=B82FE33C31BBF92C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47139, Token=B82FE33C31BBF92C, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.934 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R124, 127.0.0.1:8193] send response NON-2.05   MID=47139, Token=null, OptionSet={}, "server responds hi"
08:07:02.934 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R124, 127.0.0.1:8193, complete]!
08:07:02.934 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R124, 127.0.0.1:8193, complete] completed NON-2.04   MID=47139, Token=B82FE33C31BBF92C, 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!
08:07:02.934 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.935 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E124,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47139, Token=B82FE33C31BBF92C, 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]
08:07:02.935 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:02.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47139]
08:07:02.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L123, 127.0.0.1:8196, complete]!
08:07:02.935 [: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-B82FE33C31BBF92C]
08:07:02.935 [: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-47139]
08:07:02.935 [: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=47139, Token=B82FE33C31BBF92C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47139, Token=B82FE33C31BBF92C, 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!
08:07:02.936 [: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
08:07:02.936 [: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"
08:07:02.936 [: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
08:07:02.937 [: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-47140], CON-POST   MID=47140, 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
08:07:02.937 [: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-34E7B4C8D2C017E8], CON-POST   MID=47140, Token=34E7B4C8D2C017E8, 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
08:07:02.937 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47140], KeyToken[127.0.0.1:8196-34E7B4C8D2C017E8]]
08:07:02.937 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:02.937 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E125,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47140, Token=34E7B4C8D2C017E8, 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]
08:07:02.937 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:02.938 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47140]
08:07:02.938 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.938 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R126, 127.0.0.1:8193] replace CON-POST   MID=47140, Token=34E7B4C8D2C017E8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47140, Token=34E7B4C8D2C017E8, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.938 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R126, 127.0.0.1:8193] send response NON-2.05   MID=47140, Token=null, OptionSet={}, "server responds hi"
08:07:02.939 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R126, 127.0.0.1:8193, complete]!
08:07:02.939 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R126, 127.0.0.1:8193, complete] completed NON-2.04   MID=47140, Token=34E7B4C8D2C017E8, 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!
08:07:02.939 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.939 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E126,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47140, Token=34E7B4C8D2C017E8, 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]
08:07:02.939 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:02.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47140]
08:07:02.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L125, 127.0.0.1:8196, complete]!
08:07:02.940 [: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-34E7B4C8D2C017E8]
08:07:02.940 [: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-47140]
08:07:02.940 [: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=47140, Token=34E7B4C8D2C017E8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47140, Token=34E7B4C8D2C017E8, 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!
08:07:02.940 [: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
08:07:02.940 [: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"
08:07:02.941 [: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
08:07:02.941 [: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-47141], CON-POST   MID=47141, 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
08:07:02.941 [: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-ACD8F3A6F3408135], CON-POST   MID=47141, Token=ACD8F3A6F3408135, 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
08:07:02.941 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47141], KeyToken[127.0.0.1:8196-ACD8F3A6F3408135]]
08:07:02.942 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:02.942 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E127,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47141, Token=ACD8F3A6F3408135, 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]
08:07:02.942 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:02.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47141]
08:07:02.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R128, 127.0.0.1:8193] replace CON-POST   MID=47141, Token=ACD8F3A6F3408135, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47141, Token=ACD8F3A6F3408135, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R128, 127.0.0.1:8193] send response NON-2.05   MID=47141, Token=null, OptionSet={}, "server responds hi"
08:07:02.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R128, 127.0.0.1:8193, complete]!
08:07:02.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R128, 127.0.0.1:8193, complete] completed NON-2.04   MID=47141, Token=ACD8F3A6F3408135, 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!
08:07:02.943 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.944 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E128,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47141, Token=ACD8F3A6F3408135, 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]
08:07:02.944 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:02.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47141]
08:07:02.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L127, 127.0.0.1:8196, complete]!
08:07:02.944 [: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-ACD8F3A6F3408135]
08:07:02.944 [: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-47141]
08:07:02.944 [: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=47141, Token=ACD8F3A6F3408135, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47141, Token=ACD8F3A6F3408135, 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!
08:07:02.945 [: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
08:07:02.945 [: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"
08:07:02.945 [: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
08:07:02.946 [: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-47142], CON-POST   MID=47142, 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
08:07:02.946 [: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-1C368534FBC1CB61], CON-POST   MID=47142, Token=1C368534FBC1CB61, 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
08:07:02.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47142], KeyToken[127.0.0.1:8196-1C368534FBC1CB61]]
08:07:02.946 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:02.946 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E129,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47142, Token=1C368534FBC1CB61, 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]
08:07:02.946 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:02.947 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47142]
08:07:02.947 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.947 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R130, 127.0.0.1:8193] replace CON-POST   MID=47142, Token=1C368534FBC1CB61, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47142, Token=1C368534FBC1CB61, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.947 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R130, 127.0.0.1:8193] send response NON-2.05   MID=47142, Token=null, OptionSet={}, "server responds hi"
08:07:02.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R130, 127.0.0.1:8193, complete]!
08:07:02.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R130, 127.0.0.1:8193, complete] completed NON-2.04   MID=47142, Token=1C368534FBC1CB61, 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!
08:07:02.948 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.948 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E130,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47142, Token=1C368534FBC1CB61, 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]
08:07:02.948 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:02.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-47142]
08:07:02.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.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
08:07:02.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L129, 127.0.0.1:8196, complete]!
08:07:02.949 [: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-1C368534FBC1CB61]
08:07:02.949 [: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-47142]
08:07:02.949 [: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=47142, Token=1C368534FBC1CB61, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47142, Token=1C368534FBC1CB61, 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!
08:07:02.949 [: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
08:07:02.949 [: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"
08:07:02.950 [: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
08:07:02.950 [: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-47143], CON-POST   MID=47143, 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
08:07:02.950 [: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-4499462E1B35635B], CON-POST   MID=47143, Token=4499462E1B35635B, 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
08:07:02.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-47143], KeyToken[127.0.0.1:8196-4499462E1B35635B]]
08:07:02.951 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:02.951 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E131,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47143, Token=4499462E1B35635B, 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]
08:07:02.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
08:07:02.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47143]
08:07:02.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R132, 127.0.0.1:8193] replace CON-POST   MID=47143, Token=4499462E1B35635B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47143, Token=4499462E1B35635B, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R132, 127.0.0.1:8193] send response NON-2.05   MID=47143, Token=null, OptionSet={}, "server responds hi"
08:07:02.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R132, 127.0.0.1:8193, complete]!
08:07:02.952 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R132, 127.0.0.1:8193, complete] completed NON-2.04   MID=47143, Token=4499462E1B35635B, 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!
08:07:02.952 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.953 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E132,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47143, Token=4499462E1B35635B, 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]
08:07:02.953 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:02.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47143]
08:07:02.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.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
08:07:02.953 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L131, 127.0.0.1:8196, complete]!
08:07:02.954 [: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-4499462E1B35635B]
08:07:02.954 [: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-47143]
08:07:02.954 [: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=47143, Token=4499462E1B35635B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47143, Token=4499462E1B35635B, 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!
08:07:02.954 [: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
08:07:02.954 [: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"
08:07:02.994 [: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
08:07:02.994 [: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-47144], CON-POST   MID=47144, 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
08:07:02.994 [: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-2C31F919C016B104], CON-POST   MID=47144, Token=2C31F919C016B104, 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
08:07:02.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47144], KeyToken[127.0.0.1:8196-2C31F919C016B104]]
08:07:02.994 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:02.995 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E133,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47144, Token=2C31F919C016B104, 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]
08:07:02.995 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:02.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47144]
08:07:02.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R134, 127.0.0.1:8193] replace CON-POST   MID=47144, Token=2C31F919C016B104, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47144, Token=2C31F919C016B104, OptionSet={"Object-Security":0x}, "client says hi"
08:07:02.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R134, 127.0.0.1:8193] send response NON-2.05   MID=47144, Token=null, OptionSet={}, "server responds hi"
08:07:02.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R134, 127.0.0.1:8193, complete]!
08:07:02.996 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R134, 127.0.0.1:8193, complete] completed NON-2.04   MID=47144, Token=2C31F919C016B104, 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!
08:07:02.997 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:02.997 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E134,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47144, Token=2C31F919C016B104, 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]
08:07:02.997 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:02.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47144]
08:07:02.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:02.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:02.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L133, 127.0.0.1:8196, complete]!
08:07:02.998 [: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-2C31F919C016B104]
08:07:02.998 [: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-47144]
08:07:02.998 [: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=47144, Token=2C31F919C016B104, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47144, Token=2C31F919C016B104, 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!
08:07:02.998 [: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
08:07:02.998 [: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"
08:07:02.999 [: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
08:07:02.999 [: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-47145], CON-POST   MID=47145, 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
08:07:02.999 [: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-D82F1B6916372BC5], CON-POST   MID=47145, Token=D82F1B6916372BC5, 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
08:07:02.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47145], KeyToken[127.0.0.1:8196-D82F1B6916372BC5]]
08:07:02.999 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.000 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E135,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47145, Token=D82F1B6916372BC5, 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]
08:07:03.000 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.000 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47145]
08:07:03.000 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.000 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R136, 127.0.0.1:8193] replace CON-POST   MID=47145, Token=D82F1B6916372BC5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47145, Token=D82F1B6916372BC5, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.001 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R136, 127.0.0.1:8193] send response NON-2.05   MID=47145, Token=null, OptionSet={}, "server responds hi"
08:07:03.001 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R136, 127.0.0.1:8193, complete]!
08:07:03.001 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R136, 127.0.0.1:8193, complete] completed NON-2.04   MID=47145, Token=D82F1B6916372BC5, 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!
08:07:03.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:8193
08:07:03.002 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E136,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47145, Token=D82F1B6916372BC5, 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]
08:07:03.002 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47145]
08:07:03.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L135, 127.0.0.1:8196, complete]!
08:07:03.002 [: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-D82F1B6916372BC5]
08:07:03.002 [: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-47145]
08:07:03.002 [: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=47145, Token=D82F1B6916372BC5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47145, Token=D82F1B6916372BC5, 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!
08:07:03.003 [: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
08:07:03.003 [: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"
08:07:03.003 [: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
08:07:03.004 [: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-47146], CON-POST   MID=47146, 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
08:07:03.004 [: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-B43683F0B3147BEC], CON-POST   MID=47146, Token=B43683F0B3147BEC, 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
08:07:03.004 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47146], KeyToken[127.0.0.1:8196-B43683F0B3147BEC]]
08:07:03.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:8196
08:07:03.004 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E137,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47146, Token=B43683F0B3147BEC, 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]
08:07:03.004 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.005 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47146]
08:07:03.005 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.005 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R138, 127.0.0.1:8193] replace CON-POST   MID=47146, Token=B43683F0B3147BEC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47146, Token=B43683F0B3147BEC, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.005 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R138, 127.0.0.1:8193] send response NON-2.05   MID=47146, Token=null, OptionSet={}, "server responds hi"
08:07:03.006 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R138, 127.0.0.1:8193, complete]!
08:07:03.006 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R138, 127.0.0.1:8193, complete] completed NON-2.04   MID=47146, Token=B43683F0B3147BEC, 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!
08:07:03.006 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.006 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E138,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47146, Token=B43683F0B3147BEC, 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]
08:07:03.006 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.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:8196-47146]
08:07:03.007 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.007 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.007 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L137, 127.0.0.1:8196, complete]!
08:07:03.007 [: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-B43683F0B3147BEC]
08:07:03.007 [: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-47146]
08:07:03.007 [: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=47146, Token=B43683F0B3147BEC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47146, Token=B43683F0B3147BEC, 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!
08:07:03.008 [: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
08:07:03.008 [: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"
08:07:03.008 [: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
08:07:03.008 [: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-47147], CON-POST   MID=47147, 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
08:07:03.008 [: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-0452D170DDCC9F4F], CON-POST   MID=47147, Token=0452D170DDCC9F4F, 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
08:07:03.009 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47147], KeyToken[127.0.0.1:8196-0452D170DDCC9F4F]]
08:07:03.009 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.009 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E139,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47147, Token=0452D170DDCC9F4F, 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]
08:07:03.009 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.009 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47147]
08:07:03.009 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.010 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R140, 127.0.0.1:8193] replace CON-POST   MID=47147, Token=0452D170DDCC9F4F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47147, Token=0452D170DDCC9F4F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.010 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R140, 127.0.0.1:8193] send response NON-2.05   MID=47147, Token=null, OptionSet={}, "server responds hi"
08:07:03.010 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R140, 127.0.0.1:8193, complete]!
08:07:03.010 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R140, 127.0.0.1:8193, complete] completed NON-2.04   MID=47147, Token=0452D170DDCC9F4F, 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!
08:07:03.011 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.011 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E140,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47147, Token=0452D170DDCC9F4F, 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]
08:07:03.011 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.011 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47147]
08:07:03.011 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.011 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.012 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L139, 127.0.0.1:8196, complete]!
08:07:03.012 [: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-0452D170DDCC9F4F]
08:07:03.012 [: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-47147]
08:07:03.012 [: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=47147, Token=0452D170DDCC9F4F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47147, Token=0452D170DDCC9F4F, 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!
08:07:03.012 [: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
08:07:03.012 [: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"
08:07:03.013 [: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
08:07:03.013 [: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-47148], CON-POST   MID=47148, 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
08:07:03.013 [: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-1C27A2F6091AF0CC], CON-POST   MID=47148, Token=1C27A2F6091AF0CC, 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
08:07:03.013 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47148], KeyToken[127.0.0.1:8196-1C27A2F6091AF0CC]]
08:07:03.013 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.014 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E141,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47148, Token=1C27A2F6091AF0CC, 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]
08:07:03.014 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.014 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47148]
08:07:03.014 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.014 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R142, 127.0.0.1:8193] replace CON-POST   MID=47148, Token=1C27A2F6091AF0CC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47148, Token=1C27A2F6091AF0CC, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.014 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R142, 127.0.0.1:8193] send response NON-2.05   MID=47148, Token=null, OptionSet={}, "server responds hi"
08:07:03.015 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R142, 127.0.0.1:8193, complete]!
08:07:03.015 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R142, 127.0.0.1:8193, complete] completed NON-2.04   MID=47148, Token=1C27A2F6091AF0CC, 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!
08:07:03.015 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.015 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E142,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47148, Token=1C27A2F6091AF0CC, 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]
08:07:03.016 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.016 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47148]
08:07:03.016 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.016 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.016 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L141, 127.0.0.1:8196, complete]!
08:07:03.016 [: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-1C27A2F6091AF0CC]
08:07:03.016 [: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-47148]
08:07:03.016 [: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=47148, Token=1C27A2F6091AF0CC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47148, Token=1C27A2F6091AF0CC, 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!
08:07:03.017 [: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
08:07:03.017 [: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"
08:07:03.017 [: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
08:07:03.017 [: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-47149], CON-POST   MID=47149, 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
08:07:03.018 [: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-FCC9E7D9AC171AFF], CON-POST   MID=47149, Token=FCC9E7D9AC171AFF, 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
08:07:03.018 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47149], KeyToken[127.0.0.1:8196-FCC9E7D9AC171AFF]]
08:07:03.018 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.018 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E143,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47149, Token=FCC9E7D9AC171AFF, 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]
08:07:03.018 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.018 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47149]
08:07:03.019 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.019 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R144, 127.0.0.1:8193] replace CON-POST   MID=47149, Token=FCC9E7D9AC171AFF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47149, Token=FCC9E7D9AC171AFF, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.019 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R144, 127.0.0.1:8193] send response NON-2.05   MID=47149, Token=null, OptionSet={}, "server responds hi"
08:07:03.019 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R144, 127.0.0.1:8193, complete]!
08:07:03.019 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R144, 127.0.0.1:8193, complete] completed NON-2.04   MID=47149, Token=FCC9E7D9AC171AFF, 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!
08:07:03.020 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.020 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E144,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47149, Token=FCC9E7D9AC171AFF, 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]
08:07:03.020 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.020 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47149]
08:07:03.021 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.021 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.021 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L143, 127.0.0.1:8196, complete]!
08:07:03.021 [: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-FCC9E7D9AC171AFF]
08:07:03.021 [: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-47149]
08:07:03.021 [: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=47149, Token=FCC9E7D9AC171AFF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47149, Token=FCC9E7D9AC171AFF, 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!
08:07:03.021 [: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
08:07:03.021 [: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"
08:07:03.022 [: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
08:07:03.022 [: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-47150], CON-POST   MID=47150, 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
08:07:03.022 [: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-3401F2B1A44D2A38], CON-POST   MID=47150, Token=3401F2B1A44D2A38, 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
08:07:03.022 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47150], KeyToken[127.0.0.1:8196-3401F2B1A44D2A38]]
08:07:03.023 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.023 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E145,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47150, Token=3401F2B1A44D2A38, 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]
08:07:03.023 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.023 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47150]
08:07:03.023 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.023 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R146, 127.0.0.1:8193] replace CON-POST   MID=47150, Token=3401F2B1A44D2A38, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47150, Token=3401F2B1A44D2A38, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.024 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R146, 127.0.0.1:8193] send response NON-2.05   MID=47150, Token=null, OptionSet={}, "server responds hi"
08:07:03.024 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R146, 127.0.0.1:8193, complete]!
08:07:03.024 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R146, 127.0.0.1:8193, complete] completed NON-2.04   MID=47150, Token=3401F2B1A44D2A38, 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!
08:07:03.024 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.025 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E146,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47150, Token=3401F2B1A44D2A38, 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]
08:07:03.025 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47150]
08:07:03.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L145, 127.0.0.1:8196, complete]!
08:07:03.025 [: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-3401F2B1A44D2A38]
08:07:03.025 [: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-47150]
08:07:03.025 [: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=47150, Token=3401F2B1A44D2A38, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47150, Token=3401F2B1A44D2A38, 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!
08:07:03.026 [: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
08:07:03.026 [: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"
08:07:03.026 [: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
08:07:03.027 [: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-47151], CON-POST   MID=47151, 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
08:07:03.027 [: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-5C7D53C4F91BD0C8], CON-POST   MID=47151, Token=5C7D53C4F91BD0C8, 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
08:07:03.027 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47151], KeyToken[127.0.0.1:8196-5C7D53C4F91BD0C8]]
08:07:03.027 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.027 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E147,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47151, Token=5C7D53C4F91BD0C8, 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]
08:07:03.027 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.028 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47151]
08:07:03.028 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.028 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R148, 127.0.0.1:8193] replace CON-POST   MID=47151, Token=5C7D53C4F91BD0C8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47151, Token=5C7D53C4F91BD0C8, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.028 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R148, 127.0.0.1:8193] send response NON-2.05   MID=47151, Token=null, OptionSet={}, "server responds hi"
08:07:03.029 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R148, 127.0.0.1:8193, complete]!
08:07:03.029 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R148, 127.0.0.1:8193, complete] completed NON-2.04   MID=47151, Token=5C7D53C4F91BD0C8, 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!
08:07:03.029 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.029 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E148,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47151, Token=5C7D53C4F91BD0C8, 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]
08:07:03.029 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47151]
08:07:03.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L147, 127.0.0.1:8196, complete]!
08:07:03.030 [: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-5C7D53C4F91BD0C8]
08:07:03.030 [: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-47151]
08:07:03.030 [: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=47151, Token=5C7D53C4F91BD0C8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47151, Token=5C7D53C4F91BD0C8, 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!
08:07:03.030 [: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
08:07:03.030 [: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"
08:07:03.031 [: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
08:07:03.031 [: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-47152], CON-POST   MID=47152, 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
08:07:03.031 [: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-DC616CFB1CCCDC08], CON-POST   MID=47152, Token=DC616CFB1CCCDC08, 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
08:07:03.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47152], KeyToken[127.0.0.1:8196-DC616CFB1CCCDC08]]
08:07:03.032 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.032 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E149,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47152, Token=DC616CFB1CCCDC08, 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]
08:07:03.032 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.032 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47152]
08:07:03.032 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.032 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R150, 127.0.0.1:8193] replace CON-POST   MID=47152, Token=DC616CFB1CCCDC08, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47152, Token=DC616CFB1CCCDC08, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.033 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R150, 127.0.0.1:8193] send response NON-2.05   MID=47152, Token=null, OptionSet={}, "server responds hi"
08:07:03.033 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R150, 127.0.0.1:8193, complete]!
08:07:03.033 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R150, 127.0.0.1:8193, complete] completed NON-2.04   MID=47152, Token=DC616CFB1CCCDC08, 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!
08:07:03.033 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.034 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E150,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47152, Token=DC616CFB1CCCDC08, 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]
08:07:03.034 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47152]
08:07:03.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L149, 127.0.0.1:8196, complete]!
08:07:03.034 [: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-DC616CFB1CCCDC08]
08:07:03.034 [: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-47152]
08:07:03.034 [: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=47152, Token=DC616CFB1CCCDC08, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47152, Token=DC616CFB1CCCDC08, 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!
08:07:03.035 [: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
08:07:03.035 [: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"
08:07:03.035 [: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
08:07:03.035 [: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-47153], CON-POST   MID=47153, 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
08:07:03.036 [: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-2490FDC4006B021E], CON-POST   MID=47153, Token=2490FDC4006B021E, 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
08:07:03.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47153], KeyToken[127.0.0.1:8196-2490FDC4006B021E]]
08:07:03.036 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.036 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E151,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47153, Token=2490FDC4006B021E, 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]
08:07:03.036 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47153]
08:07:03.037 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.037 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R152, 127.0.0.1:8193] replace CON-POST   MID=47153, Token=2490FDC4006B021E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47153, Token=2490FDC4006B021E, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.037 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R152, 127.0.0.1:8193] send response NON-2.05   MID=47153, Token=null, OptionSet={}, "server responds hi"
08:07:03.037 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R152, 127.0.0.1:8193, complete]!
08:07:03.038 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R152, 127.0.0.1:8193, complete] completed NON-2.04   MID=47153, Token=2490FDC4006B021E, 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!
08:07:03.038 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.038 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E152,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47153, Token=2490FDC4006B021E, 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]
08:07:03.038 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47153]
08:07:03.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L151, 127.0.0.1:8196, complete]!
08:07:03.039 [: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-2490FDC4006B021E]
08:07:03.039 [: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-47153]
08:07:03.039 [: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=47153, Token=2490FDC4006B021E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47153, Token=2490FDC4006B021E, 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!
08:07:03.039 [: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
08:07:03.039 [: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"
08:07:03.040 [: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
08:07:03.040 [: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-47154], CON-POST   MID=47154, 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
08:07:03.040 [: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-B89E68B18C466D22], CON-POST   MID=47154, Token=B89E68B18C466D22, 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
08:07:03.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47154], KeyToken[127.0.0.1:8196-B89E68B18C466D22]]
08:07:03.041 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.041 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E153,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47154, Token=B89E68B18C466D22, 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]
08:07:03.041 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.041 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47154]
08:07:03.041 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.041 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R154, 127.0.0.1:8193] replace CON-POST   MID=47154, Token=B89E68B18C466D22, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47154, Token=B89E68B18C466D22, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R154, 127.0.0.1:8193] send response NON-2.05   MID=47154, Token=null, OptionSet={}, "server responds hi"
08:07:03.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R154, 127.0.0.1:8193, complete]!
08:07:03.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R154, 127.0.0.1:8193, complete] completed NON-2.04   MID=47154, Token=B89E68B18C466D22, 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!
08:07:03.042 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.043 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E154,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47154, Token=B89E68B18C466D22, 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]
08:07:03.043 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47154]
08:07:03.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L153, 127.0.0.1:8196, complete]!
08:07:03.043 [: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-B89E68B18C466D22]
08:07:03.044 [: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-47154]
08:07:03.044 [: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=47154, Token=B89E68B18C466D22, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47154, Token=B89E68B18C466D22, 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!
08:07:03.044 [: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
08:07:03.044 [: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"
08:07:03.044 [: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
08:07:03.045 [: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-47155], CON-POST   MID=47155, 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
08:07:03.045 [: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-74AE4F1FC9A08E5E], CON-POST   MID=47155, Token=74AE4F1FC9A08E5E, 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
08:07:03.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47155], KeyToken[127.0.0.1:8196-74AE4F1FC9A08E5E]]
08:07:03.045 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.045 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E155,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47155, Token=74AE4F1FC9A08E5E, 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]
08:07:03.046 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47155]
08:07:03.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R156, 127.0.0.1:8193] replace CON-POST   MID=47155, Token=74AE4F1FC9A08E5E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47155, Token=74AE4F1FC9A08E5E, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R156, 127.0.0.1:8193] send response NON-2.05   MID=47155, Token=null, OptionSet={}, "server responds hi"
08:07:03.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R156, 127.0.0.1:8193, complete]!
08:07:03.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R156, 127.0.0.1:8193, complete] completed NON-2.04   MID=47155, Token=74AE4F1FC9A08E5E, 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!
08:07:03.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
08:07:03.047 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E156,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47155, Token=74AE4F1FC9A08E5E, 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]
08:07:03.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
08:07:03.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:8196-47155]
08:07:03.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L155, 127.0.0.1:8196, complete]!
08:07:03.048 [: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-74AE4F1FC9A08E5E]
08:07:03.048 [: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-47155]
08:07:03.048 [: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=47155, Token=74AE4F1FC9A08E5E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47155, Token=74AE4F1FC9A08E5E, 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!
08:07:03.049 [: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
08:07:03.049 [: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"
08:07:03.049 [: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
08:07:03.049 [: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-47156], CON-POST   MID=47156, 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
08:07:03.049 [: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-DC54898B5D806A91], CON-POST   MID=47156, Token=DC54898B5D806A91, 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
08:07:03.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47156], KeyToken[127.0.0.1:8196-DC54898B5D806A91]]
08:07:03.050 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.050 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E157,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47156, Token=DC54898B5D806A91, 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]
08:07:03.050 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47156]
08:07:03.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R158, 127.0.0.1:8193] replace CON-POST   MID=47156, Token=DC54898B5D806A91, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47156, Token=DC54898B5D806A91, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R158, 127.0.0.1:8193] send response NON-2.05   MID=47156, Token=null, OptionSet={}, "server responds hi"
08:07:03.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R158, 127.0.0.1:8193, complete]!
08:07:03.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R158, 127.0.0.1:8193, complete] completed NON-2.04   MID=47156, Token=DC54898B5D806A91, 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!
08:07:03.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
08:07:03.052 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E158,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47156, Token=DC54898B5D806A91, 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]
08:07:03.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
08:07:03.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47156]
08:07:03.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L157, 127.0.0.1:8196, complete]!
08:07:03.053 [: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-DC54898B5D806A91]
08:07:03.053 [: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-47156]
08:07:03.053 [: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=47156, Token=DC54898B5D806A91, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47156, Token=DC54898B5D806A91, 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!
08:07:03.053 [: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
08:07:03.053 [: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"
08:07:03.054 [: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
08:07:03.054 [: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-47157], CON-POST   MID=47157, 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
08:07:03.054 [: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-506918C05C6134F8], CON-POST   MID=47157, Token=506918C05C6134F8, 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
08:07:03.054 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47157], KeyToken[127.0.0.1:8196-506918C05C6134F8]]
08:07:03.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
08:07:03.055 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E159,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47157, Token=506918C05C6134F8, 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]
08:07:03.055 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47157]
08:07:03.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R160, 127.0.0.1:8193] replace CON-POST   MID=47157, Token=506918C05C6134F8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47157, Token=506918C05C6134F8, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R160, 127.0.0.1:8193] send response NON-2.05   MID=47157, Token=null, OptionSet={}, "server responds hi"
08:07:03.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R160, 127.0.0.1:8193, complete]!
08:07:03.056 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R160, 127.0.0.1:8193, complete] completed NON-2.04   MID=47157, Token=506918C05C6134F8, 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!
08:07:03.056 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.057 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E160,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47157, Token=506918C05C6134F8, 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]
08:07:03.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
08:07:03.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-47157]
08:07:03.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.057 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L159, 127.0.0.1:8196, complete]!
08:07:03.057 [: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-506918C05C6134F8]
08:07:03.057 [: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-47157]
08:07:03.057 [: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=47157, Token=506918C05C6134F8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47157, Token=506918C05C6134F8, 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!
08:07:03.058 [: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
08:07:03.058 [: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"
08:07:03.058 [: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
08:07:03.058 [: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-47158], CON-POST   MID=47158, 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
08:07:03.059 [: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-14E334286C4EF9C5], CON-POST   MID=47158, Token=14E334286C4EF9C5, 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
08:07:03.059 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47158], KeyToken[127.0.0.1:8196-14E334286C4EF9C5]]
08:07:03.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:8196
08:07:03.059 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E161,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47158, Token=14E334286C4EF9C5, 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]
08:07:03.059 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.059 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47158]
08:07:03.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R162, 127.0.0.1:8193] replace CON-POST   MID=47158, Token=14E334286C4EF9C5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47158, Token=14E334286C4EF9C5, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R162, 127.0.0.1:8193] send response NON-2.05   MID=47158, Token=null, OptionSet={}, "server responds hi"
08:07:03.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R162, 127.0.0.1:8193, complete]!
08:07:03.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R162, 127.0.0.1:8193, complete] completed NON-2.04   MID=47158, Token=14E334286C4EF9C5, 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!
08:07:03.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
08:07:03.061 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E162,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47158, Token=14E334286C4EF9C5, 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]
08:07:03.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
08:07:03.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47158]
08:07:03.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.062 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L161, 127.0.0.1:8196, complete]!
08:07:03.062 [: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-14E334286C4EF9C5]
08:07:03.062 [: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-47158]
08:07:03.062 [: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=47158, Token=14E334286C4EF9C5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47158, Token=14E334286C4EF9C5, 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!
08:07:03.062 [: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
08:07:03.062 [: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"
08:07:03.063 [: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
08:07:03.063 [: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-47159], CON-POST   MID=47159, 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
08:07:03.063 [: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-6C32BA134EAB4152], CON-POST   MID=47159, Token=6C32BA134EAB4152, 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
08:07:03.063 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47159], KeyToken[127.0.0.1:8196-6C32BA134EAB4152]]
08:07:03.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
08:07:03.064 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E163,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47159, Token=6C32BA134EAB4152, 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]
08:07:03.064 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47159]
08:07:03.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.064 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R164, 127.0.0.1:8193] replace CON-POST   MID=47159, Token=6C32BA134EAB4152, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47159, Token=6C32BA134EAB4152, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R164, 127.0.0.1:8193] send response NON-2.05   MID=47159, Token=null, OptionSet={}, "server responds hi"
08:07:03.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R164, 127.0.0.1:8193, complete]!
08:07:03.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R164, 127.0.0.1:8193, complete] completed NON-2.04   MID=47159, Token=6C32BA134EAB4152, 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!
08:07:03.065 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.065 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E164,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47159, Token=6C32BA134EAB4152, 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]
08:07:03.065 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.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-47159]
08:07:03.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L163, 127.0.0.1:8196, complete]!
08:07:03.066 [: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-6C32BA134EAB4152]
08:07:03.066 [: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-47159]
08:07:03.066 [: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=47159, Token=6C32BA134EAB4152, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47159, Token=6C32BA134EAB4152, 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!
08:07:03.094 [: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
08:07:03.094 [: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"
08:07:03.094 [: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
08:07:03.094 [: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-47160], CON-POST   MID=47160, 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
08:07:03.095 [: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-8870473DB1C7BF1E], CON-POST   MID=47160, Token=8870473DB1C7BF1E, 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
08:07:03.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47160], KeyToken[127.0.0.1:8196-8870473DB1C7BF1E]]
08:07:03.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:8196
08:07:03.095 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E165,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47160, Token=8870473DB1C7BF1E, 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]
08:07:03.095 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.096 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47160]
08:07:03.096 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.096 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R166, 127.0.0.1:8193] replace CON-POST   MID=47160, Token=8870473DB1C7BF1E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47160, Token=8870473DB1C7BF1E, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.096 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R166, 127.0.0.1:8193] send response NON-2.05   MID=47160, Token=null, OptionSet={}, "server responds hi"
08:07:03.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R166, 127.0.0.1:8193, complete]!
08:07:03.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R166, 127.0.0.1:8193, complete] completed NON-2.04   MID=47160, Token=8870473DB1C7BF1E, 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!
08:07:03.097 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.097 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E166,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47160, Token=8870473DB1C7BF1E, 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]
08:07:03.097 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47160]
08:07:03.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L165, 127.0.0.1:8196, complete]!
08:07:03.098 [: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-8870473DB1C7BF1E]
08:07:03.098 [: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-47160]
08:07:03.098 [: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=47160, Token=8870473DB1C7BF1E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47160, Token=8870473DB1C7BF1E, 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!
08:07:03.098 [: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
08:07:03.098 [: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"
08:07:03.099 [: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
08:07:03.099 [: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-47161], CON-POST   MID=47161, 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
08:07:03.099 [: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-F027172DB5E1241F], CON-POST   MID=47161, Token=F027172DB5E1241F, 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
08:07:03.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47161], KeyToken[127.0.0.1:8196-F027172DB5E1241F]]
08:07:03.100 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.100 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E167,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47161, Token=F027172DB5E1241F, 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]
08:07:03.100 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.100 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47161]
08:07:03.100 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.100 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R168, 127.0.0.1:8193] replace CON-POST   MID=47161, Token=F027172DB5E1241F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47161, Token=F027172DB5E1241F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.101 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R168, 127.0.0.1:8193] send response NON-2.05   MID=47161, Token=null, OptionSet={}, "server responds hi"
08:07:03.101 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R168, 127.0.0.1:8193, complete]!
08:07:03.101 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R168, 127.0.0.1:8193, complete] completed NON-2.04   MID=47161, Token=F027172DB5E1241F, 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!
08:07:03.101 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.102 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E168,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47161, Token=F027172DB5E1241F, 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]
08:07:03.102 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.102 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47161]
08:07:03.102 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.102 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.102 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L167, 127.0.0.1:8196, complete]!
08:07:03.102 [: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-F027172DB5E1241F]
08:07:03.102 [: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-47161]
08:07:03.102 [: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=47161, Token=F027172DB5E1241F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47161, Token=F027172DB5E1241F, 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!
08:07:03.103 [: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
08:07:03.103 [: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"
08:07:03.103 [: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
08:07:03.104 [: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-47162], CON-POST   MID=47162, 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
08:07:03.104 [: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-205D8785F73AF636], CON-POST   MID=47162, Token=205D8785F73AF636, 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
08:07:03.104 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47162], KeyToken[127.0.0.1:8196-205D8785F73AF636]]
08:07:03.104 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.104 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E169,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47162, Token=205D8785F73AF636, 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]
08:07:03.104 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.105 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47162]
08:07:03.105 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.105 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R170, 127.0.0.1:8193] replace CON-POST   MID=47162, Token=205D8785F73AF636, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47162, Token=205D8785F73AF636, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.105 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R170, 127.0.0.1:8193] send response NON-2.05   MID=47162, Token=null, OptionSet={}, "server responds hi"
08:07:03.106 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R170, 127.0.0.1:8193, complete]!
08:07:03.106 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R170, 127.0.0.1:8193, complete] completed NON-2.04   MID=47162, Token=205D8785F73AF636, 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!
08:07:03.106 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.106 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E170,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47162, Token=205D8785F73AF636, 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]
08:07:03.106 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47162]
08:07:03.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L169, 127.0.0.1:8196, complete]!
08:07:03.107 [: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-205D8785F73AF636]
08:07:03.107 [: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-47162]
08:07:03.107 [: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=47162, Token=205D8785F73AF636, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47162, Token=205D8785F73AF636, 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!
08:07:03.107 [: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
08:07:03.108 [: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"
08:07:03.108 [: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
08:07:03.108 [: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-47163], CON-POST   MID=47163, 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
08:07:03.108 [: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-602844B5412F9901], CON-POST   MID=47163, Token=602844B5412F9901, 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
08:07:03.108 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47163], KeyToken[127.0.0.1:8196-602844B5412F9901]]
08:07:03.109 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.109 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E171,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47163, Token=602844B5412F9901, 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]
08:07:03.109 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.109 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47163]
08:07:03.109 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.110 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R172, 127.0.0.1:8193] replace CON-POST   MID=47163, Token=602844B5412F9901, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47163, Token=602844B5412F9901, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.110 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R172, 127.0.0.1:8193] send response NON-2.05   MID=47163, Token=null, OptionSet={}, "server responds hi"
08:07:03.110 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R172, 127.0.0.1:8193, complete]!
08:07:03.110 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R172, 127.0.0.1:8193, complete] completed NON-2.04   MID=47163, Token=602844B5412F9901, 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!
08:07:03.110 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.111 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E172,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47163, Token=602844B5412F9901, 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]
08:07:03.111 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.111 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47163]
08:07:03.111 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.111 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.111 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L171, 127.0.0.1:8196, complete]!
08:07:03.111 [: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-602844B5412F9901]
08:07:03.111 [: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-47163]
08:07:03.111 [: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=47163, Token=602844B5412F9901, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47163, Token=602844B5412F9901, 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!
08:07:03.112 [: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
08:07:03.112 [: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"
08:07:03.112 [: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
08:07:03.113 [: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-47164], CON-POST   MID=47164, 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
08:07:03.113 [: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-E496FCDF14F014C3], CON-POST   MID=47164, Token=E496FCDF14F014C3, 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
08:07:03.113 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47164], KeyToken[127.0.0.1:8196-E496FCDF14F014C3]]
08:07:03.113 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.113 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E173,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47164, Token=E496FCDF14F014C3, 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]
08:07:03.113 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.114 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47164]
08:07:03.114 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.114 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R174, 127.0.0.1:8193] replace CON-POST   MID=47164, Token=E496FCDF14F014C3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47164, Token=E496FCDF14F014C3, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.114 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R174, 127.0.0.1:8193] send response NON-2.05   MID=47164, Token=null, OptionSet={}, "server responds hi"
08:07:03.114 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R174, 127.0.0.1:8193, complete]!
08:07:03.115 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R174, 127.0.0.1:8193, complete] completed NON-2.04   MID=47164, Token=E496FCDF14F014C3, 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!
08:07:03.115 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.115 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E174,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47164, Token=E496FCDF14F014C3, 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]
08:07:03.115 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.115 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47164]
08:07:03.115 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.116 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.116 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L173, 127.0.0.1:8196, complete]!
08:07:03.116 [: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-E496FCDF14F014C3]
08:07:03.116 [: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-47164]
08:07:03.116 [: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=47164, Token=E496FCDF14F014C3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47164, Token=E496FCDF14F014C3, 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!
08:07:03.116 [: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
08:07:03.116 [: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"
08:07:03.117 [: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
08:07:03.117 [: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-47165], CON-POST   MID=47165, 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
08:07:03.117 [: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-BC0D35713CBEDD49], CON-POST   MID=47165, Token=BC0D35713CBEDD49, 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
08:07:03.117 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47165], KeyToken[127.0.0.1:8196-BC0D35713CBEDD49]]
08:07:03.118 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.118 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E175,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47165, Token=BC0D35713CBEDD49, 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]
08:07:03.118 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.118 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47165]
08:07:03.118 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.119 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R176, 127.0.0.1:8193] replace CON-POST   MID=47165, Token=BC0D35713CBEDD49, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47165, Token=BC0D35713CBEDD49, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.119 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R176, 127.0.0.1:8193] send response NON-2.05   MID=47165, Token=null, OptionSet={}, "server responds hi"
08:07:03.119 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R176, 127.0.0.1:8193, complete]!
08:07:03.119 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R176, 127.0.0.1:8193, complete] completed NON-2.04   MID=47165, Token=BC0D35713CBEDD49, 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!
08:07:03.119 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.120 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E176,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47165, Token=BC0D35713CBEDD49, 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]
08:07:03.120 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.120 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47165]
08:07:03.120 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.120 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.120 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L175, 127.0.0.1:8196, complete]!
08:07:03.120 [: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-BC0D35713CBEDD49]
08:07:03.120 [: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-47165]
08:07:03.121 [: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=47165, Token=BC0D35713CBEDD49, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47165, Token=BC0D35713CBEDD49, 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!
08:07:03.121 [: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
08:07:03.121 [: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"
08:07:03.121 [: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
08:07:03.122 [: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-47166], CON-POST   MID=47166, 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
08:07:03.122 [: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-54779FE356A74900], CON-POST   MID=47166, Token=54779FE356A74900, 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
08:07:03.122 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47166], KeyToken[127.0.0.1:8196-54779FE356A74900]]
08:07:03.122 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.122 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E177,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47166, Token=54779FE356A74900, 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]
08:07:03.122 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.123 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47166]
08:07:03.123 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.123 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R178, 127.0.0.1:8193] replace CON-POST   MID=47166, Token=54779FE356A74900, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47166, Token=54779FE356A74900, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.123 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R178, 127.0.0.1:8193] send response NON-2.05   MID=47166, Token=null, OptionSet={}, "server responds hi"
08:07:03.124 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R178, 127.0.0.1:8193, complete]!
08:07:03.124 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R178, 127.0.0.1:8193, complete] completed NON-2.04   MID=47166, Token=54779FE356A74900, 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!
08:07:03.124 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.124 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E178,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47166, Token=54779FE356A74900, 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]
08:07:03.124 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.125 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47166]
08:07:03.125 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.125 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.125 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L177, 127.0.0.1:8196, complete]!
08:07:03.125 [: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-54779FE356A74900]
08:07:03.125 [: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-47166]
08:07:03.125 [: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=47166, Token=54779FE356A74900, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47166, Token=54779FE356A74900, 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!
08:07:03.125 [: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
08:07:03.125 [: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"
08:07:03.126 [: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
08:07:03.126 [: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-47167], CON-POST   MID=47167, 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
08:07:03.126 [: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-F46F154FCCB44A45], CON-POST   MID=47167, Token=F46F154FCCB44A45, 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
08:07:03.126 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47167], KeyToken[127.0.0.1:8196-F46F154FCCB44A45]]
08:07:03.126 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.127 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E179,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47167, Token=F46F154FCCB44A45, 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]
08:07:03.127 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.127 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47167]
08:07:03.127 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.127 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R180, 127.0.0.1:8193] replace CON-POST   MID=47167, Token=F46F154FCCB44A45, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47167, Token=F46F154FCCB44A45, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.127 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R180, 127.0.0.1:8193] send response NON-2.05   MID=47167, Token=null, OptionSet={}, "server responds hi"
08:07:03.128 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R180, 127.0.0.1:8193, complete]!
08:07:03.128 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R180, 127.0.0.1:8193, complete] completed NON-2.04   MID=47167, Token=F46F154FCCB44A45, 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!
08:07:03.128 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.128 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E180,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47167, Token=F46F154FCCB44A45, 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]
08:07:03.128 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.128 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47167]
08:07:03.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L179, 127.0.0.1:8196, complete]!
08:07:03.129 [: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-F46F154FCCB44A45]
08:07:03.129 [: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-47167]
08:07:03.129 [: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=47167, Token=F46F154FCCB44A45, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47167, Token=F46F154FCCB44A45, 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!
08:07:03.129 [: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
08:07:03.129 [: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"
08:07:03.130 [: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
08:07:03.130 [: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-47168], CON-POST   MID=47168, 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
08:07:03.130 [: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-F82DFCA5E23C6882], CON-POST   MID=47168, Token=F82DFCA5E23C6882, 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
08:07:03.130 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47168], KeyToken[127.0.0.1:8196-F82DFCA5E23C6882]]
08:07:03.130 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.131 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E181,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47168, Token=F82DFCA5E23C6882, 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]
08:07:03.131 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.131 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47168]
08:07:03.131 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.131 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R182, 127.0.0.1:8193] replace CON-POST   MID=47168, Token=F82DFCA5E23C6882, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47168, Token=F82DFCA5E23C6882, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.131 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R182, 127.0.0.1:8193] send response NON-2.05   MID=47168, Token=null, OptionSet={}, "server responds hi"
08:07:03.132 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R182, 127.0.0.1:8193, complete]!
08:07:03.132 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R182, 127.0.0.1:8193, complete] completed NON-2.04   MID=47168, Token=F82DFCA5E23C6882, 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!
08:07:03.132 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.132 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E182,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47168, Token=F82DFCA5E23C6882, 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]
08:07:03.132 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47168]
08:07:03.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L181, 127.0.0.1:8196, complete]!
08:07:03.133 [: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-F82DFCA5E23C6882]
08:07:03.133 [: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-47168]
08:07:03.133 [: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=47168, Token=F82DFCA5E23C6882, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47168, Token=F82DFCA5E23C6882, 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!
08:07:03.133 [: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
08:07:03.133 [: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"
08:07:03.134 [: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
08:07:03.134 [: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-47169], CON-POST   MID=47169, 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
08:07:03.134 [: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-8406DB32AF6AB1C6], CON-POST   MID=47169, Token=8406DB32AF6AB1C6, 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
08:07:03.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47169], KeyToken[127.0.0.1:8196-8406DB32AF6AB1C6]]
08:07:03.134 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.134 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E183,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47169, Token=8406DB32AF6AB1C6, 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]
08:07:03.134 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.135 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47169]
08:07:03.135 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.135 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R184, 127.0.0.1:8193] replace CON-POST   MID=47169, Token=8406DB32AF6AB1C6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47169, Token=8406DB32AF6AB1C6, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.135 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R184, 127.0.0.1:8193] send response NON-2.05   MID=47169, Token=null, OptionSet={}, "server responds hi"
08:07:03.135 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R184, 127.0.0.1:8193, complete]!
08:07:03.136 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R184, 127.0.0.1:8193, complete] completed NON-2.04   MID=47169, Token=8406DB32AF6AB1C6, 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!
08:07:03.136 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.136 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E184,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47169, Token=8406DB32AF6AB1C6, 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]
08:07:03.136 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.136 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47169]
08:07:03.136 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.136 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.137 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L183, 127.0.0.1:8196, complete]!
08:07:03.137 [: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-8406DB32AF6AB1C6]
08:07:03.137 [: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-47169]
08:07:03.137 [: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=47169, Token=8406DB32AF6AB1C6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47169, Token=8406DB32AF6AB1C6, 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!
08:07:03.137 [: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
08:07:03.137 [: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"
08:07:03.137 [: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
08:07:03.138 [: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-47170], CON-POST   MID=47170, 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
08:07:03.138 [: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-EC837E0FA6ADD8AE], CON-POST   MID=47170, Token=EC837E0FA6ADD8AE, 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
08:07:03.138 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47170], KeyToken[127.0.0.1:8196-EC837E0FA6ADD8AE]]
08:07:03.138 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.138 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E185,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47170, Token=EC837E0FA6ADD8AE, 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]
08:07:03.138 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.138 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47170]
08:07:03.139 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.139 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R186, 127.0.0.1:8193] replace CON-POST   MID=47170, Token=EC837E0FA6ADD8AE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47170, Token=EC837E0FA6ADD8AE, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.139 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R186, 127.0.0.1:8193] send response NON-2.05   MID=47170, Token=null, OptionSet={}, "server responds hi"
08:07:03.139 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R186, 127.0.0.1:8193, complete]!
08:07:03.139 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R186, 127.0.0.1:8193, complete] completed NON-2.04   MID=47170, Token=EC837E0FA6ADD8AE, 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!
08:07:03.140 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.140 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E186,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47170, Token=EC837E0FA6ADD8AE, 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]
08:07:03.140 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47170]
08:07:03.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L185, 127.0.0.1:8196, complete]!
08:07:03.140 [: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-EC837E0FA6ADD8AE]
08:07:03.140 [: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-47170]
08:07:03.141 [: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=47170, Token=EC837E0FA6ADD8AE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47170, Token=EC837E0FA6ADD8AE, 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!
08:07:03.141 [: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
08:07:03.141 [: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"
08:07:03.141 [: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
08:07:03.141 [: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-47171], CON-POST   MID=47171, 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
08:07:03.141 [: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-90CA14688FEC92D2], CON-POST   MID=47171, Token=90CA14688FEC92D2, 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
08:07:03.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47171], KeyToken[127.0.0.1:8196-90CA14688FEC92D2]]
08:07:03.142 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.142 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E187,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47171, Token=90CA14688FEC92D2, 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]
08:07:03.142 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.142 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47171]
08:07:03.142 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R188, 127.0.0.1:8193] replace CON-POST   MID=47171, Token=90CA14688FEC92D2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47171, Token=90CA14688FEC92D2, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R188, 127.0.0.1:8193] send response NON-2.05   MID=47171, Token=null, OptionSet={}, "server responds hi"
08:07:03.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R188, 127.0.0.1:8193, complete]!
08:07:03.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R188, 127.0.0.1:8193, complete] completed NON-2.04   MID=47171, Token=90CA14688FEC92D2, 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!
08:07:03.143 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.143 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E188,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47171, Token=90CA14688FEC92D2, 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]
08:07:03.143 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47171]
08:07:03.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L187, 127.0.0.1:8196, complete]!
08:07:03.144 [: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-90CA14688FEC92D2]
08:07:03.144 [: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-47171]
08:07:03.144 [: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=47171, Token=90CA14688FEC92D2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47171, Token=90CA14688FEC92D2, 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!
08:07:03.144 [: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
08:07:03.144 [: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"
08:07:03.145 [: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
08:07:03.145 [: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-47172], CON-POST   MID=47172, 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
08:07:03.145 [: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-64AE411DF8FAD182], CON-POST   MID=47172, Token=64AE411DF8FAD182, 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
08:07:03.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47172], KeyToken[127.0.0.1:8196-64AE411DF8FAD182]]
08:07:03.145 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.146 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E189,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47172, Token=64AE411DF8FAD182, 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]
08:07:03.146 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.146 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47172]
08:07:03.146 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.146 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R190, 127.0.0.1:8193] replace CON-POST   MID=47172, Token=64AE411DF8FAD182, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47172, Token=64AE411DF8FAD182, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.146 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R190, 127.0.0.1:8193] send response NON-2.05   MID=47172, Token=null, OptionSet={}, "server responds hi"
08:07:03.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R190, 127.0.0.1:8193, complete]!
08:07:03.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R190, 127.0.0.1:8193, complete] completed NON-2.04   MID=47172, Token=64AE411DF8FAD182, 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!
08:07:03.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
08:07:03.147 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E190,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47172, Token=64AE411DF8FAD182, 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]
08:07:03.147 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.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:8196-47172]
08:07:03.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L189, 127.0.0.1:8196, complete]!
08:07:03.148 [: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-64AE411DF8FAD182]
08:07:03.148 [: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-47172]
08:07:03.148 [: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=47172, Token=64AE411DF8FAD182, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47172, Token=64AE411DF8FAD182, 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!
08:07:03.148 [: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
08:07:03.148 [: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"
08:07:03.149 [: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
08:07:03.149 [: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-47173], CON-POST   MID=47173, 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
08:07:03.149 [: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-9078696700A76304], CON-POST   MID=47173, Token=9078696700A76304, 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
08:07:03.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-47173], KeyToken[127.0.0.1:8196-9078696700A76304]]
08:07:03.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
08:07:03.149 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E191,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47173, Token=9078696700A76304, 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]
08:07:03.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
08:07:03.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47173]
08:07:03.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R192, 127.0.0.1:8193] replace CON-POST   MID=47173, Token=9078696700A76304, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47173, Token=9078696700A76304, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R192, 127.0.0.1:8193] send response NON-2.05   MID=47173, Token=null, OptionSet={}, "server responds hi"
08:07:03.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R192, 127.0.0.1:8193, complete]!
08:07:03.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R192, 127.0.0.1:8193, complete] completed NON-2.04   MID=47173, Token=9078696700A76304, 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!
08:07:03.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
08:07:03.151 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E192,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47173, Token=9078696700A76304, 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]
08:07:03.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
08:07:03.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:8196-47173]
08:07:03.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L191, 127.0.0.1:8196, complete]!
08:07:03.151 [: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-9078696700A76304]
08:07:03.151 [: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-47173]
08:07:03.151 [: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=47173, Token=9078696700A76304, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47173, Token=9078696700A76304, 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!
08:07:03.152 [: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
08:07:03.152 [: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"
08:07:03.152 [: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
08:07:03.152 [: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-47174], CON-POST   MID=47174, 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
08:07:03.152 [: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-3C460E5AE5B000B6], CON-POST   MID=47174, Token=3C460E5AE5B000B6, 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
08:07:03.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-47174], KeyToken[127.0.0.1:8196-3C460E5AE5B000B6]]
08:07:03.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
08:07:03.153 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E193,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47174, Token=3C460E5AE5B000B6, 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]
08:07:03.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
08:07:03.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47174]
08:07:03.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R194, 127.0.0.1:8193] replace CON-POST   MID=47174, Token=3C460E5AE5B000B6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47174, Token=3C460E5AE5B000B6, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R194, 127.0.0.1:8193] send response NON-2.05   MID=47174, Token=null, OptionSet={}, "server responds hi"
08:07:03.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R194, 127.0.0.1:8193, complete]!
08:07:03.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R194, 127.0.0.1:8193, complete] completed NON-2.04   MID=47174, Token=3C460E5AE5B000B6, 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!
08:07:03.154 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.154 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E194,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47174, Token=3C460E5AE5B000B6, 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]
08:07:03.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
08:07:03.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-47174]
08:07:03.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L193, 127.0.0.1:8196, complete]!
08:07:03.155 [: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-3C460E5AE5B000B6]
08:07:03.155 [: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-47174]
08:07:03.155 [: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=47174, Token=3C460E5AE5B000B6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47174, Token=3C460E5AE5B000B6, 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!
08:07:03.155 [: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
08:07:03.155 [: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"
08:07:03.156 [: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
08:07:03.156 [: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-47175], CON-POST   MID=47175, 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
08:07:03.156 [: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-A8BB8E34944C2372], CON-POST   MID=47175, Token=A8BB8E34944C2372, 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
08:07:03.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47175], KeyToken[127.0.0.1:8196-A8BB8E34944C2372]]
08:07:03.156 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.156 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E195,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47175, Token=A8BB8E34944C2372, 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]
08:07:03.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
08:07:03.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47175]
08:07:03.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R196, 127.0.0.1:8193] replace CON-POST   MID=47175, Token=A8BB8E34944C2372, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47175, Token=A8BB8E34944C2372, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R196, 127.0.0.1:8193] send response NON-2.05   MID=47175, Token=null, OptionSet={}, "server responds hi"
08:07:03.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R196, 127.0.0.1:8193, complete]!
08:07:03.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R196, 127.0.0.1:8193, complete] completed NON-2.04   MID=47175, Token=A8BB8E34944C2372, 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!
08:07:03.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
08:07:03.158 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E196,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47175, Token=A8BB8E34944C2372, 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]
08:07:03.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
08:07:03.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-47175]
08:07:03.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L195, 127.0.0.1:8196, complete]!
08:07:03.158 [: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-A8BB8E34944C2372]
08:07:03.159 [: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-47175]
08:07:03.159 [: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=47175, Token=A8BB8E34944C2372, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47175, Token=A8BB8E34944C2372, 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!
08:07:03.159 [: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
08:07:03.159 [: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"
08:07:03.159 [: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
08:07:03.159 [: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-47176], CON-POST   MID=47176, 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
08:07:03.160 [: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-04C2E1F2882C55C9], CON-POST   MID=47176, Token=04C2E1F2882C55C9, 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
08:07:03.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47176], KeyToken[127.0.0.1:8196-04C2E1F2882C55C9]]
08:07:03.160 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.160 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E197,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47176, Token=04C2E1F2882C55C9, 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]
08:07:03.160 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47176]
08:07:03.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R198, 127.0.0.1:8193] replace CON-POST   MID=47176, Token=04C2E1F2882C55C9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47176, Token=04C2E1F2882C55C9, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R198, 127.0.0.1:8193] send response NON-2.05   MID=47176, Token=null, OptionSet={}, "server responds hi"
08:07:03.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R198, 127.0.0.1:8193, complete]!
08:07:03.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R198, 127.0.0.1:8193, complete] completed NON-2.04   MID=47176, Token=04C2E1F2882C55C9, 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!
08:07:03.161 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.162 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E198,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47176, Token=04C2E1F2882C55C9, 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]
08:07:03.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
08:07:03.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-47176]
08:07:03.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L197, 127.0.0.1:8196, complete]!
08:07:03.162 [: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-04C2E1F2882C55C9]
08:07:03.162 [: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-47176]
08:07:03.162 [: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=47176, Token=04C2E1F2882C55C9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47176, Token=04C2E1F2882C55C9, 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!
08:07:03.162 [: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
08:07:03.163 [: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"
08:07:03.163 [: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
08:07:03.163 [: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-47177], CON-POST   MID=47177, 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
08:07:03.163 [: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-E0282925B4B04762], CON-POST   MID=47177, Token=E0282925B4B04762, 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
08:07:03.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-47177], KeyToken[127.0.0.1:8196-E0282925B4B04762]]
08:07:03.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
08:07:03.164 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E199,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47177, Token=E0282925B4B04762, 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]
08:07:03.164 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47177]
08:07:03.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R200, 127.0.0.1:8193] replace CON-POST   MID=47177, Token=E0282925B4B04762, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47177, Token=E0282925B4B04762, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.164 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R200, 127.0.0.1:8193] send response NON-2.05   MID=47177, Token=null, OptionSet={}, "server responds hi"
08:07:03.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R200, 127.0.0.1:8193, complete]!
08:07:03.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R200, 127.0.0.1:8193, complete] completed NON-2.04   MID=47177, Token=E0282925B4B04762, 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!
08:07:03.165 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.194 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E200,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47177, Token=E0282925B4B04762, 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]
08:07:03.194 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47177]
08:07:03.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L199, 127.0.0.1:8196, complete]!
08:07:03.194 [: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-E0282925B4B04762]
08:07:03.195 [: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-47177]
08:07:03.195 [: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=47177, Token=E0282925B4B04762, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47177, Token=E0282925B4B04762, 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!
08:07:03.195 [: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
08:07:03.195 [: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"
08:07:03.195 [: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
08:07:03.196 [: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-47178], CON-POST   MID=47178, 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
08:07:03.196 [: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-A86EC01D82DE7AB8], CON-POST   MID=47178, Token=A86EC01D82DE7AB8, 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
08:07:03.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47178], KeyToken[127.0.0.1:8196-A86EC01D82DE7AB8]]
08:07:03.196 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.196 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E201,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47178, Token=A86EC01D82DE7AB8, 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]
08:07:03.196 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47178]
08:07:03.197 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.197 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R202, 127.0.0.1:8193] replace CON-POST   MID=47178, Token=A86EC01D82DE7AB8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47178, Token=A86EC01D82DE7AB8, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.197 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R202, 127.0.0.1:8193] send response NON-2.05   MID=47178, Token=null, OptionSet={}, "server responds hi"
08:07:03.197 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R202, 127.0.0.1:8193, complete]!
08:07:03.197 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R202, 127.0.0.1:8193, complete] completed NON-2.04   MID=47178, Token=A86EC01D82DE7AB8, 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!
08:07:03.197 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.198 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E202,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47178, Token=A86EC01D82DE7AB8, 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]
08:07:03.198 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47178]
08:07:03.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L201, 127.0.0.1:8196, complete]!
08:07:03.198 [: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-A86EC01D82DE7AB8]
08:07:03.198 [: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-47178]
08:07:03.198 [: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=47178, Token=A86EC01D82DE7AB8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47178, Token=A86EC01D82DE7AB8, 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!
08:07:03.199 [: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
08:07:03.199 [: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"
08:07:03.199 [: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
08:07:03.199 [: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-47179], CON-POST   MID=47179, 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
08:07:03.199 [: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-3C3A95353D9E9628], CON-POST   MID=47179, Token=3C3A95353D9E9628, 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
08:07:03.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47179], KeyToken[127.0.0.1:8196-3C3A95353D9E9628]]
08:07:03.200 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.200 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E203,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47179, Token=3C3A95353D9E9628, 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]
08:07:03.200 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.200 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47179]
08:07:03.200 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R204, 127.0.0.1:8193] replace CON-POST   MID=47179, Token=3C3A95353D9E9628, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47179, Token=3C3A95353D9E9628, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R204, 127.0.0.1:8193] send response NON-2.05   MID=47179, Token=null, OptionSet={}, "server responds hi"
08:07:03.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R204, 127.0.0.1:8193, complete]!
08:07:03.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R204, 127.0.0.1:8193, complete] completed NON-2.04   MID=47179, Token=3C3A95353D9E9628, 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!
08:07:03.201 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.201 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E204,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47179, Token=3C3A95353D9E9628, 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]
08:07:03.201 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.202 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47179]
08:07:03.202 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.202 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L203, 127.0.0.1:8196, complete]!
08:07:03.202 [: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-3C3A95353D9E9628]
08:07:03.202 [: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-47179]
08:07:03.202 [: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=47179, Token=3C3A95353D9E9628, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47179, Token=3C3A95353D9E9628, 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!
08:07:03.202 [: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
08:07:03.202 [: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"
08:07:03.203 [: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
08:07:03.203 [: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-47180], CON-POST   MID=47180, 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
08:07:03.203 [: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-94996D8AE8015514], CON-POST   MID=47180, Token=94996D8AE8015514, 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
08:07:03.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47180], KeyToken[127.0.0.1:8196-94996D8AE8015514]]
08:07:03.203 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.204 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E205,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47180, Token=94996D8AE8015514, 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]
08:07:03.204 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.204 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47180]
08:07:03.204 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.204 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R206, 127.0.0.1:8193] replace CON-POST   MID=47180, Token=94996D8AE8015514, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47180, Token=94996D8AE8015514, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.204 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R206, 127.0.0.1:8193] send response NON-2.05   MID=47180, Token=null, OptionSet={}, "server responds hi"
08:07:03.205 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R206, 127.0.0.1:8193, complete]!
08:07:03.205 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R206, 127.0.0.1:8193, complete] completed NON-2.04   MID=47180, Token=94996D8AE8015514, 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!
08:07:03.205 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.205 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E206,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47180, Token=94996D8AE8015514, 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]
08:07:03.205 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.205 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47180]
08:07:03.205 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.205 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.206 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L205, 127.0.0.1:8196, complete]!
08:07:03.206 [: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-94996D8AE8015514]
08:07:03.206 [: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-47180]
08:07:03.206 [: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=47180, Token=94996D8AE8015514, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47180, Token=94996D8AE8015514, 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!
08:07:03.206 [: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
08:07:03.206 [: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"
08:07:03.206 [: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
08:07:03.207 [: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-47181], CON-POST   MID=47181, 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
08:07:03.207 [: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-70D020C3523160ED], CON-POST   MID=47181, Token=70D020C3523160ED, 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
08:07:03.207 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47181], KeyToken[127.0.0.1:8196-70D020C3523160ED]]
08:07:03.207 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.207 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E207,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47181, Token=70D020C3523160ED, 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]
08:07:03.207 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.207 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47181]
08:07:03.208 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.208 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R208, 127.0.0.1:8193] replace CON-POST   MID=47181, Token=70D020C3523160ED, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47181, Token=70D020C3523160ED, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.208 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R208, 127.0.0.1:8193] send response NON-2.05   MID=47181, Token=null, OptionSet={}, "server responds hi"
08:07:03.208 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R208, 127.0.0.1:8193, complete]!
08:07:03.208 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R208, 127.0.0.1:8193, complete] completed NON-2.04   MID=47181, Token=70D020C3523160ED, 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!
08:07:03.208 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.209 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E208,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47181, Token=70D020C3523160ED, 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]
08:07:03.209 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.209 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47181]
08:07:03.209 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.209 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.209 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L207, 127.0.0.1:8196, complete]!
08:07:03.209 [: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-70D020C3523160ED]
08:07:03.209 [: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-47181]
08:07:03.209 [: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=47181, Token=70D020C3523160ED, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47181, Token=70D020C3523160ED, 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!
08:07:03.210 [: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
08:07:03.210 [: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"
08:07:03.210 [: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
08:07:03.210 [: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-47182], CON-POST   MID=47182, 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
08:07:03.210 [: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-589A08E0434DE6D6], CON-POST   MID=47182, Token=589A08E0434DE6D6, 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
08:07:03.211 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47182], KeyToken[127.0.0.1:8196-589A08E0434DE6D6]]
08:07:03.211 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.211 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E209,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47182, Token=589A08E0434DE6D6, 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]
08:07:03.211 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.211 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47182]
08:07:03.211 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.212 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R210, 127.0.0.1:8193] replace CON-POST   MID=47182, Token=589A08E0434DE6D6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47182, Token=589A08E0434DE6D6, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.212 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R210, 127.0.0.1:8193] send response NON-2.05   MID=47182, Token=null, OptionSet={}, "server responds hi"
08:07:03.212 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R210, 127.0.0.1:8193, complete]!
08:07:03.212 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R210, 127.0.0.1:8193, complete] completed NON-2.04   MID=47182, Token=589A08E0434DE6D6, 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!
08:07:03.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
08:07:03.212 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E210,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47182, Token=589A08E0434DE6D6, 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]
08:07:03.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:8196
08:07:03.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:8196-47182]
08:07:03.213 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.213 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L209, 127.0.0.1:8196, complete]!
08:07:03.213 [: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-589A08E0434DE6D6]
08:07:03.213 [: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-47182]
08:07:03.213 [: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=47182, Token=589A08E0434DE6D6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47182, Token=589A08E0434DE6D6, 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!
08:07:03.213 [: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
08:07:03.214 [: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"
08:07:03.214 [: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
08:07:03.214 [: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-47183], CON-POST   MID=47183, 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
08:07:03.214 [: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-9C6344AEC98024D4], CON-POST   MID=47183, Token=9C6344AEC98024D4, 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
08:07:03.214 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47183], KeyToken[127.0.0.1:8196-9C6344AEC98024D4]]
08:07:03.214 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.215 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E211,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47183, Token=9C6344AEC98024D4, 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]
08:07:03.215 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.215 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47183]
08:07:03.215 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.215 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R212, 127.0.0.1:8193] replace CON-POST   MID=47183, Token=9C6344AEC98024D4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47183, Token=9C6344AEC98024D4, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.215 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R212, 127.0.0.1:8193] send response NON-2.05   MID=47183, Token=null, OptionSet={}, "server responds hi"
08:07:03.216 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R212, 127.0.0.1:8193, complete]!
08:07:03.216 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R212, 127.0.0.1:8193, complete] completed NON-2.04   MID=47183, Token=9C6344AEC98024D4, 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!
08:07:03.216 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.216 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E212,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47183, Token=9C6344AEC98024D4, 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]
08:07:03.216 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.216 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47183]
08:07:03.216 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.216 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.217 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L211, 127.0.0.1:8196, complete]!
08:07:03.217 [: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-9C6344AEC98024D4]
08:07:03.217 [: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-47183]
08:07:03.217 [: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=47183, Token=9C6344AEC98024D4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47183, Token=9C6344AEC98024D4, 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!
08:07:03.217 [: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
08:07:03.217 [: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"
08:07:03.217 [: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
08:07:03.218 [: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-47184], CON-POST   MID=47184, 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
08:07:03.218 [: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-DC1956401B5BE337], CON-POST   MID=47184, Token=DC1956401B5BE337, 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
08:07:03.218 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47184], KeyToken[127.0.0.1:8196-DC1956401B5BE337]]
08:07:03.218 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.218 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E213,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47184, Token=DC1956401B5BE337, 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]
08:07:03.218 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.218 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47184]
08:07:03.219 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.219 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R214, 127.0.0.1:8193] replace CON-POST   MID=47184, Token=DC1956401B5BE337, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47184, Token=DC1956401B5BE337, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.219 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R214, 127.0.0.1:8193] send response NON-2.05   MID=47184, Token=null, OptionSet={}, "server responds hi"
08:07:03.219 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R214, 127.0.0.1:8193, complete]!
08:07:03.219 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R214, 127.0.0.1:8193, complete] completed NON-2.04   MID=47184, Token=DC1956401B5BE337, 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!
08:07:03.219 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.220 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E214,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47184, Token=DC1956401B5BE337, 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]
08:07:03.220 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.220 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47184]
08:07:03.220 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.220 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.220 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L213, 127.0.0.1:8196, complete]!
08:07:03.220 [: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-DC1956401B5BE337]
08:07:03.220 [: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-47184]
08:07:03.220 [: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=47184, Token=DC1956401B5BE337, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47184, Token=DC1956401B5BE337, 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!
08:07:03.221 [: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
08:07:03.221 [: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"
08:07:03.221 [: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
08:07:03.221 [: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-47185], CON-POST   MID=47185, 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
08:07:03.221 [: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-743EDD8F0F548AC0], CON-POST   MID=47185, Token=743EDD8F0F548AC0, 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
08:07:03.221 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47185], KeyToken[127.0.0.1:8196-743EDD8F0F548AC0]]
08:07:03.222 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.222 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E215,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47185, Token=743EDD8F0F548AC0, 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]
08:07:03.222 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.222 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47185]
08:07:03.222 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.222 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R216, 127.0.0.1:8193] replace CON-POST   MID=47185, Token=743EDD8F0F548AC0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47185, Token=743EDD8F0F548AC0, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.222 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R216, 127.0.0.1:8193] send response NON-2.05   MID=47185, Token=null, OptionSet={}, "server responds hi"
08:07:03.223 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R216, 127.0.0.1:8193, complete]!
08:07:03.223 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R216, 127.0.0.1:8193, complete] completed NON-2.04   MID=47185, Token=743EDD8F0F548AC0, 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!
08:07:03.223 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.223 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E216,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47185, Token=743EDD8F0F548AC0, 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]
08:07:03.223 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.223 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47185]
08:07:03.224 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.224 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.224 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L215, 127.0.0.1:8196, complete]!
08:07:03.224 [: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-743EDD8F0F548AC0]
08:07:03.224 [: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-47185]
08:07:03.224 [: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=47185, Token=743EDD8F0F548AC0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47185, Token=743EDD8F0F548AC0, 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!
08:07:03.224 [: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
08:07:03.224 [: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"
08:07:03.225 [: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
08:07:03.225 [: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-47186], CON-POST   MID=47186, 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
08:07:03.225 [: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-9056A61DA6CDE205], CON-POST   MID=47186, Token=9056A61DA6CDE205, 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
08:07:03.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47186], KeyToken[127.0.0.1:8196-9056A61DA6CDE205]]
08:07:03.225 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.225 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E217,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47186, Token=9056A61DA6CDE205, 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]
08:07:03.225 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.226 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47186]
08:07:03.226 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.226 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R218, 127.0.0.1:8193] replace CON-POST   MID=47186, Token=9056A61DA6CDE205, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47186, Token=9056A61DA6CDE205, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.226 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R218, 127.0.0.1:8193] send response NON-2.05   MID=47186, Token=null, OptionSet={}, "server responds hi"
08:07:03.226 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R218, 127.0.0.1:8193, complete]!
08:07:03.226 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R218, 127.0.0.1:8193, complete] completed NON-2.04   MID=47186, Token=9056A61DA6CDE205, 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!
08:07:03.227 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.227 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E218,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47186, Token=9056A61DA6CDE205, 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]
08:07:03.227 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.227 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47186]
08:07:03.227 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.227 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.227 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L217, 127.0.0.1:8196, complete]!
08:07:03.227 [: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-9056A61DA6CDE205]
08:07:03.227 [: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-47186]
08:07:03.227 [: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=47186, Token=9056A61DA6CDE205, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47186, Token=9056A61DA6CDE205, 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!
08:07:03.228 [: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
08:07:03.228 [: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"
08:07:03.228 [: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
08:07:03.228 [: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-47187], CON-POST   MID=47187, 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
08:07:03.228 [: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-180CAB38B4B099C1], CON-POST   MID=47187, Token=180CAB38B4B099C1, 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
08:07:03.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47187], KeyToken[127.0.0.1:8196-180CAB38B4B099C1]]
08:07:03.229 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.229 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E219,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47187, Token=180CAB38B4B099C1, 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]
08:07:03.229 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.229 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47187]
08:07:03.229 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.229 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R220, 127.0.0.1:8193] replace CON-POST   MID=47187, Token=180CAB38B4B099C1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47187, Token=180CAB38B4B099C1, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R220, 127.0.0.1:8193] send response NON-2.05   MID=47187, Token=null, OptionSet={}, "server responds hi"
08:07:03.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R220, 127.0.0.1:8193, complete]!
08:07:03.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R220, 127.0.0.1:8193, complete] completed NON-2.04   MID=47187, Token=180CAB38B4B099C1, 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!
08:07:03.230 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.230 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E220,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47187, Token=180CAB38B4B099C1, 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]
08:07:03.230 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47187]
08:07:03.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L219, 127.0.0.1:8196, complete]!
08:07:03.231 [: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-180CAB38B4B099C1]
08:07:03.231 [: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-47187]
08:07:03.231 [: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=47187, Token=180CAB38B4B099C1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47187, Token=180CAB38B4B099C1, 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!
08:07:03.231 [: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
08:07:03.231 [: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"
08:07:03.232 [: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
08:07:03.232 [: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-47188], CON-POST   MID=47188, 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
08:07:03.232 [: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-38B6ABBD48053A2E], CON-POST   MID=47188, Token=38B6ABBD48053A2E, 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
08:07:03.232 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47188], KeyToken[127.0.0.1:8196-38B6ABBD48053A2E]]
08:07:03.232 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.232 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E221,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47188, Token=38B6ABBD48053A2E, 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]
08:07:03.233 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47188]
08:07:03.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R222, 127.0.0.1:8193] replace CON-POST   MID=47188, Token=38B6ABBD48053A2E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47188, Token=38B6ABBD48053A2E, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R222, 127.0.0.1:8193] send response NON-2.05   MID=47188, Token=null, OptionSet={}, "server responds hi"
08:07:03.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R222, 127.0.0.1:8193, complete]!
08:07:03.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R222, 127.0.0.1:8193, complete] completed NON-2.04   MID=47188, Token=38B6ABBD48053A2E, 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!
08:07:03.234 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.234 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E222,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47188, Token=38B6ABBD48053A2E, 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]
08:07:03.234 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47188]
08:07:03.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L221, 127.0.0.1:8196, complete]!
08:07:03.235 [: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-38B6ABBD48053A2E]
08:07:03.235 [: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-47188]
08:07:03.235 [: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=47188, Token=38B6ABBD48053A2E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47188, Token=38B6ABBD48053A2E, 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!
08:07:03.235 [: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
08:07:03.235 [: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"
08:07:03.235 [: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
08:07:03.235 [: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-47189], CON-POST   MID=47189, 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
08:07:03.236 [: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-A4BF3FA8CBC570E6], CON-POST   MID=47189, Token=A4BF3FA8CBC570E6, 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
08:07:03.236 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47189], KeyToken[127.0.0.1:8196-A4BF3FA8CBC570E6]]
08:07:03.236 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.236 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E223,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47189, Token=A4BF3FA8CBC570E6, 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]
08:07:03.236 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47189]
08:07:03.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.237 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R224, 127.0.0.1:8193] replace CON-POST   MID=47189, Token=A4BF3FA8CBC570E6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47189, Token=A4BF3FA8CBC570E6, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.237 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R224, 127.0.0.1:8193] send response NON-2.05   MID=47189, Token=null, OptionSet={}, "server responds hi"
08:07:03.237 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R224, 127.0.0.1:8193, complete]!
08:07:03.237 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R224, 127.0.0.1:8193, complete] completed NON-2.04   MID=47189, Token=A4BF3FA8CBC570E6, 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!
08:07:03.237 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.237 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E224,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47189, Token=A4BF3FA8CBC570E6, 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]
08:07:03.237 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47189]
08:07:03.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L223, 127.0.0.1:8196, complete]!
08:07:03.238 [: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-A4BF3FA8CBC570E6]
08:07:03.238 [: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-47189]
08:07:03.238 [: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=47189, Token=A4BF3FA8CBC570E6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47189, Token=A4BF3FA8CBC570E6, 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!
08:07:03.238 [: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
08:07:03.239 [: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"
08:07:03.239 [: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
08:07:03.239 [: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-47190], CON-POST   MID=47190, 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
08:07:03.239 [: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-C858720B7E9CB3A7], CON-POST   MID=47190, Token=C858720B7E9CB3A7, 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
08:07:03.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47190], KeyToken[127.0.0.1:8196-C858720B7E9CB3A7]]
08:07:03.239 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.240 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E225,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47190, Token=C858720B7E9CB3A7, 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]
08:07:03.240 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.240 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47190]
08:07:03.240 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.240 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R226, 127.0.0.1:8193] replace CON-POST   MID=47190, Token=C858720B7E9CB3A7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47190, Token=C858720B7E9CB3A7, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.240 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R226, 127.0.0.1:8193] send response NON-2.05   MID=47190, Token=null, OptionSet={}, "server responds hi"
08:07:03.241 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R226, 127.0.0.1:8193, complete]!
08:07:03.241 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R226, 127.0.0.1:8193, complete] completed NON-2.04   MID=47190, Token=C858720B7E9CB3A7, 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!
08:07:03.241 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.241 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E226,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47190, Token=C858720B7E9CB3A7, 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]
08:07:03.241 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47190]
08:07:03.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.242 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.242 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L225, 127.0.0.1:8196, complete]!
08:07:03.242 [: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-C858720B7E9CB3A7]
08:07:03.242 [: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-47190]
08:07:03.242 [: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=47190, Token=C858720B7E9CB3A7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47190, Token=C858720B7E9CB3A7, 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!
08:07:03.242 [: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
08:07:03.242 [: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"
08:07:03.243 [: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
08:07:03.243 [: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-47191], CON-POST   MID=47191, 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
08:07:03.243 [: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-A0C0D13B060160E4], CON-POST   MID=47191, Token=A0C0D13B060160E4, 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
08:07:03.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47191], KeyToken[127.0.0.1:8196-A0C0D13B060160E4]]
08:07:03.243 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.243 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E227,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47191, Token=A0C0D13B060160E4, 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]
08:07:03.243 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.243 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47191]
08:07:03.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R228, 127.0.0.1:8193] replace CON-POST   MID=47191, Token=A0C0D13B060160E4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47191, Token=A0C0D13B060160E4, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R228, 127.0.0.1:8193] send response NON-2.05   MID=47191, Token=null, OptionSet={}, "server responds hi"
08:07:03.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R228, 127.0.0.1:8193, complete]!
08:07:03.244 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R228, 127.0.0.1:8193, complete] completed NON-2.04   MID=47191, Token=A0C0D13B060160E4, 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!
08:07:03.244 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.245 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E228,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47191, Token=A0C0D13B060160E4, 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]
08:07:03.245 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47191]
08:07:03.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.245 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L227, 127.0.0.1:8196, complete]!
08:07:03.245 [: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-A0C0D13B060160E4]
08:07:03.245 [: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-47191]
08:07:03.245 [: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=47191, Token=A0C0D13B060160E4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47191, Token=A0C0D13B060160E4, 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!
08:07:03.246 [: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
08:07:03.246 [: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"
08:07:03.246 [: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
08:07:03.246 [: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-47192], CON-POST   MID=47192, 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
08:07:03.246 [: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-903322D512EEE065], CON-POST   MID=47192, Token=903322D512EEE065, 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
08:07:03.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47192], KeyToken[127.0.0.1:8196-903322D512EEE065]]
08:07:03.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
08:07:03.247 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E229,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47192, Token=903322D512EEE065, 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]
08:07:03.247 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47192]
08:07:03.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R230, 127.0.0.1:8193] replace CON-POST   MID=47192, Token=903322D512EEE065, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47192, Token=903322D512EEE065, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R230, 127.0.0.1:8193] send response NON-2.05   MID=47192, Token=null, OptionSet={}, "server responds hi"
08:07:03.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R230, 127.0.0.1:8193, complete]!
08:07:03.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R230, 127.0.0.1:8193, complete] completed NON-2.04   MID=47192, Token=903322D512EEE065, 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!
08:07:03.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
08:07:03.248 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E230,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47192, Token=903322D512EEE065, 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]
08:07:03.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
08:07:03.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-47192]
08:07:03.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L229, 127.0.0.1:8196, complete]!
08:07:03.249 [: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-903322D512EEE065]
08:07:03.249 [: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-47192]
08:07:03.249 [: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=47192, Token=903322D512EEE065, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47192, Token=903322D512EEE065, 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!
08:07:03.249 [: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
08:07:03.249 [: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"
08:07:03.250 [: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
08:07:03.250 [: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-47193], CON-POST   MID=47193, 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
08:07:03.250 [: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-1CA7CC0C8811D4F8], CON-POST   MID=47193, Token=1CA7CC0C8811D4F8, 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
08:07:03.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47193], KeyToken[127.0.0.1:8196-1CA7CC0C8811D4F8]]
08:07:03.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:8196
08:07:03.250 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E231,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47193, Token=1CA7CC0C8811D4F8, 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]
08:07:03.250 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47193]
08:07:03.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R232, 127.0.0.1:8193] replace CON-POST   MID=47193, Token=1CA7CC0C8811D4F8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47193, Token=1CA7CC0C8811D4F8, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R232, 127.0.0.1:8193] send response NON-2.05   MID=47193, Token=null, OptionSet={}, "server responds hi"
08:07:03.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R232, 127.0.0.1:8193, complete]!
08:07:03.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R232, 127.0.0.1:8193, complete] completed NON-2.04   MID=47193, Token=1CA7CC0C8811D4F8, 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!
08:07:03.251 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.252 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E232,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47193, Token=1CA7CC0C8811D4F8, 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]
08:07:03.252 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.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:8196-47193]
08:07:03.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L231, 127.0.0.1:8196, complete]!
08:07:03.252 [: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-1CA7CC0C8811D4F8]
08:07:03.252 [: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-47193]
08:07:03.252 [: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=47193, Token=1CA7CC0C8811D4F8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47193, Token=1CA7CC0C8811D4F8, 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!
08:07:03.253 [: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
08:07:03.253 [: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"
08:07:03.253 [: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
08:07:03.253 [: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-47194], CON-POST   MID=47194, 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
08:07:03.253 [: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-784C71A0F7B7EDDE], CON-POST   MID=47194, Token=784C71A0F7B7EDDE, 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
08:07:03.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47194], KeyToken[127.0.0.1:8196-784C71A0F7B7EDDE]]
08:07:03.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:8196
08:07:03.254 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E233,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47194, Token=784C71A0F7B7EDDE, 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]
08:07:03.254 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47194]
08:07:03.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R234, 127.0.0.1:8193] replace CON-POST   MID=47194, Token=784C71A0F7B7EDDE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47194, Token=784C71A0F7B7EDDE, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R234, 127.0.0.1:8193] send response NON-2.05   MID=47194, Token=null, OptionSet={}, "server responds hi"
08:07:03.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R234, 127.0.0.1:8193, complete]!
08:07:03.255 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R234, 127.0.0.1:8193, complete] completed NON-2.04   MID=47194, Token=784C71A0F7B7EDDE, 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!
08:07:03.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:8193
08:07:03.255 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E234,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47194, Token=784C71A0F7B7EDDE, 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]
08:07:03.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:8196
08:07:03.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47194]
08:07:03.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.256 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L233, 127.0.0.1:8196, complete]!
08:07:03.256 [: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-784C71A0F7B7EDDE]
08:07:03.256 [: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-47194]
08:07:03.256 [: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=47194, Token=784C71A0F7B7EDDE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47194, Token=784C71A0F7B7EDDE, 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!
08:07:03.256 [: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
08:07:03.256 [: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"
08:07:03.257 [: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
08:07:03.257 [: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-47195], CON-POST   MID=47195, 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
08:07:03.257 [: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-EC635943B21D6FC2], CON-POST   MID=47195, Token=EC635943B21D6FC2, 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
08:07:03.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47195], KeyToken[127.0.0.1:8196-EC635943B21D6FC2]]
08:07:03.257 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.257 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E235,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47195, Token=EC635943B21D6FC2, 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]
08:07:03.257 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47195]
08:07:03.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R236, 127.0.0.1:8193] replace CON-POST   MID=47195, Token=EC635943B21D6FC2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47195, Token=EC635943B21D6FC2, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R236, 127.0.0.1:8193] send response NON-2.05   MID=47195, Token=null, OptionSet={}, "server responds hi"
08:07:03.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R236, 127.0.0.1:8193, complete]!
08:07:03.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R236, 127.0.0.1:8193, complete] completed NON-2.04   MID=47195, Token=EC635943B21D6FC2, 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!
08:07:03.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
08:07:03.259 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E236,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47195, Token=EC635943B21D6FC2, 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]
08:07:03.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:8196
08:07:03.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47195]
08:07:03.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L235, 127.0.0.1:8196, complete]!
08:07:03.259 [: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-EC635943B21D6FC2]
08:07:03.260 [: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-47195]
08:07:03.260 [: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=47195, Token=EC635943B21D6FC2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47195, Token=EC635943B21D6FC2, 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!
08:07:03.260 [: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
08:07:03.260 [: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"
08:07:03.260 [: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
08:07:03.261 [: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-47196], CON-POST   MID=47196, 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
08:07:03.261 [: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-5C923E8AB5096A59], CON-POST   MID=47196, Token=5C923E8AB5096A59, 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
08:07:03.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-47196], KeyToken[127.0.0.1:8196-5C923E8AB5096A59]]
08:07:03.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
08:07:03.261 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E237,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47196, Token=5C923E8AB5096A59, 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]
08:07:03.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
08:07:03.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47196]
08:07:03.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R238, 127.0.0.1:8193] replace CON-POST   MID=47196, Token=5C923E8AB5096A59, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47196, Token=5C923E8AB5096A59, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R238, 127.0.0.1:8193] send response NON-2.05   MID=47196, Token=null, OptionSet={}, "server responds hi"
08:07:03.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R238, 127.0.0.1:8193, complete]!
08:07:03.262 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R238, 127.0.0.1:8193, complete] completed NON-2.04   MID=47196, Token=5C923E8AB5096A59, 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!
08:07:03.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
08:07:03.262 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E238,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47196, Token=5C923E8AB5096A59, 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]
08:07:03.263 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47196]
08:07:03.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L237, 127.0.0.1:8196, complete]!
08:07:03.263 [: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-5C923E8AB5096A59]
08:07:03.263 [: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-47196]
08:07:03.263 [: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=47196, Token=5C923E8AB5096A59, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47196, Token=5C923E8AB5096A59, 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!
08:07:03.264 [: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
08:07:03.264 [: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"
08:07:03.264 [: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
08:07:03.264 [: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-47197], CON-POST   MID=47197, 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
08:07:03.264 [: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-109CDC4801FB772D], CON-POST   MID=47197, Token=109CDC4801FB772D, 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
08:07:03.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47197], KeyToken[127.0.0.1:8196-109CDC4801FB772D]]
08:07:03.264 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.265 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E239,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47197, Token=109CDC4801FB772D, 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]
08:07:03.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
08:07:03.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47197]
08:07:03.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R240, 127.0.0.1:8193] replace CON-POST   MID=47197, Token=109CDC4801FB772D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47197, Token=109CDC4801FB772D, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R240, 127.0.0.1:8193] send response NON-2.05   MID=47197, Token=null, OptionSet={}, "server responds hi"
08:07:03.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R240, 127.0.0.1:8193, complete]!
08:07:03.266 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R240, 127.0.0.1:8193, complete] completed NON-2.04   MID=47197, Token=109CDC4801FB772D, 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!
08:07:03.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
08:07:03.266 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E240,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47197, Token=109CDC4801FB772D, 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]
08:07:03.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
08:07:03.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-47197]
08:07:03.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L239, 127.0.0.1:8196, complete]!
08:07:03.267 [: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-109CDC4801FB772D]
08:07:03.267 [: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-47197]
08:07:03.267 [: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=47197, Token=109CDC4801FB772D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47197, Token=109CDC4801FB772D, 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!
08:07:03.267 [: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
08:07:03.267 [: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"
08:07:03.268 [: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
08:07:03.268 [: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-47198], CON-POST   MID=47198, 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
08:07:03.268 [: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-10840E4F718C4CA9], CON-POST   MID=47198, Token=10840E4F718C4CA9, 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
08:07:03.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47198], KeyToken[127.0.0.1:8196-10840E4F718C4CA9]]
08:07:03.268 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.268 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E241,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47198, Token=10840E4F718C4CA9, 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]
08:07:03.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
08:07:03.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47198]
08:07:03.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R242, 127.0.0.1:8193] replace CON-POST   MID=47198, Token=10840E4F718C4CA9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47198, Token=10840E4F718C4CA9, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R242, 127.0.0.1:8193] send response NON-2.05   MID=47198, Token=null, OptionSet={}, "server responds hi"
08:07:03.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R242, 127.0.0.1:8193, complete]!
08:07:03.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R242, 127.0.0.1:8193, complete] completed NON-2.04   MID=47198, Token=10840E4F718C4CA9, 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!
08:07:03.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
08:07:03.270 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E242,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47198, Token=10840E4F718C4CA9, 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]
08:07:03.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
08:07:03.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-47198]
08:07:03.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L241, 127.0.0.1:8196, complete]!
08:07:03.270 [: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-10840E4F718C4CA9]
08:07:03.270 [: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-47198]
08:07:03.270 [: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=47198, Token=10840E4F718C4CA9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47198, Token=10840E4F718C4CA9, 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!
08:07:03.271 [: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
08:07:03.271 [: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"
08:07:03.271 [: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
08:07:03.271 [: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-47199], CON-POST   MID=47199, 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
08:07:03.271 [: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-C00506E064F2752F], CON-POST   MID=47199, Token=C00506E064F2752F, 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
08:07:03.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-47199], KeyToken[127.0.0.1:8196-C00506E064F2752F]]
08:07:03.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:8196
08:07:03.272 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E243,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47199, Token=C00506E064F2752F, 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]
08:07:03.272 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47199]
08:07:03.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R244, 127.0.0.1:8193] replace CON-POST   MID=47199, Token=C00506E064F2752F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47199, Token=C00506E064F2752F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R244, 127.0.0.1:8193] send response NON-2.05   MID=47199, Token=null, OptionSet={}, "server responds hi"
08:07:03.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R244, 127.0.0.1:8193, complete]!
08:07:03.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R244, 127.0.0.1:8193, complete] completed NON-2.04   MID=47199, Token=C00506E064F2752F, 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!
08:07:03.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:8193
08:07:03.273 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E244,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47199, Token=C00506E064F2752F, 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]
08:07:03.273 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.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-47199]
08:07:03.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L243, 127.0.0.1:8196, complete]!
08:07:03.274 [: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-C00506E064F2752F]
08:07:03.274 [: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-47199]
08:07:03.274 [: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=47199, Token=C00506E064F2752F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47199, Token=C00506E064F2752F, 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!
08:07:03.274 [: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
08:07:03.274 [: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"
08:07:03.275 [: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
08:07:03.275 [: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-47200], CON-POST   MID=47200, 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
08:07:03.275 [: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-F4BDE09848A7C7D1], CON-POST   MID=47200, Token=F4BDE09848A7C7D1, 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
08:07:03.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-47200], KeyToken[127.0.0.1:8196-F4BDE09848A7C7D1]]
08:07:03.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
08:07:03.275 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E245,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47200, Token=F4BDE09848A7C7D1, 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]
08:07:03.276 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47200]
08:07:03.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R246, 127.0.0.1:8193] replace CON-POST   MID=47200, Token=F4BDE09848A7C7D1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47200, Token=F4BDE09848A7C7D1, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R246, 127.0.0.1:8193] send response NON-2.05   MID=47200, Token=null, OptionSet={}, "server responds hi"
08:07:03.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R246, 127.0.0.1:8193, complete]!
08:07:03.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R246, 127.0.0.1:8193, complete] completed NON-2.04   MID=47200, Token=F4BDE09848A7C7D1, 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!
08:07:03.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:8193
08:07:03.277 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E246,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47200, Token=F4BDE09848A7C7D1, 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]
08:07:03.277 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.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:8196-47200]
08:07:03.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L245, 127.0.0.1:8196, complete]!
08:07:03.277 [: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-F4BDE09848A7C7D1]
08:07:03.277 [: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-47200]
08:07:03.277 [: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=47200, Token=F4BDE09848A7C7D1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47200, Token=F4BDE09848A7C7D1, 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!
08:07:03.278 [: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
08:07:03.278 [: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"
08:07:03.278 [: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
08:07:03.278 [: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-47201], CON-POST   MID=47201, 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
08:07:03.278 [: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-4CE3E9EFC9B5FD0C], CON-POST   MID=47201, Token=4CE3E9EFC9B5FD0C, 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
08:07:03.278 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47201], KeyToken[127.0.0.1:8196-4CE3E9EFC9B5FD0C]]
08:07:03.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
08:07:03.279 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E247,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47201, Token=4CE3E9EFC9B5FD0C, 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]
08:07:03.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
08:07:03.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47201]
08:07:03.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R248, 127.0.0.1:8193] replace CON-POST   MID=47201, Token=4CE3E9EFC9B5FD0C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47201, Token=4CE3E9EFC9B5FD0C, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R248, 127.0.0.1:8193] send response NON-2.05   MID=47201, Token=null, OptionSet={}, "server responds hi"
08:07:03.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R248, 127.0.0.1:8193, complete]!
08:07:03.280 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R248, 127.0.0.1:8193, complete] completed NON-2.04   MID=47201, Token=4CE3E9EFC9B5FD0C, 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!
08:07:03.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
08:07:03.280 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E248,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47201, Token=4CE3E9EFC9B5FD0C, 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]
08:07:03.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
08:07:03.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-47201]
08:07:03.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L247, 127.0.0.1:8196, complete]!
08:07:03.281 [: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-4CE3E9EFC9B5FD0C]
08:07:03.281 [: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-47201]
08:07:03.281 [: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=47201, Token=4CE3E9EFC9B5FD0C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47201, Token=4CE3E9EFC9B5FD0C, 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!
08:07:03.281 [: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
08:07:03.281 [: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"
08:07:03.282 [: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
08:07:03.282 [: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-47202], CON-POST   MID=47202, 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
08:07:03.282 [: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-14A93DC24D26A023], CON-POST   MID=47202, Token=14A93DC24D26A023, 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
08:07:03.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-47202], KeyToken[127.0.0.1:8196-14A93DC24D26A023]]
08:07:03.282 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.282 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E249,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47202, Token=14A93DC24D26A023, 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]
08:07:03.282 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47202]
08:07:03.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R250, 127.0.0.1:8193] replace CON-POST   MID=47202, Token=14A93DC24D26A023, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47202, Token=14A93DC24D26A023, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R250, 127.0.0.1:8193] send response NON-2.05   MID=47202, Token=null, OptionSet={}, "server responds hi"
08:07:03.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R250, 127.0.0.1:8193, complete]!
08:07:03.294 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R250, 127.0.0.1:8193, complete] completed NON-2.04   MID=47202, Token=14A93DC24D26A023, 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!
08:07:03.295 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.295 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E250,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47202, Token=14A93DC24D26A023, 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]
08:07:03.295 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47202]
08:07:03.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L249, 127.0.0.1:8196, complete]!
08:07:03.295 [: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-14A93DC24D26A023]
08:07:03.295 [: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-47202]
08:07:03.295 [: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=47202, Token=14A93DC24D26A023, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47202, Token=14A93DC24D26A023, 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!
08:07:03.296 [: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
08:07:03.296 [: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"
08:07:03.296 [: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
08:07:03.296 [: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-47203], CON-POST   MID=47203, 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
08:07:03.296 [: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-30AAB8538F906AFF], CON-POST   MID=47203, Token=30AAB8538F906AFF, 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
08:07:03.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47203], KeyToken[127.0.0.1:8196-30AAB8538F906AFF]]
08:07:03.297 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.297 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E251,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47203, Token=30AAB8538F906AFF, 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]
08:07:03.297 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.297 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47203]
08:07:03.297 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.298 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R252, 127.0.0.1:8193] replace CON-POST   MID=47203, Token=30AAB8538F906AFF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47203, Token=30AAB8538F906AFF, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.298 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R252, 127.0.0.1:8193] send response NON-2.05   MID=47203, Token=null, OptionSet={}, "server responds hi"
08:07:03.298 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R252, 127.0.0.1:8193, complete]!
08:07:03.298 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R252, 127.0.0.1:8193, complete] completed NON-2.04   MID=47203, Token=30AAB8538F906AFF, 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!
08:07:03.298 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.298 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E252,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47203, Token=30AAB8538F906AFF, 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]
08:07:03.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:8196
08:07:03.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47203]
08:07:03.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L251, 127.0.0.1:8196, complete]!
08:07:03.299 [: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-30AAB8538F906AFF]
08:07:03.299 [: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-47203]
08:07:03.299 [: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=47203, Token=30AAB8538F906AFF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47203, Token=30AAB8538F906AFF, 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!
08:07:03.299 [: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
08:07:03.299 [: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"
08:07:03.300 [: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
08:07:03.300 [: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-47204], CON-POST   MID=47204, 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
08:07:03.300 [: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-04E09599CF1BAF54], CON-POST   MID=47204, Token=04E09599CF1BAF54, 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
08:07:03.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47204], KeyToken[127.0.0.1:8196-04E09599CF1BAF54]]
08:07:03.300 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.301 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E253,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47204, Token=04E09599CF1BAF54, 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]
08:07:03.301 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.301 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47204]
08:07:03.301 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.301 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R254, 127.0.0.1:8193] replace CON-POST   MID=47204, Token=04E09599CF1BAF54, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47204, Token=04E09599CF1BAF54, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.301 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R254, 127.0.0.1:8193] send response NON-2.05   MID=47204, Token=null, OptionSet={}, "server responds hi"
08:07:03.302 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R254, 127.0.0.1:8193, complete]!
08:07:03.302 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R254, 127.0.0.1:8193, complete] completed NON-2.04   MID=47204, Token=04E09599CF1BAF54, 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!
08:07:03.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
08:07:03.302 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E254,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47204, Token=04E09599CF1BAF54, 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]
08:07:03.302 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.302 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47204]
08:07:03.302 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.302 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L253, 127.0.0.1:8196, complete]!
08:07:03.303 [: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-04E09599CF1BAF54]
08:07:03.303 [: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-47204]
08:07:03.303 [: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=47204, Token=04E09599CF1BAF54, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47204, Token=04E09599CF1BAF54, 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!
08:07:03.303 [: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
08:07:03.303 [: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"
08:07:03.303 [: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
08:07:03.304 [: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-47205], CON-POST   MID=47205, 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
08:07:03.304 [: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-A0676C33D763C747], CON-POST   MID=47205, Token=A0676C33D763C747, 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
08:07:03.304 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47205], KeyToken[127.0.0.1:8196-A0676C33D763C747]]
08:07:03.304 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.304 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E255,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47205, Token=A0676C33D763C747, 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]
08:07:03.304 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.304 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47205]
08:07:03.305 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.305 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R256, 127.0.0.1:8193] replace CON-POST   MID=47205, Token=A0676C33D763C747, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47205, Token=A0676C33D763C747, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.305 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R256, 127.0.0.1:8193] send response NON-2.05   MID=47205, Token=null, OptionSet={}, "server responds hi"
08:07:03.305 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R256, 127.0.0.1:8193, complete]!
08:07:03.305 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R256, 127.0.0.1:8193, complete] completed NON-2.04   MID=47205, Token=A0676C33D763C747, 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!
08:07:03.305 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.306 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E256,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47205, Token=A0676C33D763C747, 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]
08:07:03.306 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.306 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47205]
08:07:03.306 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.306 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.306 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L255, 127.0.0.1:8196, complete]!
08:07:03.306 [: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-A0676C33D763C747]
08:07:03.306 [: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-47205]
08:07:03.306 [: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=47205, Token=A0676C33D763C747, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47205, Token=A0676C33D763C747, 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!
08:07:03.307 [: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
08:07:03.307 [: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"
08:07:03.307 [: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
08:07:03.307 [: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-47206], CON-POST   MID=47206, 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
08:07:03.307 [: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-C4D8C105BFC0804C], CON-POST   MID=47206, Token=C4D8C105BFC0804C, 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
08:07:03.307 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47206], KeyToken[127.0.0.1:8196-C4D8C105BFC0804C]]
08:07:03.307 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.308 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E257,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47206, Token=C4D8C105BFC0804C, 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]
08:07:03.308 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.308 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47206]
08:07:03.308 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.308 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R258, 127.0.0.1:8193] replace CON-POST   MID=47206, Token=C4D8C105BFC0804C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47206, Token=C4D8C105BFC0804C, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.308 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R258, 127.0.0.1:8193] send response NON-2.05   MID=47206, Token=null, OptionSet={}, "server responds hi"
08:07:03.309 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R258, 127.0.0.1:8193, complete]!
08:07:03.309 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R258, 127.0.0.1:8193, complete] completed NON-2.04   MID=47206, Token=C4D8C105BFC0804C, 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!
08:07:03.309 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.309 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E258,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47206, Token=C4D8C105BFC0804C, 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]
08:07:03.309 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.309 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47206]
08:07:03.309 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.309 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.310 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L257, 127.0.0.1:8196, complete]!
08:07:03.310 [: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-C4D8C105BFC0804C]
08:07:03.310 [: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-47206]
08:07:03.310 [: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=47206, Token=C4D8C105BFC0804C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47206, Token=C4D8C105BFC0804C, 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!
08:07:03.310 [: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
08:07:03.310 [: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"
08:07:03.310 [: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
08:07:03.310 [: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-47207], CON-POST   MID=47207, 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
08:07:03.311 [: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-6CBCB02AC3850A87], CON-POST   MID=47207, Token=6CBCB02AC3850A87, 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
08:07:03.311 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47207], KeyToken[127.0.0.1:8196-6CBCB02AC3850A87]]
08:07:03.311 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.311 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E259,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47207, Token=6CBCB02AC3850A87, 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]
08:07:03.311 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.311 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47207]
08:07:03.311 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.312 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R260, 127.0.0.1:8193] replace CON-POST   MID=47207, Token=6CBCB02AC3850A87, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47207, Token=6CBCB02AC3850A87, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.312 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R260, 127.0.0.1:8193] send response NON-2.05   MID=47207, Token=null, OptionSet={}, "server responds hi"
08:07:03.312 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R260, 127.0.0.1:8193, complete]!
08:07:03.312 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R260, 127.0.0.1:8193, complete] completed NON-2.04   MID=47207, Token=6CBCB02AC3850A87, 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!
08:07:03.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
08:07:03.312 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E260,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47207, Token=6CBCB02AC3850A87, 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]
08:07:03.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:8196
08:07:03.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:8196-47207]
08:07:03.313 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.313 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L259, 127.0.0.1:8196, complete]!
08:07:03.313 [: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-6CBCB02AC3850A87]
08:07:03.313 [: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-47207]
08:07:03.313 [: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=47207, Token=6CBCB02AC3850A87, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47207, Token=6CBCB02AC3850A87, 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!
08:07:03.314 [: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
08:07:03.314 [: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"
08:07:03.314 [: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
08:07:03.314 [: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-47208], CON-POST   MID=47208, 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
08:07:03.314 [: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-A049710C380E849D], CON-POST   MID=47208, Token=A049710C380E849D, 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
08:07:03.314 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47208], KeyToken[127.0.0.1:8196-A049710C380E849D]]
08:07:03.314 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.315 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E261,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47208, Token=A049710C380E849D, 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]
08:07:03.315 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.315 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47208]
08:07:03.315 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.315 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R262, 127.0.0.1:8193] replace CON-POST   MID=47208, Token=A049710C380E849D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47208, Token=A049710C380E849D, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.315 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R262, 127.0.0.1:8193] send response NON-2.05   MID=47208, Token=null, OptionSet={}, "server responds hi"
08:07:03.316 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R262, 127.0.0.1:8193, complete]!
08:07:03.316 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R262, 127.0.0.1:8193, complete] completed NON-2.04   MID=47208, Token=A049710C380E849D, 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!
08:07:03.316 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.316 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E262,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47208, Token=A049710C380E849D, 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]
08:07:03.316 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.316 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47208]
08:07:03.316 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.316 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.317 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L261, 127.0.0.1:8196, complete]!
08:07:03.317 [: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-A049710C380E849D]
08:07:03.317 [: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-47208]
08:07:03.317 [: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=47208, Token=A049710C380E849D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47208, Token=A049710C380E849D, 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!
08:07:03.317 [: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
08:07:03.317 [: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"
08:07:03.317 [: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
08:07:03.318 [: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-47209], CON-POST   MID=47209, 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
08:07:03.318 [: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-E0CBDAAFE9401FC9], CON-POST   MID=47209, Token=E0CBDAAFE9401FC9, 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
08:07:03.318 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47209], KeyToken[127.0.0.1:8196-E0CBDAAFE9401FC9]]
08:07:03.318 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.318 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E263,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47209, Token=E0CBDAAFE9401FC9, 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]
08:07:03.318 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.318 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47209]
08:07:03.318 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.319 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R264, 127.0.0.1:8193] replace CON-POST   MID=47209, Token=E0CBDAAFE9401FC9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47209, Token=E0CBDAAFE9401FC9, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.319 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R264, 127.0.0.1:8193] send response NON-2.05   MID=47209, Token=null, OptionSet={}, "server responds hi"
08:07:03.319 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R264, 127.0.0.1:8193, complete]!
08:07:03.319 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R264, 127.0.0.1:8193, complete] completed NON-2.04   MID=47209, Token=E0CBDAAFE9401FC9, 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!
08:07:03.319 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.319 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E264,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47209, Token=E0CBDAAFE9401FC9, 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]
08:07:03.319 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.320 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47209]
08:07:03.320 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.320 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.320 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L263, 127.0.0.1:8196, complete]!
08:07:03.320 [: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-E0CBDAAFE9401FC9]
08:07:03.320 [: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-47209]
08:07:03.320 [: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=47209, Token=E0CBDAAFE9401FC9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47209, Token=E0CBDAAFE9401FC9, 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!
08:07:03.320 [: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
08:07:03.320 [: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"
08:07:03.321 [: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
08:07:03.321 [: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-47210], CON-POST   MID=47210, 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
08:07:03.321 [: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-E45D1BF06C76C03E], CON-POST   MID=47210, Token=E45D1BF06C76C03E, 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
08:07:03.321 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47210], KeyToken[127.0.0.1:8196-E45D1BF06C76C03E]]
08:07:03.321 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.322 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E265,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47210, Token=E45D1BF06C76C03E, 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]
08:07:03.322 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.322 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47210]
08:07:03.322 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.322 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R266, 127.0.0.1:8193] replace CON-POST   MID=47210, Token=E45D1BF06C76C03E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47210, Token=E45D1BF06C76C03E, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.322 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R266, 127.0.0.1:8193] send response NON-2.05   MID=47210, Token=null, OptionSet={}, "server responds hi"
08:07:03.322 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R266, 127.0.0.1:8193, complete]!
08:07:03.322 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R266, 127.0.0.1:8193, complete] completed NON-2.04   MID=47210, Token=E45D1BF06C76C03E, 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!
08:07:03.323 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.323 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E266,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47210, Token=E45D1BF06C76C03E, 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]
08:07:03.323 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.323 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47210]
08:07:03.323 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.323 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.323 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L265, 127.0.0.1:8196, complete]!
08:07:03.323 [: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-E45D1BF06C76C03E]
08:07:03.323 [: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-47210]
08:07:03.323 [: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=47210, Token=E45D1BF06C76C03E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47210, Token=E45D1BF06C76C03E, 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!
08:07:03.324 [: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
08:07:03.324 [: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"
08:07:03.324 [: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
08:07:03.324 [: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-47211], CON-POST   MID=47211, 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
08:07:03.324 [: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-80831DB186C51F73], CON-POST   MID=47211, Token=80831DB186C51F73, 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
08:07:03.324 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47211], KeyToken[127.0.0.1:8196-80831DB186C51F73]]
08:07:03.325 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.325 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E267,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47211, Token=80831DB186C51F73, 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]
08:07:03.325 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.325 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47211]
08:07:03.325 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.325 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R268, 127.0.0.1:8193] replace CON-POST   MID=47211, Token=80831DB186C51F73, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47211, Token=80831DB186C51F73, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.325 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R268, 127.0.0.1:8193] send response NON-2.05   MID=47211, Token=null, OptionSet={}, "server responds hi"
08:07:03.326 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R268, 127.0.0.1:8193, complete]!
08:07:03.326 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R268, 127.0.0.1:8193, complete] completed NON-2.04   MID=47211, Token=80831DB186C51F73, 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!
08:07:03.326 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.326 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E268,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47211, Token=80831DB186C51F73, 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]
08:07:03.326 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47211]
08:07:03.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L267, 127.0.0.1:8196, complete]!
08:07:03.327 [: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-80831DB186C51F73]
08:07:03.327 [: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-47211]
08:07:03.327 [: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=47211, Token=80831DB186C51F73, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47211, Token=80831DB186C51F73, 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!
08:07:03.327 [: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
08:07:03.327 [: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"
08:07:03.328 [: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
08:07:03.328 [: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-47212], CON-POST   MID=47212, 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
08:07:03.328 [: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-50ED0C7C08A4398E], CON-POST   MID=47212, Token=50ED0C7C08A4398E, 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
08:07:03.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47212], KeyToken[127.0.0.1:8196-50ED0C7C08A4398E]]
08:07:03.328 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.328 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E269,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47212, Token=50ED0C7C08A4398E, 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]
08:07:03.328 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.329 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47212]
08:07:03.329 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.329 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R270, 127.0.0.1:8193] replace CON-POST   MID=47212, Token=50ED0C7C08A4398E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47212, Token=50ED0C7C08A4398E, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.329 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R270, 127.0.0.1:8193] send response NON-2.05   MID=47212, Token=null, OptionSet={}, "server responds hi"
08:07:03.329 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R270, 127.0.0.1:8193, complete]!
08:07:03.329 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R270, 127.0.0.1:8193, complete] completed NON-2.04   MID=47212, Token=50ED0C7C08A4398E, 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!
08:07:03.329 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.330 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E270,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47212, Token=50ED0C7C08A4398E, 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]
08:07:03.330 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.330 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47212]
08:07:03.330 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.330 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.330 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L269, 127.0.0.1:8196, complete]!
08:07:03.330 [: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-50ED0C7C08A4398E]
08:07:03.330 [: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-47212]
08:07:03.330 [: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=47212, Token=50ED0C7C08A4398E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47212, Token=50ED0C7C08A4398E, 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!
08:07:03.331 [: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
08:07:03.331 [: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"
08:07:03.331 [: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
08:07:03.331 [: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-47213], CON-POST   MID=47213, 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
08:07:03.331 [: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-ACDA2FEC90BFE6EC], CON-POST   MID=47213, Token=ACDA2FEC90BFE6EC, 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
08:07:03.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47213], KeyToken[127.0.0.1:8196-ACDA2FEC90BFE6EC]]
08:07:03.332 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.332 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E271,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47213, Token=ACDA2FEC90BFE6EC, 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]
08:07:03.332 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47213]
08:07:03.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R272, 127.0.0.1:8193] replace CON-POST   MID=47213, Token=ACDA2FEC90BFE6EC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47213, Token=ACDA2FEC90BFE6EC, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R272, 127.0.0.1:8193] send response NON-2.05   MID=47213, Token=null, OptionSet={}, "server responds hi"
08:07:03.333 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R272, 127.0.0.1:8193, complete]!
08:07:03.333 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R272, 127.0.0.1:8193, complete] completed NON-2.04   MID=47213, Token=ACDA2FEC90BFE6EC, 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!
08:07:03.333 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.333 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E272,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47213, Token=ACDA2FEC90BFE6EC, 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]
08:07:03.333 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47213]
08:07:03.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.334 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L271, 127.0.0.1:8196, complete]!
08:07:03.334 [: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-ACDA2FEC90BFE6EC]
08:07:03.334 [: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-47213]
08:07:03.334 [: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=47213, Token=ACDA2FEC90BFE6EC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47213, Token=ACDA2FEC90BFE6EC, 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!
08:07:03.334 [: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
08:07:03.334 [: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"
08:07:03.334 [: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
08:07:03.335 [: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-47214], CON-POST   MID=47214, 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
08:07:03.335 [: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-B42968C9503A4F4E], CON-POST   MID=47214, Token=B42968C9503A4F4E, 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
08:07:03.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47214], KeyToken[127.0.0.1:8196-B42968C9503A4F4E]]
08:07:03.335 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.335 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E273,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47214, Token=B42968C9503A4F4E, 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]
08:07:03.335 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.335 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47214]
08:07:03.336 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.336 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R274, 127.0.0.1:8193] replace CON-POST   MID=47214, Token=B42968C9503A4F4E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47214, Token=B42968C9503A4F4E, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.336 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R274, 127.0.0.1:8193] send response NON-2.05   MID=47214, Token=null, OptionSet={}, "server responds hi"
08:07:03.336 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R274, 127.0.0.1:8193, complete]!
08:07:03.336 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R274, 127.0.0.1:8193, complete] completed NON-2.04   MID=47214, Token=B42968C9503A4F4E, 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!
08:07:03.336 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.336 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E274,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47214, Token=B42968C9503A4F4E, 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]
08:07:03.337 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47214]
08:07:03.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L273, 127.0.0.1:8196, complete]!
08:07:03.337 [: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-B42968C9503A4F4E]
08:07:03.337 [: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-47214]
08:07:03.337 [: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=47214, Token=B42968C9503A4F4E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47214, Token=B42968C9503A4F4E, 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!
08:07:03.338 [: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
08:07:03.338 [: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"
08:07:03.338 [: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
08:07:03.338 [: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-47215], CON-POST   MID=47215, 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
08:07:03.338 [: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-44D468BAA9153CFF], CON-POST   MID=47215, Token=44D468BAA9153CFF, 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
08:07:03.338 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47215], KeyToken[127.0.0.1:8196-44D468BAA9153CFF]]
08:07:03.338 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.339 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E275,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47215, Token=44D468BAA9153CFF, 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]
08:07:03.339 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.339 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47215]
08:07:03.339 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.339 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R276, 127.0.0.1:8193] replace CON-POST   MID=47215, Token=44D468BAA9153CFF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47215, Token=44D468BAA9153CFF, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.339 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R276, 127.0.0.1:8193] send response NON-2.05   MID=47215, Token=null, OptionSet={}, "server responds hi"
08:07:03.340 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R276, 127.0.0.1:8193, complete]!
08:07:03.340 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R276, 127.0.0.1:8193, complete] completed NON-2.04   MID=47215, Token=44D468BAA9153CFF, 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!
08:07:03.340 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.340 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E276,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47215, Token=44D468BAA9153CFF, 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]
08:07:03.340 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.340 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47215]
08:07:03.340 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.340 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L275, 127.0.0.1:8196, complete]!
08:07:03.341 [: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-44D468BAA9153CFF]
08:07:03.341 [: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-47215]
08:07:03.341 [: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=47215, Token=44D468BAA9153CFF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47215, Token=44D468BAA9153CFF, 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!
08:07:03.341 [: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
08:07:03.341 [: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"
08:07:03.341 [: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
08:07:03.342 [: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-47216], CON-POST   MID=47216, 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
08:07:03.342 [: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-D8885BE3A7C2FC73], CON-POST   MID=47216, Token=D8885BE3A7C2FC73, 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
08:07:03.342 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47216], KeyToken[127.0.0.1:8196-D8885BE3A7C2FC73]]
08:07:03.342 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.342 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E277,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47216, Token=D8885BE3A7C2FC73, 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]
08:07:03.342 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47216]
08:07:03.343 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.343 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R278, 127.0.0.1:8193] replace CON-POST   MID=47216, Token=D8885BE3A7C2FC73, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47216, Token=D8885BE3A7C2FC73, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.343 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R278, 127.0.0.1:8193] send response NON-2.05   MID=47216, Token=null, OptionSet={}, "server responds hi"
08:07:03.343 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R278, 127.0.0.1:8193, complete]!
08:07:03.343 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R278, 127.0.0.1:8193, complete] completed NON-2.04   MID=47216, Token=D8885BE3A7C2FC73, 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!
08:07:03.343 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.343 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E278,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47216, Token=D8885BE3A7C2FC73, 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]
08:07:03.344 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47216]
08:07:03.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L277, 127.0.0.1:8196, complete]!
08:07:03.344 [: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-D8885BE3A7C2FC73]
08:07:03.344 [: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-47216]
08:07:03.344 [: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=47216, Token=D8885BE3A7C2FC73, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47216, Token=D8885BE3A7C2FC73, 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!
08:07:03.345 [: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
08:07:03.345 [: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"
08:07:03.345 [: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
08:07:03.345 [: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-47217], CON-POST   MID=47217, 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
08:07:03.345 [: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-24C41E9ABFE853D1], CON-POST   MID=47217, Token=24C41E9ABFE853D1, 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
08:07:03.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47217], KeyToken[127.0.0.1:8196-24C41E9ABFE853D1]]
08:07:03.345 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.346 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E279,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47217, Token=24C41E9ABFE853D1, 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]
08:07:03.346 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47217]
08:07:03.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R280, 127.0.0.1:8193] replace CON-POST   MID=47217, Token=24C41E9ABFE853D1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47217, Token=24C41E9ABFE853D1, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R280, 127.0.0.1:8193] send response NON-2.05   MID=47217, Token=null, OptionSet={}, "server responds hi"
08:07:03.347 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R280, 127.0.0.1:8193, complete]!
08:07:03.347 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R280, 127.0.0.1:8193, complete] completed NON-2.04   MID=47217, Token=24C41E9ABFE853D1, 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!
08:07:03.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:8193
08:07:03.347 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E280,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47217, Token=24C41E9ABFE853D1, 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]
08:07:03.347 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.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:8196-47217]
08:07:03.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.348 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L279, 127.0.0.1:8196, complete]!
08:07:03.348 [: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-24C41E9ABFE853D1]
08:07:03.348 [: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-47217]
08:07:03.348 [: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=47217, Token=24C41E9ABFE853D1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47217, Token=24C41E9ABFE853D1, 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!
08:07:03.348 [: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
08:07:03.348 [: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"
08:07:03.348 [: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
08:07:03.349 [: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-47218], CON-POST   MID=47218, 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
08:07:03.349 [: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-741412E8648B5CFA], CON-POST   MID=47218, Token=741412E8648B5CFA, 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
08:07:03.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47218], KeyToken[127.0.0.1:8196-741412E8648B5CFA]]
08:07:03.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:8196
08:07:03.349 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E281,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47218, Token=741412E8648B5CFA, 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]
08:07:03.349 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47218]
08:07:03.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R282, 127.0.0.1:8193] replace CON-POST   MID=47218, Token=741412E8648B5CFA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47218, Token=741412E8648B5CFA, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R282, 127.0.0.1:8193] send response NON-2.05   MID=47218, Token=null, OptionSet={}, "server responds hi"
08:07:03.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R282, 127.0.0.1:8193, complete]!
08:07:03.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R282, 127.0.0.1:8193, complete] completed NON-2.04   MID=47218, Token=741412E8648B5CFA, 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!
08:07:03.350 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.350 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E282,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47218, Token=741412E8648B5CFA, 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]
08:07:03.350 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.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:8196-47218]
08:07:03.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L281, 127.0.0.1:8196, complete]!
08:07:03.351 [: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-741412E8648B5CFA]
08:07:03.351 [: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-47218]
08:07:03.351 [: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=47218, Token=741412E8648B5CFA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47218, Token=741412E8648B5CFA, 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!
08:07:03.394 [: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
08:07:03.394 [: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"
08:07:03.394 [: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
08:07:03.394 [: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-47219], CON-POST   MID=47219, 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
08:07:03.394 [: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-989C9DD5FE28172D], CON-POST   MID=47219, Token=989C9DD5FE28172D, 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
08:07:03.394 [: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-989C9DD5FE28172D]]
08:07:03.395 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.395 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E283,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47219, Token=989C9DD5FE28172D, 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]
08:07:03.395 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47219]
08:07:03.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R284, 127.0.0.1:8193] replace CON-POST   MID=47219, Token=989C9DD5FE28172D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47219, Token=989C9DD5FE28172D, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R284, 127.0.0.1:8193] send response NON-2.05   MID=47219, Token=null, OptionSet={}, "server responds hi"
08:07:03.396 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R284, 127.0.0.1:8193, complete]!
08:07:03.396 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R284, 127.0.0.1:8193, complete] completed NON-2.04   MID=47219, Token=989C9DD5FE28172D, 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!
08:07:03.396 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.396 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E284,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47219, Token=989C9DD5FE28172D, 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]
08:07:03.396 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47219]
08:07:03.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L283, 127.0.0.1:8196, complete]!
08:07:03.397 [: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-989C9DD5FE28172D]
08:07:03.397 [: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-47219]
08:07:03.397 [: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=47219, Token=989C9DD5FE28172D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47219, Token=989C9DD5FE28172D, 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!
08:07:03.397 [: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
08:07:03.397 [: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"
08:07:03.397 [: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
08:07:03.398 [: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-47220], CON-POST   MID=47220, 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
08:07:03.398 [: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-FC50CC3A55CE1CC0], CON-POST   MID=47220, Token=FC50CC3A55CE1CC0, 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
08:07:03.398 [: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-FC50CC3A55CE1CC0]]
08:07:03.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:8196
08:07:03.398 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E285,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47220, Token=FC50CC3A55CE1CC0, 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]
08:07:03.398 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.398 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47220]
08:07:03.398 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.399 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R286, 127.0.0.1:8193] replace CON-POST   MID=47220, Token=FC50CC3A55CE1CC0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47220, Token=FC50CC3A55CE1CC0, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.399 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R286, 127.0.0.1:8193] send response NON-2.05   MID=47220, Token=null, OptionSet={}, "server responds hi"
08:07:03.399 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R286, 127.0.0.1:8193, complete]!
08:07:03.399 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R286, 127.0.0.1:8193, complete] completed NON-2.04   MID=47220, Token=FC50CC3A55CE1CC0, 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!
08:07:03.399 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.399 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E286,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47220, Token=FC50CC3A55CE1CC0, 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]
08:07:03.399 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47220]
08:07:03.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.400 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.400 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L285, 127.0.0.1:8196, complete]!
08:07:03.400 [: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-FC50CC3A55CE1CC0]
08:07:03.400 [: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-47220]
08:07:03.400 [: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=47220, Token=FC50CC3A55CE1CC0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47220, Token=FC50CC3A55CE1CC0, 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!
08:07:03.400 [: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
08:07:03.400 [: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"
08:07:03.401 [: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
08:07:03.401 [: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-47221], CON-POST   MID=47221, 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
08:07:03.401 [: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-4429E8377B998280], CON-POST   MID=47221, Token=4429E8377B998280, 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
08:07:03.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47221], KeyToken[127.0.0.1:8196-4429E8377B998280]]
08:07:03.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:8196
08:07:03.402 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E287,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47221, Token=4429E8377B998280, 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]
08:07:03.402 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.402 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47221]
08:07:03.402 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R288, 127.0.0.1:8193] replace CON-POST   MID=47221, Token=4429E8377B998280, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47221, Token=4429E8377B998280, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R288, 127.0.0.1:8193] send response NON-2.05   MID=47221, Token=null, OptionSet={}, "server responds hi"
08:07:03.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R288, 127.0.0.1:8193, complete]!
08:07:03.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R288, 127.0.0.1:8193, complete] completed NON-2.04   MID=47221, Token=4429E8377B998280, 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!
08:07:03.403 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.404 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E288,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47221, Token=4429E8377B998280, 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]
08:07:03.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:8196
08:07:03.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:8196-47221]
08:07:03.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L287, 127.0.0.1:8196, complete]!
08:07:03.404 [: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-4429E8377B998280]
08:07:03.404 [: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-47221]
08:07:03.404 [: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=47221, Token=4429E8377B998280, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47221, Token=4429E8377B998280, 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!
08:07:03.405 [: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
08:07:03.405 [: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"
08:07:03.405 [: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
08:07:03.405 [: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-47222], CON-POST   MID=47222, 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
08:07:03.405 [: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-10816A9F1396A948], CON-POST   MID=47222, Token=10816A9F1396A948, 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
08:07:03.405 [: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-10816A9F1396A948]]
08:07:03.405 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.406 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E289,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47222, Token=10816A9F1396A948, 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]
08:07:03.406 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.406 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47222]
08:07:03.406 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.406 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R290, 127.0.0.1:8193] replace CON-POST   MID=47222, Token=10816A9F1396A948, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47222, Token=10816A9F1396A948, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.406 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R290, 127.0.0.1:8193] send response NON-2.05   MID=47222, Token=null, OptionSet={}, "server responds hi"
08:07:03.407 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R290, 127.0.0.1:8193, complete]!
08:07:03.407 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R290, 127.0.0.1:8193, complete] completed NON-2.04   MID=47222, Token=10816A9F1396A948, 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!
08:07:03.407 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.407 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E290,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47222, Token=10816A9F1396A948, 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]
08:07:03.407 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.407 [:CoapEndpoint-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]
08:07:03.407 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.407 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.408 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L289, 127.0.0.1:8196, complete]!
08:07:03.408 [: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-10816A9F1396A948]
08:07:03.408 [: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-47222]
08:07:03.408 [: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=47222, Token=10816A9F1396A948, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47222, Token=10816A9F1396A948, 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!
08:07:03.408 [: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
08:07:03.408 [: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"
08:07:03.408 [: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
08:07:03.409 [: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-47223], CON-POST   MID=47223, 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
08:07:03.409 [: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-DC6EA5A408CE4F28], CON-POST   MID=47223, Token=DC6EA5A408CE4F28, 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
08:07:03.409 [: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-DC6EA5A408CE4F28]]
08:07:03.409 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.409 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E291,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47223, Token=DC6EA5A408CE4F28, 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]
08:07:03.409 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.409 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47223]
08:07:03.409 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.410 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R292, 127.0.0.1:8193] replace CON-POST   MID=47223, Token=DC6EA5A408CE4F28, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47223, Token=DC6EA5A408CE4F28, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.410 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R292, 127.0.0.1:8193] send response NON-2.05   MID=47223, Token=null, OptionSet={}, "server responds hi"
08:07:03.410 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R292, 127.0.0.1:8193, complete]!
08:07:03.410 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R292, 127.0.0.1:8193, complete] completed NON-2.04   MID=47223, Token=DC6EA5A408CE4F28, 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!
08:07:03.410 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.410 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E292,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47223, Token=DC6EA5A408CE4F28, 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]
08:07:03.410 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.411 [:CoapEndpoint-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]
08:07:03.411 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.411 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.411 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L291, 127.0.0.1:8196, complete]!
08:07:03.411 [: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-DC6EA5A408CE4F28]
08:07:03.411 [: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-47223]
08:07:03.411 [: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=47223, Token=DC6EA5A408CE4F28, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47223, Token=DC6EA5A408CE4F28, 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!
08:07:03.411 [: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
08:07:03.411 [: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"
08:07:03.412 [: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
08:07:03.412 [: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-47224], CON-POST   MID=47224, 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
08:07:03.412 [: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-20D42654DC3940AB], CON-POST   MID=47224, Token=20D42654DC3940AB, 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
08:07:03.412 [: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-20D42654DC3940AB]]
08:07:03.412 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.413 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E293,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47224, Token=20D42654DC3940AB, 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]
08:07:03.413 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.413 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47224]
08:07:03.413 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.413 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R294, 127.0.0.1:8193] replace CON-POST   MID=47224, Token=20D42654DC3940AB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47224, Token=20D42654DC3940AB, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.413 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R294, 127.0.0.1:8193] send response NON-2.05   MID=47224, Token=null, OptionSet={}, "server responds hi"
08:07:03.413 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R294, 127.0.0.1:8193, complete]!
08:07:03.413 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R294, 127.0.0.1:8193, complete] completed NON-2.04   MID=47224, Token=20D42654DC3940AB, 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!
08:07:03.414 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.414 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E294,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47224, Token=20D42654DC3940AB, 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]
08:07:03.414 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.414 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47224]
08:07:03.414 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.414 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.414 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L293, 127.0.0.1:8196, complete]!
08:07:03.414 [: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-20D42654DC3940AB]
08:07:03.414 [: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-47224]
08:07:03.414 [: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=47224, Token=20D42654DC3940AB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47224, Token=20D42654DC3940AB, 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!
08:07:03.415 [: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
08:07:03.415 [: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"
08:07:03.415 [: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
08:07:03.415 [: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-47225], CON-POST   MID=47225, 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
08:07:03.415 [: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-44B93B83870672A8], CON-POST   MID=47225, Token=44B93B83870672A8, 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
08:07:03.415 [: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-44B93B83870672A8]]
08:07:03.415 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.416 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E295,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47225, Token=44B93B83870672A8, 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]
08:07:03.416 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.416 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47225]
08:07:03.416 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.416 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R296, 127.0.0.1:8193] replace CON-POST   MID=47225, Token=44B93B83870672A8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47225, Token=44B93B83870672A8, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.416 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R296, 127.0.0.1:8193] send response NON-2.05   MID=47225, Token=null, OptionSet={}, "server responds hi"
08:07:03.416 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R296, 127.0.0.1:8193, complete]!
08:07:03.416 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R296, 127.0.0.1:8193, complete] completed NON-2.04   MID=47225, Token=44B93B83870672A8, 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!
08:07:03.417 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.417 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E296,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47225, Token=44B93B83870672A8, 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]
08:07:03.417 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47225]
08:07:03.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L295, 127.0.0.1:8196, complete]!
08:07:03.417 [: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-44B93B83870672A8]
08:07:03.417 [: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-47225]
08:07:03.417 [: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=47225, Token=44B93B83870672A8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47225, Token=44B93B83870672A8, 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!
08:07:03.418 [: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
08:07:03.418 [: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"
08:07:03.418 [: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
08:07:03.418 [: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-47226], CON-POST   MID=47226, 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
08:07:03.418 [: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-70CEB22AC281B779], CON-POST   MID=47226, Token=70CEB22AC281B779, 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
08:07:03.418 [: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-70CEB22AC281B779]]
08:07:03.418 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.419 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E297,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47226, Token=70CEB22AC281B779, 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]
08:07:03.419 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.419 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47226]
08:07:03.419 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.419 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R298, 127.0.0.1:8193] replace CON-POST   MID=47226, Token=70CEB22AC281B779, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47226, Token=70CEB22AC281B779, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.419 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R298, 127.0.0.1:8193] send response NON-2.05   MID=47226, Token=null, OptionSet={}, "server responds hi"
08:07:03.419 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R298, 127.0.0.1:8193, complete]!
08:07:03.419 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R298, 127.0.0.1:8193, complete] completed NON-2.04   MID=47226, Token=70CEB22AC281B779, 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!
08:07:03.420 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.420 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E298,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47226, Token=70CEB22AC281B779, 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]
08:07:03.420 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.420 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47226]
08:07:03.420 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.420 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.420 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L297, 127.0.0.1:8196, complete]!
08:07:03.420 [: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-70CEB22AC281B779]
08:07:03.420 [: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-47226]
08:07:03.420 [: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=47226, Token=70CEB22AC281B779, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47226, Token=70CEB22AC281B779, 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!
08:07:03.421 [: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
08:07:03.421 [: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"
08:07:03.421 [: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
08:07:03.421 [: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-47227], CON-POST   MID=47227, 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
08:07:03.421 [: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-80BE6FC622E46E50], CON-POST   MID=47227, Token=80BE6FC622E46E50, 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
08:07:03.421 [: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-80BE6FC622E46E50]]
08:07:03.422 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.422 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E299,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47227, Token=80BE6FC622E46E50, 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]
08:07:03.422 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.422 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47227]
08:07:03.422 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.422 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R300, 127.0.0.1:8193] replace CON-POST   MID=47227, Token=80BE6FC622E46E50, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47227, Token=80BE6FC622E46E50, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.422 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R300, 127.0.0.1:8193] send response NON-2.05   MID=47227, Token=null, OptionSet={}, "server responds hi"
08:07:03.422 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R300, 127.0.0.1:8193, complete]!
08:07:03.423 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R300, 127.0.0.1:8193, complete] completed NON-2.04   MID=47227, Token=80BE6FC622E46E50, 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!
08:07:03.423 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.423 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E300,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47227, Token=80BE6FC622E46E50, 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]
08:07:03.423 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.423 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47227]
08:07:03.423 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.423 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.423 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L299, 127.0.0.1:8196, complete]!
08:07:03.423 [: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-80BE6FC622E46E50]
08:07:03.423 [: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-47227]
08:07:03.423 [: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=47227, Token=80BE6FC622E46E50, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47227, Token=80BE6FC622E46E50, 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!
08:07:03.424 [: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
08:07:03.424 [: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"
08:07:03.424 [: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
08:07:03.424 [: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-47228], CON-POST   MID=47228, 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
08:07:03.424 [: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-28A9B88244DD06EC], CON-POST   MID=47228, Token=28A9B88244DD06EC, 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
08:07:03.425 [: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-28A9B88244DD06EC]]
08:07:03.425 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.425 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E301,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47228, Token=28A9B88244DD06EC, 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]
08:07:03.425 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.425 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47228]
08:07:03.425 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.425 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R302, 127.0.0.1:8193] replace CON-POST   MID=47228, Token=28A9B88244DD06EC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47228, Token=28A9B88244DD06EC, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.425 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R302, 127.0.0.1:8193] send response NON-2.05   MID=47228, Token=null, OptionSet={}, "server responds hi"
08:07:03.426 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R302, 127.0.0.1:8193, complete]!
08:07:03.426 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R302, 127.0.0.1:8193, complete] completed NON-2.04   MID=47228, Token=28A9B88244DD06EC, 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!
08:07:03.426 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.426 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E302,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47228, Token=28A9B88244DD06EC, 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]
08:07:03.426 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47228]
08:07:03.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.427 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L301, 127.0.0.1:8196, complete]!
08:07:03.427 [: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-28A9B88244DD06EC]
08:07:03.427 [: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-47228]
08:07:03.427 [: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=47228, Token=28A9B88244DD06EC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47228, Token=28A9B88244DD06EC, 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!
08:07:03.427 [: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
08:07:03.427 [: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"
08:07:03.427 [: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
08:07:03.427 [: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-47229], CON-POST   MID=47229, 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
08:07:03.428 [: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-E47583375ABCF8BE], CON-POST   MID=47229, Token=E47583375ABCF8BE, 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
08:07:03.428 [: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-E47583375ABCF8BE]]
08:07:03.428 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.428 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E303,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47229, Token=E47583375ABCF8BE, 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]
08:07:03.428 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.428 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47229]
08:07:03.428 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.429 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R304, 127.0.0.1:8193] replace CON-POST   MID=47229, Token=E47583375ABCF8BE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47229, Token=E47583375ABCF8BE, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.429 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R304, 127.0.0.1:8193] send response NON-2.05   MID=47229, Token=null, OptionSet={}, "server responds hi"
08:07:03.429 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R304, 127.0.0.1:8193, complete]!
08:07:03.429 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R304, 127.0.0.1:8193, complete] completed NON-2.04   MID=47229, Token=E47583375ABCF8BE, 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!
08:07:03.429 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.429 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E304,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47229, Token=E47583375ABCF8BE, 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]
08:07:03.429 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47229]
08:07:03.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L303, 127.0.0.1:8196, complete]!
08:07:03.430 [: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-E47583375ABCF8BE]
08:07:03.430 [: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-47229]
08:07:03.430 [: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=47229, Token=E47583375ABCF8BE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47229, Token=E47583375ABCF8BE, 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!
08:07:03.430 [: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
08:07:03.430 [: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"
08:07:03.431 [: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
08:07:03.431 [: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-47230], CON-POST   MID=47230, 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
08:07:03.431 [: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-608DFD8B8C6265B7], CON-POST   MID=47230, Token=608DFD8B8C6265B7, 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
08:07:03.431 [: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-608DFD8B8C6265B7]]
08:07:03.431 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.431 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E305,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47230, Token=608DFD8B8C6265B7, 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]
08:07:03.431 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.431 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47230]
08:07:03.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R306, 127.0.0.1:8193] replace CON-POST   MID=47230, Token=608DFD8B8C6265B7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47230, Token=608DFD8B8C6265B7, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R306, 127.0.0.1:8193] send response NON-2.05   MID=47230, Token=null, OptionSet={}, "server responds hi"
08:07:03.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R306, 127.0.0.1:8193, complete]!
08:07:03.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R306, 127.0.0.1:8193, complete] completed NON-2.04   MID=47230, Token=608DFD8B8C6265B7, 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!
08:07:03.432 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.432 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E306,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47230, Token=608DFD8B8C6265B7, 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]
08:07:03.433 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47230]
08:07:03.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L305, 127.0.0.1:8196, complete]!
08:07:03.433 [: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-608DFD8B8C6265B7]
08:07:03.433 [: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-47230]
08:07:03.433 [: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=47230, Token=608DFD8B8C6265B7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47230, Token=608DFD8B8C6265B7, 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!
08:07:03.433 [: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
08:07:03.433 [: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"
08:07:03.434 [: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
08:07:03.434 [: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-47231], CON-POST   MID=47231, 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
08:07:03.434 [: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-005F1BD10C2A0E1D], CON-POST   MID=47231, Token=005F1BD10C2A0E1D, 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
08:07:03.434 [: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-005F1BD10C2A0E1D]]
08:07:03.434 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.434 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E307,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47231, Token=005F1BD10C2A0E1D, 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]
08:07:03.434 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47231]
08:07:03.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R308, 127.0.0.1:8193] replace CON-POST   MID=47231, Token=005F1BD10C2A0E1D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47231, Token=005F1BD10C2A0E1D, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R308, 127.0.0.1:8193] send response NON-2.05   MID=47231, Token=null, OptionSet={}, "server responds hi"
08:07:03.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R308, 127.0.0.1:8193, complete]!
08:07:03.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R308, 127.0.0.1:8193, complete] completed NON-2.04   MID=47231, Token=005F1BD10C2A0E1D, 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!
08:07:03.436 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.436 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E308,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47231, Token=005F1BD10C2A0E1D, 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]
08:07:03.436 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47231]
08:07:03.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L307, 127.0.0.1:8196, complete]!
08:07:03.436 [: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-005F1BD10C2A0E1D]
08:07:03.436 [: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-47231]
08:07:03.436 [: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=47231, Token=005F1BD10C2A0E1D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47231, Token=005F1BD10C2A0E1D, 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!
08:07:03.437 [: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
08:07:03.437 [: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"
08:07:03.437 [: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
08:07:03.437 [: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-47232], CON-POST   MID=47232, 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
08:07:03.437 [: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-B0B44D09A186AD02], CON-POST   MID=47232, Token=B0B44D09A186AD02, 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
08:07:03.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-B0B44D09A186AD02]]
08:07:03.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
08:07:03.494 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E309,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47232, Token=B0B44D09A186AD02, 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]
08:07:03.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
08:07:03.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47232]
08:07:03.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R310, 127.0.0.1:8193] replace CON-POST   MID=47232, Token=B0B44D09A186AD02, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47232, Token=B0B44D09A186AD02, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R310, 127.0.0.1:8193] send response NON-2.05   MID=47232, Token=null, OptionSet={}, "server responds hi"
08:07:03.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R310, 127.0.0.1:8193, complete]!
08:07:03.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R310, 127.0.0.1:8193, complete] completed NON-2.04   MID=47232, Token=B0B44D09A186AD02, 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!
08:07:03.495 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.496 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E310,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47232, Token=B0B44D09A186AD02, 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]
08:07:03.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
08:07:03.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]
08:07:03.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L309, 127.0.0.1:8196, complete]!
08:07:03.496 [: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-B0B44D09A186AD02]
08:07:03.496 [: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-47232]
08:07:03.496 [: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=47232, Token=B0B44D09A186AD02, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47232, Token=B0B44D09A186AD02, 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!
08:07:03.497 [: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
08:07:03.497 [: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"
08:07:03.497 [: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
08:07:03.497 [: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-47233], CON-POST   MID=47233, 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
08:07:03.497 [: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-A8AB4128248ADA03], CON-POST   MID=47233, Token=A8AB4128248ADA03, 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
08:07:03.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-A8AB4128248ADA03]]
08:07:03.497 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.498 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E311,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47233, Token=A8AB4128248ADA03, 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]
08:07:03.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
08:07:03.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47233]
08:07:03.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R312, 127.0.0.1:8193] replace CON-POST   MID=47233, Token=A8AB4128248ADA03, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47233, Token=A8AB4128248ADA03, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R312, 127.0.0.1:8193] send response NON-2.05   MID=47233, Token=null, OptionSet={}, "server responds hi"
08:07:03.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R312, 127.0.0.1:8193, complete]!
08:07:03.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R312, 127.0.0.1:8193, complete] completed NON-2.04   MID=47233, Token=A8AB4128248ADA03, 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!
08:07:03.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
08:07:03.499 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E312,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47233, Token=A8AB4128248ADA03, 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]
08:07:03.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
08:07:03.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]
08:07:03.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L311, 127.0.0.1:8196, complete]!
08:07:03.499 [: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-A8AB4128248ADA03]
08:07:03.499 [: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-47233]
08:07:03.499 [: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=47233, Token=A8AB4128248ADA03, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47233, Token=A8AB4128248ADA03, 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!
08:07:03.500 [: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
08:07:03.500 [: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"
08:07:03.500 [: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
08:07:03.500 [: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-47234], CON-POST   MID=47234, 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
08:07:03.500 [: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-2447DF752FC5E129], CON-POST   MID=47234, Token=2447DF752FC5E129, 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
08:07:03.500 [: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-2447DF752FC5E129]]
08:07:03.500 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.501 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E313,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47234, Token=2447DF752FC5E129, 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]
08:07:03.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
08:07:03.501 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47234]
08:07:03.501 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.501 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R314, 127.0.0.1:8193] replace CON-POST   MID=47234, Token=2447DF752FC5E129, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47234, Token=2447DF752FC5E129, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.501 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R314, 127.0.0.1:8193] send response NON-2.05   MID=47234, Token=null, OptionSet={}, "server responds hi"
08:07:03.502 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R314, 127.0.0.1:8193, complete]!
08:07:03.502 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R314, 127.0.0.1:8193, complete] completed NON-2.04   MID=47234, Token=2447DF752FC5E129, 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!
08:07:03.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
08:07:03.502 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E314,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47234, Token=2447DF752FC5E129, 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]
08:07:03.502 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47234]
08:07:03.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L313, 127.0.0.1:8196, complete]!
08:07:03.502 [: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-2447DF752FC5E129]
08:07:03.502 [: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-47234]
08:07:03.503 [: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=47234, Token=2447DF752FC5E129, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47234, Token=2447DF752FC5E129, 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!
08:07:03.503 [: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
08:07:03.503 [: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"
08:07:03.503 [: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
08:07:03.503 [: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-47235], CON-POST   MID=47235, 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
08:07:03.503 [: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-10189E07E81B8EAD], CON-POST   MID=47235, Token=10189E07E81B8EAD, 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
08:07:03.503 [: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-10189E07E81B8EAD]]
08:07:03.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
08:07:03.504 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E315,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47235, Token=10189E07E81B8EAD, 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]
08:07:03.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
08:07:03.504 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47235]
08:07:03.504 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.504 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R316, 127.0.0.1:8193] replace CON-POST   MID=47235, Token=10189E07E81B8EAD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47235, Token=10189E07E81B8EAD, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.504 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R316, 127.0.0.1:8193] send response NON-2.05   MID=47235, Token=null, OptionSet={}, "server responds hi"
08:07:03.505 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R316, 127.0.0.1:8193, complete]!
08:07:03.505 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R316, 127.0.0.1:8193, complete] completed NON-2.04   MID=47235, Token=10189E07E81B8EAD, 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!
08:07:03.505 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.505 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E316,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47235, Token=10189E07E81B8EAD, 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]
08:07:03.505 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.505 [:CoapEndpoint-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]
08:07:03.505 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.505 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.505 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L315, 127.0.0.1:8196, complete]!
08:07:03.506 [: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-10189E07E81B8EAD]
08:07:03.506 [: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-47235]
08:07:03.506 [: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=47235, Token=10189E07E81B8EAD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47235, Token=10189E07E81B8EAD, 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!
08:07:03.506 [: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
08:07:03.506 [: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"
08:07:03.506 [: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
08:07:03.506 [: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-47236], CON-POST   MID=47236, 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
08:07:03.506 [: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-648A6FB52EEE6F41], CON-POST   MID=47236, Token=648A6FB52EEE6F41, 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
08:07:03.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-648A6FB52EEE6F41]]
08:07:03.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
08:07:03.507 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E317,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47236, Token=648A6FB52EEE6F41, 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]
08:07:03.507 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.507 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47236]
08:07:03.507 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.507 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R318, 127.0.0.1:8193] replace CON-POST   MID=47236, Token=648A6FB52EEE6F41, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47236, Token=648A6FB52EEE6F41, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.508 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R318, 127.0.0.1:8193] send response NON-2.05   MID=47236, Token=null, OptionSet={}, "server responds hi"
08:07:03.508 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R318, 127.0.0.1:8193, complete]!
08:07:03.508 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R318, 127.0.0.1:8193, complete] completed NON-2.04   MID=47236, Token=648A6FB52EEE6F41, 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!
08:07:03.508 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.508 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E318,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47236, Token=648A6FB52EEE6F41, 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]
08:07:03.508 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.508 [:CoapEndpoint-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]
08:07:03.508 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.509 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.509 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L317, 127.0.0.1:8196, complete]!
08:07:03.509 [: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-648A6FB52EEE6F41]
08:07:03.509 [: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-47236]
08:07:03.509 [: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=47236, Token=648A6FB52EEE6F41, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47236, Token=648A6FB52EEE6F41, 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!
08:07:03.509 [: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
08:07:03.509 [: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"
08:07:03.509 [: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
08:07:03.510 [: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-47237], CON-POST   MID=47237, 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
08:07:03.510 [: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-00600B265E915F99], CON-POST   MID=47237, Token=00600B265E915F99, 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
08:07:03.510 [: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-00600B265E915F99]]
08:07:03.510 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.510 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E319,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47237, Token=00600B265E915F99, 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]
08:07:03.510 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.510 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47237]
08:07:03.510 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.511 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R320, 127.0.0.1:8193] replace CON-POST   MID=47237, Token=00600B265E915F99, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47237, Token=00600B265E915F99, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.511 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R320, 127.0.0.1:8193] send response NON-2.05   MID=47237, Token=null, OptionSet={}, "server responds hi"
08:07:03.511 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R320, 127.0.0.1:8193, complete]!
08:07:03.511 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R320, 127.0.0.1:8193, complete] completed NON-2.04   MID=47237, Token=00600B265E915F99, 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!
08:07:03.511 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.511 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E320,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47237, Token=00600B265E915F99, 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]
08:07:03.511 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.512 [:CoapEndpoint-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]
08:07:03.512 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.512 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.512 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L319, 127.0.0.1:8196, complete]!
08:07:03.512 [: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-00600B265E915F99]
08:07:03.512 [: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-47237]
08:07:03.512 [: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=47237, Token=00600B265E915F99, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47237, Token=00600B265E915F99, 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!
08:07:03.512 [: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
08:07:03.512 [: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"
08:07:03.513 [: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
08:07:03.513 [: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-47238], CON-POST   MID=47238, 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
08:07:03.513 [: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-788055DF1B863B47], CON-POST   MID=47238, Token=788055DF1B863B47, 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
08:07:03.513 [: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-788055DF1B863B47]]
08:07:03.513 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.514 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E321,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47238, Token=788055DF1B863B47, 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]
08:07:03.514 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.514 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47238]
08:07:03.514 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.514 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R322, 127.0.0.1:8193] replace CON-POST   MID=47238, Token=788055DF1B863B47, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47238, Token=788055DF1B863B47, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.514 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R322, 127.0.0.1:8193] send response NON-2.05   MID=47238, Token=null, OptionSet={}, "server responds hi"
08:07:03.515 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R322, 127.0.0.1:8193, complete]!
08:07:03.515 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R322, 127.0.0.1:8193, complete] completed NON-2.04   MID=47238, Token=788055DF1B863B47, 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!
08:07:03.515 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.515 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E322,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47238, Token=788055DF1B863B47, 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]
08:07:03.515 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.515 [:CoapEndpoint-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]
08:07:03.515 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.515 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.515 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L321, 127.0.0.1:8196, complete]!
08:07:03.515 [: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-788055DF1B863B47]
08:07:03.515 [: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-47238]
08:07:03.516 [: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=47238, Token=788055DF1B863B47, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47238, Token=788055DF1B863B47, 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!
08:07:03.516 [: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
08:07:03.516 [: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"
08:07:03.516 [: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
08:07:03.516 [: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-47239], CON-POST   MID=47239, 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
08:07:03.516 [: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-9C1FD1BA662787A6], CON-POST   MID=47239, Token=9C1FD1BA662787A6, 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
08:07:03.516 [: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-9C1FD1BA662787A6]]
08:07:03.517 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.517 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E323,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47239, Token=9C1FD1BA662787A6, 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]
08:07:03.517 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.517 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47239]
08:07:03.517 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.517 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R324, 127.0.0.1:8193] replace CON-POST   MID=47239, Token=9C1FD1BA662787A6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47239, Token=9C1FD1BA662787A6, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.517 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R324, 127.0.0.1:8193] send response NON-2.05   MID=47239, Token=null, OptionSet={}, "server responds hi"
08:07:03.518 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R324, 127.0.0.1:8193, complete]!
08:07:03.518 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R324, 127.0.0.1:8193, complete] completed NON-2.04   MID=47239, Token=9C1FD1BA662787A6, 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!
08:07:03.518 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.518 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E324,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47239, Token=9C1FD1BA662787A6, 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]
08:07:03.518 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.518 [:CoapEndpoint-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]
08:07:03.518 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.518 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.518 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L323, 127.0.0.1:8196, complete]!
08:07:03.518 [: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-9C1FD1BA662787A6]
08:07:03.519 [: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-47239]
08:07:03.519 [: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=47239, Token=9C1FD1BA662787A6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47239, Token=9C1FD1BA662787A6, 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!
08:07:03.519 [: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
08:07:03.519 [: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"
08:07:03.519 [: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
08:07:03.519 [: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-47240], CON-POST   MID=47240, 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
08:07:03.519 [: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-08B77D066625A81E], CON-POST   MID=47240, Token=08B77D066625A81E, 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
08:07:03.519 [: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-08B77D066625A81E]]
08:07:03.520 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.520 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E325,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47240, Token=08B77D066625A81E, 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]
08:07:03.520 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.520 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47240]
08:07:03.520 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.520 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R326, 127.0.0.1:8193] replace CON-POST   MID=47240, Token=08B77D066625A81E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47240, Token=08B77D066625A81E, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.520 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R326, 127.0.0.1:8193] send response NON-2.05   MID=47240, Token=null, OptionSet={}, "server responds hi"
08:07:03.521 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R326, 127.0.0.1:8193, complete]!
08:07:03.521 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R326, 127.0.0.1:8193, complete] completed NON-2.04   MID=47240, Token=08B77D066625A81E, 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!
08:07:03.521 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.521 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E326,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47240, Token=08B77D066625A81E, 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]
08:07:03.521 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.521 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47240]
08:07:03.521 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.522 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.522 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L325, 127.0.0.1:8196, complete]!
08:07:03.522 [: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-08B77D066625A81E]
08:07:03.522 [: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-47240]
08:07:03.522 [: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=47240, Token=08B77D066625A81E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47240, Token=08B77D066625A81E, 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!
08:07:03.522 [: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
08:07:03.522 [: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"
08:07:03.522 [: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
08:07:03.523 [: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-47241], CON-POST   MID=47241, 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
08:07:03.523 [: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-40A94B54BC726035], CON-POST   MID=47241, Token=40A94B54BC726035, 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
08:07:03.523 [: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-40A94B54BC726035]]
08:07:03.523 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.523 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E327,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47241, Token=40A94B54BC726035, 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]
08:07:03.523 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.523 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47241]
08:07:03.523 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.524 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R328, 127.0.0.1:8193] replace CON-POST   MID=47241, Token=40A94B54BC726035, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47241, Token=40A94B54BC726035, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.524 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R328, 127.0.0.1:8193] send response NON-2.05   MID=47241, Token=null, OptionSet={}, "server responds hi"
08:07:03.524 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R328, 127.0.0.1:8193, complete]!
08:07:03.524 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R328, 127.0.0.1:8193, complete] completed NON-2.04   MID=47241, Token=40A94B54BC726035, 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!
08:07:03.524 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.524 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E328,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47241, Token=40A94B54BC726035, 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]
08:07:03.524 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.524 [:CoapEndpoint-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]
08:07:03.525 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.525 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.525 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L327, 127.0.0.1:8196, complete]!
08:07:03.525 [: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-40A94B54BC726035]
08:07:03.525 [: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-47241]
08:07:03.525 [: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=47241, Token=40A94B54BC726035, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47241, Token=40A94B54BC726035, 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!
08:07:03.525 [: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
08:07:03.525 [: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"
08:07:03.526 [: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
08:07:03.526 [: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-47242], CON-POST   MID=47242, 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
08:07:03.526 [: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-68E235F540B4475F], CON-POST   MID=47242, Token=68E235F540B4475F, 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
08:07:03.526 [: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-68E235F540B4475F]]
08:07:03.526 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.526 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E329,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47242, Token=68E235F540B4475F, 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]
08:07:03.526 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.526 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47242]
08:07:03.527 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.527 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R330, 127.0.0.1:8193] replace CON-POST   MID=47242, Token=68E235F540B4475F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47242, Token=68E235F540B4475F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.527 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R330, 127.0.0.1:8193] send response NON-2.05   MID=47242, Token=null, OptionSet={}, "server responds hi"
08:07:03.527 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R330, 127.0.0.1:8193, complete]!
08:07:03.527 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R330, 127.0.0.1:8193, complete] completed NON-2.04   MID=47242, Token=68E235F540B4475F, 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!
08:07:03.527 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.527 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E330,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47242, Token=68E235F540B4475F, 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]
08:07:03.527 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.528 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47242]
08:07:03.528 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.528 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.528 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L329, 127.0.0.1:8196, complete]!
08:07:03.528 [: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-68E235F540B4475F]
08:07:03.528 [: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-47242]
08:07:03.528 [: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=47242, Token=68E235F540B4475F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47242, Token=68E235F540B4475F, 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!
08:07:03.528 [: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
08:07:03.528 [: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"
08:07:03.529 [: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
08:07:03.529 [: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-47243], CON-POST   MID=47243, 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
08:07:03.529 [: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-240AB0342C0DECF1], CON-POST   MID=47243, Token=240AB0342C0DECF1, 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
08:07:03.529 [: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-240AB0342C0DECF1]]
08:07:03.529 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.529 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E331,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47243, Token=240AB0342C0DECF1, 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]
08:07:03.529 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.529 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47243]
08:07:03.530 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.530 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R332, 127.0.0.1:8193] replace CON-POST   MID=47243, Token=240AB0342C0DECF1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47243, Token=240AB0342C0DECF1, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.530 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R332, 127.0.0.1:8193] send response NON-2.05   MID=47243, Token=null, OptionSet={}, "server responds hi"
08:07:03.530 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R332, 127.0.0.1:8193, complete]!
08:07:03.530 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R332, 127.0.0.1:8193, complete] completed NON-2.04   MID=47243, Token=240AB0342C0DECF1, 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!
08:07:03.530 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.530 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E332,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47243, Token=240AB0342C0DECF1, 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]
08:07:03.530 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47243]
08:07:03.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L331, 127.0.0.1:8196, complete]!
08:07:03.531 [: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-240AB0342C0DECF1]
08:07:03.531 [: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-47243]
08:07:03.531 [: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=47243, Token=240AB0342C0DECF1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47243, Token=240AB0342C0DECF1, 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!
08:07:03.531 [: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
08:07:03.531 [: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"
08:07:03.532 [: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
08:07:03.532 [: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-47244], CON-POST   MID=47244, 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
08:07:03.532 [: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-2033D22BF448227A], CON-POST   MID=47244, Token=2033D22BF448227A, 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
08:07:03.532 [: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-2033D22BF448227A]]
08:07:03.532 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.532 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E333,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47244, Token=2033D22BF448227A, 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]
08:07:03.532 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.532 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47244]
08:07:03.533 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.533 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R334, 127.0.0.1:8193] replace CON-POST   MID=47244, Token=2033D22BF448227A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47244, Token=2033D22BF448227A, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.533 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R334, 127.0.0.1:8193] send response NON-2.05   MID=47244, Token=null, OptionSet={}, "server responds hi"
08:07:03.533 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R334, 127.0.0.1:8193, complete]!
08:07:03.533 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R334, 127.0.0.1:8193, complete] completed NON-2.04   MID=47244, Token=2033D22BF448227A, 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!
08:07:03.533 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.534 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E334,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47244, Token=2033D22BF448227A, 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]
08:07:03.534 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47244]
08:07:03.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L333, 127.0.0.1:8196, complete]!
08:07:03.534 [: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-2033D22BF448227A]
08:07:03.534 [: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-47244]
08:07:03.534 [: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=47244, Token=2033D22BF448227A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47244, Token=2033D22BF448227A, 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!
08:07:03.535 [: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
08:07:03.535 [: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"
08:07:03.535 [: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
08:07:03.535 [: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-47245], CON-POST   MID=47245, 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
08:07:03.535 [: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-3C0AC1F88619C3B7], CON-POST   MID=47245, Token=3C0AC1F88619C3B7, 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
08:07:03.535 [: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-3C0AC1F88619C3B7]]
08:07:03.535 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.536 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E335,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47245, Token=3C0AC1F88619C3B7, 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]
08:07:03.536 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47245]
08:07:03.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R336, 127.0.0.1:8193] replace CON-POST   MID=47245, Token=3C0AC1F88619C3B7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47245, Token=3C0AC1F88619C3B7, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R336, 127.0.0.1:8193] send response NON-2.05   MID=47245, Token=null, OptionSet={}, "server responds hi"
08:07:03.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R336, 127.0.0.1:8193, complete]!
08:07:03.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R336, 127.0.0.1:8193, complete] completed NON-2.04   MID=47245, Token=3C0AC1F88619C3B7, 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!
08:07:03.537 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.537 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E336,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47245, Token=3C0AC1F88619C3B7, 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]
08:07:03.537 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47245]
08:07:03.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L335, 127.0.0.1:8196, complete]!
08:07:03.537 [: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-3C0AC1F88619C3B7]
08:07:03.537 [: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-47245]
08:07:03.537 [: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=47245, Token=3C0AC1F88619C3B7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47245, Token=3C0AC1F88619C3B7, 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!
08:07:03.538 [: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
08:07:03.538 [: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"
08:07:03.538 [: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
08:07:03.538 [: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-47246], CON-POST   MID=47246, 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
08:07:03.538 [: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-7C8F1A0F6F16C72C], CON-POST   MID=47246, Token=7C8F1A0F6F16C72C, 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
08:07:03.538 [: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-7C8F1A0F6F16C72C]]
08:07:03.538 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.539 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E337,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47246, Token=7C8F1A0F6F16C72C, 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]
08:07:03.539 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.539 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47246]
08:07:03.539 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.539 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R338, 127.0.0.1:8193] replace CON-POST   MID=47246, Token=7C8F1A0F6F16C72C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47246, Token=7C8F1A0F6F16C72C, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.539 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R338, 127.0.0.1:8193] send response NON-2.05   MID=47246, Token=null, OptionSet={}, "server responds hi"
08:07:03.539 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R338, 127.0.0.1:8193, complete]!
08:07:03.539 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R338, 127.0.0.1:8193, complete] completed NON-2.04   MID=47246, Token=7C8F1A0F6F16C72C, 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!
08:07:03.540 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.540 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E338,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47246, Token=7C8F1A0F6F16C72C, 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]
08:07:03.540 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.540 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47246]
08:07:03.540 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.540 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.540 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L337, 127.0.0.1:8196, complete]!
08:07:03.540 [: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-7C8F1A0F6F16C72C]
08:07:03.540 [: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-47246]
08:07:03.540 [: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=47246, Token=7C8F1A0F6F16C72C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47246, Token=7C8F1A0F6F16C72C, 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!
08:07:03.541 [: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
08:07:03.541 [: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"
08:07:03.541 [: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
08:07:03.541 [: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-47247], CON-POST   MID=47247, 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
08:07:03.541 [: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-E0BF0E69BDB77332], CON-POST   MID=47247, Token=E0BF0E69BDB77332, 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
08:07:03.541 [: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-E0BF0E69BDB77332]]
08:07:03.541 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.542 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E339,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47247, Token=E0BF0E69BDB77332, 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]
08:07:03.542 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47247]
08:07:03.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R340, 127.0.0.1:8193] replace CON-POST   MID=47247, Token=E0BF0E69BDB77332, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47247, Token=E0BF0E69BDB77332, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R340, 127.0.0.1:8193] send response NON-2.05   MID=47247, Token=null, OptionSet={}, "server responds hi"
08:07:03.543 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R340, 127.0.0.1:8193, complete]!
08:07:03.543 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R340, 127.0.0.1:8193, complete] completed NON-2.04   MID=47247, Token=E0BF0E69BDB77332, 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!
08:07:03.543 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.543 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E340,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47247, Token=E0BF0E69BDB77332, 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]
08:07:03.543 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47247]
08:07:03.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L339, 127.0.0.1:8196, complete]!
08:07:03.544 [: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-E0BF0E69BDB77332]
08:07:03.544 [: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-47247]
08:07:03.544 [: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=47247, Token=E0BF0E69BDB77332, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47247, Token=E0BF0E69BDB77332, 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!
08:07:03.544 [: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
08:07:03.544 [: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"
08:07:03.544 [: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
08:07:03.544 [: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-47248], CON-POST   MID=47248, 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
08:07:03.544 [: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-A0077BDA59107A32], CON-POST   MID=47248, Token=A0077BDA59107A32, 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
08:07:03.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47248], KeyToken[127.0.0.1:8196-A0077BDA59107A32]]
08:07:03.594 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.594 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E341,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47248, Token=A0077BDA59107A32, 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]
08:07:03.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
08:07:03.594 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47248]
08:07:03.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R342, 127.0.0.1:8193] replace CON-POST   MID=47248, Token=A0077BDA59107A32, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47248, Token=A0077BDA59107A32, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R342, 127.0.0.1:8193] send response NON-2.05   MID=47248, Token=null, OptionSet={}, "server responds hi"
08:07:03.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R342, 127.0.0.1:8193, complete]!
08:07:03.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R342, 127.0.0.1:8193, complete] completed NON-2.04   MID=47248, Token=A0077BDA59107A32, 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!
08:07:03.595 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.595 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E342,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47248, Token=A0077BDA59107A32, 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]
08:07:03.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
08:07:03.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-47248]
08:07:03.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L341, 127.0.0.1:8196, complete]!
08:07:03.596 [: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-A0077BDA59107A32]
08:07:03.596 [: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-47248]
08:07:03.596 [: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=47248, Token=A0077BDA59107A32, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47248, Token=A0077BDA59107A32, 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!
08:07:03.596 [: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
08:07:03.596 [: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"
08:07:03.597 [: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
08:07:03.597 [: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-47249], CON-POST   MID=47249, 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
08:07:03.597 [: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-182A3303E2EFE62F], CON-POST   MID=47249, Token=182A3303E2EFE62F, 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
08:07:03.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-47249], KeyToken[127.0.0.1:8196-182A3303E2EFE62F]]
08:07:03.597 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.597 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E343,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47249, Token=182A3303E2EFE62F, 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]
08:07:03.597 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47249]
08:07:03.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R344, 127.0.0.1:8193] replace CON-POST   MID=47249, Token=182A3303E2EFE62F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47249, Token=182A3303E2EFE62F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R344, 127.0.0.1:8193] send response NON-2.05   MID=47249, Token=null, OptionSet={}, "server responds hi"
08:07:03.599 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R344, 127.0.0.1:8193, complete]!
08:07:03.599 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R344, 127.0.0.1:8193, complete] completed NON-2.04   MID=47249, Token=182A3303E2EFE62F, 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!
08:07:03.599 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.599 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E344,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47249, Token=182A3303E2EFE62F, 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]
08:07:03.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
08:07:03.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-47249]
08:07:03.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L343, 127.0.0.1:8196, complete]!
08:07:03.599 [: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-182A3303E2EFE62F]
08:07:03.600 [: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-47249]
08:07:03.600 [: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=47249, Token=182A3303E2EFE62F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47249, Token=182A3303E2EFE62F, 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!
08:07:03.600 [: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
08:07:03.600 [: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"
08:07:03.600 [: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
08:07:03.601 [: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-47250], CON-POST   MID=47250, 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
08:07:03.601 [: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-881C22089292B0FC], CON-POST   MID=47250, Token=881C22089292B0FC, 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
08:07:03.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47250], KeyToken[127.0.0.1:8196-881C22089292B0FC]]
08:07:03.601 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.601 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E345,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47250, Token=881C22089292B0FC, 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]
08:07:03.601 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.601 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47250]
08:07:03.601 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.602 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R346, 127.0.0.1:8193] replace CON-POST   MID=47250, Token=881C22089292B0FC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47250, Token=881C22089292B0FC, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.602 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R346, 127.0.0.1:8193] send response NON-2.05   MID=47250, Token=null, OptionSet={}, "server responds hi"
08:07:03.602 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R346, 127.0.0.1:8193, complete]!
08:07:03.602 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R346, 127.0.0.1:8193, complete] completed NON-2.04   MID=47250, Token=881C22089292B0FC, 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!
08:07:03.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
08:07:03.602 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E346,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47250, Token=881C22089292B0FC, 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]
08:07:03.602 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.603 [:CoapEndpoint-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]
08:07:03.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L345, 127.0.0.1:8196, complete]!
08:07:03.603 [: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-881C22089292B0FC]
08:07:03.603 [: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-47250]
08:07:03.603 [: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=47250, Token=881C22089292B0FC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47250, Token=881C22089292B0FC, 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!
08:07:03.603 [: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
08:07:03.603 [: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"
08:07:03.604 [: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
08:07:03.604 [: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-47251], CON-POST   MID=47251, 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
08:07:03.604 [: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-DC254EBFC9029448], CON-POST   MID=47251, Token=DC254EBFC9029448, 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
08:07:03.604 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47251], KeyToken[127.0.0.1:8196-DC254EBFC9029448]]
08:07:03.604 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.604 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E347,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47251, Token=DC254EBFC9029448, 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]
08:07:03.604 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.604 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47251]
08:07:03.605 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.605 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R348, 127.0.0.1:8193] replace CON-POST   MID=47251, Token=DC254EBFC9029448, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47251, Token=DC254EBFC9029448, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.605 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R348, 127.0.0.1:8193] send response NON-2.05   MID=47251, Token=null, OptionSet={}, "server responds hi"
08:07:03.605 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R348, 127.0.0.1:8193, complete]!
08:07:03.605 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R348, 127.0.0.1:8193, complete] completed NON-2.04   MID=47251, Token=DC254EBFC9029448, 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!
08:07:03.605 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.606 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E348,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47251, Token=DC254EBFC9029448, 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]
08:07:03.606 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.606 [:CoapEndpoint-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]
08:07:03.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L347, 127.0.0.1:8196, complete]!
08:07:03.606 [: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-DC254EBFC9029448]
08:07:03.606 [: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-47251]
08:07:03.606 [: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=47251, Token=DC254EBFC9029448, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47251, Token=DC254EBFC9029448, 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!
08:07:03.606 [: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
08:07:03.606 [: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"
08:07:03.607 [: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
08:07:03.607 [: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-47252], CON-POST   MID=47252, 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
08:07:03.607 [: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-6087F94275A3B891], CON-POST   MID=47252, Token=6087F94275A3B891, 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
08:07:03.607 [: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-6087F94275A3B891]]
08:07:03.607 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.607 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E349,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47252, Token=6087F94275A3B891, 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]
08:07:03.608 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.608 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47252]
08:07:03.608 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.608 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R350, 127.0.0.1:8193] replace CON-POST   MID=47252, Token=6087F94275A3B891, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47252, Token=6087F94275A3B891, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.608 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R350, 127.0.0.1:8193] send response NON-2.05   MID=47252, Token=null, OptionSet={}, "server responds hi"
08:07:03.608 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R350, 127.0.0.1:8193, complete]!
08:07:03.608 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R350, 127.0.0.1:8193, complete] completed NON-2.04   MID=47252, Token=6087F94275A3B891, 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!
08:07:03.609 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.609 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E350,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47252, Token=6087F94275A3B891, 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]
08:07:03.609 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.609 [:CoapEndpoint-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]
08:07:03.609 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.609 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.609 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L349, 127.0.0.1:8196, complete]!
08:07:03.609 [: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-6087F94275A3B891]
08:07:03.609 [: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-47252]
08:07:03.609 [: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=47252, Token=6087F94275A3B891, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47252, Token=6087F94275A3B891, 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!
08:07:03.610 [: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
08:07:03.610 [: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"
08:07:03.610 [: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
08:07:03.610 [: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-47253], CON-POST   MID=47253, 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
08:07:03.610 [: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-10EBCA069363A61F], CON-POST   MID=47253, Token=10EBCA069363A61F, 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
08:07:03.610 [: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-10EBCA069363A61F]]
08:07:03.610 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.611 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E351,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47253, Token=10EBCA069363A61F, 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]
08:07:03.611 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.611 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47253]
08:07:03.611 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.611 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R352, 127.0.0.1:8193] replace CON-POST   MID=47253, Token=10EBCA069363A61F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47253, Token=10EBCA069363A61F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.611 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R352, 127.0.0.1:8193] send response NON-2.05   MID=47253, Token=null, OptionSet={}, "server responds hi"
08:07:03.611 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R352, 127.0.0.1:8193, complete]!
08:07:03.611 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R352, 127.0.0.1:8193, complete] completed NON-2.04   MID=47253, Token=10EBCA069363A61F, 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!
08:07:03.612 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.612 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E352,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47253, Token=10EBCA069363A61F, 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]
08:07:03.612 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.612 [:CoapEndpoint-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]
08:07:03.612 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.612 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.612 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L351, 127.0.0.1:8196, complete]!
08:07:03.612 [: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-10EBCA069363A61F]
08:07:03.612 [: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-47253]
08:07:03.612 [: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=47253, Token=10EBCA069363A61F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47253, Token=10EBCA069363A61F, 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!
08:07:03.613 [: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
08:07:03.613 [: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"
08:07:03.613 [: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
08:07:03.613 [: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-47254], CON-POST   MID=47254, 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
08:07:03.613 [: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-909AFE881AEFC021], CON-POST   MID=47254, Token=909AFE881AEFC021, 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
08:07:03.613 [: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-909AFE881AEFC021]]
08:07:03.613 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.614 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E353,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47254, Token=909AFE881AEFC021, 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]
08:07:03.614 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.614 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47254]
08:07:03.614 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.614 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R354, 127.0.0.1:8193] replace CON-POST   MID=47254, Token=909AFE881AEFC021, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47254, Token=909AFE881AEFC021, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.614 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R354, 127.0.0.1:8193] send response NON-2.05   MID=47254, Token=null, OptionSet={}, "server responds hi"
08:07:03.614 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R354, 127.0.0.1:8193, complete]!
08:07:03.614 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R354, 127.0.0.1:8193, complete] completed NON-2.04   MID=47254, Token=909AFE881AEFC021, 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!
08:07:03.615 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.615 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E354,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47254, Token=909AFE881AEFC021, 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]
08:07:03.615 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.615 [:CoapEndpoint-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]
08:07:03.615 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.615 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.615 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L353, 127.0.0.1:8196, complete]!
08:07:03.615 [: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-909AFE881AEFC021]
08:07:03.615 [: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-47254]
08:07:03.615 [: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=47254, Token=909AFE881AEFC021, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47254, Token=909AFE881AEFC021, 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!
08:07:03.616 [: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
08:07:03.616 [: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"
08:07:03.616 [: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
08:07:03.616 [: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-47255], CON-POST   MID=47255, 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
08:07:03.616 [: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-24428E6594C714BD], CON-POST   MID=47255, Token=24428E6594C714BD, 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
08:07:03.616 [: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-24428E6594C714BD]]
08:07:03.617 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.617 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E355,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47255, Token=24428E6594C714BD, 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]
08:07:03.617 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.617 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47255]
08:07:03.617 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.617 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R356, 127.0.0.1:8193] replace CON-POST   MID=47255, Token=24428E6594C714BD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47255, Token=24428E6594C714BD, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.617 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R356, 127.0.0.1:8193] send response NON-2.05   MID=47255, Token=null, OptionSet={}, "server responds hi"
08:07:03.618 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R356, 127.0.0.1:8193, complete]!
08:07:03.618 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R356, 127.0.0.1:8193, complete] completed NON-2.04   MID=47255, Token=24428E6594C714BD, 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!
08:07:03.618 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.618 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E356,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47255, Token=24428E6594C714BD, 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]
08:07:03.618 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47255]
08:07:03.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L355, 127.0.0.1:8196, complete]!
08:07:03.618 [: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-24428E6594C714BD]
08:07:03.619 [: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-47255]
08:07:03.619 [: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=47255, Token=24428E6594C714BD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47255, Token=24428E6594C714BD, 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!
08:07:03.619 [: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
08:07:03.619 [: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"
08:07:03.619 [: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
08:07:03.619 [: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-47256], CON-POST   MID=47256, 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
08:07:03.619 [: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-D4DB2E50FAA4AC26], CON-POST   MID=47256, Token=D4DB2E50FAA4AC26, 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
08:07:03.620 [: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-D4DB2E50FAA4AC26]]
08:07:03.620 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.620 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E357,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47256, Token=D4DB2E50FAA4AC26, 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]
08:07:03.620 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.620 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47256]
08:07:03.620 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.620 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R358, 127.0.0.1:8193] replace CON-POST   MID=47256, Token=D4DB2E50FAA4AC26, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47256, Token=D4DB2E50FAA4AC26, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.621 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R358, 127.0.0.1:8193] send response NON-2.05   MID=47256, Token=null, OptionSet={}, "server responds hi"
08:07:03.621 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R358, 127.0.0.1:8193, complete]!
08:07:03.621 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R358, 127.0.0.1:8193, complete] completed NON-2.04   MID=47256, Token=D4DB2E50FAA4AC26, 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!
08:07:03.621 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.621 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E358,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47256, Token=D4DB2E50FAA4AC26, 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]
08:07:03.621 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.621 [:CoapEndpoint-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]
08:07:03.621 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.622 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.622 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L357, 127.0.0.1:8196, complete]!
08:07:03.622 [: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-D4DB2E50FAA4AC26]
08:07:03.622 [: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-47256]
08:07:03.622 [: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=47256, Token=D4DB2E50FAA4AC26, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47256, Token=D4DB2E50FAA4AC26, 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!
08:07:03.622 [: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
08:07:03.622 [: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"
08:07:03.623 [: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
08:07:03.623 [: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-47257], CON-POST   MID=47257, 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
08:07:03.623 [: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-645DD369B3A6997C], CON-POST   MID=47257, Token=645DD369B3A6997C, 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
08:07:03.623 [: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-645DD369B3A6997C]]
08:07:03.623 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.623 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E359,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47257, Token=645DD369B3A6997C, 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]
08:07:03.623 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.623 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47257]
08:07:03.623 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.624 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R360, 127.0.0.1:8193] replace CON-POST   MID=47257, Token=645DD369B3A6997C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47257, Token=645DD369B3A6997C, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.624 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R360, 127.0.0.1:8193] send response NON-2.05   MID=47257, Token=null, OptionSet={}, "server responds hi"
08:07:03.624 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R360, 127.0.0.1:8193, complete]!
08:07:03.624 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R360, 127.0.0.1:8193, complete] completed NON-2.04   MID=47257, Token=645DD369B3A6997C, 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!
08:07:03.624 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.625 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E360,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47257, Token=645DD369B3A6997C, 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]
08:07:03.625 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.625 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47257]
08:07:03.625 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.625 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.625 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L359, 127.0.0.1:8196, complete]!
08:07:03.625 [: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-645DD369B3A6997C]
08:07:03.625 [: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-47257]
08:07:03.625 [: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=47257, Token=645DD369B3A6997C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47257, Token=645DD369B3A6997C, 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!
08:07:03.625 [: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
08:07:03.625 [: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"
08:07:03.626 [: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
08:07:03.626 [: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-47258], CON-POST   MID=47258, 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
08:07:03.626 [: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-C001D113D654A8D8], CON-POST   MID=47258, Token=C001D113D654A8D8, 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
08:07:03.626 [: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-C001D113D654A8D8]]
08:07:03.626 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.626 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E361,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47258, Token=C001D113D654A8D8, 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]
08:07:03.627 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47258]
08:07:03.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R362, 127.0.0.1:8193] replace CON-POST   MID=47258, Token=C001D113D654A8D8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47258, Token=C001D113D654A8D8, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R362, 127.0.0.1:8193] send response NON-2.05   MID=47258, Token=null, OptionSet={}, "server responds hi"
08:07:03.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R362, 127.0.0.1:8193, complete]!
08:07:03.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R362, 127.0.0.1:8193, complete] completed NON-2.04   MID=47258, Token=C001D113D654A8D8, 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!
08:07:03.628 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.628 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E362,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47258, Token=C001D113D654A8D8, 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]
08:07:03.628 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47258]
08:07:03.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L361, 127.0.0.1:8196, complete]!
08:07:03.628 [: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-C001D113D654A8D8]
08:07:03.628 [: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-47258]
08:07:03.628 [: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=47258, Token=C001D113D654A8D8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47258, Token=C001D113D654A8D8, 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!
08:07:03.629 [: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
08:07:03.629 [: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"
08:07:03.629 [: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
08:07:03.629 [: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-47259], CON-POST   MID=47259, 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
08:07:03.629 [: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-BC7AD6CC1A88F40A], CON-POST   MID=47259, Token=BC7AD6CC1A88F40A, 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
08:07:03.629 [: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-BC7AD6CC1A88F40A]]
08:07:03.630 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.630 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E363,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47259, Token=BC7AD6CC1A88F40A, 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]
08:07:03.630 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47259]
08:07:03.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R364, 127.0.0.1:8193] replace CON-POST   MID=47259, Token=BC7AD6CC1A88F40A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47259, Token=BC7AD6CC1A88F40A, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R364, 127.0.0.1:8193] send response NON-2.05   MID=47259, Token=null, OptionSet={}, "server responds hi"
08:07:03.631 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R364, 127.0.0.1:8193, complete]!
08:07:03.631 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R364, 127.0.0.1:8193, complete] completed NON-2.04   MID=47259, Token=BC7AD6CC1A88F40A, 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!
08:07:03.631 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.631 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E364,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47259, Token=BC7AD6CC1A88F40A, 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]
08:07:03.631 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47259]
08:07:03.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L363, 127.0.0.1:8196, complete]!
08:07:03.632 [: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-BC7AD6CC1A88F40A]
08:07:03.632 [: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-47259]
08:07:03.632 [: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=47259, Token=BC7AD6CC1A88F40A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47259, Token=BC7AD6CC1A88F40A, 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!
08:07:03.632 [: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
08:07:03.632 [: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"
08:07:03.632 [: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
08:07:03.633 [: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-47260], CON-POST   MID=47260, 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
08:07:03.633 [: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-A87326B82086D401], CON-POST   MID=47260, Token=A87326B82086D401, 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
08:07:03.633 [: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-A87326B82086D401]]
08:07:03.633 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.633 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E365,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47260, Token=A87326B82086D401, 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]
08:07:03.633 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.633 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47260]
08:07:03.633 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.634 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R366, 127.0.0.1:8193] replace CON-POST   MID=47260, Token=A87326B82086D401, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47260, Token=A87326B82086D401, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.634 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R366, 127.0.0.1:8193] send response NON-2.05   MID=47260, Token=null, OptionSet={}, "server responds hi"
08:07:03.634 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R366, 127.0.0.1:8193, complete]!
08:07:03.634 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R366, 127.0.0.1:8193, complete] completed NON-2.04   MID=47260, Token=A87326B82086D401, 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!
08:07:03.634 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.634 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E366,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47260, Token=A87326B82086D401, 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]
08:07:03.634 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47260]
08:07:03.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L365, 127.0.0.1:8196, complete]!
08:07:03.635 [: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-A87326B82086D401]
08:07:03.635 [: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-47260]
08:07:03.635 [: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=47260, Token=A87326B82086D401, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47260, Token=A87326B82086D401, 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!
08:07:03.635 [: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
08:07:03.635 [: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"
08:07:03.636 [: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
08:07:03.636 [: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-47261], CON-POST   MID=47261, 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
08:07:03.636 [: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-5CBD6F5B85C361DB], CON-POST   MID=47261, Token=5CBD6F5B85C361DB, 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
08:07:03.636 [: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-5CBD6F5B85C361DB]]
08:07:03.636 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.636 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E367,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47261, Token=5CBD6F5B85C361DB, 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]
08:07:03.636 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.636 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47261]
08:07:03.637 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.637 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R368, 127.0.0.1:8193] replace CON-POST   MID=47261, Token=5CBD6F5B85C361DB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47261, Token=5CBD6F5B85C361DB, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.637 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R368, 127.0.0.1:8193] send response NON-2.05   MID=47261, Token=null, OptionSet={}, "server responds hi"
08:07:03.637 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R368, 127.0.0.1:8193, complete]!
08:07:03.637 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R368, 127.0.0.1:8193, complete] completed NON-2.04   MID=47261, Token=5CBD6F5B85C361DB, 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!
08:07:03.637 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.637 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E368,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47261, Token=5CBD6F5B85C361DB, 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]
08:07:03.638 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.638 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47261]
08:07:03.638 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.638 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.638 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L367, 127.0.0.1:8196, complete]!
08:07:03.638 [: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-5CBD6F5B85C361DB]
08:07:03.638 [: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-47261]
08:07:03.638 [: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=47261, Token=5CBD6F5B85C361DB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47261, Token=5CBD6F5B85C361DB, 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!
08:07:03.638 [: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
08:07:03.638 [: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"
08:07:03.639 [: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
08:07:03.639 [: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-47262], CON-POST   MID=47262, 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
08:07:03.639 [: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-0C5E0296A4B4508A], CON-POST   MID=47262, Token=0C5E0296A4B4508A, 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
08:07:03.639 [: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-0C5E0296A4B4508A]]
08:07:03.639 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.639 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E369,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47262, Token=0C5E0296A4B4508A, 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]
08:07:03.639 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.639 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47262]
08:07:03.640 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.640 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R370, 127.0.0.1:8193] replace CON-POST   MID=47262, Token=0C5E0296A4B4508A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47262, Token=0C5E0296A4B4508A, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.640 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R370, 127.0.0.1:8193] send response NON-2.05   MID=47262, Token=null, OptionSet={}, "server responds hi"
08:07:03.640 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R370, 127.0.0.1:8193, complete]!
08:07:03.640 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R370, 127.0.0.1:8193, complete] completed NON-2.04   MID=47262, Token=0C5E0296A4B4508A, 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!
08:07:03.640 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.641 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E370,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47262, Token=0C5E0296A4B4508A, 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]
08:07:03.641 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47262]
08:07:03.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L369, 127.0.0.1:8196, complete]!
08:07:03.641 [: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-0C5E0296A4B4508A]
08:07:03.641 [: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-47262]
08:07:03.641 [: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=47262, Token=0C5E0296A4B4508A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47262, Token=0C5E0296A4B4508A, 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!
08:07:03.641 [: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
08:07:03.641 [: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"
08:07:03.642 [: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
08:07:03.642 [: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-47263], CON-POST   MID=47263, 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
08:07:03.642 [: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-B0C4B6AED5C0510B], CON-POST   MID=47263, Token=B0C4B6AED5C0510B, 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
08:07:03.642 [: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-B0C4B6AED5C0510B]]
08:07:03.642 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.642 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E371,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47263, Token=B0C4B6AED5C0510B, 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]
08:07:03.642 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.643 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47263]
08:07:03.643 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.643 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R372, 127.0.0.1:8193] replace CON-POST   MID=47263, Token=B0C4B6AED5C0510B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47263, Token=B0C4B6AED5C0510B, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.643 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R372, 127.0.0.1:8193] send response NON-2.05   MID=47263, Token=null, OptionSet={}, "server responds hi"
08:07:03.643 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R372, 127.0.0.1:8193, complete]!
08:07:03.643 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R372, 127.0.0.1:8193, complete] completed NON-2.04   MID=47263, Token=B0C4B6AED5C0510B, 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!
08:07:03.643 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.643 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E372,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47263, Token=B0C4B6AED5C0510B, 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]
08:07:03.644 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47263]
08:07:03.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.644 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L371, 127.0.0.1:8196, complete]!
08:07:03.644 [: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-B0C4B6AED5C0510B]
08:07:03.644 [: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-47263]
08:07:03.644 [: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=47263, Token=B0C4B6AED5C0510B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47263, Token=B0C4B6AED5C0510B, 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!
08:07:03.644 [: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
08:07:03.644 [: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"
08:07:03.645 [: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
08:07:03.645 [: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-47264], CON-POST   MID=47264, 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
08:07:03.645 [: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-C4FD233B0052116F], CON-POST   MID=47264, Token=C4FD233B0052116F, 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
08:07:03.645 [: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-C4FD233B0052116F]]
08:07:03.645 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.645 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E373,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47264, Token=C4FD233B0052116F, 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]
08:07:03.645 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.646 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47264]
08:07:03.646 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.646 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R374, 127.0.0.1:8193] replace CON-POST   MID=47264, Token=C4FD233B0052116F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47264, Token=C4FD233B0052116F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.646 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R374, 127.0.0.1:8193] send response NON-2.05   MID=47264, Token=null, OptionSet={}, "server responds hi"
08:07:03.646 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R374, 127.0.0.1:8193, complete]!
08:07:03.646 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R374, 127.0.0.1:8193, complete] completed NON-2.04   MID=47264, Token=C4FD233B0052116F, 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!
08:07:03.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:8193
08:07:03.646 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E374,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47264, Token=C4FD233B0052116F, 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]
08:07:03.646 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47264]
08:07:03.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.647 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L373, 127.0.0.1:8196, complete]!
08:07:03.647 [: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-C4FD233B0052116F]
08:07:03.647 [: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-47264]
08:07:03.647 [: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=47264, Token=C4FD233B0052116F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47264, Token=C4FD233B0052116F, 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!
08:07:03.647 [: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
08:07:03.647 [: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"
08:07:03.648 [: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
08:07:03.648 [: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-47265], CON-POST   MID=47265, 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
08:07:03.648 [: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-F8F8EA4A430ECA04], CON-POST   MID=47265, Token=F8F8EA4A430ECA04, 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
08:07:03.648 [: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-F8F8EA4A430ECA04]]
08:07:03.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
08:07:03.648 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E375,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47265, Token=F8F8EA4A430ECA04, 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]
08:07:03.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
08:07:03.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47265]
08:07:03.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R376, 127.0.0.1:8193] replace CON-POST   MID=47265, Token=F8F8EA4A430ECA04, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47265, Token=F8F8EA4A430ECA04, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R376, 127.0.0.1:8193] send response NON-2.05   MID=47265, Token=null, OptionSet={}, "server responds hi"
08:07:03.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R376, 127.0.0.1:8193, complete]!
08:07:03.649 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R376, 127.0.0.1:8193, complete] completed NON-2.04   MID=47265, Token=F8F8EA4A430ECA04, 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!
08:07:03.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
08:07:03.649 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E376,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47265, Token=F8F8EA4A430ECA04, 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]
08:07:03.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
08:07:03.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-47265]
08:07:03.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.650 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L375, 127.0.0.1:8196, complete]!
08:07:03.650 [: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-F8F8EA4A430ECA04]
08:07:03.650 [: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-47265]
08:07:03.650 [: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=47265, Token=F8F8EA4A430ECA04, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47265, Token=F8F8EA4A430ECA04, 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!
08:07:03.650 [: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
08:07:03.650 [: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"
08:07:03.651 [: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
08:07:03.651 [: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-47266], CON-POST   MID=47266, 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
08:07:03.651 [: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-90292701CA0BF38F], CON-POST   MID=47266, Token=90292701CA0BF38F, 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
08:07:03.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-47266], KeyToken[127.0.0.1:8196-90292701CA0BF38F]]
08:07:03.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
08:07:03.651 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E377,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47266, Token=90292701CA0BF38F, 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]
08:07:03.693 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47266]
08:07:03.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R378, 127.0.0.1:8193] replace CON-POST   MID=47266, Token=90292701CA0BF38F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47266, Token=90292701CA0BF38F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R378, 127.0.0.1:8193] send response NON-2.05   MID=47266, Token=null, OptionSet={}, "server responds hi"
08:07:03.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R378, 127.0.0.1:8193, complete]!
08:07:03.694 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R378, 127.0.0.1:8193, complete] completed NON-2.04   MID=47266, Token=90292701CA0BF38F, 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!
08:07:03.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
08:07:03.695 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E378,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47266, Token=90292701CA0BF38F, 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]
08:07:03.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
08:07:03.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-47266]
08:07:03.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L377, 127.0.0.1:8196, complete]!
08:07:03.695 [: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-90292701CA0BF38F]
08:07:03.695 [: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-47266]
08:07:03.695 [: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=47266, Token=90292701CA0BF38F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47266, Token=90292701CA0BF38F, 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!
08:07:03.696 [: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
08:07:03.696 [: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"
08:07:03.696 [: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
08:07:03.696 [: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-47267], CON-POST   MID=47267, 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
08:07:03.696 [: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-54218B833025F184], CON-POST   MID=47267, Token=54218B833025F184, 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
08:07:03.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-47267], KeyToken[127.0.0.1:8196-54218B833025F184]]
08:07:03.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
08:07:03.697 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E379,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47267, Token=54218B833025F184, 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]
08:07:03.697 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47267]
08:07:03.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R380, 127.0.0.1:8193] replace CON-POST   MID=47267, Token=54218B833025F184, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47267, Token=54218B833025F184, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.697 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R380, 127.0.0.1:8193] send response NON-2.05   MID=47267, Token=null, OptionSet={}, "server responds hi"
08:07:03.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R380, 127.0.0.1:8193, complete]!
08:07:03.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R380, 127.0.0.1:8193, complete] completed NON-2.04   MID=47267, Token=54218B833025F184, 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!
08:07:03.698 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.698 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E380,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47267, Token=54218B833025F184, 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]
08:07:03.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
08:07:03.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-47267]
08:07:03.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L379, 127.0.0.1:8196, complete]!
08:07:03.699 [: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-54218B833025F184]
08:07:03.699 [: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-47267]
08:07:03.699 [: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=47267, Token=54218B833025F184, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47267, Token=54218B833025F184, 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!
08:07:03.699 [: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
08:07:03.699 [: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"
08:07:03.699 [: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
08:07:03.699 [: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-47268], CON-POST   MID=47268, 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
08:07:03.699 [: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-50DA27162D5C3077], CON-POST   MID=47268, Token=50DA27162D5C3077, 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
08:07:03.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-47268], KeyToken[127.0.0.1:8196-50DA27162D5C3077]]
08:07:03.700 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.700 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E381,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47268, Token=50DA27162D5C3077, 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]
08:07:03.700 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.700 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47268]
08:07:03.700 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.700 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R382, 127.0.0.1:8193] replace CON-POST   MID=47268, Token=50DA27162D5C3077, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47268, Token=50DA27162D5C3077, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.701 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R382, 127.0.0.1:8193] send response NON-2.05   MID=47268, Token=null, OptionSet={}, "server responds hi"
08:07:03.701 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R382, 127.0.0.1:8193, complete]!
08:07:03.701 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R382, 127.0.0.1:8193, complete] completed NON-2.04   MID=47268, Token=50DA27162D5C3077, 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!
08:07:03.701 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.701 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E382,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47268, Token=50DA27162D5C3077, 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]
08:07:03.701 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.701 [:CoapEndpoint-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]
08:07:03.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L381, 127.0.0.1:8196, complete]!
08:07:03.702 [: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-50DA27162D5C3077]
08:07:03.702 [: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-47268]
08:07:03.702 [: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=47268, Token=50DA27162D5C3077, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47268, Token=50DA27162D5C3077, 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!
08:07:03.702 [: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
08:07:03.702 [: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"
08:07:03.702 [: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
08:07:03.702 [: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-47269], CON-POST   MID=47269, 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
08:07:03.703 [: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-38B62D6CB35B7F27], CON-POST   MID=47269, Token=38B62D6CB35B7F27, 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
08:07:03.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-47269], KeyToken[127.0.0.1:8196-38B62D6CB35B7F27]]
08:07:03.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 40 bytes to 127.0.0.1:8196
08:07:03.703 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E383,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47269, Token=38B62D6CB35B7F27, 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]
08:07:03.703 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.703 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47269]
08:07:03.703 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.704 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R384, 127.0.0.1:8193] replace CON-POST   MID=47269, Token=38B62D6CB35B7F27, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47269, Token=38B62D6CB35B7F27, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.704 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R384, 127.0.0.1:8193] send response NON-2.05   MID=47269, Token=null, OptionSet={}, "server responds hi"
08:07:03.704 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R384, 127.0.0.1:8193, complete]!
08:07:03.704 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R384, 127.0.0.1:8193, complete] completed NON-2.04   MID=47269, Token=38B62D6CB35B7F27, 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!
08:07:03.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
08:07:03.704 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E384,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47269, Token=38B62D6CB35B7F27, 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]
08:07:03.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
08:07:03.705 [:CoapEndpoint-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]
08:07:03.705 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.705 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.705 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L383, 127.0.0.1:8196, complete]!
08:07:03.705 [: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-38B62D6CB35B7F27]
08:07:03.705 [: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-47269]
08:07:03.705 [: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=47269, Token=38B62D6CB35B7F27, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47269, Token=38B62D6CB35B7F27, 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!
08:07:03.705 [: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
08:07:03.705 [: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"
08:07:03.706 [: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
08:07:03.706 [: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-47270], CON-POST   MID=47270, 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
08:07:03.706 [: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-9484E8B6B14A0B89], CON-POST   MID=47270, Token=9484E8B6B14A0B89, 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
08:07:03.706 [: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-9484E8B6B14A0B89]]
08:07:03.706 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.706 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E385,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47270, Token=9484E8B6B14A0B89, 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]
08:07:03.706 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.706 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47270]
08:07:03.707 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.707 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R386, 127.0.0.1:8193] replace CON-POST   MID=47270, Token=9484E8B6B14A0B89, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47270, Token=9484E8B6B14A0B89, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.707 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R386, 127.0.0.1:8193] send response NON-2.05   MID=47270, Token=null, OptionSet={}, "server responds hi"
08:07:03.707 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R386, 127.0.0.1:8193, complete]!
08:07:03.707 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R386, 127.0.0.1:8193, complete] completed NON-2.04   MID=47270, Token=9484E8B6B14A0B89, 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!
08:07:03.707 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.708 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E386,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47270, Token=9484E8B6B14A0B89, 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]
08:07:03.726 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47270]
08:07:03.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L385, 127.0.0.1:8196, complete]!
08:07:03.727 [: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-9484E8B6B14A0B89]
08:07:03.727 [: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-47270]
08:07:03.727 [: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=47270, Token=9484E8B6B14A0B89, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47270, Token=9484E8B6B14A0B89, 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!
08:07:03.727 [: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
08:07:03.727 [: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"
08:07:03.728 [: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
08:07:03.728 [: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-47271], CON-POST   MID=47271, 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
08:07:03.728 [: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-883E703D377728B2], CON-POST   MID=47271, Token=883E703D377728B2, 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
08:07:03.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47271], KeyToken[127.0.0.1:8196-883E703D377728B2]]
08:07:03.728 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.728 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E387,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47271, Token=883E703D377728B2, 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]
08:07:03.729 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.729 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47271]
08:07:03.729 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.729 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R388, 127.0.0.1:8193] replace CON-POST   MID=47271, Token=883E703D377728B2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47271, Token=883E703D377728B2, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.729 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R388, 127.0.0.1:8193] send response NON-2.05   MID=47271, Token=null, OptionSet={}, "server responds hi"
08:07:03.729 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R388, 127.0.0.1:8193, complete]!
08:07:03.730 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R388, 127.0.0.1:8193, complete] completed NON-2.04   MID=47271, Token=883E703D377728B2, 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!
08:07:03.730 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.730 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E388,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47271, Token=883E703D377728B2, 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]
08:07:03.730 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47271]
08:07:03.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.731 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L387, 127.0.0.1:8196, complete]!
08:07:03.731 [: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-883E703D377728B2]
08:07:03.731 [: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-47271]
08:07:03.731 [: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=47271, Token=883E703D377728B2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47271, Token=883E703D377728B2, 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!
08:07:03.731 [: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
08:07:03.731 [: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"
08:07:03.731 [: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
08:07:03.732 [: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-47272], CON-POST   MID=47272, 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
08:07:03.732 [: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-88ED45349C019361], CON-POST   MID=47272, Token=88ED45349C019361, 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
08:07:03.732 [: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-88ED45349C019361]]
08:07:03.732 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.732 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E389,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47272, Token=88ED45349C019361, 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]
08:07:03.732 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.732 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47272]
08:07:03.732 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.733 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R390, 127.0.0.1:8193] replace CON-POST   MID=47272, Token=88ED45349C019361, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47272, Token=88ED45349C019361, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.733 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R390, 127.0.0.1:8193] send response NON-2.05   MID=47272, Token=null, OptionSet={}, "server responds hi"
08:07:03.733 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R390, 127.0.0.1:8193, complete]!
08:07:03.733 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R390, 127.0.0.1:8193, complete] completed NON-2.04   MID=47272, Token=88ED45349C019361, 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!
08:07:03.733 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.733 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E390,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47272, Token=88ED45349C019361, 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]
08:07:03.733 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47272]
08:07:03.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L389, 127.0.0.1:8196, complete]!
08:07:03.734 [: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-88ED45349C019361]
08:07:03.734 [: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-47272]
08:07:03.734 [: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=47272, Token=88ED45349C019361, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47272, Token=88ED45349C019361, 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!
08:07:03.734 [: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
08:07:03.734 [: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"
08:07:03.735 [: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
08:07:03.735 [: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-47273], CON-POST   MID=47273, 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
08:07:03.735 [: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-F44BF7060347D758], CON-POST   MID=47273, Token=F44BF7060347D758, 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
08:07:03.735 [: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-F44BF7060347D758]]
08:07:03.735 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.735 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E391,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47273, Token=F44BF7060347D758, 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]
08:07:03.735 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.736 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47273]
08:07:03.736 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.736 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R392, 127.0.0.1:8193] replace CON-POST   MID=47273, Token=F44BF7060347D758, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47273, Token=F44BF7060347D758, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.736 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R392, 127.0.0.1:8193] send response NON-2.05   MID=47273, Token=null, OptionSet={}, "server responds hi"
08:07:03.736 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R392, 127.0.0.1:8193, complete]!
08:07:03.736 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R392, 127.0.0.1:8193, complete] completed NON-2.04   MID=47273, Token=F44BF7060347D758, 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!
08:07:03.737 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.737 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E392,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47273, Token=F44BF7060347D758, 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]
08:07:03.737 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47273]
08:07:03.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L391, 127.0.0.1:8196, complete]!
08:07:03.737 [: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-F44BF7060347D758]
08:07:03.737 [: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-47273]
08:07:03.737 [: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=47273, Token=F44BF7060347D758, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47273, Token=F44BF7060347D758, 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!
08:07:03.738 [: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
08:07:03.738 [: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"
08:07:03.738 [: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
08:07:03.738 [: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-47274], CON-POST   MID=47274, 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
08:07:03.738 [: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-40E1B2C361BFD1A0], CON-POST   MID=47274, Token=40E1B2C361BFD1A0, 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
08:07:03.738 [: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-40E1B2C361BFD1A0]]
08:07:03.739 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.739 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E393,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47274, Token=40E1B2C361BFD1A0, 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]
08:07:03.739 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.739 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47274]
08:07:03.739 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.739 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R394, 127.0.0.1:8193] replace CON-POST   MID=47274, Token=40E1B2C361BFD1A0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47274, Token=40E1B2C361BFD1A0, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.739 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R394, 127.0.0.1:8193] send response NON-2.05   MID=47274, Token=null, OptionSet={}, "server responds hi"
08:07:03.740 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R394, 127.0.0.1:8193, complete]!
08:07:03.740 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R394, 127.0.0.1:8193, complete] completed NON-2.04   MID=47274, Token=40E1B2C361BFD1A0, 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!
08:07:03.740 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.740 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E394,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47274, Token=40E1B2C361BFD1A0, 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]
08:07:03.740 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.740 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47274]
08:07:03.740 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.740 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L393, 127.0.0.1:8196, complete]!
08:07:03.741 [: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-40E1B2C361BFD1A0]
08:07:03.741 [: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-47274]
08:07:03.741 [: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=47274, Token=40E1B2C361BFD1A0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47274, Token=40E1B2C361BFD1A0, 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!
08:07:03.741 [: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
08:07:03.741 [: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"
08:07:03.741 [: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
08:07:03.741 [: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-47275], CON-POST   MID=47275, 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
08:07:03.742 [: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-C8BE7C25342B2959], CON-POST   MID=47275, Token=C8BE7C25342B2959, 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
08:07:03.742 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47275], KeyToken[127.0.0.1:8196-C8BE7C25342B2959]]
08:07:03.742 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.742 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E395,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47275, Token=C8BE7C25342B2959, 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]
08:07:03.742 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47275]
08:07:03.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R396, 127.0.0.1:8193] replace CON-POST   MID=47275, Token=C8BE7C25342B2959, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47275, Token=C8BE7C25342B2959, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R396, 127.0.0.1:8193] send response NON-2.05   MID=47275, Token=null, OptionSet={}, "server responds hi"
08:07:03.743 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R396, 127.0.0.1:8193, complete]!
08:07:03.743 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R396, 127.0.0.1:8193, complete] completed NON-2.04   MID=47275, Token=C8BE7C25342B2959, 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!
08:07:03.743 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.743 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E396,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47275, Token=C8BE7C25342B2959, 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]
08:07:03.743 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.743 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47275]
08:07:03.743 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.743 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.744 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L395, 127.0.0.1:8196, complete]!
08:07:03.744 [: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-C8BE7C25342B2959]
08:07:03.744 [: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-47275]
08:07:03.744 [: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=47275, Token=C8BE7C25342B2959, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47275, Token=C8BE7C25342B2959, 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!
08:07:03.744 [: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
08:07:03.744 [: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"
08:07:03.744 [: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
08:07:03.744 [: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-47276], CON-POST   MID=47276, 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
08:07:03.745 [: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-F41FCF43623B9551], CON-POST   MID=47276, Token=F41FCF43623B9551, 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
08:07:03.745 [: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-F41FCF43623B9551]]
08:07:03.745 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.745 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E397,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47276, Token=F41FCF43623B9551, 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]
08:07:03.745 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.745 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47276]
08:07:03.745 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.745 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R398, 127.0.0.1:8193] replace CON-POST   MID=47276, Token=F41FCF43623B9551, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47276, Token=F41FCF43623B9551, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.746 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R398, 127.0.0.1:8193] send response NON-2.05   MID=47276, Token=null, OptionSet={}, "server responds hi"
08:07:03.746 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R398, 127.0.0.1:8193, complete]!
08:07:03.746 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R398, 127.0.0.1:8193, complete] completed NON-2.04   MID=47276, Token=F41FCF43623B9551, 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!
08:07:03.746 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.746 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E398,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47276, Token=F41FCF43623B9551, 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]
08:07:03.746 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.746 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47276]
08:07:03.747 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.747 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.747 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L397, 127.0.0.1:8196, complete]!
08:07:03.747 [: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-F41FCF43623B9551]
08:07:03.747 [: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-47276]
08:07:03.747 [: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=47276, Token=F41FCF43623B9551, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47276, Token=F41FCF43623B9551, 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!
08:07:03.747 [: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
08:07:03.747 [: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"
08:07:03.748 [: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
08:07:03.748 [: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-47277], CON-POST   MID=47277, 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
08:07:03.748 [: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-A4E0E6011117A1F3], CON-POST   MID=47277, Token=A4E0E6011117A1F3, 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
08:07:03.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-47277], KeyToken[127.0.0.1:8196-A4E0E6011117A1F3]]
08:07:03.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
08:07:03.748 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E399,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47277, Token=A4E0E6011117A1F3, 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]
08:07:03.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
08:07:03.748 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47277]
08:07:03.748 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R400, 127.0.0.1:8193] replace CON-POST   MID=47277, Token=A4E0E6011117A1F3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47277, Token=A4E0E6011117A1F3, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R400, 127.0.0.1:8193] send response NON-2.05   MID=47277, Token=null, OptionSet={}, "server responds hi"
08:07:03.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R400, 127.0.0.1:8193, complete]!
08:07:03.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R400, 127.0.0.1:8193, complete] completed NON-2.04   MID=47277, Token=A4E0E6011117A1F3, 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!
08:07:03.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
08:07:03.749 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E400,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47277, Token=A4E0E6011117A1F3, 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]
08:07:03.749 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.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-47277]
08:07:03.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.750 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L399, 127.0.0.1:8196, complete]!
08:07:03.750 [: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-A4E0E6011117A1F3]
08:07:03.750 [: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-47277]
08:07:03.750 [: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=47277, Token=A4E0E6011117A1F3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47277, Token=A4E0E6011117A1F3, 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!
08:07:03.794 [: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
08:07:03.794 [: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"
08:07:03.794 [: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
08:07:03.794 [: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-47278], CON-POST   MID=47278, 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
08:07:03.794 [: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-907C7FBB1B38C722], CON-POST   MID=47278, Token=907C7FBB1B38C722, 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
08:07:03.794 [: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-907C7FBB1B38C722]]
08:07:03.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
08:07:03.795 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E401,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47278, Token=907C7FBB1B38C722, 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]
08:07:03.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
08:07:03.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47278]
08:07:03.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.795 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R402, 127.0.0.1:8193] replace CON-POST   MID=47278, Token=907C7FBB1B38C722, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47278, Token=907C7FBB1B38C722, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R402, 127.0.0.1:8193] send response NON-2.05   MID=47278, Token=null, OptionSet={}, "server responds hi"
08:07:03.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R402, 127.0.0.1:8193, complete]!
08:07:03.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R402, 127.0.0.1:8193, complete] completed NON-2.04   MID=47278, Token=907C7FBB1B38C722, 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!
08:07:03.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
08:07:03.796 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E402,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47278, Token=907C7FBB1B38C722, 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]
08:07:03.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
08:07:03.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-47278]
08:07:03.796 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L401, 127.0.0.1:8196, complete]!
08:07:03.797 [: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-907C7FBB1B38C722]
08:07:03.797 [: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-47278]
08:07:03.797 [: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=47278, Token=907C7FBB1B38C722, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47278, Token=907C7FBB1B38C722, 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!
08:07:03.797 [: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
08:07:03.797 [: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"
08:07:03.797 [: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
08:07:03.798 [: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-47279], CON-POST   MID=47279, 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
08:07:03.798 [: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-F4BCBF77441FC1DA], CON-POST   MID=47279, Token=F4BCBF77441FC1DA, 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
08:07:03.798 [: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-F4BCBF77441FC1DA]]
08:07:03.798 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.798 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E403,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47279, Token=F4BCBF77441FC1DA, 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]
08:07:03.798 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.798 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47279]
08:07:03.798 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R404, 127.0.0.1:8193] replace CON-POST   MID=47279, Token=F4BCBF77441FC1DA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47279, Token=F4BCBF77441FC1DA, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R404, 127.0.0.1:8193] send response NON-2.05   MID=47279, Token=null, OptionSet={}, "server responds hi"
08:07:03.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R404, 127.0.0.1:8193, complete]!
08:07:03.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R404, 127.0.0.1:8193, complete] completed NON-2.04   MID=47279, Token=F4BCBF77441FC1DA, 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!
08:07:03.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
08:07:03.799 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E404,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47279, Token=F4BCBF77441FC1DA, 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]
08:07:03.799 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.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-47279]
08:07:03.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L403, 127.0.0.1:8196, complete]!
08:07:03.800 [: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-F4BCBF77441FC1DA]
08:07:03.800 [: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-47279]
08:07:03.800 [: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=47279, Token=F4BCBF77441FC1DA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47279, Token=F4BCBF77441FC1DA, 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!
08:07:03.800 [: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
08:07:03.800 [: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"
08:07:03.801 [: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
08:07:03.801 [: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-47280], CON-POST   MID=47280, 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
08:07:03.801 [: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-EC9202B23D463428], CON-POST   MID=47280, Token=EC9202B23D463428, 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
08:07:03.801 [: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-EC9202B23D463428]]
08:07:03.801 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.801 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E405,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47280, Token=EC9202B23D463428, 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]
08:07:03.801 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47280]
08:07:03.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R406, 127.0.0.1:8193] replace CON-POST   MID=47280, Token=EC9202B23D463428, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47280, Token=EC9202B23D463428, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R406, 127.0.0.1:8193] send response NON-2.05   MID=47280, Token=null, OptionSet={}, "server responds hi"
08:07:03.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R406, 127.0.0.1:8193, complete]!
08:07:03.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R406, 127.0.0.1:8193, complete] completed NON-2.04   MID=47280, Token=EC9202B23D463428, 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!
08:07:03.802 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.803 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E406,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47280, Token=EC9202B23D463428, 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]
08:07:03.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
08:07:03.803 [:CoapEndpoint-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]
08:07:03.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L405, 127.0.0.1:8196, complete]!
08:07:03.803 [: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-EC9202B23D463428]
08:07:03.803 [: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-47280]
08:07:03.803 [: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=47280, Token=EC9202B23D463428, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47280, Token=EC9202B23D463428, 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!
08:07:03.803 [: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
08:07:03.804 [: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"
08:07:03.804 [: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
08:07:03.804 [: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-47281], CON-POST   MID=47281, 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
08:07:03.804 [: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-C07A8E770C9418AE], CON-POST   MID=47281, Token=C07A8E770C9418AE, 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
08:07:03.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-47281], KeyToken[127.0.0.1:8196-C07A8E770C9418AE]]
08:07:03.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 40 bytes to 127.0.0.1:8196
08:07:03.805 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E407,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47281, Token=C07A8E770C9418AE, 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]
08:07:03.805 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.805 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47281]
08:07:03.805 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.805 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R408, 127.0.0.1:8193] replace CON-POST   MID=47281, Token=C07A8E770C9418AE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47281, Token=C07A8E770C9418AE, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.805 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R408, 127.0.0.1:8193] send response NON-2.05   MID=47281, Token=null, OptionSet={}, "server responds hi"
08:07:03.805 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R408, 127.0.0.1:8193, complete]!
08:07:03.805 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R408, 127.0.0.1:8193, complete] completed NON-2.04   MID=47281, Token=C07A8E770C9418AE, 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!
08:07:03.806 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.806 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E408,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47281, Token=C07A8E770C9418AE, 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]
08:07:03.806 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.806 [:CoapEndpoint-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]
08:07:03.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L407, 127.0.0.1:8196, complete]!
08:07:03.806 [: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-C07A8E770C9418AE]
08:07:03.806 [: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-47281]
08:07:03.806 [: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=47281, Token=C07A8E770C9418AE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47281, Token=C07A8E770C9418AE, 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!
08:07:03.807 [: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
08:07:03.807 [: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"
08:07:03.807 [: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
08:07:03.807 [: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-47282], CON-POST   MID=47282, 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
08:07:03.807 [: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-505616520A07B27B], CON-POST   MID=47282, Token=505616520A07B27B, 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
08:07:03.807 [: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-505616520A07B27B]]
08:07:03.807 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.808 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E409,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47282, Token=505616520A07B27B, 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]
08:07:03.808 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.808 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47282]
08:07:03.808 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.808 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R410, 127.0.0.1:8193] replace CON-POST   MID=47282, Token=505616520A07B27B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47282, Token=505616520A07B27B, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.808 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R410, 127.0.0.1:8193] send response NON-2.05   MID=47282, Token=null, OptionSet={}, "server responds hi"
08:07:03.808 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R410, 127.0.0.1:8193, complete]!
08:07:03.809 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R410, 127.0.0.1:8193, complete] completed NON-2.04   MID=47282, Token=505616520A07B27B, 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!
08:07:03.809 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.809 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E410,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47282, Token=505616520A07B27B, 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]
08:07:03.809 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.809 [:CoapEndpoint-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]
08:07:03.809 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.809 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.809 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L409, 127.0.0.1:8196, complete]!
08:07:03.809 [: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-505616520A07B27B]
08:07:03.809 [: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-47282]
08:07:03.809 [: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=47282, Token=505616520A07B27B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47282, Token=505616520A07B27B, 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!
08:07:03.810 [: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
08:07:03.810 [: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"
08:07:03.810 [: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
08:07:03.810 [: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-47283], CON-POST   MID=47283, 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
08:07:03.810 [: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-50B5AB11956315D2], CON-POST   MID=47283, Token=50B5AB11956315D2, 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
08:07:03.810 [: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-50B5AB11956315D2]]
08:07:03.810 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.811 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E411,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47283, Token=50B5AB11956315D2, 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]
08:07:03.811 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.811 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47283]
08:07:03.811 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.811 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R412, 127.0.0.1:8193] replace CON-POST   MID=47283, Token=50B5AB11956315D2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47283, Token=50B5AB11956315D2, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.811 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R412, 127.0.0.1:8193] send response NON-2.05   MID=47283, Token=null, OptionSet={}, "server responds hi"
08:07:03.811 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R412, 127.0.0.1:8193, complete]!
08:07:03.811 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R412, 127.0.0.1:8193, complete] completed NON-2.04   MID=47283, Token=50B5AB11956315D2, 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!
08:07:03.812 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.812 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E412,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47283, Token=50B5AB11956315D2, 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]
08:07:03.812 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.812 [:CoapEndpoint-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]
08:07:03.812 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.812 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.812 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L411, 127.0.0.1:8196, complete]!
08:07:03.812 [: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-50B5AB11956315D2]
08:07:03.812 [: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-47283]
08:07:03.812 [: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=47283, Token=50B5AB11956315D2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47283, Token=50B5AB11956315D2, 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!
08:07:03.813 [: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
08:07:03.813 [: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"
08:07:03.813 [: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
08:07:03.813 [: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-47284], CON-POST   MID=47284, 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
08:07:03.813 [: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-D881CAA2D62C5A8B], CON-POST   MID=47284, Token=D881CAA2D62C5A8B, 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
08:07:03.813 [: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-D881CAA2D62C5A8B]]
08:07:03.813 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.814 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E413,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47284, Token=D881CAA2D62C5A8B, 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]
08:07:03.814 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.814 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47284]
08:07:03.814 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.814 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R414, 127.0.0.1:8193] replace CON-POST   MID=47284, Token=D881CAA2D62C5A8B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47284, Token=D881CAA2D62C5A8B, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.814 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R414, 127.0.0.1:8193] send response NON-2.05   MID=47284, Token=null, OptionSet={}, "server responds hi"
08:07:03.814 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R414, 127.0.0.1:8193, complete]!
08:07:03.814 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R414, 127.0.0.1:8193, complete] completed NON-2.04   MID=47284, Token=D881CAA2D62C5A8B, 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!
08:07:03.815 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.815 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E414,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47284, Token=D881CAA2D62C5A8B, 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]
08:07:03.815 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.815 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47284]
08:07:03.815 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.815 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.815 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L413, 127.0.0.1:8196, complete]!
08:07:03.815 [: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-D881CAA2D62C5A8B]
08:07:03.815 [: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-47284]
08:07:03.815 [: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=47284, Token=D881CAA2D62C5A8B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47284, Token=D881CAA2D62C5A8B, 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!
08:07:03.816 [: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
08:07:03.816 [: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"
08:07:03.816 [: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
08:07:03.816 [: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-47285], CON-POST   MID=47285, 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
08:07:03.816 [: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-BC3BEA8894626379], CON-POST   MID=47285, Token=BC3BEA8894626379, 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
08:07:03.816 [: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-BC3BEA8894626379]]
08:07:03.817 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.817 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E415,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47285, Token=BC3BEA8894626379, 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]
08:07:03.817 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.817 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47285]
08:07:03.817 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.817 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R416, 127.0.0.1:8193] replace CON-POST   MID=47285, Token=BC3BEA8894626379, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47285, Token=BC3BEA8894626379, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.817 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R416, 127.0.0.1:8193] send response NON-2.05   MID=47285, Token=null, OptionSet={}, "server responds hi"
08:07:03.817 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R416, 127.0.0.1:8193, complete]!
08:07:03.817 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R416, 127.0.0.1:8193, complete] completed NON-2.04   MID=47285, Token=BC3BEA8894626379, 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!
08:07:03.818 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.818 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E416,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47285, Token=BC3BEA8894626379, 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]
08:07:03.818 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.818 [:CoapEndpoint-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]
08:07:03.818 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.818 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.818 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L415, 127.0.0.1:8196, complete]!
08:07:03.818 [: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-BC3BEA8894626379]
08:07:03.818 [: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-47285]
08:07:03.818 [: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=47285, Token=BC3BEA8894626379, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47285, Token=BC3BEA8894626379, 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!
08:07:03.819 [: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
08:07:03.819 [: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"
08:07:03.819 [: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
08:07:03.819 [: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-47286], CON-POST   MID=47286, 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
08:07:03.819 [: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-A42A6F9AA127BD92], CON-POST   MID=47286, Token=A42A6F9AA127BD92, 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
08:07:03.819 [: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-A42A6F9AA127BD92]]
08:07:03.820 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.820 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E417,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47286, Token=A42A6F9AA127BD92, 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]
08:07:03.820 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.820 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47286]
08:07:03.820 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.820 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R418, 127.0.0.1:8193] replace CON-POST   MID=47286, Token=A42A6F9AA127BD92, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47286, Token=A42A6F9AA127BD92, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.820 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R418, 127.0.0.1:8193] send response NON-2.05   MID=47286, Token=null, OptionSet={}, "server responds hi"
08:07:03.820 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R418, 127.0.0.1:8193, complete]!
08:07:03.821 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R418, 127.0.0.1:8193, complete] completed NON-2.04   MID=47286, Token=A42A6F9AA127BD92, 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!
08:07:03.821 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.821 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E418,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47286, Token=A42A6F9AA127BD92, 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]
08:07:03.821 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.821 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47286]
08:07:03.821 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.821 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.821 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L417, 127.0.0.1:8196, complete]!
08:07:03.821 [: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-A42A6F9AA127BD92]
08:07:03.821 [: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-47286]
08:07:03.821 [: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=47286, Token=A42A6F9AA127BD92, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47286, Token=A42A6F9AA127BD92, 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!
08:07:03.822 [: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
08:07:03.822 [: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"
08:07:03.822 [: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
08:07:03.822 [: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-47287], CON-POST   MID=47287, 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
08:07:03.822 [: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-389B6EC669CE2088], CON-POST   MID=47287, Token=389B6EC669CE2088, 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
08:07:03.822 [: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-389B6EC669CE2088]]
08:07:03.823 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.823 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E419,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47287, Token=389B6EC669CE2088, 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]
08:07:03.823 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.823 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47287]
08:07:03.823 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.823 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R420, 127.0.0.1:8193] replace CON-POST   MID=47287, Token=389B6EC669CE2088, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47287, Token=389B6EC669CE2088, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.823 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R420, 127.0.0.1:8193] send response NON-2.05   MID=47287, Token=null, OptionSet={}, "server responds hi"
08:07:03.824 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R420, 127.0.0.1:8193, complete]!
08:07:03.824 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R420, 127.0.0.1:8193, complete] completed NON-2.04   MID=47287, Token=389B6EC669CE2088, 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!
08:07:03.824 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.824 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E420,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47287, Token=389B6EC669CE2088, 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]
08:07:03.824 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.824 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47287]
08:07:03.824 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.824 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.824 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L419, 127.0.0.1:8196, complete]!
08:07:03.824 [: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-389B6EC669CE2088]
08:07:03.824 [: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-47287]
08:07:03.824 [: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=47287, Token=389B6EC669CE2088, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47287, Token=389B6EC669CE2088, 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!
08:07:03.825 [: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
08:07:03.825 [: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"
08:07:03.825 [: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
08:07:03.825 [: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-47288], CON-POST   MID=47288, 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
08:07:03.825 [: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-4066BC135EA7D165], CON-POST   MID=47288, Token=4066BC135EA7D165, 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
08:07:03.825 [: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-4066BC135EA7D165]]
08:07:03.826 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.826 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E421,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47288, Token=4066BC135EA7D165, 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]
08:07:03.826 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.826 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47288]
08:07:03.826 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.826 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R422, 127.0.0.1:8193] replace CON-POST   MID=47288, Token=4066BC135EA7D165, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47288, Token=4066BC135EA7D165, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.826 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R422, 127.0.0.1:8193] send response NON-2.05   MID=47288, Token=null, OptionSet={}, "server responds hi"
08:07:03.826 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R422, 127.0.0.1:8193, complete]!
08:07:03.826 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R422, 127.0.0.1:8193, complete] completed NON-2.04   MID=47288, Token=4066BC135EA7D165, 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!
08:07:03.827 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.827 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E422,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47288, Token=4066BC135EA7D165, 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]
08:07:03.827 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47288]
08:07:03.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L421, 127.0.0.1:8196, complete]!
08:07:03.827 [: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-4066BC135EA7D165]
08:07:03.827 [: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-47288]
08:07:03.827 [: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=47288, Token=4066BC135EA7D165, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47288, Token=4066BC135EA7D165, 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!
08:07:03.828 [: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
08:07:03.828 [: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"
08:07:03.828 [: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
08:07:03.828 [: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-47289], CON-POST   MID=47289, 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
08:07:03.828 [: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-B075B53D974424A6], CON-POST   MID=47289, Token=B075B53D974424A6, 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
08:07:03.828 [: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-B075B53D974424A6]]
08:07:03.828 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.828 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E423,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47289, Token=B075B53D974424A6, 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]
08:07:03.828 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.829 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47289]
08:07:03.829 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.829 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R424, 127.0.0.1:8193] replace CON-POST   MID=47289, Token=B075B53D974424A6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47289, Token=B075B53D974424A6, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.829 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R424, 127.0.0.1:8193] send response NON-2.05   MID=47289, Token=null, OptionSet={}, "server responds hi"
08:07:03.829 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R424, 127.0.0.1:8193, complete]!
08:07:03.829 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R424, 127.0.0.1:8193, complete] completed NON-2.04   MID=47289, Token=B075B53D974424A6, 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!
08:07:03.829 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.829 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E424,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47289, Token=B075B53D974424A6, 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]
08:07:03.829 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47289]
08:07:03.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L423, 127.0.0.1:8196, complete]!
08:07:03.830 [: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-B075B53D974424A6]
08:07:03.830 [: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-47289]
08:07:03.830 [: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=47289, Token=B075B53D974424A6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47289, Token=B075B53D974424A6, 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!
08:07:03.830 [: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
08:07:03.830 [: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"
08:07:03.831 [: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
08:07:03.831 [: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-47290], CON-POST   MID=47290, 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
08:07:03.831 [: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-3C532F023CFBFAFB], CON-POST   MID=47290, Token=3C532F023CFBFAFB, 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
08:07:03.831 [: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-3C532F023CFBFAFB]]
08:07:03.831 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.831 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E425,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47290, Token=3C532F023CFBFAFB, 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]
08:07:03.831 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.831 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47290]
08:07:03.832 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.832 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R426, 127.0.0.1:8193] replace CON-POST   MID=47290, Token=3C532F023CFBFAFB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47290, Token=3C532F023CFBFAFB, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.832 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R426, 127.0.0.1:8193] send response NON-2.05   MID=47290, Token=null, OptionSet={}, "server responds hi"
08:07:03.832 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R426, 127.0.0.1:8193, complete]!
08:07:03.832 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R426, 127.0.0.1:8193, complete] completed NON-2.04   MID=47290, Token=3C532F023CFBFAFB, 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!
08:07:03.832 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.832 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E426,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47290, Token=3C532F023CFBFAFB, 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]
08:07:03.832 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.833 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47290]
08:07:03.833 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.833 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.833 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L425, 127.0.0.1:8196, complete]!
08:07:03.833 [: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-3C532F023CFBFAFB]
08:07:03.833 [: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-47290]
08:07:03.833 [: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=47290, Token=3C532F023CFBFAFB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47290, Token=3C532F023CFBFAFB, 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!
08:07:03.833 [: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
08:07:03.833 [: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"
08:07:03.834 [: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
08:07:03.834 [: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-47291], CON-POST   MID=47291, 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
08:07:03.834 [: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-08532DA04814F3AE], CON-POST   MID=47291, Token=08532DA04814F3AE, 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
08:07:03.834 [: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-08532DA04814F3AE]]
08:07:03.834 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.834 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E427,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47291, Token=08532DA04814F3AE, 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]
08:07:03.834 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.834 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47291]
08:07:03.835 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.835 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R428, 127.0.0.1:8193] replace CON-POST   MID=47291, Token=08532DA04814F3AE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47291, Token=08532DA04814F3AE, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.835 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R428, 127.0.0.1:8193] send response NON-2.05   MID=47291, Token=null, OptionSet={}, "server responds hi"
08:07:03.835 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R428, 127.0.0.1:8193, complete]!
08:07:03.835 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R428, 127.0.0.1:8193, complete] completed NON-2.04   MID=47291, Token=08532DA04814F3AE, 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!
08:07:03.835 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.836 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E428,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47291, Token=08532DA04814F3AE, 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]
08:07:03.836 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.836 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47291]
08:07:03.836 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.836 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.836 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L427, 127.0.0.1:8196, complete]!
08:07:03.836 [: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-08532DA04814F3AE]
08:07:03.836 [: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-47291]
08:07:03.836 [: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=47291, Token=08532DA04814F3AE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47291, Token=08532DA04814F3AE, 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!
08:07:03.836 [: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
08:07:03.837 [: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"
08:07:03.837 [: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
08:07:03.837 [: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-47292], CON-POST   MID=47292, 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
08:07:03.837 [: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-1C3A6CBE1ACF815E], CON-POST   MID=47292, Token=1C3A6CBE1ACF815E, 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
08:07:03.837 [: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-1C3A6CBE1ACF815E]]
08:07:03.837 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.838 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E429,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47292, Token=1C3A6CBE1ACF815E, 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]
08:07:03.838 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.838 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47292]
08:07:03.838 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.838 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R430, 127.0.0.1:8193] replace CON-POST   MID=47292, Token=1C3A6CBE1ACF815E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47292, Token=1C3A6CBE1ACF815E, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.838 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R430, 127.0.0.1:8193] send response NON-2.05   MID=47292, Token=null, OptionSet={}, "server responds hi"
08:07:03.838 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R430, 127.0.0.1:8193, complete]!
08:07:03.838 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R430, 127.0.0.1:8193, complete] completed NON-2.04   MID=47292, Token=1C3A6CBE1ACF815E, 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!
08:07:03.839 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.839 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E430,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47292, Token=1C3A6CBE1ACF815E, 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]
08:07:03.839 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47292]
08:07:03.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.843 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.844 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L429, 127.0.0.1:8196, complete]!
08:07:03.844 [: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-1C3A6CBE1ACF815E]
08:07:03.844 [: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-47292]
08:07:03.844 [: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=47292, Token=1C3A6CBE1ACF815E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47292, Token=1C3A6CBE1ACF815E, 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!
08:07:03.844 [: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
08:07:03.844 [: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"
08:07:03.844 [: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
08:07:03.845 [: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-47293], CON-POST   MID=47293, 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
08:07:03.845 [: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-7CF7F4B9F89101E7], CON-POST   MID=47293, Token=7CF7F4B9F89101E7, 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
08:07:03.845 [: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-7CF7F4B9F89101E7]]
08:07:03.845 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.845 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E431,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47293, Token=7CF7F4B9F89101E7, 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]
08:07:03.845 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.845 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47293]
08:07:03.893 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R432, 127.0.0.1:8193] replace CON-POST   MID=47293, Token=7CF7F4B9F89101E7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47293, Token=7CF7F4B9F89101E7, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R432, 127.0.0.1:8193] send response NON-2.05   MID=47293, Token=null, OptionSet={}, "server responds hi"
08:07:03.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R432, 127.0.0.1:8193, complete]!
08:07:03.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R432, 127.0.0.1:8193, complete] completed NON-2.04   MID=47293, Token=7CF7F4B9F89101E7, 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!
08:07:03.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
08:07:03.895 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E432,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47293, Token=7CF7F4B9F89101E7, 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]
08:07:03.895 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.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:8196-47293]
08:07:03.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.895 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L431, 127.0.0.1:8196, complete]!
08:07:03.895 [: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-7CF7F4B9F89101E7]
08:07:03.895 [: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-47293]
08:07:03.895 [: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=47293, Token=7CF7F4B9F89101E7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47293, Token=7CF7F4B9F89101E7, 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!
08:07:03.896 [: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
08:07:03.896 [: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"
08:07:03.896 [: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
08:07:03.896 [: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-47294], CON-POST   MID=47294, 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
08:07:03.896 [: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-5CE3E30F6F8CC615], CON-POST   MID=47294, Token=5CE3E30F6F8CC615, 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
08:07:03.896 [: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-5CE3E30F6F8CC615]]
08:07:03.896 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.897 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E433,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47294, Token=5CE3E30F6F8CC615, 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]
08:07:03.897 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.897 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47294]
08:07:03.897 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.897 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R434, 127.0.0.1:8193] replace CON-POST   MID=47294, Token=5CE3E30F6F8CC615, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47294, Token=5CE3E30F6F8CC615, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.897 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R434, 127.0.0.1:8193] send response NON-2.05   MID=47294, Token=null, OptionSet={}, "server responds hi"
08:07:03.897 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R434, 127.0.0.1:8193, complete]!
08:07:03.897 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R434, 127.0.0.1:8193, complete] completed NON-2.04   MID=47294, Token=5CE3E30F6F8CC615, 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!
08:07:03.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:8193
08:07:03.898 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E434,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47294, Token=5CE3E30F6F8CC615, 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]
08:07:03.898 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.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:8196-47294]
08:07:03.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L433, 127.0.0.1:8196, complete]!
08:07:03.898 [: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-5CE3E30F6F8CC615]
08:07:03.898 [: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-47294]
08:07:03.898 [: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=47294, Token=5CE3E30F6F8CC615, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47294, Token=5CE3E30F6F8CC615, 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!
08:07:03.899 [: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
08:07:03.899 [: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"
08:07:03.899 [: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
08:07:03.899 [: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-47295], CON-POST   MID=47295, 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
08:07:03.899 [: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-64BB9FE6EAF7D5E2], CON-POST   MID=47295, Token=64BB9FE6EAF7D5E2, 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
08:07:03.899 [: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-64BB9FE6EAF7D5E2]]
08:07:03.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:8196
08:07:03.900 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E435,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47295, Token=64BB9FE6EAF7D5E2, 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]
08:07:03.900 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47295]
08:07:03.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R436, 127.0.0.1:8193] replace CON-POST   MID=47295, Token=64BB9FE6EAF7D5E2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47295, Token=64BB9FE6EAF7D5E2, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R436, 127.0.0.1:8193] send response NON-2.05   MID=47295, Token=null, OptionSet={}, "server responds hi"
08:07:03.901 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R436, 127.0.0.1:8193, complete]!
08:07:03.901 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R436, 127.0.0.1:8193, complete] completed NON-2.04   MID=47295, Token=64BB9FE6EAF7D5E2, 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!
08:07:03.901 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.901 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E436,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47295, Token=64BB9FE6EAF7D5E2, 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]
08:07:03.901 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47295]
08:07:03.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L435, 127.0.0.1:8196, complete]!
08:07:03.901 [: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-64BB9FE6EAF7D5E2]
08:07:03.901 [: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-47295]
08:07:03.901 [: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=47295, Token=64BB9FE6EAF7D5E2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47295, Token=64BB9FE6EAF7D5E2, 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!
08:07:03.902 [: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
08:07:03.902 [: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"
08:07:03.902 [: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
08:07:03.902 [: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-47296], CON-POST   MID=47296, 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
08:07:03.902 [: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-C8B42D4FC5FFE052], CON-POST   MID=47296, Token=C8B42D4FC5FFE052, 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
08:07:03.902 [: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-C8B42D4FC5FFE052]]
08:07:03.903 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.903 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E437,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47296, Token=C8B42D4FC5FFE052, 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]
08:07:03.903 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.903 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47296]
08:07:03.903 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.903 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R438, 127.0.0.1:8193] replace CON-POST   MID=47296, Token=C8B42D4FC5FFE052, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47296, Token=C8B42D4FC5FFE052, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.903 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R438, 127.0.0.1:8193] send response NON-2.05   MID=47296, Token=null, OptionSet={}, "server responds hi"
08:07:03.903 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R438, 127.0.0.1:8193, complete]!
08:07:03.904 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R438, 127.0.0.1:8193, complete] completed NON-2.04   MID=47296, Token=C8B42D4FC5FFE052, 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!
08:07:03.904 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.904 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E438,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47296, Token=C8B42D4FC5FFE052, 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]
08:07:03.904 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47296]
08:07:03.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L437, 127.0.0.1:8196, complete]!
08:07:03.904 [: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-C8B42D4FC5FFE052]
08:07:03.904 [: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-47296]
08:07:03.904 [: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=47296, Token=C8B42D4FC5FFE052, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47296, Token=C8B42D4FC5FFE052, 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!
08:07:03.905 [: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
08:07:03.905 [: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"
08:07:03.905 [: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
08:07:03.905 [: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-47297], CON-POST   MID=47297, 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
08:07:03.905 [: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-10E57287AEE68354], CON-POST   MID=47297, Token=10E57287AEE68354, 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
08:07:03.905 [: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-10E57287AEE68354]]
08:07:03.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:8196
08:07:03.906 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E439,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47297, Token=10E57287AEE68354, 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]
08:07:03.906 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.906 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47297]
08:07:03.906 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.906 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R440, 127.0.0.1:8193] replace CON-POST   MID=47297, Token=10E57287AEE68354, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47297, Token=10E57287AEE68354, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.906 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R440, 127.0.0.1:8193] send response NON-2.05   MID=47297, Token=null, OptionSet={}, "server responds hi"
08:07:03.907 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R440, 127.0.0.1:8193, complete]!
08:07:03.907 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R440, 127.0.0.1:8193, complete] completed NON-2.04   MID=47297, Token=10E57287AEE68354, 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!
08:07:03.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:8193
08:07:03.907 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E440,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47297, Token=10E57287AEE68354, 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]
08:07:03.907 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.907 [:CoapEndpoint-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]
08:07:03.907 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.907 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L439, 127.0.0.1:8196, complete]!
08:07:03.908 [: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-10E57287AEE68354]
08:07:03.908 [: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-47297]
08:07:03.908 [: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=47297, Token=10E57287AEE68354, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47297, Token=10E57287AEE68354, 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!
08:07:03.908 [: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
08:07:03.908 [: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"
08:07:03.908 [: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
08:07:03.908 [: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-47298], CON-POST   MID=47298, 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
08:07:03.908 [: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-70FD66BC76ACED16], CON-POST   MID=47298, Token=70FD66BC76ACED16, 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
08:07:03.909 [: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-70FD66BC76ACED16]]
08:07:03.909 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.909 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E441,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47298, Token=70FD66BC76ACED16, 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]
08:07:03.909 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.909 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47298]
08:07:03.909 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.909 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R442, 127.0.0.1:8193] replace CON-POST   MID=47298, Token=70FD66BC76ACED16, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47298, Token=70FD66BC76ACED16, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.909 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R442, 127.0.0.1:8193] send response NON-2.05   MID=47298, Token=null, OptionSet={}, "server responds hi"
08:07:03.910 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R442, 127.0.0.1:8193, complete]!
08:07:03.910 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R442, 127.0.0.1:8193, complete] completed NON-2.04   MID=47298, Token=70FD66BC76ACED16, 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!
08:07:03.910 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.910 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E442,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47298, Token=70FD66BC76ACED16, 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]
08:07:03.910 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.910 [:CoapEndpoint-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]
08:07:03.910 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.910 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.910 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L441, 127.0.0.1:8196, complete]!
08:07:03.911 [: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-70FD66BC76ACED16]
08:07:03.911 [: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-47298]
08:07:03.911 [: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=47298, Token=70FD66BC76ACED16, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47298, Token=70FD66BC76ACED16, 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!
08:07:03.911 [: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
08:07:03.911 [: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"
08:07:03.911 [: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
08:07:03.911 [: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-47299], CON-POST   MID=47299, 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
08:07:03.911 [: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-B09591141F0C66D6], CON-POST   MID=47299, Token=B09591141F0C66D6, 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
08:07:03.911 [: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-B09591141F0C66D6]]
08:07:03.912 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.912 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E443,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47299, Token=B09591141F0C66D6, 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]
08:07:03.912 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.912 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47299]
08:07:03.912 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.912 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R444, 127.0.0.1:8193] replace CON-POST   MID=47299, Token=B09591141F0C66D6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47299, Token=B09591141F0C66D6, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.912 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R444, 127.0.0.1:8193] send response NON-2.05   MID=47299, Token=null, OptionSet={}, "server responds hi"
08:07:03.913 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R444, 127.0.0.1:8193, complete]!
08:07:03.913 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R444, 127.0.0.1:8193, complete] completed NON-2.04   MID=47299, Token=B09591141F0C66D6, 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!
08:07:03.913 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.913 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E444,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47299, Token=B09591141F0C66D6, 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]
08:07:03.913 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.913 [:CoapEndpoint-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]
08:07:03.913 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.913 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.913 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L443, 127.0.0.1:8196, complete]!
08:07:03.914 [: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-B09591141F0C66D6]
08:07:03.914 [: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-47299]
08:07:03.914 [: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=47299, Token=B09591141F0C66D6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47299, Token=B09591141F0C66D6, 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!
08:07:03.914 [: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
08:07:03.914 [: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"
08:07:03.914 [: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
08:07:03.914 [: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-47300], CON-POST   MID=47300, 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
08:07:03.915 [: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-1C6BC1E5E04D8645], CON-POST   MID=47300, Token=1C6BC1E5E04D8645, 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
08:07:03.915 [: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-1C6BC1E5E04D8645]]
08:07:03.915 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.915 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E445,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47300, Token=1C6BC1E5E04D8645, 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]
08:07:03.915 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.915 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47300]
08:07:03.915 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.916 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R446, 127.0.0.1:8193] replace CON-POST   MID=47300, Token=1C6BC1E5E04D8645, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47300, Token=1C6BC1E5E04D8645, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.916 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R446, 127.0.0.1:8193] send response NON-2.05   MID=47300, Token=null, OptionSet={}, "server responds hi"
08:07:03.916 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R446, 127.0.0.1:8193, complete]!
08:07:03.916 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R446, 127.0.0.1:8193, complete] completed NON-2.04   MID=47300, Token=1C6BC1E5E04D8645, 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!
08:07:03.916 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.916 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E446,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47300, Token=1C6BC1E5E04D8645, 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]
08:07:03.916 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47300]
08:07:03.917 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.917 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.917 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L445, 127.0.0.1:8196, complete]!
08:07:03.917 [: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-1C6BC1E5E04D8645]
08:07:03.917 [: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-47300]
08:07:03.917 [: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=47300, Token=1C6BC1E5E04D8645, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47300, Token=1C6BC1E5E04D8645, 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!
08:07:03.917 [: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
08:07:03.917 [: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"
08:07:03.917 [: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
08:07:03.918 [: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-47301], CON-POST   MID=47301, 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
08:07:03.918 [: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-CCF28040534C888C], CON-POST   MID=47301, Token=CCF28040534C888C, 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
08:07:03.918 [: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-CCF28040534C888C]]
08:07:03.918 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.918 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E447,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47301, Token=CCF28040534C888C, 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]
08:07:03.918 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.918 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47301]
08:07:03.918 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.919 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R448, 127.0.0.1:8193] replace CON-POST   MID=47301, Token=CCF28040534C888C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47301, Token=CCF28040534C888C, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.919 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R448, 127.0.0.1:8193] send response NON-2.05   MID=47301, Token=null, OptionSet={}, "server responds hi"
08:07:03.919 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R448, 127.0.0.1:8193, complete]!
08:07:03.919 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R448, 127.0.0.1:8193, complete] completed NON-2.04   MID=47301, Token=CCF28040534C888C, 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!
08:07:03.919 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.919 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E448,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47301, Token=CCF28040534C888C, 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]
08:07:03.919 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.919 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47301]
08:07:03.919 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.920 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.920 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L447, 127.0.0.1:8196, complete]!
08:07:03.920 [: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-CCF28040534C888C]
08:07:03.920 [: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-47301]
08:07:03.920 [: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=47301, Token=CCF28040534C888C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47301, Token=CCF28040534C888C, 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!
08:07:03.920 [: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
08:07:03.920 [: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"
08:07:03.920 [: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
08:07:03.921 [: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-47302], CON-POST   MID=47302, 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
08:07:03.921 [: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-08C7BD4EB9A732E8], CON-POST   MID=47302, Token=08C7BD4EB9A732E8, 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
08:07:03.921 [: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-08C7BD4EB9A732E8]]
08:07:03.921 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.921 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E449,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47302, Token=08C7BD4EB9A732E8, 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]
08:07:03.921 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.921 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47302]
08:07:03.921 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.922 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R450, 127.0.0.1:8193] replace CON-POST   MID=47302, Token=08C7BD4EB9A732E8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47302, Token=08C7BD4EB9A732E8, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.922 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R450, 127.0.0.1:8193] send response NON-2.05   MID=47302, Token=null, OptionSet={}, "server responds hi"
08:07:03.922 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R450, 127.0.0.1:8193, complete]!
08:07:03.922 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R450, 127.0.0.1:8193, complete] completed NON-2.04   MID=47302, Token=08C7BD4EB9A732E8, 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!
08:07:03.922 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.922 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E450,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47302, Token=08C7BD4EB9A732E8, 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]
08:07:03.922 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.923 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47302]
08:07:03.923 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.923 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.923 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L449, 127.0.0.1:8196, complete]!
08:07:03.923 [: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-08C7BD4EB9A732E8]
08:07:03.923 [: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-47302]
08:07:03.923 [: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=47302, Token=08C7BD4EB9A732E8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47302, Token=08C7BD4EB9A732E8, 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!
08:07:03.923 [: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
08:07:03.923 [: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"
08:07:03.924 [: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
08:07:03.924 [: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-47303], CON-POST   MID=47303, 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
08:07:03.924 [: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-A0EB003F392B7C39], CON-POST   MID=47303, Token=A0EB003F392B7C39, 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
08:07:03.924 [: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-A0EB003F392B7C39]]
08:07:03.924 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.924 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E451,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47303, Token=A0EB003F392B7C39, 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]
08:07:03.924 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.925 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47303]
08:07:03.925 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.925 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R452, 127.0.0.1:8193] replace CON-POST   MID=47303, Token=A0EB003F392B7C39, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47303, Token=A0EB003F392B7C39, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.925 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R452, 127.0.0.1:8193] send response NON-2.05   MID=47303, Token=null, OptionSet={}, "server responds hi"
08:07:03.925 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R452, 127.0.0.1:8193, complete]!
08:07:03.925 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R452, 127.0.0.1:8193, complete] completed NON-2.04   MID=47303, Token=A0EB003F392B7C39, 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!
08:07:03.925 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.925 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E452,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47303, Token=A0EB003F392B7C39, 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]
08:07:03.925 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.926 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47303]
08:07:03.926 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.926 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.926 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L451, 127.0.0.1:8196, complete]!
08:07:03.926 [: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-A0EB003F392B7C39]
08:07:03.926 [: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-47303]
08:07:03.926 [: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=47303, Token=A0EB003F392B7C39, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47303, Token=A0EB003F392B7C39, 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!
08:07:03.926 [: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
08:07:03.926 [: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"
08:07:03.927 [: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
08:07:03.927 [: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-47304], CON-POST   MID=47304, 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
08:07:03.927 [: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-1043177C30A60C5D], CON-POST   MID=47304, Token=1043177C30A60C5D, 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
08:07:03.927 [: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-1043177C30A60C5D]]
08:07:03.927 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.927 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E453,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47304, Token=1043177C30A60C5D, 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]
08:07:03.927 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.927 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47304]
08:07:03.928 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.928 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R454, 127.0.0.1:8193] replace CON-POST   MID=47304, Token=1043177C30A60C5D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47304, Token=1043177C30A60C5D, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.928 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R454, 127.0.0.1:8193] send response NON-2.05   MID=47304, Token=null, OptionSet={}, "server responds hi"
08:07:03.928 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R454, 127.0.0.1:8193, complete]!
08:07:03.928 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R454, 127.0.0.1:8193, complete] completed NON-2.04   MID=47304, Token=1043177C30A60C5D, 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!
08:07:03.928 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.928 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E454,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47304, Token=1043177C30A60C5D, 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]
08:07:03.928 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47304]
08:07:03.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L453, 127.0.0.1:8196, complete]!
08:07:03.929 [: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-1043177C30A60C5D]
08:07:03.929 [: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-47304]
08:07:03.929 [: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=47304, Token=1043177C30A60C5D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47304, Token=1043177C30A60C5D, 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!
08:07:03.929 [: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
08:07:03.929 [: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"
08:07:03.930 [: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
08:07:03.930 [: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-47305], CON-POST   MID=47305, 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
08:07:03.930 [: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-B046AA8CDDC2CD65], CON-POST   MID=47305, Token=B046AA8CDDC2CD65, 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
08:07:03.930 [: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-B046AA8CDDC2CD65]]
08:07:03.930 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.930 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E455,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47305, Token=B046AA8CDDC2CD65, 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]
08:07:03.930 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.930 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47305]
08:07:03.931 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.931 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R456, 127.0.0.1:8193] replace CON-POST   MID=47305, Token=B046AA8CDDC2CD65, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47305, Token=B046AA8CDDC2CD65, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.931 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R456, 127.0.0.1:8193] send response NON-2.05   MID=47305, Token=null, OptionSet={}, "server responds hi"
08:07:03.931 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R456, 127.0.0.1:8193, complete]!
08:07:03.931 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R456, 127.0.0.1:8193, complete] completed NON-2.04   MID=47305, Token=B046AA8CDDC2CD65, 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!
08:07:03.931 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.931 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E456,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47305, Token=B046AA8CDDC2CD65, 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]
08:07:03.931 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47305]
08:07:03.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L455, 127.0.0.1:8196, complete]!
08:07:03.932 [: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-B046AA8CDDC2CD65]
08:07:03.932 [: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-47305]
08:07:03.932 [: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=47305, Token=B046AA8CDDC2CD65, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47305, Token=B046AA8CDDC2CD65, 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!
08:07:03.932 [: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
08:07:03.932 [: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"
08:07:03.933 [: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
08:07:03.933 [: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-47306], CON-POST   MID=47306, 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
08:07:03.933 [: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-9452CB5F69610175], CON-POST   MID=47306, Token=9452CB5F69610175, 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
08:07:03.933 [: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-9452CB5F69610175]]
08:07:03.933 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.933 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E457,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47306, Token=9452CB5F69610175, 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]
08:07:03.933 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.933 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47306]
08:07:03.934 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.934 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R458, 127.0.0.1:8193] replace CON-POST   MID=47306, Token=9452CB5F69610175, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47306, Token=9452CB5F69610175, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.934 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R458, 127.0.0.1:8193] send response NON-2.05   MID=47306, Token=null, OptionSet={}, "server responds hi"
08:07:03.934 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R458, 127.0.0.1:8193, complete]!
08:07:03.934 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R458, 127.0.0.1:8193, complete] completed NON-2.04   MID=47306, Token=9452CB5F69610175, 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!
08:07:03.934 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.934 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E458,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47306, Token=9452CB5F69610175, 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]
08:07:03.934 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47306]
08:07:03.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L457, 127.0.0.1:8196, complete]!
08:07:03.935 [: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-9452CB5F69610175]
08:07:03.935 [: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-47306]
08:07:03.935 [: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=47306, Token=9452CB5F69610175, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47306, Token=9452CB5F69610175, 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!
08:07:03.935 [: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
08:07:03.935 [: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"
08:07:03.936 [: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
08:07:03.936 [: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-47307], CON-POST   MID=47307, 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
08:07:03.936 [: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-1C2023D54D94D1DA], CON-POST   MID=47307, Token=1C2023D54D94D1DA, 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
08:07:03.936 [: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-1C2023D54D94D1DA]]
08:07:03.936 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.936 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E459,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47307, Token=1C2023D54D94D1DA, 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]
08:07:03.936 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.936 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47307]
08:07:03.936 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.937 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R460, 127.0.0.1:8193] replace CON-POST   MID=47307, Token=1C2023D54D94D1DA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47307, Token=1C2023D54D94D1DA, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.937 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R460, 127.0.0.1:8193] send response NON-2.05   MID=47307, Token=null, OptionSet={}, "server responds hi"
08:07:03.937 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R460, 127.0.0.1:8193, complete]!
08:07:03.937 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R460, 127.0.0.1:8193, complete] completed NON-2.04   MID=47307, Token=1C2023D54D94D1DA, 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!
08:07:03.937 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.937 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E460,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47307, Token=1C2023D54D94D1DA, 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]
08:07:03.937 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.937 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47307]
08:07:03.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L459, 127.0.0.1:8196, complete]!
08:07:03.938 [: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-1C2023D54D94D1DA]
08:07:03.938 [: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-47307]
08:07:03.938 [: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=47307, Token=1C2023D54D94D1DA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47307, Token=1C2023D54D94D1DA, 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!
08:07:03.938 [: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
08:07:03.938 [: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"
08:07:03.938 [: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
08:07:03.939 [: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-47308], CON-POST   MID=47308, 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
08:07:03.939 [: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-C0F570E4D41BC38F], CON-POST   MID=47308, Token=C0F570E4D41BC38F, 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
08:07:03.939 [: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-C0F570E4D41BC38F]]
08:07:03.939 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.939 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E461,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47308, Token=C0F570E4D41BC38F, 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]
08:07:03.939 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.939 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47308]
08:07:03.939 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.939 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R462, 127.0.0.1:8193] replace CON-POST   MID=47308, Token=C0F570E4D41BC38F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47308, Token=C0F570E4D41BC38F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.940 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R462, 127.0.0.1:8193] send response NON-2.05   MID=47308, Token=null, OptionSet={}, "server responds hi"
08:07:03.940 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R462, 127.0.0.1:8193, complete]!
08:07:03.940 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R462, 127.0.0.1:8193, complete] completed NON-2.04   MID=47308, Token=C0F570E4D41BC38F, 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!
08:07:03.940 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.940 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E462,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47308, Token=C0F570E4D41BC38F, 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]
08:07:03.940 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47308]
08:07:03.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.941 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L461, 127.0.0.1:8196, complete]!
08:07:03.941 [: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-C0F570E4D41BC38F]
08:07:03.941 [: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-47308]
08:07:03.941 [: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=47308, Token=C0F570E4D41BC38F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47308, Token=C0F570E4D41BC38F, 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!
08:07:03.941 [: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
08:07:03.941 [: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"
08:07:03.941 [: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
08:07:03.941 [: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-47309], CON-POST   MID=47309, 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
08:07:03.941 [: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-70B8FA4A6E8F2852], CON-POST   MID=47309, Token=70B8FA4A6E8F2852, 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
08:07:03.941 [: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-70B8FA4A6E8F2852]]
08:07:03.942 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.942 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E463,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47309, Token=70B8FA4A6E8F2852, 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]
08:07:03.942 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47309]
08:07:03.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R464, 127.0.0.1:8193] replace CON-POST   MID=47309, Token=70B8FA4A6E8F2852, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47309, Token=70B8FA4A6E8F2852, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R464, 127.0.0.1:8193] send response NON-2.05   MID=47309, Token=null, OptionSet={}, "server responds hi"
08:07:03.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R464, 127.0.0.1:8193, complete]!
08:07:03.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R464, 127.0.0.1:8193, complete] completed NON-2.04   MID=47309, Token=70B8FA4A6E8F2852, 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!
08:07:03.943 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.943 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E464,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47309, Token=70B8FA4A6E8F2852, 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]
08:07:03.943 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47309]
08:07:03.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L463, 127.0.0.1:8196, complete]!
08:07:03.943 [: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-70B8FA4A6E8F2852]
08:07:03.943 [: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-47309]
08:07:03.944 [: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=47309, Token=70B8FA4A6E8F2852, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47309, Token=70B8FA4A6E8F2852, 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!
08:07:03.944 [: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
08:07:03.944 [: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"
08:07:03.944 [: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
08:07:03.944 [: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-47310], CON-POST   MID=47310, 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
08:07:03.944 [: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-44D4F91BF5E934F2], CON-POST   MID=47310, Token=44D4F91BF5E934F2, 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
08:07:03.944 [: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-44D4F91BF5E934F2]]
08:07:03.945 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.945 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E465,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47310, Token=44D4F91BF5E934F2, 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]
08:07:03.945 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47310]
08:07:03.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R466, 127.0.0.1:8193] replace CON-POST   MID=47310, Token=44D4F91BF5E934F2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47310, Token=44D4F91BF5E934F2, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.945 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R466, 127.0.0.1:8193] send response NON-2.05   MID=47310, Token=null, OptionSet={}, "server responds hi"
08:07:03.946 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R466, 127.0.0.1:8193, complete]!
08:07:03.946 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R466, 127.0.0.1:8193, complete] completed NON-2.04   MID=47310, Token=44D4F91BF5E934F2, 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!
08:07:03.946 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.946 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E466,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47310, Token=44D4F91BF5E934F2, 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]
08:07:03.946 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47310]
08:07:03.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L465, 127.0.0.1:8196, complete]!
08:07:03.946 [: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-44D4F91BF5E934F2]
08:07:03.946 [: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-47310]
08:07:03.946 [: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=47310, Token=44D4F91BF5E934F2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47310, Token=44D4F91BF5E934F2, 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!
08:07:03.947 [: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
08:07:03.947 [: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"
08:07:03.947 [: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
08:07:03.947 [: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-47311], CON-POST   MID=47311, 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
08:07:03.947 [: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-647200EF6D748F9E], CON-POST   MID=47311, Token=647200EF6D748F9E, 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
08:07:03.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-47311], KeyToken[127.0.0.1:8196-647200EF6D748F9E]]
08:07:03.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:8196
08:07:03.948 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E467,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47311, Token=647200EF6D748F9E, 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]
08:07:03.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
08:07:03.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47311]
08:07:03.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R468, 127.0.0.1:8193] replace CON-POST   MID=47311, Token=647200EF6D748F9E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47311, Token=647200EF6D748F9E, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R468, 127.0.0.1:8193] send response NON-2.05   MID=47311, Token=null, OptionSet={}, "server responds hi"
08:07:03.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R468, 127.0.0.1:8193, complete]!
08:07:03.948 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R468, 127.0.0.1:8193, complete] completed NON-2.04   MID=47311, Token=647200EF6D748F9E, 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!
08:07:03.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
08:07:03.949 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E468,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47311, Token=647200EF6D748F9E, 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]
08:07:03.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
08:07:03.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-47311]
08:07:03.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.949 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L467, 127.0.0.1:8196, complete]!
08:07:03.949 [: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-647200EF6D748F9E]
08:07:03.949 [: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-47311]
08:07:03.949 [: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=47311, Token=647200EF6D748F9E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47311, Token=647200EF6D748F9E, 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!
08:07:03.950 [: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
08:07:03.950 [: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"
08:07:03.950 [: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
08:07:03.950 [: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-47312], CON-POST   MID=47312, 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
08:07:03.950 [: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-EC769E7F8B516D1D], CON-POST   MID=47312, Token=EC769E7F8B516D1D, 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
08:07:03.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-47312], KeyToken[127.0.0.1:8196-EC769E7F8B516D1D]]
08:07:03.950 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.951 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E469,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47312, Token=EC769E7F8B516D1D, 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]
08:07:03.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
08:07:03.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47312]
08:07:03.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R470, 127.0.0.1:8193] replace CON-POST   MID=47312, Token=EC769E7F8B516D1D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47312, Token=EC769E7F8B516D1D, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R470, 127.0.0.1:8193] send response NON-2.05   MID=47312, Token=null, OptionSet={}, "server responds hi"
08:07:03.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R470, 127.0.0.1:8193, complete]!
08:07:03.951 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R470, 127.0.0.1:8193, complete] completed NON-2.04   MID=47312, Token=EC769E7F8B516D1D, 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!
08:07:03.952 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.952 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E470,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47312, Token=EC769E7F8B516D1D, 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]
08:07:03.952 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.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-47312]
08:07:03.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.952 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L469, 127.0.0.1:8196, complete]!
08:07:03.952 [: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-EC769E7F8B516D1D]
08:07:03.952 [: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-47312]
08:07:03.952 [: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=47312, Token=EC769E7F8B516D1D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47312, Token=EC769E7F8B516D1D, 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!
08:07:03.952 [: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
08:07:03.952 [: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"
08:07:03.953 [: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
08:07:03.953 [: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-47313], CON-POST   MID=47313, 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
08:07:03.953 [: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-68D44451F67B147D], CON-POST   MID=47313, Token=68D44451F67B147D, 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
08:07:03.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-47313], KeyToken[127.0.0.1:8196-68D44451F67B147D]]
08:07:03.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
08:07:03.953 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E471,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47313, Token=68D44451F67B147D, 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]
08:07:03.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
08:07:03.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47313]
08:07:03.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R472, 127.0.0.1:8193] replace CON-POST   MID=47313, Token=68D44451F67B147D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47313, Token=68D44451F67B147D, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R472, 127.0.0.1:8193] send response NON-2.05   MID=47313, Token=null, OptionSet={}, "server responds hi"
08:07:03.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R472, 127.0.0.1:8193, complete]!
08:07:03.954 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R472, 127.0.0.1:8193, complete] completed NON-2.04   MID=47313, Token=68D44451F67B147D, 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!
08:07:03.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
08:07:03.955 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E472,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47313, Token=68D44451F67B147D, 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]
08:07:03.955 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47313]
08:07:03.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.955 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L471, 127.0.0.1:8196, complete]!
08:07:03.955 [: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-68D44451F67B147D]
08:07:03.955 [: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-47313]
08:07:03.955 [: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=47313, Token=68D44451F67B147D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47313, Token=68D44451F67B147D, 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!
08:07:03.955 [: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
08:07:03.956 [: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"
08:07:03.956 [: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
08:07:03.956 [: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-47314], CON-POST   MID=47314, 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
08:07:03.956 [: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-24BA214D35503732], CON-POST   MID=47314, Token=24BA214D35503732, 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
08:07:03.956 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47314], KeyToken[127.0.0.1:8196-24BA214D35503732]]
08:07:03.956 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.956 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E473,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47314, Token=24BA214D35503732, 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]
08:07:03.956 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47314]
08:07:03.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R474, 127.0.0.1:8193] replace CON-POST   MID=47314, Token=24BA214D35503732, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47314, Token=24BA214D35503732, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R474, 127.0.0.1:8193] send response NON-2.05   MID=47314, Token=null, OptionSet={}, "server responds hi"
08:07:03.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R474, 127.0.0.1:8193, complete]!
08:07:03.957 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R474, 127.0.0.1:8193, complete] completed NON-2.04   MID=47314, Token=24BA214D35503732, 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!
08:07:03.957 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.958 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E474,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47314, Token=24BA214D35503732, 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]
08:07:03.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
08:07:03.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-47314]
08:07:03.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.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
08:07:03.958 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L473, 127.0.0.1:8196, complete]!
08:07:03.958 [: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-24BA214D35503732]
08:07:03.958 [: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-47314]
08:07:03.958 [: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=47314, Token=24BA214D35503732, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47314, Token=24BA214D35503732, 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!
08:07:03.994 [: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
08:07:03.994 [: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"
08:07:03.994 [: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
08:07:03.994 [: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-47315], CON-POST   MID=47315, 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
08:07:03.994 [: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-50BF69C99D1BEB62], CON-POST   MID=47315, Token=50BF69C99D1BEB62, 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
08:07:03.994 [: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-50BF69C99D1BEB62]]
08:07:03.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 40 bytes to 127.0.0.1:8196
08:07:03.995 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E475,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47315, Token=50BF69C99D1BEB62, 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]
08:07:03.995 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47315]
08:07:03.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R476, 127.0.0.1:8193] replace CON-POST   MID=47315, Token=50BF69C99D1BEB62, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47315, Token=50BF69C99D1BEB62, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R476, 127.0.0.1:8193] send response NON-2.05   MID=47315, Token=null, OptionSet={}, "server responds hi"
08:07:03.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R476, 127.0.0.1:8193, complete]!
08:07:03.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R476, 127.0.0.1:8193, complete] completed NON-2.04   MID=47315, Token=50BF69C99D1BEB62, 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!
08:07:03.996 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:03.996 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E476,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47315, Token=50BF69C99D1BEB62, 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]
08:07:03.996 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.996 [:CoapEndpoint-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]
08:07:03.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L475, 127.0.0.1:8196, complete]!
08:07:03.996 [: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-50BF69C99D1BEB62]
08:07:03.996 [: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-47315]
08:07:03.996 [: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=47315, Token=50BF69C99D1BEB62, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47315, Token=50BF69C99D1BEB62, 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!
08:07:03.997 [: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
08:07:03.997 [: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"
08:07:03.997 [: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
08:07:03.997 [: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-47316], CON-POST   MID=47316, 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
08:07:03.997 [: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-F4FCA5FB3F7825B3], CON-POST   MID=47316, Token=F4FCA5FB3F7825B3, 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
08:07:03.997 [: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-F4FCA5FB3F7825B3]]
08:07:03.997 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:03.998 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E477,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47316, Token=F4FCA5FB3F7825B3, 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]
08:07:03.998 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:03.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47316]
08:07:03.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R478, 127.0.0.1:8193] replace CON-POST   MID=47316, Token=F4FCA5FB3F7825B3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47316, Token=F4FCA5FB3F7825B3, OptionSet={"Object-Security":0x}, "client says hi"
08:07:03.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R478, 127.0.0.1:8193] send response NON-2.05   MID=47316, Token=null, OptionSet={}, "server responds hi"
08:07:03.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R478, 127.0.0.1:8193, complete]!
08:07:03.999 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R478, 127.0.0.1:8193, complete] completed NON-2.04   MID=47316, Token=F4FCA5FB3F7825B3, 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!
08:07:03.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:8193
08:07:03.999 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E478,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47316, Token=F4FCA5FB3F7825B3, 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]
08:07:03.999 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:03.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47316]
08:07:03.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:03.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:03.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L477, 127.0.0.1:8196, complete]!
08:07:03.999 [: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-F4FCA5FB3F7825B3]
08:07:03.999 [: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-47316]
08:07:03.999 [: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=47316, Token=F4FCA5FB3F7825B3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47316, Token=F4FCA5FB3F7825B3, 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!
08:07:04.000 [: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
08:07:04.000 [: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"
08:07:04.000 [: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
08:07:04.000 [: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-47317], CON-POST   MID=47317, 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
08:07:04.000 [: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-6409794D9621318F], CON-POST   MID=47317, Token=6409794D9621318F, 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
08:07:04.000 [: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-6409794D9621318F]]
08:07:04.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:8196
08:07:04.001 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E479,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47317, Token=6409794D9621318F, 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]
08:07:04.001 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.001 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47317]
08:07:04.001 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.001 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R480, 127.0.0.1:8193] replace CON-POST   MID=47317, Token=6409794D9621318F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47317, Token=6409794D9621318F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.001 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R480, 127.0.0.1:8193] send response NON-2.05   MID=47317, Token=null, OptionSet={}, "server responds hi"
08:07:04.001 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R480, 127.0.0.1:8193, complete]!
08:07:04.001 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R480, 127.0.0.1:8193, complete] completed NON-2.04   MID=47317, Token=6409794D9621318F, 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!
08:07:04.002 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.002 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E480,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47317, Token=6409794D9621318F, 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]
08:07:04.002 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.002 [:CoapEndpoint-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]
08:07:04.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.002 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L479, 127.0.0.1:8196, complete]!
08:07:04.002 [: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-6409794D9621318F]
08:07:04.002 [: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-47317]
08:07:04.002 [: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=47317, Token=6409794D9621318F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47317, Token=6409794D9621318F, 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!
08:07:04.003 [: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
08:07:04.003 [: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"
08:07:04.003 [: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
08:07:04.003 [: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-47318], CON-POST   MID=47318, 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
08:07:04.003 [: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-08F7E94DF990D29D], CON-POST   MID=47318, Token=08F7E94DF990D29D, 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
08:07:04.003 [: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-08F7E94DF990D29D]]
08:07:04.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:8196
08:07:04.004 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E481,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47318, Token=08F7E94DF990D29D, 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]
08:07:04.004 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.004 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47318]
08:07:04.004 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.004 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R482, 127.0.0.1:8193] replace CON-POST   MID=47318, Token=08F7E94DF990D29D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47318, Token=08F7E94DF990D29D, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.004 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R482, 127.0.0.1:8193] send response NON-2.05   MID=47318, Token=null, OptionSet={}, "server responds hi"
08:07:04.005 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R482, 127.0.0.1:8193, complete]!
08:07:04.005 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R482, 127.0.0.1:8193, complete] completed NON-2.04   MID=47318, Token=08F7E94DF990D29D, 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!
08:07:04.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:8193
08:07:04.005 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E482,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47318, Token=08F7E94DF990D29D, 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]
08:07:04.005 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.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:8196-47318]
08:07:04.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.005 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L481, 127.0.0.1:8196, complete]!
08:07:04.005 [: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-08F7E94DF990D29D]
08:07:04.006 [: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-47318]
08:07:04.006 [: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=47318, Token=08F7E94DF990D29D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47318, Token=08F7E94DF990D29D, 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!
08:07:04.006 [: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
08:07:04.006 [: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"
08:07:04.006 [: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
08:07:04.006 [: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-47319], CON-POST   MID=47319, 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
08:07:04.006 [: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-584876715410A7F3], CON-POST   MID=47319, Token=584876715410A7F3, 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
08:07:04.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47319], KeyToken[127.0.0.1:8196-584876715410A7F3]]
08:07:04.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:8196
08:07:04.007 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E483,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47319, Token=584876715410A7F3, 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]
08:07:04.007 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.007 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47319]
08:07:04.007 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.007 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R484, 127.0.0.1:8193] replace CON-POST   MID=47319, Token=584876715410A7F3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47319, Token=584876715410A7F3, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.007 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R484, 127.0.0.1:8193] send response NON-2.05   MID=47319, Token=null, OptionSet={}, "server responds hi"
08:07:04.007 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R484, 127.0.0.1:8193, complete]!
08:07:04.007 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R484, 127.0.0.1:8193, complete] completed NON-2.04   MID=47319, Token=584876715410A7F3, 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!
08:07:04.008 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.008 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E484,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47319, Token=584876715410A7F3, 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]
08:07:04.008 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.008 [:CoapEndpoint-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]
08:07:04.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L483, 127.0.0.1:8196, complete]!
08:07:04.008 [: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-584876715410A7F3]
08:07:04.008 [: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-47319]
08:07:04.008 [: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=47319, Token=584876715410A7F3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47319, Token=584876715410A7F3, 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!
08:07:04.009 [: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
08:07:04.009 [: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"
08:07:04.009 [: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
08:07:04.009 [: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-47320], CON-POST   MID=47320, 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
08:07:04.009 [: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-BCF98B5A076FF29F], CON-POST   MID=47320, Token=BCF98B5A076FF29F, 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
08:07:04.009 [: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-BCF98B5A076FF29F]]
08:07:04.009 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:04.010 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E485,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47320, Token=BCF98B5A076FF29F, 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]
08:07:04.010 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.010 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47320]
08:07:04.010 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.010 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R486, 127.0.0.1:8193] replace CON-POST   MID=47320, Token=BCF98B5A076FF29F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47320, Token=BCF98B5A076FF29F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.010 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R486, 127.0.0.1:8193] send response NON-2.05   MID=47320, Token=null, OptionSet={}, "server responds hi"
08:07:04.010 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R486, 127.0.0.1:8193, complete]!
08:07:04.010 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R486, 127.0.0.1:8193, complete] completed NON-2.04   MID=47320, Token=BCF98B5A076FF29F, 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!
08:07:04.010 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.011 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E486,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47320, Token=BCF98B5A076FF29F, 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]
08:07:04.011 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.011 [:CoapEndpoint-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]
08:07:04.011 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.011 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.011 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L485, 127.0.0.1:8196, complete]!
08:07:04.011 [: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-BCF98B5A076FF29F]
08:07:04.011 [: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-47320]
08:07:04.011 [: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=47320, Token=BCF98B5A076FF29F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47320, Token=BCF98B5A076FF29F, 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!
08:07:04.011 [: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
08:07:04.012 [: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"
08:07:04.012 [: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
08:07:04.012 [: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-47321], CON-POST   MID=47321, 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
08:07:04.012 [: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-50162C3A307DEF78], CON-POST   MID=47321, Token=50162C3A307DEF78, 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
08:07:04.012 [: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-50162C3A307DEF78]]
08:07:04.012 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:04.012 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E487,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47321, Token=50162C3A307DEF78, 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]
08:07:04.012 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.013 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47321]
08:07:04.013 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.013 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R488, 127.0.0.1:8193] replace CON-POST   MID=47321, Token=50162C3A307DEF78, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47321, Token=50162C3A307DEF78, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.013 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R488, 127.0.0.1:8193] send response NON-2.05   MID=47321, Token=null, OptionSet={}, "server responds hi"
08:07:04.013 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R488, 127.0.0.1:8193, complete]!
08:07:04.013 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R488, 127.0.0.1:8193, complete] completed NON-2.04   MID=47321, Token=50162C3A307DEF78, 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!
08:07:04.013 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.014 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E488,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47321, Token=50162C3A307DEF78, 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]
08:07:04.014 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.014 [:CoapEndpoint-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]
08:07:04.014 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.014 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.014 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L487, 127.0.0.1:8196, complete]!
08:07:04.014 [: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-50162C3A307DEF78]
08:07:04.014 [: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-47321]
08:07:04.014 [: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=47321, Token=50162C3A307DEF78, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47321, Token=50162C3A307DEF78, 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!
08:07:04.014 [: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
08:07:04.014 [: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"
08:07:04.015 [: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
08:07:04.015 [: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-47322], CON-POST   MID=47322, 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
08:07:04.015 [: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-E847B938146AD53C], CON-POST   MID=47322, Token=E847B938146AD53C, 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
08:07:04.015 [: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-E847B938146AD53C]]
08:07:04.015 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:04.015 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E489,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47322, Token=E847B938146AD53C, 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]
08:07:04.015 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.015 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47322]
08:07:04.016 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.016 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R490, 127.0.0.1:8193] replace CON-POST   MID=47322, Token=E847B938146AD53C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47322, Token=E847B938146AD53C, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.016 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R490, 127.0.0.1:8193] send response NON-2.05   MID=47322, Token=null, OptionSet={}, "server responds hi"
08:07:04.016 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R490, 127.0.0.1:8193, complete]!
08:07:04.016 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R490, 127.0.0.1:8193, complete] completed NON-2.04   MID=47322, Token=E847B938146AD53C, 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!
08:07:04.016 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.016 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E490,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47322, Token=E847B938146AD53C, 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]
08:07:04.016 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.017 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47322]
08:07:04.017 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.017 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.017 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L489, 127.0.0.1:8196, complete]!
08:07:04.017 [: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-E847B938146AD53C]
08:07:04.017 [: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-47322]
08:07:04.017 [: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=47322, Token=E847B938146AD53C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47322, Token=E847B938146AD53C, 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!
08:07:04.017 [: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
08:07:04.017 [: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"
08:07:04.017 [: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
08:07:04.018 [: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-47323], CON-POST   MID=47323, 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
08:07:04.018 [: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-6CC72A07B166A776], CON-POST   MID=47323, Token=6CC72A07B166A776, 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
08:07:04.018 [: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-6CC72A07B166A776]]
08:07:04.018 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:04.018 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E491,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47323, Token=6CC72A07B166A776, 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]
08:07:04.018 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.018 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47323]
08:07:04.018 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.019 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R492, 127.0.0.1:8193] replace CON-POST   MID=47323, Token=6CC72A07B166A776, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47323, Token=6CC72A07B166A776, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.019 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R492, 127.0.0.1:8193] send response NON-2.05   MID=47323, Token=null, OptionSet={}, "server responds hi"
08:07:04.019 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R492, 127.0.0.1:8193, complete]!
08:07:04.019 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R492, 127.0.0.1:8193, complete] completed NON-2.04   MID=47323, Token=6CC72A07B166A776, 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!
08:07:04.019 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.019 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E492,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47323, Token=6CC72A07B166A776, 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]
08:07:04.019 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.019 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47323]
08:07:04.019 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.019 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.020 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L491, 127.0.0.1:8196, complete]!
08:07:04.020 [: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-6CC72A07B166A776]
08:07:04.020 [: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-47323]
08:07:04.020 [: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=47323, Token=6CC72A07B166A776, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47323, Token=6CC72A07B166A776, 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!
08:07:04.020 [: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
08:07:04.020 [: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"
08:07:04.020 [: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
08:07:04.020 [: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-47324], CON-POST   MID=47324, 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
08:07:04.020 [: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-C46F08F5A4214236], CON-POST   MID=47324, Token=C46F08F5A4214236, 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
08:07:04.021 [: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-C46F08F5A4214236]]
08:07:04.021 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:04.021 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E493,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47324, Token=C46F08F5A4214236, 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]
08:07:04.021 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.021 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47324]
08:07:04.021 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.021 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R494, 127.0.0.1:8193] replace CON-POST   MID=47324, Token=C46F08F5A4214236, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47324, Token=C46F08F5A4214236, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.022 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R494, 127.0.0.1:8193] send response NON-2.05   MID=47324, Token=null, OptionSet={}, "server responds hi"
08:07:04.022 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R494, 127.0.0.1:8193, complete]!
08:07:04.022 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R494, 127.0.0.1:8193, complete] completed NON-2.04   MID=47324, Token=C46F08F5A4214236, 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!
08:07:04.022 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.022 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E494,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47324, Token=C46F08F5A4214236, 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]
08:07:04.022 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.022 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47324]
08:07:04.022 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.022 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.023 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L493, 127.0.0.1:8196, complete]!
08:07:04.023 [: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-C46F08F5A4214236]
08:07:04.023 [: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-47324]
08:07:04.023 [: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=47324, Token=C46F08F5A4214236, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47324, Token=C46F08F5A4214236, 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!
08:07:04.023 [: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
08:07:04.023 [: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"
08:07:04.023 [: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
08:07:04.023 [: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-47325], CON-POST   MID=47325, 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
08:07:04.023 [: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-FC9F89D872A72D77], CON-POST   MID=47325, Token=FC9F89D872A72D77, 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
08:07:04.023 [: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-FC9F89D872A72D77]]
08:07:04.024 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:04.024 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E495,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47325, Token=FC9F89D872A72D77, 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]
08:07:04.024 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.024 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47325]
08:07:04.024 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.024 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R496, 127.0.0.1:8193] replace CON-POST   MID=47325, Token=FC9F89D872A72D77, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47325, Token=FC9F89D872A72D77, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.024 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R496, 127.0.0.1:8193] send response NON-2.05   MID=47325, Token=null, OptionSet={}, "server responds hi"
08:07:04.025 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R496, 127.0.0.1:8193, complete]!
08:07:04.025 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R496, 127.0.0.1:8193, complete] completed NON-2.04   MID=47325, Token=FC9F89D872A72D77, 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!
08:07:04.025 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.025 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E496,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47325, Token=FC9F89D872A72D77, 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]
08:07:04.025 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47325]
08:07:04.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L495, 127.0.0.1:8196, complete]!
08:07:04.025 [: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-FC9F89D872A72D77]
08:07:04.025 [: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-47325]
08:07:04.025 [: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=47325, Token=FC9F89D872A72D77, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47325, Token=FC9F89D872A72D77, 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!
08:07:04.026 [: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
08:07:04.026 [: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"
08:07:04.026 [: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
08:07:04.026 [: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-47326], CON-POST   MID=47326, 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
08:07:04.026 [: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-1878E33AE6465FAA], CON-POST   MID=47326, Token=1878E33AE6465FAA, 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
08:07:04.026 [: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-1878E33AE6465FAA]]
08:07:04.026 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:04.027 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E497,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47326, Token=1878E33AE6465FAA, 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]
08:07:04.027 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.027 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47326]
08:07:04.027 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.027 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R498, 127.0.0.1:8193] replace CON-POST   MID=47326, Token=1878E33AE6465FAA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47326, Token=1878E33AE6465FAA, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.027 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R498, 127.0.0.1:8193] send response NON-2.05   MID=47326, Token=null, OptionSet={}, "server responds hi"
08:07:04.028 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R498, 127.0.0.1:8193, complete]!
08:07:04.028 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R498, 127.0.0.1:8193, complete] completed NON-2.04   MID=47326, Token=1878E33AE6465FAA, 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!
08:07:04.028 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.028 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E498,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47326, Token=1878E33AE6465FAA, 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]
08:07:04.028 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47326]
08:07:04.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L497, 127.0.0.1:8196, complete]!
08:07:04.028 [: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-1878E33AE6465FAA]
08:07:04.028 [: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-47326]
08:07:04.028 [: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=47326, Token=1878E33AE6465FAA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47326, Token=1878E33AE6465FAA, 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!
08:07:04.029 [: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
08:07:04.029 [: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"
08:07:04.029 [: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
08:07:04.029 [: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-47327], CON-POST   MID=47327, 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
08:07:04.029 [: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-286D61D574773D98], CON-POST   MID=47327, Token=286D61D574773D98, 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
08:07:04.029 [: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-286D61D574773D98]]
08:07:04.029 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:04.030 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E499,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47327, Token=286D61D574773D98, 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]
08:07:04.030 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.030 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47327]
08:07:04.030 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.030 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R500, 127.0.0.1:8193] replace CON-POST   MID=47327, Token=286D61D574773D98, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47327, Token=286D61D574773D98, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.030 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R500, 127.0.0.1:8193] send response NON-2.05   MID=47327, Token=null, OptionSet={}, "server responds hi"
08:07:04.030 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R500, 127.0.0.1:8193, complete]!
08:07:04.030 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R500, 127.0.0.1:8193, complete] completed NON-2.04   MID=47327, Token=286D61D574773D98, 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!
08:07:04.030 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.031 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E500,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47327, Token=286D61D574773D98, 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]
08:07:04.031 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47327]
08:07:04.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L499, 127.0.0.1:8196, complete]!
08:07:04.031 [: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-286D61D574773D98]
08:07:04.031 [: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-47327]
08:07:04.031 [: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=47327, Token=286D61D574773D98, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47327, Token=286D61D574773D98, 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!
08:07:04.031 [: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
08:07:04.032 [: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"
08:07:04.032 [: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
08:07:04.032 [: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-47328], CON-POST   MID=47328, 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
08:07:04.032 [: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-A8CD2F3DC6A1CF90], CON-POST   MID=47328, Token=A8CD2F3DC6A1CF90, 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
08:07:04.032 [: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-A8CD2F3DC6A1CF90]]
08:07:04.032 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:04.032 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E501,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47328, Token=A8CD2F3DC6A1CF90, 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]
08:07:04.033 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.033 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47328]
08:07:04.033 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.033 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R502, 127.0.0.1:8193] replace CON-POST   MID=47328, Token=A8CD2F3DC6A1CF90, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47328, Token=A8CD2F3DC6A1CF90, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.033 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R502, 127.0.0.1:8193] send response NON-2.05   MID=47328, Token=null, OptionSet={}, "server responds hi"
08:07:04.033 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R502, 127.0.0.1:8193, complete]!
08:07:04.033 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R502, 127.0.0.1:8193, complete] completed NON-2.04   MID=47328, Token=A8CD2F3DC6A1CF90, 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!
08:07:04.033 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.034 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E502,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47328, Token=A8CD2F3DC6A1CF90, 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]
08:07:04.034 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47328]
08:07:04.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L501, 127.0.0.1:8196, complete]!
08:07:04.034 [: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-A8CD2F3DC6A1CF90]
08:07:04.034 [: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-47328]
08:07:04.034 [: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=47328, Token=A8CD2F3DC6A1CF90, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47328, Token=A8CD2F3DC6A1CF90, 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!
08:07:04.034 [: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
08:07:04.034 [: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"
08:07:04.035 [: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
08:07:04.035 [: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-47329], CON-POST   MID=47329, 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
08:07:04.035 [: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-F8F1E8E054719C72], CON-POST   MID=47329, Token=F8F1E8E054719C72, 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
08:07:04.035 [: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-F8F1E8E054719C72]]
08:07:04.035 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:04.035 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E503,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47329, Token=F8F1E8E054719C72, 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]
08:07:04.035 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47329]
08:07:04.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R504, 127.0.0.1:8193] replace CON-POST   MID=47329, Token=F8F1E8E054719C72, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47329, Token=F8F1E8E054719C72, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R504, 127.0.0.1:8193] send response NON-2.05   MID=47329, Token=null, OptionSet={}, "server responds hi"
08:07:04.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R504, 127.0.0.1:8193, complete]!
08:07:04.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R504, 127.0.0.1:8193, complete] completed NON-2.04   MID=47329, Token=F8F1E8E054719C72, 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!
08:07:04.036 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.036 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E504,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47329, Token=F8F1E8E054719C72, 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]
08:07:04.036 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47329]
08:07:04.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L503, 127.0.0.1:8196, complete]!
08:07:04.037 [: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-F8F1E8E054719C72]
08:07:04.037 [: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-47329]
08:07:04.037 [: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=47329, Token=F8F1E8E054719C72, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47329, Token=F8F1E8E054719C72, 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!
08:07:04.037 [: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
08:07:04.037 [: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"
08:07:04.038 [: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
08:07:04.038 [: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-47330], CON-POST   MID=47330, 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
08:07:04.038 [: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-68B163279498A68C], CON-POST   MID=47330, Token=68B163279498A68C, 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
08:07:04.038 [: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-68B163279498A68C]]
08:07:04.038 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:04.038 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E505,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47330, Token=68B163279498A68C, 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]
08:07:04.038 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.038 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47330]
08:07:04.039 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.039 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R506, 127.0.0.1:8193] replace CON-POST   MID=47330, Token=68B163279498A68C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47330, Token=68B163279498A68C, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.039 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R506, 127.0.0.1:8193] send response NON-2.05   MID=47330, Token=null, OptionSet={}, "server responds hi"
08:07:04.039 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R506, 127.0.0.1:8193, complete]!
08:07:04.039 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R506, 127.0.0.1:8193, complete] completed NON-2.04   MID=47330, Token=68B163279498A68C, 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!
08:07:04.039 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.039 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E506,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47330, Token=68B163279498A68C, 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]
08:07:04.039 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47330]
08:07:04.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L505, 127.0.0.1:8196, complete]!
08:07:04.040 [: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-68B163279498A68C]
08:07:04.040 [: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-47330]
08:07:04.040 [: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=47330, Token=68B163279498A68C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47330, Token=68B163279498A68C, 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!
08:07:04.040 [: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
08:07:04.040 [: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"
08:07:04.041 [: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
08:07:04.041 [: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-47331], CON-POST   MID=47331, 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
08:07:04.041 [: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-E4FB050A2CF9A10A], CON-POST   MID=47331, Token=E4FB050A2CF9A10A, 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
08:07:04.041 [: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-E4FB050A2CF9A10A]]
08:07:04.041 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:04.041 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E507,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47331, Token=E4FB050A2CF9A10A, 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]
08:07:04.041 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.041 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47331]
08:07:04.041 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.041 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R508, 127.0.0.1:8193] replace CON-POST   MID=47331, Token=E4FB050A2CF9A10A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47331, Token=E4FB050A2CF9A10A, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R508, 127.0.0.1:8193] send response NON-2.05   MID=47331, Token=null, OptionSet={}, "server responds hi"
08:07:04.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R508, 127.0.0.1:8193, complete]!
08:07:04.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R508, 127.0.0.1:8193, complete] completed NON-2.04   MID=47331, Token=E4FB050A2CF9A10A, 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!
08:07:04.042 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.042 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E508,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47331, Token=E4FB050A2CF9A10A, 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]
08:07:04.042 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.042 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47331]
08:07:04.042 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.042 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.042 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L507, 127.0.0.1:8196, complete]!
08:07:04.042 [: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-E4FB050A2CF9A10A]
08:07:04.043 [: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-47331]
08:07:04.043 [: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=47331, Token=E4FB050A2CF9A10A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47331, Token=E4FB050A2CF9A10A, 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!
08:07:04.043 [: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
08:07:04.043 [: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"
08:07:04.043 [: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
08:07:04.043 [: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-47332], CON-POST   MID=47332, 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
08:07:04.043 [: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-98EF027136830415], CON-POST   MID=47332, Token=98EF027136830415, 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
08:07:04.043 [: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-98EF027136830415]]
08:07:04.043 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:04.044 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E509,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47332, Token=98EF027136830415, 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]
08:07:04.044 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.044 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47332]
08:07:04.044 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.044 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R510, 127.0.0.1:8193] replace CON-POST   MID=47332, Token=98EF027136830415, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47332, Token=98EF027136830415, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.044 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R510, 127.0.0.1:8193] send response NON-2.05   MID=47332, Token=null, OptionSet={}, "server responds hi"
08:07:04.044 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R510, 127.0.0.1:8193, complete]!
08:07:04.044 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R510, 127.0.0.1:8193, complete] completed NON-2.04   MID=47332, Token=98EF027136830415, 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!
08:07:04.045 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.045 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E510,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47332, Token=98EF027136830415, 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]
08:07:04.045 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47332]
08:07:04.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L509, 127.0.0.1:8196, complete]!
08:07:04.045 [: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-98EF027136830415]
08:07:04.045 [: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-47332]
08:07:04.045 [: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=47332, Token=98EF027136830415, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47332, Token=98EF027136830415, 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!
08:07:04.045 [: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
08:07:04.045 [: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"
08:07:04.046 [: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
08:07:04.046 [: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-47333], CON-POST   MID=47333, 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
08:07:04.046 [: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-CC6BD52B4911C8CC], CON-POST   MID=47333, Token=CC6BD52B4911C8CC, 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
08:07:04.046 [: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-CC6BD52B4911C8CC]]
08:07:04.046 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:04.046 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E511,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47333, Token=CC6BD52B4911C8CC, 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]
08:07:04.046 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47333]
08:07:04.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R512, 127.0.0.1:8193] replace CON-POST   MID=47333, Token=CC6BD52B4911C8CC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47333, Token=CC6BD52B4911C8CC, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R512, 127.0.0.1:8193] send response NON-2.05   MID=47333, Token=null, OptionSet={}, "server responds hi"
08:07:04.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R512, 127.0.0.1:8193, complete]!
08:07:04.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R512, 127.0.0.1:8193, complete] completed NON-2.04   MID=47333, Token=CC6BD52B4911C8CC, 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!
08:07:04.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
08:07:04.047 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E512,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47333, Token=CC6BD52B4911C8CC, 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]
08:07:04.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
08:07:04.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:8196-47333]
08:07:04.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L511, 127.0.0.1:8196, complete]!
08:07:04.048 [: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-CC6BD52B4911C8CC]
08:07:04.048 [: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-47333]
08:07:04.048 [: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=47333, Token=CC6BD52B4911C8CC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47333, Token=CC6BD52B4911C8CC, 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!
08:07:04.048 [: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
08:07:04.048 [: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"
08:07:04.048 [: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
08:07:04.049 [: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-47334], CON-POST   MID=47334, 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
08:07:04.049 [: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-08B7A067F3366A33], CON-POST   MID=47334, Token=08B7A067F3366A33, 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
08:07:04.049 [: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-08B7A067F3366A33]]
08:07:04.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:8196
08:07:04.049 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E513,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47334, Token=08B7A067F3366A33, 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]
08:07:04.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
08:07:04.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47334]
08:07:04.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R514, 127.0.0.1:8193] replace CON-POST   MID=47334, Token=08B7A067F3366A33, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47334, Token=08B7A067F3366A33, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R514, 127.0.0.1:8193] send response NON-2.05   MID=47334, Token=null, OptionSet={}, "server responds hi"
08:07:04.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R514, 127.0.0.1:8193, complete]!
08:07:04.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R514, 127.0.0.1:8193, complete] completed NON-2.04   MID=47334, Token=08B7A067F3366A33, 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!
08:07:04.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:8193
08:07:04.050 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E514,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47334, Token=08B7A067F3366A33, 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]
08:07:04.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
08:07:04.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-47334]
08:07:04.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L513, 127.0.0.1:8196, complete]!
08:07:04.050 [: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-08B7A067F3366A33]
08:07:04.050 [: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-47334]
08:07:04.050 [: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=47334, Token=08B7A067F3366A33, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47334, Token=08B7A067F3366A33, 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!
08:07:04.051 [: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
08:07:04.051 [: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"
08:07:04.051 [: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
08:07:04.051 [: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-47335], CON-POST   MID=47335, 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
08:07:04.051 [: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-F087F7F82AD33B6B], CON-POST   MID=47335, Token=F087F7F82AD33B6B, 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
08:07:04.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-47335], KeyToken[127.0.0.1:8196-F087F7F82AD33B6B]]
08:07:04.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
08:07:04.052 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E515,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47335, Token=F087F7F82AD33B6B, 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]
08:07:04.052 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47335]
08:07:04.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R516, 127.0.0.1:8193] replace CON-POST   MID=47335, Token=F087F7F82AD33B6B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47335, Token=F087F7F82AD33B6B, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R516, 127.0.0.1:8193] send response NON-2.05   MID=47335, Token=null, OptionSet={}, "server responds hi"
08:07:04.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R516, 127.0.0.1:8193, complete]!
08:07:04.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R516, 127.0.0.1:8193, complete] completed NON-2.04   MID=47335, Token=F087F7F82AD33B6B, 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!
08:07:04.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
08:07:04.053 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E516,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47335, Token=F087F7F82AD33B6B, 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]
08:07:04.053 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.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-47335]
08:07:04.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L515, 127.0.0.1:8196, complete]!
08:07:04.053 [: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-F087F7F82AD33B6B]
08:07:04.053 [: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-47335]
08:07:04.053 [: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=47335, Token=F087F7F82AD33B6B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47335, Token=F087F7F82AD33B6B, 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!
08:07:04.053 [: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
08:07:04.053 [: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"
08:07:04.054 [: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
08:07:04.054 [: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-47336], CON-POST   MID=47336, 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
08:07:04.054 [: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-C8B87369209579C1], CON-POST   MID=47336, Token=C8B87369209579C1, 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
08:07:04.054 [: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-C8B87369209579C1]]
08:07:04.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
08:07:04.054 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E517,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47336, Token=C8B87369209579C1, 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]
08:07:04.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
08:07:04.054 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47336]
08:07:04.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R518, 127.0.0.1:8193] replace CON-POST   MID=47336, Token=C8B87369209579C1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47336, Token=C8B87369209579C1, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R518, 127.0.0.1:8193] send response NON-2.05   MID=47336, Token=null, OptionSet={}, "server responds hi"
08:07:04.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R518, 127.0.0.1:8193, complete]!
08:07:04.055 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R518, 127.0.0.1:8193, complete] completed NON-2.04   MID=47336, Token=C8B87369209579C1, 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!
08:07:04.055 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.055 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E518,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47336, Token=C8B87369209579C1, 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]
08:07:04.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
08:07:04.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-47336]
08:07:04.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.056 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L517, 127.0.0.1:8196, complete]!
08:07:04.056 [: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-C8B87369209579C1]
08:07:04.056 [: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-47336]
08:07:04.056 [: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=47336, Token=C8B87369209579C1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47336, Token=C8B87369209579C1, 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!
08:07:04.056 [: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
08:07:04.056 [: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"
08:07:04.056 [: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
08:07:04.057 [: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-47337], CON-POST   MID=47337, 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
08:07:04.057 [: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-3078CC2D889616E7], CON-POST   MID=47337, Token=3078CC2D889616E7, 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
08:07:04.057 [: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-3078CC2D889616E7]]
08:07:04.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:8196
08:07:04.057 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E519,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47337, Token=3078CC2D889616E7, 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]
08:07:04.057 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47337]
08:07:04.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.057 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R520, 127.0.0.1:8193] replace CON-POST   MID=47337, Token=3078CC2D889616E7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47337, Token=3078CC2D889616E7, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R520, 127.0.0.1:8193] send response NON-2.05   MID=47337, Token=null, OptionSet={}, "server responds hi"
08:07:04.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R520, 127.0.0.1:8193, complete]!
08:07:04.058 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R520, 127.0.0.1:8193, complete] completed NON-2.04   MID=47337, Token=3078CC2D889616E7, 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!
08:07:04.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:8193
08:07:04.058 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E520,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47337, Token=3078CC2D889616E7, 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]
08:07:04.058 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.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:8196-47337]
08:07:04.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.058 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L519, 127.0.0.1:8196, complete]!
08:07:04.058 [: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-3078CC2D889616E7]
08:07:04.058 [: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-47337]
08:07:04.059 [: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=47337, Token=3078CC2D889616E7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47337, Token=3078CC2D889616E7, 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!
08:07:04.059 [: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
08:07:04.059 [: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"
08:07:04.059 [: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
08:07:04.059 [: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-47338], CON-POST   MID=47338, 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
08:07:04.059 [: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-20CA517674BFA99E], CON-POST   MID=47338, Token=20CA517674BFA99E, 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
08:07:04.059 [: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-20CA517674BFA99E]]
08:07:04.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:8196
08:07:04.060 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E521,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47338, Token=20CA517674BFA99E, 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]
08:07:04.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
08:07:04.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47338]
08:07:04.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R522, 127.0.0.1:8193] replace CON-POST   MID=47338, Token=20CA517674BFA99E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47338, Token=20CA517674BFA99E, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R522, 127.0.0.1:8193] send response NON-2.05   MID=47338, Token=null, OptionSet={}, "server responds hi"
08:07:04.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R522, 127.0.0.1:8193, complete]!
08:07:04.060 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R522, 127.0.0.1:8193, complete] completed NON-2.04   MID=47338, Token=20CA517674BFA99E, 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!
08:07:04.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
08:07:04.061 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E522,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47338, Token=20CA517674BFA99E, 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]
08:07:04.061 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47338]
08:07:04.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.061 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L521, 127.0.0.1:8196, complete]!
08:07:04.061 [: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-20CA517674BFA99E]
08:07:04.061 [: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-47338]
08:07:04.061 [: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=47338, Token=20CA517674BFA99E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47338, Token=20CA517674BFA99E, 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!
08:07:04.061 [: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
08:07:04.061 [: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"
08:07:04.062 [: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
08:07:04.062 [: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-47339], CON-POST   MID=47339, 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
08:07:04.062 [: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-88B2FCDE8EF6DA87], CON-POST   MID=47339, Token=88B2FCDE8EF6DA87, 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
08:07:04.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-47339], KeyToken[127.0.0.1:8196-88B2FCDE8EF6DA87]]
08:07:04.062 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:04.062 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E523,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47339, Token=88B2FCDE8EF6DA87, 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]
08:07:04.062 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47339]
08:07:04.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R524, 127.0.0.1:8193] replace CON-POST   MID=47339, Token=88B2FCDE8EF6DA87, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47339, Token=88B2FCDE8EF6DA87, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R524, 127.0.0.1:8193] send response NON-2.05   MID=47339, Token=null, OptionSet={}, "server responds hi"
08:07:04.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R524, 127.0.0.1:8193, complete]!
08:07:04.063 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R524, 127.0.0.1:8193, complete] completed NON-2.04   MID=47339, Token=88B2FCDE8EF6DA87, 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!
08:07:04.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
08:07:04.063 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E524,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47339, Token=88B2FCDE8EF6DA87, 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]
08:07:04.063 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.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-47339]
08:07:04.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.064 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L523, 127.0.0.1:8196, complete]!
08:07:04.064 [: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-88B2FCDE8EF6DA87]
08:07:04.064 [: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-47339]
08:07:04.064 [: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=47339, Token=88B2FCDE8EF6DA87, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47339, Token=88B2FCDE8EF6DA87, 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!
08:07:04.064 [: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
08:07:04.064 [: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"
08:07:04.064 [: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
08:07:04.065 [: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-47340], CON-POST   MID=47340, 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
08:07:04.065 [: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-C0CD2A1E2744666C], CON-POST   MID=47340, Token=C0CD2A1E2744666C, 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
08:07:04.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-47340], KeyToken[127.0.0.1:8196-C0CD2A1E2744666C]]
08:07:04.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
08:07:04.065 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E525,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47340, Token=C0CD2A1E2744666C, 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]
08:07:04.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
08:07:04.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47340]
08:07:04.065 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R526, 127.0.0.1:8193] replace CON-POST   MID=47340, Token=C0CD2A1E2744666C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47340, Token=C0CD2A1E2744666C, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R526, 127.0.0.1:8193] send response NON-2.05   MID=47340, Token=null, OptionSet={}, "server responds hi"
08:07:04.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R526, 127.0.0.1:8193, complete]!
08:07:04.066 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R526, 127.0.0.1:8193, complete] completed NON-2.04   MID=47340, Token=C0CD2A1E2744666C, 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!
08:07:04.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
08:07:04.066 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E526,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47340, Token=C0CD2A1E2744666C, 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]
08:07:04.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
08:07:04.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-47340]
08:07:04.066 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L525, 127.0.0.1:8196, complete]!
08:07:04.067 [: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-C0CD2A1E2744666C]
08:07:04.067 [: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-47340]
08:07:04.067 [: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=47340, Token=C0CD2A1E2744666C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47340, Token=C0CD2A1E2744666C, 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!
08:07:04.067 [: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
08:07:04.067 [: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"
08:07:04.067 [: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
08:07:04.067 [: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-47341], CON-POST   MID=47341, 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
08:07:04.067 [: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-CC84703C11058C88], CON-POST   MID=47341, Token=CC84703C11058C88, 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
08:07:04.067 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47341], KeyToken[127.0.0.1:8196-CC84703C11058C88]]
08:07:04.068 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:04.068 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E527,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47341, Token=CC84703C11058C88, 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]
08:07:04.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
08:07:04.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47341]
08:07:04.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R528, 127.0.0.1:8193] replace CON-POST   MID=47341, Token=CC84703C11058C88, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47341, Token=CC84703C11058C88, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.068 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R528, 127.0.0.1:8193] send response NON-2.05   MID=47341, Token=null, OptionSet={}, "server responds hi"
08:07:04.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R528, 127.0.0.1:8193, complete]!
08:07:04.069 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R528, 127.0.0.1:8193, complete] completed NON-2.04   MID=47341, Token=CC84703C11058C88, 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!
08:07:04.069 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.069 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E528,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47341, Token=CC84703C11058C88, 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]
08:07:04.069 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.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-47341]
08:07:04.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.069 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L527, 127.0.0.1:8196, complete]!
08:07:04.069 [: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-CC84703C11058C88]
08:07:04.069 [: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-47341]
08:07:04.069 [: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=47341, Token=CC84703C11058C88, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47341, Token=CC84703C11058C88, 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!
08:07:04.070 [: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
08:07:04.070 [: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"
08:07:04.070 [: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
08:07:04.070 [: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-47342], CON-POST   MID=47342, 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
08:07:04.070 [: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-1C6320A13B862927], CON-POST   MID=47342, Token=1C6320A13B862927, 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
08:07:04.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-47342], KeyToken[127.0.0.1:8196-1C6320A13B862927]]
08:07:04.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
08:07:04.070 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E529,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47342, Token=1C6320A13B862927, 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]
08:07:04.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
08:07:04.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47342]
08:07:04.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R530, 127.0.0.1:8193] replace CON-POST   MID=47342, Token=1C6320A13B862927, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47342, Token=1C6320A13B862927, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R530, 127.0.0.1:8193] send response NON-2.05   MID=47342, Token=null, OptionSet={}, "server responds hi"
08:07:04.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R530, 127.0.0.1:8193, complete]!
08:07:04.071 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R530, 127.0.0.1:8193, complete] completed NON-2.04   MID=47342, Token=1C6320A13B862927, 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!
08:07:04.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
08:07:04.072 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E530,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47342, Token=1C6320A13B862927, 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]
08:07:04.072 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47342]
08:07:04.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.072 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L529, 127.0.0.1:8196, complete]!
08:07:04.072 [: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-1C6320A13B862927]
08:07:04.072 [: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-47342]
08:07:04.072 [: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=47342, Token=1C6320A13B862927, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47342, Token=1C6320A13B862927, 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!
08:07:04.072 [: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
08:07:04.072 [: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"
08:07:04.073 [: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
08:07:04.073 [: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-47343], CON-POST   MID=47343, 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
08:07:04.073 [: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-E028CF67B21C3567], CON-POST   MID=47343, Token=E028CF67B21C3567, 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
08:07:04.073 [: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-E028CF67B21C3567]]
08:07:04.073 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:04.073 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E531,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47343, Token=E028CF67B21C3567, 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]
08:07:04.073 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47343]
08:07:04.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.073 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R532, 127.0.0.1:8193] replace CON-POST   MID=47343, Token=E028CF67B21C3567, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47343, Token=E028CF67B21C3567, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R532, 127.0.0.1:8193] send response NON-2.05   MID=47343, Token=null, OptionSet={}, "server responds hi"
08:07:04.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R532, 127.0.0.1:8193, complete]!
08:07:04.074 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R532, 127.0.0.1:8193, complete] completed NON-2.04   MID=47343, Token=E028CF67B21C3567, 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!
08:07:04.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:8193
08:07:04.074 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E532,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47343, Token=E028CF67B21C3567, 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]
08:07:04.074 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47343]
08:07:04.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.074 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L531, 127.0.0.1:8196, complete]!
08:07:04.074 [: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-E028CF67B21C3567]
08:07:04.075 [: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-47343]
08:07:04.075 [: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=47343, Token=E028CF67B21C3567, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47343, Token=E028CF67B21C3567, 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!
08:07:04.075 [: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
08:07:04.075 [: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"
08:07:04.075 [: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
08:07:04.075 [: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-47344], CON-POST   MID=47344, 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
08:07:04.075 [: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-7CF9957BA54F7235], CON-POST   MID=47344, Token=7CF9957BA54F7235, 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
08:07:04.075 [: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-7CF9957BA54F7235]]
08:07:04.094 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:04.094 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E533,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47344, Token=7CF9957BA54F7235, 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]
08:07:04.094 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47344]
08:07:04.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R534, 127.0.0.1:8193] replace CON-POST   MID=47344, Token=7CF9957BA54F7235, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47344, Token=7CF9957BA54F7235, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.094 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R534, 127.0.0.1:8193] send response NON-2.05   MID=47344, Token=null, OptionSet={}, "server responds hi"
08:07:04.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R534, 127.0.0.1:8193, complete]!
08:07:04.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R534, 127.0.0.1:8193, complete] completed NON-2.04   MID=47344, Token=7CF9957BA54F7235, 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!
08:07:04.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:8193
08:07:04.095 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E534,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47344, Token=7CF9957BA54F7235, 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]
08:07:04.095 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47344]
08:07:04.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.095 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L533, 127.0.0.1:8196, complete]!
08:07:04.096 [: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-7CF9957BA54F7235]
08:07:04.096 [: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-47344]
08:07:04.096 [: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=47344, Token=7CF9957BA54F7235, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47344, Token=7CF9957BA54F7235, 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!
08:07:04.096 [: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
08:07:04.096 [: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"
08:07:04.096 [: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
08:07:04.096 [: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-47345], CON-POST   MID=47345, 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
08:07:04.097 [: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-0849066D7E440FA7], CON-POST   MID=47345, Token=0849066D7E440FA7, 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
08:07:04.097 [: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-0849066D7E440FA7]]
08:07:04.097 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:04.097 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E535,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47345, Token=0849066D7E440FA7, 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]
08:07:04.097 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47345]
08:07:04.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R536, 127.0.0.1:8193] replace CON-POST   MID=47345, Token=0849066D7E440FA7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47345, Token=0849066D7E440FA7, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R536, 127.0.0.1:8193] send response NON-2.05   MID=47345, Token=null, OptionSet={}, "server responds hi"
08:07:04.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R536, 127.0.0.1:8193, complete]!
08:07:04.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R536, 127.0.0.1:8193, complete] completed NON-2.04   MID=47345, Token=0849066D7E440FA7, 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!
08:07:04.098 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.098 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E536,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47345, Token=0849066D7E440FA7, 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]
08:07:04.098 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.098 [:CoapEndpoint-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]
08:07:04.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L535, 127.0.0.1:8196, complete]!
08:07:04.099 [: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-0849066D7E440FA7]
08:07:04.099 [: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-47345]
08:07:04.099 [: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=47345, Token=0849066D7E440FA7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47345, Token=0849066D7E440FA7, 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!
08:07:04.099 [: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
08:07:04.099 [: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"
08:07:04.099 [: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
08:07:04.099 [: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-47346], CON-POST   MID=47346, 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
08:07:04.099 [: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-08CD99F45EF177FD], CON-POST   MID=47346, Token=08CD99F45EF177FD, 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
08:07:04.100 [: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-08CD99F45EF177FD]]
08:07:04.100 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:04.100 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E537,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47346, Token=08CD99F45EF177FD, 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]
08:07:04.100 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.100 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47346]
08:07:04.100 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.100 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R538, 127.0.0.1:8193] replace CON-POST   MID=47346, Token=08CD99F45EF177FD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47346, Token=08CD99F45EF177FD, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.101 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R538, 127.0.0.1:8193] send response NON-2.05   MID=47346, Token=null, OptionSet={}, "server responds hi"
08:07:04.101 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R538, 127.0.0.1:8193, complete]!
08:07:04.101 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R538, 127.0.0.1:8193, complete] completed NON-2.04   MID=47346, Token=08CD99F45EF177FD, 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!
08:07:04.101 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.101 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E538,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47346, Token=08CD99F45EF177FD, 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]
08:07:04.101 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.101 [:CoapEndpoint-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]
08:07:04.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L537, 127.0.0.1:8196, complete]!
08:07:04.101 [: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-08CD99F45EF177FD]
08:07:04.101 [: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-47346]
08:07:04.102 [: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=47346, Token=08CD99F45EF177FD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47346, Token=08CD99F45EF177FD, 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!
08:07:04.102 [: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
08:07:04.102 [: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"
08:07:04.102 [: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
08:07:04.102 [: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-47347], CON-POST   MID=47347, 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
08:07:04.102 [: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-F0A3C4EF37E30D35], CON-POST   MID=47347, Token=F0A3C4EF37E30D35, 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
08:07:04.102 [: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-F0A3C4EF37E30D35]]
08:07:04.102 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:04.103 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E539,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47347, Token=F0A3C4EF37E30D35, 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]
08:07:04.103 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.103 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47347]
08:07:04.103 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.103 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R540, 127.0.0.1:8193] replace CON-POST   MID=47347, Token=F0A3C4EF37E30D35, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47347, Token=F0A3C4EF37E30D35, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.103 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R540, 127.0.0.1:8193] send response NON-2.05   MID=47347, Token=null, OptionSet={}, "server responds hi"
08:07:04.103 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R540, 127.0.0.1:8193, complete]!
08:07:04.104 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R540, 127.0.0.1:8193, complete] completed NON-2.04   MID=47347, Token=F0A3C4EF37E30D35, 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!
08:07:04.104 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.104 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E540,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47347, Token=F0A3C4EF37E30D35, 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]
08:07:04.104 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.104 [:CoapEndpoint-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]
08:07:04.104 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.104 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.104 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L539, 127.0.0.1:8196, complete]!
08:07:04.104 [: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-F0A3C4EF37E30D35]
08:07:04.104 [: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-47347]
08:07:04.104 [: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=47347, Token=F0A3C4EF37E30D35, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47347, Token=F0A3C4EF37E30D35, 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!
08:07:04.105 [: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
08:07:04.105 [: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"
08:07:04.105 [: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
08:07:04.105 [: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-47348], CON-POST   MID=47348, 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
08:07:04.105 [: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-E4380D6AA9C6F84A], CON-POST   MID=47348, Token=E4380D6AA9C6F84A, 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
08:07:04.105 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47348], KeyToken[127.0.0.1:8196-E4380D6AA9C6F84A]]
08:07:04.105 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:04.105 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E541,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47348, Token=E4380D6AA9C6F84A, 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]
08:07:04.106 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.106 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47348]
08:07:04.106 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.106 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R542, 127.0.0.1:8193] replace CON-POST   MID=47348, Token=E4380D6AA9C6F84A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47348, Token=E4380D6AA9C6F84A, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.106 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R542, 127.0.0.1:8193] send response NON-2.05   MID=47348, Token=null, OptionSet={}, "server responds hi"
08:07:04.106 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R542, 127.0.0.1:8193, complete]!
08:07:04.106 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R542, 127.0.0.1:8193, complete] completed NON-2.04   MID=47348, Token=E4380D6AA9C6F84A, 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!
08:07:04.106 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.107 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E542,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47348, Token=E4380D6AA9C6F84A, 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]
08:07:04.107 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47348]
08:07:04.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L541, 127.0.0.1:8196, complete]!
08:07:04.107 [: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-E4380D6AA9C6F84A]
08:07:04.107 [: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-47348]
08:07:04.107 [: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=47348, Token=E4380D6AA9C6F84A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47348, Token=E4380D6AA9C6F84A, 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!
08:07:04.107 [: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
08:07:04.107 [: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"
08:07:04.108 [: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
08:07:04.108 [: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-47349], CON-POST   MID=47349, 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
08:07:04.108 [: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-B863DF1BDBD3DC8F], CON-POST   MID=47349, Token=B863DF1BDBD3DC8F, 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
08:07:04.108 [: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-B863DF1BDBD3DC8F]]
08:07:04.108 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:04.108 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E543,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47349, Token=B863DF1BDBD3DC8F, 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]
08:07:04.108 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.109 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47349]
08:07:04.109 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.109 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R544, 127.0.0.1:8193] replace CON-POST   MID=47349, Token=B863DF1BDBD3DC8F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47349, Token=B863DF1BDBD3DC8F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.109 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R544, 127.0.0.1:8193] send response NON-2.05   MID=47349, Token=null, OptionSet={}, "server responds hi"
08:07:04.109 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R544, 127.0.0.1:8193, complete]!
08:07:04.109 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R544, 127.0.0.1:8193, complete] completed NON-2.04   MID=47349, Token=B863DF1BDBD3DC8F, 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!
08:07:04.109 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.109 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E544,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47349, Token=B863DF1BDBD3DC8F, 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]
08:07:04.109 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.110 [:CoapEndpoint-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]
08:07:04.110 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.110 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.110 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L543, 127.0.0.1:8196, complete]!
08:07:04.110 [: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-B863DF1BDBD3DC8F]
08:07:04.110 [: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-47349]
08:07:04.110 [: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=47349, Token=B863DF1BDBD3DC8F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47349, Token=B863DF1BDBD3DC8F, 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!
08:07:04.110 [: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
08:07:04.110 [: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"
08:07:04.110 [: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
08:07:04.111 [: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-47350], CON-POST   MID=47350, 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
08:07:04.111 [: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-2826364CCFBBCE45], CON-POST   MID=47350, Token=2826364CCFBBCE45, 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
08:07:04.111 [: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-2826364CCFBBCE45]]
08:07:04.111 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:04.111 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E545,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47350, Token=2826364CCFBBCE45, 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]
08:07:04.111 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.111 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47350]
08:07:04.111 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.111 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R546, 127.0.0.1:8193] replace CON-POST   MID=47350, Token=2826364CCFBBCE45, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47350, Token=2826364CCFBBCE45, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.112 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R546, 127.0.0.1:8193] send response NON-2.05   MID=47350, Token=null, OptionSet={}, "server responds hi"
08:07:04.112 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R546, 127.0.0.1:8193, complete]!
08:07:04.112 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R546, 127.0.0.1:8193, complete] completed NON-2.04   MID=47350, Token=2826364CCFBBCE45, 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!
08:07:04.112 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.112 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E546,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47350, Token=2826364CCFBBCE45, 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]
08:07:04.112 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.112 [:CoapEndpoint-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]
08:07:04.112 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.112 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.112 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L545, 127.0.0.1:8196, complete]!
08:07:04.113 [: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-2826364CCFBBCE45]
08:07:04.113 [: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-47350]
08:07:04.113 [: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=47350, Token=2826364CCFBBCE45, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47350, Token=2826364CCFBBCE45, 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!
08:07:04.113 [: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
08:07:04.113 [: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"
08:07:04.113 [: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
08:07:04.113 [: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-47351], CON-POST   MID=47351, 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
08:07:04.113 [: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-D0D078D2705EA4D0], CON-POST   MID=47351, Token=D0D078D2705EA4D0, 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
08:07:04.113 [: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-D0D078D2705EA4D0]]
08:07:04.113 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:04.114 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E547,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47351, Token=D0D078D2705EA4D0, 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]
08:07:04.114 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.114 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47351]
08:07:04.114 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.114 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R548, 127.0.0.1:8193] replace CON-POST   MID=47351, Token=D0D078D2705EA4D0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47351, Token=D0D078D2705EA4D0, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.114 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R548, 127.0.0.1:8193] send response NON-2.05   MID=47351, Token=null, OptionSet={}, "server responds hi"
08:07:04.114 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R548, 127.0.0.1:8193, complete]!
08:07:04.114 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R548, 127.0.0.1:8193, complete] completed NON-2.04   MID=47351, Token=D0D078D2705EA4D0, 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!
08:07:04.115 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.115 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E548,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47351, Token=D0D078D2705EA4D0, 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]
08:07:04.115 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.115 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47351]
08:07:04.115 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.115 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.115 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L547, 127.0.0.1:8196, complete]!
08:07:04.115 [: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-D0D078D2705EA4D0]
08:07:04.115 [: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-47351]
08:07:04.115 [: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=47351, Token=D0D078D2705EA4D0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47351, Token=D0D078D2705EA4D0, 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!
08:07:04.115 [: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
08:07:04.115 [: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"
08:07:04.116 [: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
08:07:04.116 [: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-47352], CON-POST   MID=47352, 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
08:07:04.116 [: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-9C806500DD063EC1], CON-POST   MID=47352, Token=9C806500DD063EC1, 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
08:07:04.116 [: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-9C806500DD063EC1]]
08:07:04.116 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:04.116 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E549,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47352, Token=9C806500DD063EC1, 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]
08:07:04.116 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.116 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47352]
08:07:04.117 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.117 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R550, 127.0.0.1:8193] replace CON-POST   MID=47352, Token=9C806500DD063EC1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47352, Token=9C806500DD063EC1, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.117 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R550, 127.0.0.1:8193] send response NON-2.05   MID=47352, Token=null, OptionSet={}, "server responds hi"
08:07:04.117 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R550, 127.0.0.1:8193, complete]!
08:07:04.117 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R550, 127.0.0.1:8193, complete] completed NON-2.04   MID=47352, Token=9C806500DD063EC1, 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!
08:07:04.117 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.117 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E550,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47352, Token=9C806500DD063EC1, 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]
08:07:04.117 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.118 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47352]
08:07:04.118 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.118 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.118 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L549, 127.0.0.1:8196, complete]!
08:07:04.118 [: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-9C806500DD063EC1]
08:07:04.118 [: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-47352]
08:07:04.118 [: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=47352, Token=9C806500DD063EC1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47352, Token=9C806500DD063EC1, 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!
08:07:04.118 [: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
08:07:04.118 [: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"
08:07:04.119 [: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
08:07:04.119 [: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-47353], CON-POST   MID=47353, 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
08:07:04.119 [: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-D03C5439C9E6C702], CON-POST   MID=47353, Token=D03C5439C9E6C702, 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
08:07:04.119 [: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-D03C5439C9E6C702]]
08:07:04.119 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:04.119 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E551,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47353, Token=D03C5439C9E6C702, 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]
08:07:04.119 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.120 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47353]
08:07:04.120 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.120 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R552, 127.0.0.1:8193] replace CON-POST   MID=47353, Token=D03C5439C9E6C702, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47353, Token=D03C5439C9E6C702, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.120 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R552, 127.0.0.1:8193] send response NON-2.05   MID=47353, Token=null, OptionSet={}, "server responds hi"
08:07:04.120 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R552, 127.0.0.1:8193, complete]!
08:07:04.120 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R552, 127.0.0.1:8193, complete] completed NON-2.04   MID=47353, Token=D03C5439C9E6C702, 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!
08:07:04.120 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.120 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E552,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47353, Token=D03C5439C9E6C702, 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]
08:07:04.120 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.121 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47353]
08:07:04.121 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.121 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.121 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L551, 127.0.0.1:8196, complete]!
08:07:04.121 [: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-D03C5439C9E6C702]
08:07:04.121 [: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-47353]
08:07:04.121 [: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=47353, Token=D03C5439C9E6C702, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47353, Token=D03C5439C9E6C702, 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!
08:07:04.121 [: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
08:07:04.121 [: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"
08:07:04.121 [: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
08:07:04.122 [: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-47354], CON-POST   MID=47354, 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
08:07:04.122 [: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-E8CC3AC80E72DDEA], CON-POST   MID=47354, Token=E8CC3AC80E72DDEA, 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
08:07:04.122 [: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-E8CC3AC80E72DDEA]]
08:07:04.122 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:04.122 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E553,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47354, Token=E8CC3AC80E72DDEA, 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]
08:07:04.122 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.122 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47354]
08:07:04.122 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.122 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R554, 127.0.0.1:8193] replace CON-POST   MID=47354, Token=E8CC3AC80E72DDEA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47354, Token=E8CC3AC80E72DDEA, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.123 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R554, 127.0.0.1:8193] send response NON-2.05   MID=47354, Token=null, OptionSet={}, "server responds hi"
08:07:04.123 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R554, 127.0.0.1:8193, complete]!
08:07:04.123 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R554, 127.0.0.1:8193, complete] completed NON-2.04   MID=47354, Token=E8CC3AC80E72DDEA, 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!
08:07:04.123 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.123 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E554,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47354, Token=E8CC3AC80E72DDEA, 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]
08:07:04.123 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.123 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47354]
08:07:04.123 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.123 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.123 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L553, 127.0.0.1:8196, complete]!
08:07:04.123 [: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-E8CC3AC80E72DDEA]
08:07:04.124 [: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-47354]
08:07:04.124 [: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=47354, Token=E8CC3AC80E72DDEA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47354, Token=E8CC3AC80E72DDEA, 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!
08:07:04.124 [: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
08:07:04.124 [: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"
08:07:04.124 [: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
08:07:04.124 [: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-47355], CON-POST   MID=47355, 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
08:07:04.124 [: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-70E2DA9B447D2F50], CON-POST   MID=47355, Token=70E2DA9B447D2F50, 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
08:07:04.124 [: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-70E2DA9B447D2F50]]
08:07:04.125 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:04.125 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E555,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47355, Token=70E2DA9B447D2F50, 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]
08:07:04.125 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.125 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47355]
08:07:04.125 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.125 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R556, 127.0.0.1:8193] replace CON-POST   MID=47355, Token=70E2DA9B447D2F50, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47355, Token=70E2DA9B447D2F50, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.125 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R556, 127.0.0.1:8193] send response NON-2.05   MID=47355, Token=null, OptionSet={}, "server responds hi"
08:07:04.125 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R556, 127.0.0.1:8193, complete]!
08:07:04.125 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R556, 127.0.0.1:8193, complete] completed NON-2.04   MID=47355, Token=70E2DA9B447D2F50, 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!
08:07:04.126 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.126 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E556,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47355, Token=70E2DA9B447D2F50, 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]
08:07:04.126 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.126 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47355]
08:07:04.126 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.126 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.126 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L555, 127.0.0.1:8196, complete]!
08:07:04.126 [: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-70E2DA9B447D2F50]
08:07:04.126 [: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-47355]
08:07:04.126 [: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=47355, Token=70E2DA9B447D2F50, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47355, Token=70E2DA9B447D2F50, 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!
08:07:04.127 [: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
08:07:04.127 [: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"
08:07:04.127 [: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
08:07:04.127 [: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-47356], CON-POST   MID=47356, 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
08:07:04.127 [: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-FCE14F576A7D0CD4], CON-POST   MID=47356, Token=FCE14F576A7D0CD4, 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
08:07:04.127 [: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-FCE14F576A7D0CD4]]
08:07:04.127 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:04.127 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E557,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47356, Token=FCE14F576A7D0CD4, 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]
08:07:04.127 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.128 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47356]
08:07:04.128 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.128 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R558, 127.0.0.1:8193] replace CON-POST   MID=47356, Token=FCE14F576A7D0CD4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47356, Token=FCE14F576A7D0CD4, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.128 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R558, 127.0.0.1:8193] send response NON-2.05   MID=47356, Token=null, OptionSet={}, "server responds hi"
08:07:04.128 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R558, 127.0.0.1:8193, complete]!
08:07:04.128 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R558, 127.0.0.1:8193, complete] completed NON-2.04   MID=47356, Token=FCE14F576A7D0CD4, 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!
08:07:04.128 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.129 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E558,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47356, Token=FCE14F576A7D0CD4, 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]
08:07:04.129 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47356]
08:07:04.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L557, 127.0.0.1:8196, complete]!
08:07:04.129 [: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-FCE14F576A7D0CD4]
08:07:04.129 [: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-47356]
08:07:04.129 [: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=47356, Token=FCE14F576A7D0CD4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47356, Token=FCE14F576A7D0CD4, 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!
08:07:04.129 [: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
08:07:04.129 [: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"
08:07:04.130 [: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
08:07:04.130 [: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-47357], CON-POST   MID=47357, 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
08:07:04.130 [: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-604626C8639C277B], CON-POST   MID=47357, Token=604626C8639C277B, 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
08:07:04.130 [: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-604626C8639C277B]]
08:07:04.130 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:04.130 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E559,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47357, Token=604626C8639C277B, 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]
08:07:04.130 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.130 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47357]
08:07:04.130 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.131 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R560, 127.0.0.1:8193] replace CON-POST   MID=47357, Token=604626C8639C277B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47357, Token=604626C8639C277B, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.131 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R560, 127.0.0.1:8193] send response NON-2.05   MID=47357, Token=null, OptionSet={}, "server responds hi"
08:07:04.131 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R560, 127.0.0.1:8193, complete]!
08:07:04.131 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R560, 127.0.0.1:8193, complete] completed NON-2.04   MID=47357, Token=604626C8639C277B, 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!
08:07:04.131 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.131 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E560,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47357, Token=604626C8639C277B, 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]
08:07:04.131 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47357]
08:07:04.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L559, 127.0.0.1:8196, complete]!
08:07:04.132 [: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-604626C8639C277B]
08:07:04.132 [: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-47357]
08:07:04.132 [: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=47357, Token=604626C8639C277B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47357, Token=604626C8639C277B, 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!
08:07:04.132 [: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
08:07:04.132 [: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"
08:07:04.132 [: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
08:07:04.132 [: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-47358], CON-POST   MID=47358, 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
08:07:04.133 [: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-381AA3BB6D8C3443], CON-POST   MID=47358, Token=381AA3BB6D8C3443, 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
08:07:04.133 [: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-381AA3BB6D8C3443]]
08:07:04.133 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:04.133 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E561,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47358, Token=381AA3BB6D8C3443, 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]
08:07:04.133 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.133 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47358]
08:07:04.133 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.133 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R562, 127.0.0.1:8193] replace CON-POST   MID=47358, Token=381AA3BB6D8C3443, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47358, Token=381AA3BB6D8C3443, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.134 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R562, 127.0.0.1:8193] send response NON-2.05   MID=47358, Token=null, OptionSet={}, "server responds hi"
08:07:04.134 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R562, 127.0.0.1:8193, complete]!
08:07:04.134 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R562, 127.0.0.1:8193, complete] completed NON-2.04   MID=47358, Token=381AA3BB6D8C3443, 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!
08:07:04.134 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.134 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E562,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47358, Token=381AA3BB6D8C3443, 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]
08:07:04.134 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47358]
08:07:04.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L561, 127.0.0.1:8196, complete]!
08:07:04.134 [: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-381AA3BB6D8C3443]
08:07:04.134 [: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-47358]
08:07:04.134 [: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=47358, Token=381AA3BB6D8C3443, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47358, Token=381AA3BB6D8C3443, 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!
08:07:04.135 [: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
08:07:04.135 [: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"
08:07:04.135 [: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
08:07:04.135 [: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-47359], CON-POST   MID=47359, 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
08:07:04.135 [: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-1016F968C7BC66B6], CON-POST   MID=47359, Token=1016F968C7BC66B6, 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
08:07:04.135 [: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-1016F968C7BC66B6]]
08:07:04.135 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:04.136 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E563,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47359, Token=1016F968C7BC66B6, 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]
08:07:04.136 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.136 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47359]
08:07:04.136 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.136 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R564, 127.0.0.1:8193] replace CON-POST   MID=47359, Token=1016F968C7BC66B6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47359, Token=1016F968C7BC66B6, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.136 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R564, 127.0.0.1:8193] send response NON-2.05   MID=47359, Token=null, OptionSet={}, "server responds hi"
08:07:04.136 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R564, 127.0.0.1:8193, complete]!
08:07:04.136 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R564, 127.0.0.1:8193, complete] completed NON-2.04   MID=47359, Token=1016F968C7BC66B6, 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!
08:07:04.136 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.137 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E564,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47359, Token=1016F968C7BC66B6, 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]
08:07:04.137 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.137 [:CoapEndpoint-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]
08:07:04.137 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.137 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.137 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L563, 127.0.0.1:8196, complete]!
08:07:04.137 [: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-1016F968C7BC66B6]
08:07:04.137 [: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-47359]
08:07:04.137 [: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=47359, Token=1016F968C7BC66B6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47359, Token=1016F968C7BC66B6, 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!
08:07:04.137 [: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
08:07:04.137 [: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"
08:07:04.138 [: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
08:07:04.138 [: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-47360], CON-POST   MID=47360, 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
08:07:04.138 [: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-9436F17B3811A133], CON-POST   MID=47360, Token=9436F17B3811A133, 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
08:07:04.138 [: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-9436F17B3811A133]]
08:07:04.138 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:04.138 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E565,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47360, Token=9436F17B3811A133, 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]
08:07:04.138 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.138 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47360]
08:07:04.138 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.139 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R566, 127.0.0.1:8193] replace CON-POST   MID=47360, Token=9436F17B3811A133, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47360, Token=9436F17B3811A133, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.139 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R566, 127.0.0.1:8193] send response NON-2.05   MID=47360, Token=null, OptionSet={}, "server responds hi"
08:07:04.139 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R566, 127.0.0.1:8193, complete]!
08:07:04.139 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R566, 127.0.0.1:8193, complete] completed NON-2.04   MID=47360, Token=9436F17B3811A133, 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!
08:07:04.139 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.139 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E566,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47360, Token=9436F17B3811A133, 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]
08:07:04.139 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.139 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47360]
08:07:04.139 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.139 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L565, 127.0.0.1:8196, complete]!
08:07:04.140 [: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-9436F17B3811A133]
08:07:04.140 [: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-47360]
08:07:04.140 [: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=47360, Token=9436F17B3811A133, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47360, Token=9436F17B3811A133, 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!
08:07:04.140 [: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
08:07:04.140 [: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"
08:07:04.140 [: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
08:07:04.140 [: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-47361], CON-POST   MID=47361, 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
08:07:04.140 [: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-9CC3023CCB6CE3D6], CON-POST   MID=47361, Token=9CC3023CCB6CE3D6, 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
08:07:04.140 [: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-9CC3023CCB6CE3D6]]
08:07:04.141 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:04.141 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E567,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47361, Token=9CC3023CCB6CE3D6, 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]
08:07:04.141 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47361]
08:07:04.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R568, 127.0.0.1:8193] replace CON-POST   MID=47361, Token=9CC3023CCB6CE3D6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47361, Token=9CC3023CCB6CE3D6, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R568, 127.0.0.1:8193] send response NON-2.05   MID=47361, Token=null, OptionSet={}, "server responds hi"
08:07:04.142 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R568, 127.0.0.1:8193, complete]!
08:07:04.142 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R568, 127.0.0.1:8193, complete] completed NON-2.04   MID=47361, Token=9CC3023CCB6CE3D6, 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!
08:07:04.142 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.142 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E568,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47361, Token=9CC3023CCB6CE3D6, 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]
08:07:04.142 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47361]
08:07:04.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L567, 127.0.0.1:8196, complete]!
08:07:04.142 [: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-9CC3023CCB6CE3D6]
08:07:04.142 [: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-47361]
08:07:04.142 [: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=47361, Token=9CC3023CCB6CE3D6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47361, Token=9CC3023CCB6CE3D6, 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!
08:07:04.143 [: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
08:07:04.143 [: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"
08:07:04.143 [: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
08:07:04.143 [: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-47362], CON-POST   MID=47362, 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
08:07:04.143 [: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-BC902562867D1931], CON-POST   MID=47362, Token=BC902562867D1931, 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
08:07:04.143 [: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-BC902562867D1931]]
08:07:04.143 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8196
08:07:04.143 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E569,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47362, Token=BC902562867D1931, 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]
08:07:04.144 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.144 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47362]
08:07:04.144 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.144 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R570, 127.0.0.1:8193] replace CON-POST   MID=47362, Token=BC902562867D1931, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47362, Token=BC902562867D1931, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.144 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R570, 127.0.0.1:8193] send response NON-2.05   MID=47362, Token=null, OptionSet={}, "server responds hi"
08:07:04.144 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R570, 127.0.0.1:8193, complete]!
08:07:04.144 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R570, 127.0.0.1:8193, complete] completed NON-2.04   MID=47362, Token=BC902562867D1931, 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!
08:07:04.144 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.145 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E570,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47362, Token=BC902562867D1931, 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]
08:07:04.145 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47362]
08:07:04.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L569, 127.0.0.1:8196, complete]!
08:07:04.145 [: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-BC902562867D1931]
08:07:04.145 [: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-47362]
08:07:04.145 [: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=47362, Token=BC902562867D1931, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47362, Token=BC902562867D1931, 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!
08:07:04.145 [: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
08:07:04.145 [: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"
08:07:04.146 [: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
08:07:04.146 [: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-47363], CON-POST   MID=47363, 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
08:07:04.146 [: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-342D454846D69814], CON-POST   MID=47363, Token=342D454846D69814, 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
08:07:04.146 [: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-342D454846D69814]]
08:07:04.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
08:07:04.146 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E571,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47363, Token=342D454846D69814, 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]
08:07:04.146 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.146 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47363]
08:07:04.146 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R572, 127.0.0.1:8193] replace CON-POST   MID=47363, Token=342D454846D69814, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47363, Token=342D454846D69814, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R572, 127.0.0.1:8193] send response NON-2.05   MID=47363, Token=null, OptionSet={}, "server responds hi"
08:07:04.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R572, 127.0.0.1:8193, complete]!
08:07:04.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R572, 127.0.0.1:8193, complete] completed NON-2.04   MID=47363, Token=342D454846D69814, 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!
08:07:04.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
08:07:04.147 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E572,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47363, Token=342D454846D69814, 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]
08:07:04.147 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.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:8196-47363]
08:07:04.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.148 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L571, 127.0.0.1:8196, complete]!
08:07:04.148 [: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-342D454846D69814]
08:07:04.148 [: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-47363]
08:07:04.148 [: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=47363, Token=342D454846D69814, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47363, Token=342D454846D69814, 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!
08:07:04.148 [: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
08:07:04.148 [: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"
08:07:04.148 [: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
08:07:04.149 [: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-47364], CON-POST   MID=47364, 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
08:07:04.149 [: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-3CB08DD59D8D4FAE], CON-POST   MID=47364, Token=3CB08DD59D8D4FAE, 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
08:07:04.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-47364], KeyToken[127.0.0.1:8196-3CB08DD59D8D4FAE]]
08:07:04.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
08:07:04.149 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E573,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47364, Token=3CB08DD59D8D4FAE, 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]
08:07:04.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
08:07:04.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47364]
08:07:04.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R574, 127.0.0.1:8193] replace CON-POST   MID=47364, Token=3CB08DD59D8D4FAE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47364, Token=3CB08DD59D8D4FAE, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R574, 127.0.0.1:8193] send response NON-2.05   MID=47364, Token=null, OptionSet={}, "server responds hi"
08:07:04.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R574, 127.0.0.1:8193, complete]!
08:07:04.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R574, 127.0.0.1:8193, complete] completed NON-2.04   MID=47364, Token=3CB08DD59D8D4FAE, 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!
08:07:04.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:8193
08:07:04.150 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E574,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47364, Token=3CB08DD59D8D4FAE, 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]
08:07:04.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
08:07:04.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-47364]
08:07:04.150 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L573, 127.0.0.1:8196, complete]!
08:07:04.151 [: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-3CB08DD59D8D4FAE]
08:07:04.151 [: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-47364]
08:07:04.151 [: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=47364, Token=3CB08DD59D8D4FAE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47364, Token=3CB08DD59D8D4FAE, 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!
08:07:04.151 [: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
08:07:04.151 [: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"
08:07:04.151 [: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
08:07:04.151 [: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-47365], CON-POST   MID=47365, 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
08:07:04.151 [: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-70C14BECAB139E26], CON-POST   MID=47365, Token=70C14BECAB139E26, 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
08:07:04.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47365], KeyToken[127.0.0.1:8196-70C14BECAB139E26]]
08:07:04.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:8196
08:07:04.152 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E575,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47365, Token=70C14BECAB139E26, 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]
08:07:04.152 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47365]
08:07:04.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R576, 127.0.0.1:8193] replace CON-POST   MID=47365, Token=70C14BECAB139E26, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47365, Token=70C14BECAB139E26, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R576, 127.0.0.1:8193] send response NON-2.05   MID=47365, Token=null, OptionSet={}, "server responds hi"
08:07:04.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R576, 127.0.0.1:8193, complete]!
08:07:04.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R576, 127.0.0.1:8193, complete] completed NON-2.04   MID=47365, Token=70C14BECAB139E26, 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!
08:07:04.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
08:07:04.153 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E576,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47365, Token=70C14BECAB139E26, 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]
08:07:04.153 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47365]
08:07:04.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L575, 127.0.0.1:8196, complete]!
08:07:04.153 [: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-70C14BECAB139E26]
08:07:04.153 [: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-47365]
08:07:04.153 [: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=47365, Token=70C14BECAB139E26, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47365, Token=70C14BECAB139E26, 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!
08:07:04.153 [: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
08:07:04.153 [: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"
08:07:04.154 [: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
08:07:04.154 [: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-47366], CON-POST   MID=47366, 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
08:07:04.154 [: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-9C2DD3CA11A78B6F], CON-POST   MID=47366, Token=9C2DD3CA11A78B6F, 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
08:07:04.154 [: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-9C2DD3CA11A78B6F]]
08:07:04.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:8196
08:07:04.154 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E577,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47366, Token=9C2DD3CA11A78B6F, 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]
08:07:04.154 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8196) received 40 bytes from 127.0.0.1:8193
08:07:04.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47366]
08:07:04.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R578, 127.0.0.1:8193] replace CON-POST   MID=47366, Token=9C2DD3CA11A78B6F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47366, Token=9C2DD3CA11A78B6F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R578, 127.0.0.1:8193] send response NON-2.05   MID=47366, Token=null, OptionSet={}, "server responds hi"
08:07:04.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R578, 127.0.0.1:8193, complete]!
08:07:04.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R578, 127.0.0.1:8193, complete] completed NON-2.04   MID=47366, Token=9C2DD3CA11A78B6F, 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!
08:07:04.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:8193
08:07:04.155 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E578,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47366, Token=9C2DD3CA11A78B6F, 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]
08:07:04.155 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.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-47366]
08:07:04.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.156 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L577, 127.0.0.1:8196, complete]!
08:07:04.156 [: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-9C2DD3CA11A78B6F]
08:07:04.156 [: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-47366]
08:07:04.156 [: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=47366, Token=9C2DD3CA11A78B6F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47366, Token=9C2DD3CA11A78B6F, 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!
08:07:04.156 [: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
08:07:04.156 [: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"
08:07:04.156 [: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
08:07:04.157 [: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-47367], CON-POST   MID=47367, 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
08:07:04.157 [: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-D43F8093E888CADD], CON-POST   MID=47367, Token=D43F8093E888CADD, 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
08:07:04.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-47367], KeyToken[127.0.0.1:8196-D43F8093E888CADD]]
08:07:04.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
08:07:04.157 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E579,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47367, Token=D43F8093E888CADD, 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]
08:07:04.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
08:07:04.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47367]
08:07:04.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R580, 127.0.0.1:8193] replace CON-POST   MID=47367, Token=D43F8093E888CADD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47367, Token=D43F8093E888CADD, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R580, 127.0.0.1:8193] send response NON-2.05   MID=47367, Token=null, OptionSet={}, "server responds hi"
08:07:04.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R580, 127.0.0.1:8193, complete]!
08:07:04.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R580, 127.0.0.1:8193, complete] completed NON-2.04   MID=47367, Token=D43F8093E888CADD, 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!
08:07:04.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
08:07:04.158 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E580,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47367, Token=D43F8093E888CADD, 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]
08:07:04.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
08:07:04.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-47367]
08:07:04.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L579, 127.0.0.1:8196, complete]!
08:07:04.158 [: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-D43F8093E888CADD]
08:07:04.158 [: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-47367]
08:07:04.159 [: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=47367, Token=D43F8093E888CADD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47367, Token=D43F8093E888CADD, 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!
08:07:04.159 [: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
08:07:04.159 [: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"
08:07:04.159 [: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
08:07:04.159 [: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-47368], CON-POST   MID=47368, 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
08:07:04.159 [: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-44F6F11574E96EB8], CON-POST   MID=47368, Token=44F6F11574E96EB8, 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
08:07:04.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47368], KeyToken[127.0.0.1:8196-44F6F11574E96EB8]]
08:07:04.159 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
08:07:04.160 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E581,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47368, Token=44F6F11574E96EB8, 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]
08:07:04.160 [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
08:07:04.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47368]
08:07:04.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R582, 127.0.0.1:8193] replace CON-POST   MID=47368, Token=44F6F11574E96EB8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47368, Token=44F6F11574E96EB8, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R582, 127.0.0.1:8193] send response NON-2.05   MID=47368, Token=null, OptionSet={}, "server responds hi"
08:07:04.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R582, 127.0.0.1:8193, complete]!
08:07:04.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R582, 127.0.0.1:8193, complete] completed NON-2.04   MID=47368, Token=44F6F11574E96EB8, 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!
08:07:04.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
08:07:04.161 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E582,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47368, Token=44F6F11574E96EB8, 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]
08:07:04.161 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47368]
08:07:04.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L581, 127.0.0.1:8196, complete]!
08:07:04.161 [: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-44F6F11574E96EB8]
08:07:04.161 [: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-47368]
08:07:04.161 [: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=47368, Token=44F6F11574E96EB8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47368, Token=44F6F11574E96EB8, 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!
08:07:04.161 [: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
08:07:04.161 [: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"
08:07:04.162 [: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
08:07:04.162 [: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-47369], CON-POST   MID=47369, 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
08:07:04.162 [: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-54843FF13B257EF6], CON-POST   MID=47369, Token=54843FF13B257EF6, 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
08:07:04.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47369], KeyToken[127.0.0.1:8196-54843FF13B257EF6]]
08:07:04.162 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
08:07:04.162 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E583,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47369, Token=54843FF13B257EF6, 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]
08:07:04.162 [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
08:07:04.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47369]
08:07:04.162 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R584, 127.0.0.1:8193] replace CON-POST   MID=47369, Token=54843FF13B257EF6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47369, Token=54843FF13B257EF6, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R584, 127.0.0.1:8193] send response NON-2.05   MID=47369, Token=null, OptionSet={}, "server responds hi"
08:07:04.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R584, 127.0.0.1:8193, complete]!
08:07:04.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R584, 127.0.0.1:8193, complete] completed NON-2.04   MID=47369, Token=54843FF13B257EF6, 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!
08:07:04.163 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.163 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E584,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47369, Token=54843FF13B257EF6, 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]
08:07:04.163 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.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:8196-47369]
08:07:04.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L583, 127.0.0.1:8196, complete]!
08:07:04.164 [: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-54843FF13B257EF6]
08:07:04.164 [: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-47369]
08:07:04.164 [: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=47369, Token=54843FF13B257EF6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47369, Token=54843FF13B257EF6, 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!
08:07:04.164 [: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
08:07:04.164 [: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"
08:07:04.164 [: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
08:07:04.164 [: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-47370], CON-POST   MID=47370, 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
08:07:04.164 [: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-0067BC2FA972211B], CON-POST   MID=47370, Token=0067BC2FA972211B, 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
08:07:04.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47370], KeyToken[127.0.0.1:8196-0067BC2FA972211B]]
08:07:04.165 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
08:07:04.165 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E585,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47370, Token=0067BC2FA972211B, 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]
08:07:04.165 [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
08:07:04.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47370]
08:07:04.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R586, 127.0.0.1:8193] replace CON-POST   MID=47370, Token=0067BC2FA972211B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47370, Token=0067BC2FA972211B, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R586, 127.0.0.1:8193] send response NON-2.05   MID=47370, Token=null, OptionSet={}, "server responds hi"
08:07:04.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R586, 127.0.0.1:8193, complete]!
08:07:04.166 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R586, 127.0.0.1:8193, complete] completed NON-2.04   MID=47370, Token=0067BC2FA972211B, 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!
08:07:04.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
08:07:04.166 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E586,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47370, Token=0067BC2FA972211B, 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]
08:07:04.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
08:07:04.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-47370]
08:07:04.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L585, 127.0.0.1:8196, complete]!
08:07:04.166 [: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-0067BC2FA972211B]
08:07:04.166 [: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-47370]
08:07:04.166 [: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=47370, Token=0067BC2FA972211B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47370, Token=0067BC2FA972211B, 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!
08:07:04.167 [: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
08:07:04.167 [: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"
08:07:04.167 [: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
08:07:04.167 [: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-47371], CON-POST   MID=47371, 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
08:07:04.167 [: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-9C3E781377A95EA9], CON-POST   MID=47371, Token=9C3E781377A95EA9, 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
08:07:04.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-47371], KeyToken[127.0.0.1:8196-9C3E781377A95EA9]]
08:07:04.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 41 bytes to 127.0.0.1:8196
08:07:04.167 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E587,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47371, Token=9C3E781377A95EA9, 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]
08:07:04.167 [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
08:07:04.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47371]
08:07:04.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R588, 127.0.0.1:8193] replace CON-POST   MID=47371, Token=9C3E781377A95EA9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47371, Token=9C3E781377A95EA9, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R588, 127.0.0.1:8193] send response NON-2.05   MID=47371, Token=null, OptionSet={}, "server responds hi"
08:07:04.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R588, 127.0.0.1:8193, complete]!
08:07:04.168 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R588, 127.0.0.1:8193, complete] completed NON-2.04   MID=47371, Token=9C3E781377A95EA9, 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!
08:07:04.168 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.168 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E588,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47371, Token=9C3E781377A95EA9, 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]
08:07:04.168 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47371]
08:07:04.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.169 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L587, 127.0.0.1:8196, complete]!
08:07:04.169 [: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-9C3E781377A95EA9]
08:07:04.169 [: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-47371]
08:07:04.169 [: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=47371, Token=9C3E781377A95EA9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47371, Token=9C3E781377A95EA9, 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!
08:07:04.169 [: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
08:07:04.169 [: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"
08:07:04.169 [: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
08:07:04.169 [: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-47372], CON-POST   MID=47372, 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
08:07:04.170 [: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-EC75C1BD731617BF], CON-POST   MID=47372, Token=EC75C1BD731617BF, 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
08:07:04.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47372], KeyToken[127.0.0.1:8196-EC75C1BD731617BF]]
08:07:04.170 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
08:07:04.170 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E589,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47372, Token=EC75C1BD731617BF, 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]
08:07:04.170 [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
08:07:04.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47372]
08:07:04.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R590, 127.0.0.1:8193] replace CON-POST   MID=47372, Token=EC75C1BD731617BF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47372, Token=EC75C1BD731617BF, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.170 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R590, 127.0.0.1:8193] send response NON-2.05   MID=47372, Token=null, OptionSet={}, "server responds hi"
08:07:04.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R590, 127.0.0.1:8193, complete]!
08:07:04.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R590, 127.0.0.1:8193, complete] completed NON-2.04   MID=47372, Token=EC75C1BD731617BF, 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!
08:07:04.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:8193
08:07:04.171 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E590,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47372, Token=EC75C1BD731617BF, 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]
08:07:04.171 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.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:8196-47372]
08:07:04.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L589, 127.0.0.1:8196, complete]!
08:07:04.171 [: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-EC75C1BD731617BF]
08:07:04.172 [: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-47372]
08:07:04.172 [: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=47372, Token=EC75C1BD731617BF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47372, Token=EC75C1BD731617BF, 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!
08:07:04.172 [: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
08:07:04.172 [: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"
08:07:04.172 [: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
08:07:04.172 [: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-47373], CON-POST   MID=47373, 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
08:07:04.172 [: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-38405AA83915BFD6], CON-POST   MID=47373, Token=38405AA83915BFD6, 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
08:07:04.172 [: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-38405AA83915BFD6]]
08:07:04.172 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
08:07:04.173 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E591,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47373, Token=38405AA83915BFD6, 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]
08:07:04.173 [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
08:07:04.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47373]
08:07:04.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R592, 127.0.0.1:8193] replace CON-POST   MID=47373, Token=38405AA83915BFD6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47373, Token=38405AA83915BFD6, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R592, 127.0.0.1:8193] send response NON-2.05   MID=47373, Token=null, OptionSet={}, "server responds hi"
08:07:04.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R592, 127.0.0.1:8193, complete]!
08:07:04.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R592, 127.0.0.1:8193, complete] completed NON-2.04   MID=47373, Token=38405AA83915BFD6, 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!
08:07:04.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
08:07:04.174 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E592,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47373, Token=38405AA83915BFD6, 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]
08:07:04.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
08:07:04.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-47373]
08:07:04.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L591, 127.0.0.1:8196, complete]!
08:07:04.174 [: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-38405AA83915BFD6]
08:07:04.174 [: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-47373]
08:07:04.174 [: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=47373, Token=38405AA83915BFD6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47373, Token=38405AA83915BFD6, 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!
08:07:04.174 [: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
08:07:04.175 [: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"
08:07:04.175 [: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
08:07:04.175 [: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-47374], CON-POST   MID=47374, 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
08:07:04.175 [: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-88C4A9C2DAEBAE51], CON-POST   MID=47374, Token=88C4A9C2DAEBAE51, 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
08:07:04.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-47374], KeyToken[127.0.0.1:8196-88C4A9C2DAEBAE51]]
08:07:04.175 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
08:07:04.175 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E593,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47374, Token=88C4A9C2DAEBAE51, 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]
08:07:04.175 [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
08:07:04.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47374]
08:07:04.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R594, 127.0.0.1:8193] replace CON-POST   MID=47374, Token=88C4A9C2DAEBAE51, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47374, Token=88C4A9C2DAEBAE51, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R594, 127.0.0.1:8193] send response NON-2.05   MID=47374, Token=null, OptionSet={}, "server responds hi"
08:07:04.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R594, 127.0.0.1:8193, complete]!
08:07:04.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R594, 127.0.0.1:8193, complete] completed NON-2.04   MID=47374, Token=88C4A9C2DAEBAE51, 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!
08:07:04.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
08:07:04.177 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E594,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47374, Token=88C4A9C2DAEBAE51, 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]
08:07:04.177 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47374]
08:07:04.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.177 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L593, 127.0.0.1:8196, complete]!
08:07:04.177 [: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-88C4A9C2DAEBAE51]
08:07:04.177 [: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-47374]
08:07:04.177 [: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=47374, Token=88C4A9C2DAEBAE51, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47374, Token=88C4A9C2DAEBAE51, 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!
08:07:04.177 [: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
08:07:04.177 [: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"
08:07:04.178 [: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
08:07:04.178 [: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-47375], CON-POST   MID=47375, 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
08:07:04.178 [: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-644FDBFC53E75960], CON-POST   MID=47375, Token=644FDBFC53E75960, 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
08:07:04.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47375], KeyToken[127.0.0.1:8196-644FDBFC53E75960]]
08:07:04.178 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
08:07:04.178 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E595,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47375, Token=644FDBFC53E75960, 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]
08:07:04.178 [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
08:07:04.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47375]
08:07:04.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R596, 127.0.0.1:8193] replace CON-POST   MID=47375, Token=644FDBFC53E75960, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47375, Token=644FDBFC53E75960, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R596, 127.0.0.1:8193] send response NON-2.05   MID=47375, Token=null, OptionSet={}, "server responds hi"
08:07:04.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R596, 127.0.0.1:8193, complete]!
08:07:04.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R596, 127.0.0.1:8193, complete] completed NON-2.04   MID=47375, Token=644FDBFC53E75960, 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!
08:07:04.179 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.179 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E596,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47375, Token=644FDBFC53E75960, 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]
08:07:04.179 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.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-47375]
08:07:04.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L595, 127.0.0.1:8196, complete]!
08:07:04.180 [: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-644FDBFC53E75960]
08:07:04.180 [: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-47375]
08:07:04.180 [: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=47375, Token=644FDBFC53E75960, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47375, Token=644FDBFC53E75960, 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!
08:07:04.180 [: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
08:07:04.180 [: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"
08:07:04.180 [: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
08:07:04.181 [: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-47376], CON-POST   MID=47376, 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
08:07:04.181 [: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-B420C47FF1A4CD7A], CON-POST   MID=47376, Token=B420C47FF1A4CD7A, 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
08:07:04.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-47376], KeyToken[127.0.0.1:8196-B420C47FF1A4CD7A]]
08:07:04.181 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
08:07:04.181 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E597,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47376, Token=B420C47FF1A4CD7A, 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]
08:07:04.181 [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
08:07:04.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47376]
08:07:04.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R598, 127.0.0.1:8193] replace CON-POST   MID=47376, Token=B420C47FF1A4CD7A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47376, Token=B420C47FF1A4CD7A, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R598, 127.0.0.1:8193] send response NON-2.05   MID=47376, Token=null, OptionSet={}, "server responds hi"
08:07:04.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R598, 127.0.0.1:8193, complete]!
08:07:04.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R598, 127.0.0.1:8193, complete] completed NON-2.04   MID=47376, Token=B420C47FF1A4CD7A, 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!
08:07:04.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
08:07:04.182 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E598,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47376, Token=B420C47FF1A4CD7A, 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]
08:07:04.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
08:07:04.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-47376]
08:07:04.182 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.183 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L597, 127.0.0.1:8196, complete]!
08:07:04.183 [: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-B420C47FF1A4CD7A]
08:07:04.183 [: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-47376]
08:07:04.183 [: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=47376, Token=B420C47FF1A4CD7A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47376, Token=B420C47FF1A4CD7A, 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!
08:07:04.183 [: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
08:07:04.183 [: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"
08:07:04.183 [: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
08:07:04.183 [: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-47377], CON-POST   MID=47377, 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
08:07:04.183 [: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-888B384630A1EF22], CON-POST   MID=47377, Token=888B384630A1EF22, 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
08:07:04.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-47377], KeyToken[127.0.0.1:8196-888B384630A1EF22]]
08:07:04.184 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
08:07:04.184 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E599,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47377, Token=888B384630A1EF22, 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]
08:07:04.184 [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
08:07:04.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47377]
08:07:04.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R600, 127.0.0.1:8193] replace CON-POST   MID=47377, Token=888B384630A1EF22, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47377, Token=888B384630A1EF22, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.184 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R600, 127.0.0.1:8193] send response NON-2.05   MID=47377, Token=null, OptionSet={}, "server responds hi"
08:07:04.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R600, 127.0.0.1:8193, complete]!
08:07:04.185 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R600, 127.0.0.1:8193, complete] completed NON-2.04   MID=47377, Token=888B384630A1EF22, 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!
08:07:04.185 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.185 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E600,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47377, Token=888B384630A1EF22, 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]
08:07:04.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
08:07:04.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-47377]
08:07:04.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.185 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L599, 127.0.0.1:8196, complete]!
08:07:04.185 [: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-888B384630A1EF22]
08:07:04.185 [: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-47377]
08:07:04.185 [: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=47377, Token=888B384630A1EF22, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47377, Token=888B384630A1EF22, 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!
08:07:04.186 [: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
08:07:04.186 [: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"
08:07:04.186 [: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
08:07:04.186 [: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-47378], CON-POST   MID=47378, 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
08:07:04.186 [: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-A028340A30B1B98F], CON-POST   MID=47378, Token=A028340A30B1B98F, 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
08:07:04.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-47378], KeyToken[127.0.0.1:8196-A028340A30B1B98F]]
08:07:04.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 41 bytes to 127.0.0.1:8196
08:07:04.187 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E601,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47378, Token=A028340A30B1B98F, 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]
08:07:04.187 [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
08:07:04.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47378]
08:07:04.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R602, 127.0.0.1:8193] replace CON-POST   MID=47378, Token=A028340A30B1B98F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47378, Token=A028340A30B1B98F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R602, 127.0.0.1:8193] send response NON-2.05   MID=47378, Token=null, OptionSet={}, "server responds hi"
08:07:04.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R602, 127.0.0.1:8193, complete]!
08:07:04.187 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R602, 127.0.0.1:8193, complete] completed NON-2.04   MID=47378, Token=A028340A30B1B98F, 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!
08:07:04.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
08:07:04.188 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E602,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47378, Token=A028340A30B1B98F, 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]
08:07:04.188 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.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:8196-47378]
08:07:04.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.188 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L601, 127.0.0.1:8196, complete]!
08:07:04.188 [: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-A028340A30B1B98F]
08:07:04.188 [: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-47378]
08:07:04.188 [: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=47378, Token=A028340A30B1B98F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47378, Token=A028340A30B1B98F, 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!
08:07:04.194 [: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
08:07:04.194 [: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"
08:07:04.194 [: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
08:07:04.194 [: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-47379], CON-POST   MID=47379, 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
08:07:04.194 [: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-E4C366541875E68A], CON-POST   MID=47379, Token=E4C366541875E68A, 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
08:07:04.194 [: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-E4C366541875E68A]]
08:07:04.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 41 bytes to 127.0.0.1:8196
08:07:04.195 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E603,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47379, Token=E4C366541875E68A, 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]
08:07:04.195 [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
08:07:04.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47379]
08:07:04.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R604, 127.0.0.1:8193] replace CON-POST   MID=47379, Token=E4C366541875E68A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47379, Token=E4C366541875E68A, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R604, 127.0.0.1:8193] send response NON-2.05   MID=47379, Token=null, OptionSet={}, "server responds hi"
08:07:04.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R604, 127.0.0.1:8193, complete]!
08:07:04.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R604, 127.0.0.1:8193, complete] completed NON-2.04   MID=47379, Token=E4C366541875E68A, 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!
08:07:04.195 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.196 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E604,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47379, Token=E4C366541875E68A, 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]
08:07:04.196 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47379]
08:07:04.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L603, 127.0.0.1:8196, complete]!
08:07:04.196 [: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-E4C366541875E68A]
08:07:04.196 [: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-47379]
08:07:04.196 [: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=47379, Token=E4C366541875E68A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47379, Token=E4C366541875E68A, 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!
08:07:04.196 [: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
08:07:04.196 [: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"
08:07:04.197 [: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
08:07:04.197 [: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-47380], CON-POST   MID=47380, 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
08:07:04.197 [: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-A08F5A0721361DC2], CON-POST   MID=47380, Token=A08F5A0721361DC2, 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
08:07:04.197 [: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-A08F5A0721361DC2]]
08:07:04.197 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
08:07:04.197 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E605,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47380, Token=A08F5A0721361DC2, 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]
08:07:04.197 [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
08:07:04.197 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47380]
08:07:04.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R606, 127.0.0.1:8193] replace CON-POST   MID=47380, Token=A08F5A0721361DC2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47380, Token=A08F5A0721361DC2, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R606, 127.0.0.1:8193] send response NON-2.05   MID=47380, Token=null, OptionSet={}, "server responds hi"
08:07:04.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R606, 127.0.0.1:8193, complete]!
08:07:04.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R606, 127.0.0.1:8193, complete] completed NON-2.04   MID=47380, Token=A08F5A0721361DC2, 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!
08:07:04.198 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.198 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E606,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47380, Token=A08F5A0721361DC2, 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]
08:07:04.198 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47380]
08:07:04.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L605, 127.0.0.1:8196, complete]!
08:07:04.199 [: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-A08F5A0721361DC2]
08:07:04.199 [: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-47380]
08:07:04.199 [: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=47380, Token=A08F5A0721361DC2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47380, Token=A08F5A0721361DC2, 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!
08:07:04.199 [: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
08:07:04.199 [: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"
08:07:04.199 [: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
08:07:04.200 [: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-47381], CON-POST   MID=47381, 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
08:07:04.200 [: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-5841F8DD977F0F66], CON-POST   MID=47381, Token=5841F8DD977F0F66, 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
08:07:04.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47381], KeyToken[127.0.0.1:8196-5841F8DD977F0F66]]
08:07:04.200 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
08:07:04.200 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E607,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47381, Token=5841F8DD977F0F66, 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]
08:07:04.200 [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
08:07:04.200 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47381]
08:07:04.200 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.200 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R608, 127.0.0.1:8193] replace CON-POST   MID=47381, Token=5841F8DD977F0F66, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47381, Token=5841F8DD977F0F66, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R608, 127.0.0.1:8193] send response NON-2.05   MID=47381, Token=null, OptionSet={}, "server responds hi"
08:07:04.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R608, 127.0.0.1:8193, complete]!
08:07:04.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R608, 127.0.0.1:8193, complete] completed NON-2.04   MID=47381, Token=5841F8DD977F0F66, 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!
08:07:04.201 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.201 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E608,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47381, Token=5841F8DD977F0F66, 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]
08:07:04.201 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.201 [:CoapEndpoint-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]
08:07:04.202 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.202 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.202 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L607, 127.0.0.1:8196, complete]!
08:07:04.202 [: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-5841F8DD977F0F66]
08:07:04.202 [: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-47381]
08:07:04.202 [: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=47381, Token=5841F8DD977F0F66, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47381, Token=5841F8DD977F0F66, 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!
08:07:04.202 [: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
08:07:04.202 [: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"
08:07:04.202 [: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
08:07:04.202 [: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-47382], CON-POST   MID=47382, 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
08:07:04.203 [: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-20713620BC5ACD29], CON-POST   MID=47382, Token=20713620BC5ACD29, 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
08:07:04.203 [: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-20713620BC5ACD29]]
08:07:04.203 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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
08:07:04.203 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E609,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47382, Token=20713620BC5ACD29, 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]
08:07:04.203 [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
08:07:04.203 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47382]
08:07:04.203 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.203 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R610, 127.0.0.1:8193] replace CON-POST   MID=47382, Token=20713620BC5ACD29, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47382, Token=20713620BC5ACD29, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.203 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R610, 127.0.0.1:8193] send response NON-2.05   MID=47382, Token=null, OptionSet={}, "server responds hi"
08:07:04.204 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R610, 127.0.0.1:8193, complete]!
08:07:04.204 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R610, 127.0.0.1:8193, complete] completed NON-2.04   MID=47382, Token=20713620BC5ACD29, 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!
08:07:04.204 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.204 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E610,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47382, Token=20713620BC5ACD29, 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]
08:07:04.204 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.204 [:CoapEndpoint-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]
08:07:04.204 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.204 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.204 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L609, 127.0.0.1:8196, complete]!
08:07:04.204 [: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-20713620BC5ACD29]
08:07:04.204 [: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-47382]
08:07:04.205 [: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=47382, Token=20713620BC5ACD29, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47382, Token=20713620BC5ACD29, 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!
08:07:04.205 [: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
08:07:04.205 [: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"
08:07:04.205 [: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
08:07:04.205 [: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-47383], CON-POST   MID=47383, 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
08:07:04.205 [: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-0C2DADBF5F5C09D3], CON-POST   MID=47383, Token=0C2DADBF5F5C09D3, 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
08:07:04.205 [: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-0C2DADBF5F5C09D3]]
08:07:04.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 41 bytes to 127.0.0.1:8196
08:07:04.206 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E611,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47383, Token=0C2DADBF5F5C09D3, 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]
08:07:04.206 [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
08:07:04.206 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47383]
08:07:04.206 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.206 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R612, 127.0.0.1:8193] replace CON-POST   MID=47383, Token=0C2DADBF5F5C09D3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47383, Token=0C2DADBF5F5C09D3, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.206 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R612, 127.0.0.1:8193] send response NON-2.05   MID=47383, Token=null, OptionSet={}, "server responds hi"
08:07:04.206 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R612, 127.0.0.1:8193, complete]!
08:07:04.206 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R612, 127.0.0.1:8193, complete] completed NON-2.04   MID=47383, Token=0C2DADBF5F5C09D3, 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!
08:07:04.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
08:07:04.207 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E612,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47383, Token=0C2DADBF5F5C09D3, 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]
08:07:04.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:8196
08:07:04.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:8196-47383]
08:07:04.207 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.207 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L611, 127.0.0.1:8196, complete]!
08:07:04.207 [: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-0C2DADBF5F5C09D3]
08:07:04.207 [: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-47383]
08:07:04.207 [: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=47383, Token=0C2DADBF5F5C09D3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47383, Token=0C2DADBF5F5C09D3, 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!
08:07:04.208 [: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
08:07:04.208 [: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"
08:07:04.208 [: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
08:07:04.208 [: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-47384], CON-POST   MID=47384, 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
08:07:04.208 [: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-686AB291341BFFA6], CON-POST   MID=47384, Token=686AB291341BFFA6, 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
08:07:04.208 [: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-686AB291341BFFA6]]
08:07:04.208 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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
08:07:04.209 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E613,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47384, Token=686AB291341BFFA6, 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]
08:07:04.209 [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
08:07:04.209 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47384]
08:07:04.209 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.209 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R614, 127.0.0.1:8193] replace CON-POST   MID=47384, Token=686AB291341BFFA6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47384, Token=686AB291341BFFA6, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.209 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R614, 127.0.0.1:8193] send response NON-2.05   MID=47384, Token=null, OptionSet={}, "server responds hi"
08:07:04.209 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R614, 127.0.0.1:8193, complete]!
08:07:04.209 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R614, 127.0.0.1:8193, complete] completed NON-2.04   MID=47384, Token=686AB291341BFFA6, 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!
08:07:04.210 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.210 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E614,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47384, Token=686AB291341BFFA6, 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]
08:07:04.210 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.210 [:CoapEndpoint-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]
08:07:04.210 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.210 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.210 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L613, 127.0.0.1:8196, complete]!
08:07:04.210 [: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-686AB291341BFFA6]
08:07:04.210 [: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-47384]
08:07:04.210 [: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=47384, Token=686AB291341BFFA6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47384, Token=686AB291341BFFA6, 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!
08:07:04.211 [: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
08:07:04.211 [: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"
08:07:04.211 [: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
08:07:04.211 [: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-47385], CON-POST   MID=47385, 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
08:07:04.211 [: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-DCB83F2C8457F186], CON-POST   MID=47385, Token=DCB83F2C8457F186, 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
08:07:04.211 [: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-DCB83F2C8457F186]]
08:07:04.211 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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
08:07:04.211 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E615,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47385, Token=DCB83F2C8457F186, 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]
08:07:04.211 [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
08:07:04.212 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47385]
08:07:04.212 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.212 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R616, 127.0.0.1:8193] replace CON-POST   MID=47385, Token=DCB83F2C8457F186, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47385, Token=DCB83F2C8457F186, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.212 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R616, 127.0.0.1:8193] send response NON-2.05   MID=47385, Token=null, OptionSet={}, "server responds hi"
08:07:04.212 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R616, 127.0.0.1:8193, complete]!
08:07:04.212 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R616, 127.0.0.1:8193, complete] completed NON-2.04   MID=47385, Token=DCB83F2C8457F186, 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!
08:07:04.213 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.213 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E616,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47385, Token=DCB83F2C8457F186, 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]
08:07:04.213 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.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:8196-47385]
08:07:04.213 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.213 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L615, 127.0.0.1:8196, complete]!
08:07:04.213 [: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-DCB83F2C8457F186]
08:07:04.213 [: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-47385]
08:07:04.213 [: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=47385, Token=DCB83F2C8457F186, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47385, Token=DCB83F2C8457F186, 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!
08:07:04.214 [: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
08:07:04.214 [: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"
08:07:04.214 [: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
08:07:04.214 [: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-47386], CON-POST   MID=47386, 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
08:07:04.214 [: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-D8ADB048F32487DD], CON-POST   MID=47386, Token=D8ADB048F32487DD, 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
08:07:04.214 [: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-D8ADB048F32487DD]]
08:07:04.214 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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
08:07:04.214 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E617,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47386, Token=D8ADB048F32487DD, 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]
08:07:04.214 [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
08:07:04.215 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47386]
08:07:04.215 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.215 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R618, 127.0.0.1:8193] replace CON-POST   MID=47386, Token=D8ADB048F32487DD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47386, Token=D8ADB048F32487DD, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.215 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R618, 127.0.0.1:8193] send response NON-2.05   MID=47386, Token=null, OptionSet={}, "server responds hi"
08:07:04.215 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R618, 127.0.0.1:8193, complete]!
08:07:04.215 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R618, 127.0.0.1:8193, complete] completed NON-2.04   MID=47386, Token=D8ADB048F32487DD, 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!
08:07:04.216 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.216 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E618,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47386, Token=D8ADB048F32487DD, 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]
08:07:04.216 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.216 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47386]
08:07:04.216 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.216 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.216 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L617, 127.0.0.1:8196, complete]!
08:07:04.216 [: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-D8ADB048F32487DD]
08:07:04.216 [: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-47386]
08:07:04.216 [: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=47386, Token=D8ADB048F32487DD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47386, Token=D8ADB048F32487DD, 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!
08:07:04.217 [: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
08:07:04.217 [: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"
08:07:04.217 [: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
08:07:04.217 [: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-47387], CON-POST   MID=47387, 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
08:07:04.217 [: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-9884538A49BA9222], CON-POST   MID=47387, Token=9884538A49BA9222, 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
08:07:04.217 [: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-9884538A49BA9222]]
08:07:04.217 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
08:07:04.217 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E619,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47387, Token=9884538A49BA9222, 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]
08:07:04.218 [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
08:07:04.218 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47387]
08:07:04.218 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.218 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R620, 127.0.0.1:8193] replace CON-POST   MID=47387, Token=9884538A49BA9222, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47387, Token=9884538A49BA9222, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.218 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R620, 127.0.0.1:8193] send response NON-2.05   MID=47387, Token=null, OptionSet={}, "server responds hi"
08:07:04.218 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R620, 127.0.0.1:8193, complete]!
08:07:04.218 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R620, 127.0.0.1:8193, complete] completed NON-2.04   MID=47387, Token=9884538A49BA9222, 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!
08:07:04.219 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.219 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E620,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47387, Token=9884538A49BA9222, 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]
08:07:04.219 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.219 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47387]
08:07:04.219 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.219 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.219 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L619, 127.0.0.1:8196, complete]!
08:07:04.219 [: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-9884538A49BA9222]
08:07:04.219 [: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-47387]
08:07:04.219 [: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=47387, Token=9884538A49BA9222, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47387, Token=9884538A49BA9222, 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!
08:07:04.220 [: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
08:07:04.220 [: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"
08:07:04.220 [: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
08:07:04.220 [: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-47388], CON-POST   MID=47388, 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
08:07:04.220 [: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-C85960F90C3CF3BA], CON-POST   MID=47388, Token=C85960F90C3CF3BA, 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
08:07:04.220 [: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-C85960F90C3CF3BA]]
08:07:04.220 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
08:07:04.220 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E621,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47388, Token=C85960F90C3CF3BA, 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]
08:07:04.220 [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
08:07:04.221 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47388]
08:07:04.221 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.221 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R622, 127.0.0.1:8193] replace CON-POST   MID=47388, Token=C85960F90C3CF3BA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47388, Token=C85960F90C3CF3BA, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.221 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R622, 127.0.0.1:8193] send response NON-2.05   MID=47388, Token=null, OptionSet={}, "server responds hi"
08:07:04.221 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R622, 127.0.0.1:8193, complete]!
08:07:04.221 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R622, 127.0.0.1:8193, complete] completed NON-2.04   MID=47388, Token=C85960F90C3CF3BA, 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!
08:07:04.222 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.222 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E622,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47388, Token=C85960F90C3CF3BA, 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]
08:07:04.222 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.222 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47388]
08:07:04.222 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.222 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.222 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L621, 127.0.0.1:8196, complete]!
08:07:04.222 [: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-C85960F90C3CF3BA]
08:07:04.222 [: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-47388]
08:07:04.222 [: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=47388, Token=C85960F90C3CF3BA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47388, Token=C85960F90C3CF3BA, 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!
08:07:04.223 [: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
08:07:04.223 [: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"
08:07:04.223 [: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
08:07:04.223 [: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-47389], CON-POST   MID=47389, 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
08:07:04.223 [: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-78AAF4716A2F0B37], CON-POST   MID=47389, Token=78AAF4716A2F0B37, 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
08:07:04.223 [: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-78AAF4716A2F0B37]]
08:07:04.223 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
08:07:04.223 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E623,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47389, Token=78AAF4716A2F0B37, 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]
08:07:04.223 [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
08:07:04.224 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47389]
08:07:04.224 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.224 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R624, 127.0.0.1:8193] replace CON-POST   MID=47389, Token=78AAF4716A2F0B37, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47389, Token=78AAF4716A2F0B37, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.224 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R624, 127.0.0.1:8193] send response NON-2.05   MID=47389, Token=null, OptionSet={}, "server responds hi"
08:07:04.224 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R624, 127.0.0.1:8193, complete]!
08:07:04.224 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R624, 127.0.0.1:8193, complete] completed NON-2.04   MID=47389, Token=78AAF4716A2F0B37, 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!
08:07:04.224 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.225 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E624,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47389, Token=78AAF4716A2F0B37, 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]
08:07:04.225 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47389]
08:07:04.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L623, 127.0.0.1:8196, complete]!
08:07:04.225 [: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-78AAF4716A2F0B37]
08:07:04.225 [: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-47389]
08:07:04.225 [: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=47389, Token=78AAF4716A2F0B37, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47389, Token=78AAF4716A2F0B37, 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!
08:07:04.225 [: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
08:07:04.225 [: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"
08:07:04.226 [: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
08:07:04.226 [: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-47390], CON-POST   MID=47390, 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
08:07:04.226 [: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-60A78FF5AEBF0E49], CON-POST   MID=47390, Token=60A78FF5AEBF0E49, 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
08:07:04.226 [: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-60A78FF5AEBF0E49]]
08:07:04.226 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
08:07:04.226 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E625,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47390, Token=60A78FF5AEBF0E49, 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]
08:07:04.226 [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
08:07:04.227 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47390]
08:07:04.227 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.227 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R626, 127.0.0.1:8193] replace CON-POST   MID=47390, Token=60A78FF5AEBF0E49, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47390, Token=60A78FF5AEBF0E49, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.227 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R626, 127.0.0.1:8193] send response NON-2.05   MID=47390, Token=null, OptionSet={}, "server responds hi"
08:07:04.227 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R626, 127.0.0.1:8193, complete]!
08:07:04.227 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R626, 127.0.0.1:8193, complete] completed NON-2.04   MID=47390, Token=60A78FF5AEBF0E49, 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!
08:07:04.227 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.228 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E626,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47390, Token=60A78FF5AEBF0E49, 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]
08:07:04.228 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47390]
08:07:04.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L625, 127.0.0.1:8196, complete]!
08:07:04.228 [: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-60A78FF5AEBF0E49]
08:07:04.228 [: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-47390]
08:07:04.228 [: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=47390, Token=60A78FF5AEBF0E49, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47390, Token=60A78FF5AEBF0E49, 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!
08:07:04.228 [: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
08:07:04.228 [: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"
08:07:04.229 [: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
08:07:04.229 [: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-47391], CON-POST   MID=47391, 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
08:07:04.229 [: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-AC58BE60790F683F], CON-POST   MID=47391, Token=AC58BE60790F683F, 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
08:07:04.229 [: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-AC58BE60790F683F]]
08:07:04.229 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
08:07:04.230 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E627,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47391, Token=AC58BE60790F683F, 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]
08:07:04.230 [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
08:07:04.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47391]
08:07:04.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R628, 127.0.0.1:8193] replace CON-POST   MID=47391, Token=AC58BE60790F683F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47391, Token=AC58BE60790F683F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R628, 127.0.0.1:8193] send response NON-2.05   MID=47391, Token=null, OptionSet={}, "server responds hi"
08:07:04.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R628, 127.0.0.1:8193, complete]!
08:07:04.230 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R628, 127.0.0.1:8193, complete] completed NON-2.04   MID=47391, Token=AC58BE60790F683F, 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!
08:07:04.231 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.231 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E628,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47391, Token=AC58BE60790F683F, 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]
08:07:04.231 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47391]
08:07:04.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.231 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L627, 127.0.0.1:8196, complete]!
08:07:04.231 [: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-AC58BE60790F683F]
08:07:04.231 [: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-47391]
08:07:04.231 [: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=47391, Token=AC58BE60790F683F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47391, Token=AC58BE60790F683F, 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!
08:07:04.232 [: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
08:07:04.232 [: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"
08:07:04.232 [: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
08:07:04.232 [: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-47392], CON-POST   MID=47392, 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
08:07:04.232 [: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-40684D0022476E9E], CON-POST   MID=47392, Token=40684D0022476E9E, 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
08:07:04.233 [: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-40684D0022476E9E]]
08:07:04.233 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
08:07:04.233 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E629,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47392, Token=40684D0022476E9E, 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]
08:07:04.233 [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
08:07:04.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47392]
08:07:04.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R630, 127.0.0.1:8193] replace CON-POST   MID=47392, Token=40684D0022476E9E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47392, Token=40684D0022476E9E, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.234 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R630, 127.0.0.1:8193] send response NON-2.05   MID=47392, Token=null, OptionSet={}, "server responds hi"
08:07:04.234 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R630, 127.0.0.1:8193, complete]!
08:07:04.234 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R630, 127.0.0.1:8193, complete] completed NON-2.04   MID=47392, Token=40684D0022476E9E, 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!
08:07:04.234 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.234 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E630,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47392, Token=40684D0022476E9E, 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]
08:07:04.234 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47392]
08:07:04.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L629, 127.0.0.1:8196, complete]!
08:07:04.235 [: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-40684D0022476E9E]
08:07:04.235 [: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-47392]
08:07:04.235 [: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=47392, Token=40684D0022476E9E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47392, Token=40684D0022476E9E, 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!
08:07:04.235 [: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
08:07:04.235 [: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"
08:07:04.235 [: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
08:07:04.235 [: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-47393], CON-POST   MID=47393, 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
08:07:04.236 [: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-BCDA9747B0A3863F], CON-POST   MID=47393, Token=BCDA9747B0A3863F, 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
08:07:04.236 [: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-BCDA9747B0A3863F]]
08:07:04.236 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
08:07:04.236 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E631,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47393, Token=BCDA9747B0A3863F, 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]
08:07:04.236 [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
08:07:04.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47393]
08:07:04.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R632, 127.0.0.1:8193] replace CON-POST   MID=47393, Token=BCDA9747B0A3863F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47393, Token=BCDA9747B0A3863F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.237 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R632, 127.0.0.1:8193] send response NON-2.05   MID=47393, Token=null, OptionSet={}, "server responds hi"
08:07:04.237 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R632, 127.0.0.1:8193, complete]!
08:07:04.237 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R632, 127.0.0.1:8193, complete] completed NON-2.04   MID=47393, Token=BCDA9747B0A3863F, 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!
08:07:04.237 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.237 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E632,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47393, Token=BCDA9747B0A3863F, 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]
08:07:04.237 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.237 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47393]
08:07:04.237 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.237 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.238 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L631, 127.0.0.1:8196, complete]!
08:07:04.238 [: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-BCDA9747B0A3863F]
08:07:04.238 [: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-47393]
08:07:04.238 [: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=47393, Token=BCDA9747B0A3863F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47393, Token=BCDA9747B0A3863F, 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!
08:07:04.238 [: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
08:07:04.238 [: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"
08:07:04.238 [: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
08:07:04.238 [: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-47394], CON-POST   MID=47394, 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
08:07:04.238 [: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-F435F24F94CF96C1], CON-POST   MID=47394, Token=F435F24F94CF96C1, 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
08:07:04.238 [: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-F435F24F94CF96C1]]
08:07:04.239 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
08:07:04.239 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E633,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47394, Token=F435F24F94CF96C1, 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]
08:07:04.239 [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
08:07:04.239 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47394]
08:07:04.239 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.239 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R634, 127.0.0.1:8193] replace CON-POST   MID=47394, Token=F435F24F94CF96C1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47394, Token=F435F24F94CF96C1, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.239 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R634, 127.0.0.1:8193] send response NON-2.05   MID=47394, Token=null, OptionSet={}, "server responds hi"
08:07:04.240 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R634, 127.0.0.1:8193, complete]!
08:07:04.240 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R634, 127.0.0.1:8193, complete] completed NON-2.04   MID=47394, Token=F435F24F94CF96C1, 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!
08:07:04.240 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.240 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E634,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47394, Token=F435F24F94CF96C1, 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]
08:07:04.240 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47394]
08:07:04.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L633, 127.0.0.1:8196, complete]!
08:07:04.241 [: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-F435F24F94CF96C1]
08:07:04.241 [: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-47394]
08:07:04.241 [: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=47394, Token=F435F24F94CF96C1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47394, Token=F435F24F94CF96C1, 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!
08:07:04.241 [: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
08:07:04.241 [: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"
08:07:04.241 [: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
08:07:04.241 [: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-47395], CON-POST   MID=47395, 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
08:07:04.241 [: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-00CA3ED832A988C0], CON-POST   MID=47395, Token=00CA3ED832A988C0, 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
08:07:04.241 [: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-00CA3ED832A988C0]]
08:07:04.242 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
08:07:04.242 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E635,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47395, Token=00CA3ED832A988C0, 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]
08:07:04.242 [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
08:07:04.242 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47395]
08:07:04.242 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.242 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R636, 127.0.0.1:8193] replace CON-POST   MID=47395, Token=00CA3ED832A988C0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47395, Token=00CA3ED832A988C0, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.242 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R636, 127.0.0.1:8193] send response NON-2.05   MID=47395, Token=null, OptionSet={}, "server responds hi"
08:07:04.243 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R636, 127.0.0.1:8193, complete]!
08:07:04.243 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R636, 127.0.0.1:8193, complete] completed NON-2.04   MID=47395, Token=00CA3ED832A988C0, 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!
08:07:04.243 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.243 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E636,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47395, Token=00CA3ED832A988C0, 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]
08:07:04.243 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47395]
08:07:04.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.243 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L635, 127.0.0.1:8196, complete]!
08:07:04.243 [: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-00CA3ED832A988C0]
08:07:04.243 [: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-47395]
08:07:04.243 [: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=47395, Token=00CA3ED832A988C0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47395, Token=00CA3ED832A988C0, 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!
08:07:04.244 [: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
08:07:04.244 [: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"
08:07:04.244 [: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
08:07:04.244 [: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-47396], CON-POST   MID=47396, 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
08:07:04.244 [: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-08E8C1D9045927F0], CON-POST   MID=47396, Token=08E8C1D9045927F0, 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
08:07:04.244 [: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-08E8C1D9045927F0]]
08:07:04.244 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
08:07:04.245 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E637,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47396, Token=08E8C1D9045927F0, 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]
08:07:04.245 [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
08:07:04.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47396]
08:07:04.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R638, 127.0.0.1:8193] replace CON-POST   MID=47396, Token=08E8C1D9045927F0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47396, Token=08E8C1D9045927F0, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R638, 127.0.0.1:8193] send response NON-2.05   MID=47396, Token=null, OptionSet={}, "server responds hi"
08:07:04.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R638, 127.0.0.1:8193, complete]!
08:07:04.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R638, 127.0.0.1:8193, complete] completed NON-2.04   MID=47396, Token=08E8C1D9045927F0, 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!
08:07:04.246 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.246 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E638,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47396, Token=08E8C1D9045927F0, 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]
08:07:04.246 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.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-47396]
08:07:04.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L637, 127.0.0.1:8196, complete]!
08:07:04.246 [: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-08E8C1D9045927F0]
08:07:04.246 [: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-47396]
08:07:04.246 [: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=47396, Token=08E8C1D9045927F0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47396, Token=08E8C1D9045927F0, 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!
08:07:04.247 [: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
08:07:04.247 [: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"
08:07:04.247 [: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
08:07:04.247 [: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-47397], CON-POST   MID=47397, 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
08:07:04.247 [: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-B011D9600177129C], CON-POST   MID=47397, Token=B011D9600177129C, 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
08:07:04.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-47397], KeyToken[127.0.0.1:8196-B011D9600177129C]]
08:07:04.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:8196
08:07:04.247 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E639,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47397, Token=B011D9600177129C, 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]
08:07:04.248 [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
08:07:04.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47397]
08:07:04.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R640, 127.0.0.1:8193] replace CON-POST   MID=47397, Token=B011D9600177129C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47397, Token=B011D9600177129C, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R640, 127.0.0.1:8193] send response NON-2.05   MID=47397, Token=null, OptionSet={}, "server responds hi"
08:07:04.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R640, 127.0.0.1:8193, complete]!
08:07:04.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R640, 127.0.0.1:8193, complete] completed NON-2.04   MID=47397, Token=B011D9600177129C, 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!
08:07:04.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
08:07:04.249 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E640,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47397, Token=B011D9600177129C, 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]
08:07:04.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:8196
08:07:04.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:8196-47397]
08:07:04.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.249 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L639, 127.0.0.1:8196, complete]!
08:07:04.249 [: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-B011D9600177129C]
08:07:04.249 [: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-47397]
08:07:04.249 [: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=47397, Token=B011D9600177129C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47397, Token=B011D9600177129C, 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!
08:07:04.249 [: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
08:07:04.250 [: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"
08:07:04.250 [: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
08:07:04.250 [: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-47398], CON-POST   MID=47398, 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
08:07:04.250 [: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-14E7C5AEE7495AD2], CON-POST   MID=47398, Token=14E7C5AEE7495AD2, 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
08:07:04.250 [: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-14E7C5AEE7495AD2]]
08:07:04.250 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
08:07:04.250 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E641,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47398, Token=14E7C5AEE7495AD2, 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]
08:07:04.250 [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
08:07:04.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47398]
08:07:04.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R642, 127.0.0.1:8193] replace CON-POST   MID=47398, Token=14E7C5AEE7495AD2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47398, Token=14E7C5AEE7495AD2, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R642, 127.0.0.1:8193] send response NON-2.05   MID=47398, Token=null, OptionSet={}, "server responds hi"
08:07:04.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R642, 127.0.0.1:8193, complete]!
08:07:04.251 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R642, 127.0.0.1:8193, complete] completed NON-2.04   MID=47398, Token=14E7C5AEE7495AD2, 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!
08:07:04.251 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.252 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E642,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47398, Token=14E7C5AEE7495AD2, 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]
08:07:04.252 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.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:8196-47398]
08:07:04.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.252 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L641, 127.0.0.1:8196, complete]!
08:07:04.252 [: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-14E7C5AEE7495AD2]
08:07:04.252 [: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-47398]
08:07:04.252 [: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=47398, Token=14E7C5AEE7495AD2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47398, Token=14E7C5AEE7495AD2, 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!
08:07:04.252 [: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
08:07:04.252 [: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"
08:07:04.253 [: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
08:07:04.253 [: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-47399], CON-POST   MID=47399, 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
08:07:04.253 [: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-E023CCB42F246DC1], CON-POST   MID=47399, Token=E023CCB42F246DC1, 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
08:07:04.253 [: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-E023CCB42F246DC1]]
08:07:04.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 41 bytes to 127.0.0.1:8196
08:07:04.253 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E643,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47399, Token=E023CCB42F246DC1, 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]
08:07:04.253 [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
08:07:04.253 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47399]
08:07:04.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R644, 127.0.0.1:8193] replace CON-POST   MID=47399, Token=E023CCB42F246DC1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47399, Token=E023CCB42F246DC1, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R644, 127.0.0.1:8193] send response NON-2.05   MID=47399, Token=null, OptionSet={}, "server responds hi"
08:07:04.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R644, 127.0.0.1:8193, complete]!
08:07:04.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R644, 127.0.0.1:8193, complete] completed NON-2.04   MID=47399, Token=E023CCB42F246DC1, 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!
08:07:04.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
08:07:04.255 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E644,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47399, Token=E023CCB42F246DC1, 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]
08:07:04.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:8196
08:07:04.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:8196-47399]
08:07:04.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L643, 127.0.0.1:8196, complete]!
08:07:04.255 [: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-E023CCB42F246DC1]
08:07:04.255 [: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-47399]
08:07:04.255 [: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=47399, Token=E023CCB42F246DC1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47399, Token=E023CCB42F246DC1, 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!
08:07:04.255 [: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
08:07:04.255 [: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"
08:07:04.256 [: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
08:07:04.256 [: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-47400], CON-POST   MID=47400, 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
08:07:04.256 [: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-94A6F60494553C6F], CON-POST   MID=47400, Token=94A6F60494553C6F, 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
08:07:04.256 [: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-94A6F60494553C6F]]
08:07:04.256 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
08:07:04.256 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E645,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47400, Token=94A6F60494553C6F, 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]
08:07:04.256 [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
08:07:04.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47400]
08:07:04.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R646, 127.0.0.1:8193] replace CON-POST   MID=47400, Token=94A6F60494553C6F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47400, Token=94A6F60494553C6F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R646, 127.0.0.1:8193] send response NON-2.05   MID=47400, Token=null, OptionSet={}, "server responds hi"
08:07:04.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R646, 127.0.0.1:8193, complete]!
08:07:04.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R646, 127.0.0.1:8193, complete] completed NON-2.04   MID=47400, Token=94A6F60494553C6F, 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!
08:07:04.257 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.258 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E646,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47400, Token=94A6F60494553C6F, 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]
08:07:04.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
08:07:04.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-47400]
08:07:04.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.258 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L645, 127.0.0.1:8196, complete]!
08:07:04.258 [: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-94A6F60494553C6F]
08:07:04.258 [: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-47400]
08:07:04.258 [: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=47400, Token=94A6F60494553C6F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47400, Token=94A6F60494553C6F, 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!
08:07:04.259 [: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
08:07:04.259 [: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"
08:07:04.259 [: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
08:07:04.259 [: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-47401], CON-POST   MID=47401, 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
08:07:04.259 [: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-582B537FCBE8FF77], CON-POST   MID=47401, Token=582B537FCBE8FF77, 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
08:07:04.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47401], KeyToken[127.0.0.1:8196-582B537FCBE8FF77]]
08:07:04.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 41 bytes to 127.0.0.1:8196
08:07:04.260 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E647,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47401, Token=582B537FCBE8FF77, 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]
08:07:04.260 [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
08:07:04.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47401]
08:07:04.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R648, 127.0.0.1:8193] replace CON-POST   MID=47401, Token=582B537FCBE8FF77, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47401, Token=582B537FCBE8FF77, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.260 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R648, 127.0.0.1:8193] send response NON-2.05   MID=47401, Token=null, OptionSet={}, "server responds hi"
08:07:04.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R648, 127.0.0.1:8193, complete]!
08:07:04.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R648, 127.0.0.1:8193, complete] completed NON-2.04   MID=47401, Token=582B537FCBE8FF77, 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!
08:07:04.261 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.261 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E648,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47401, Token=582B537FCBE8FF77, 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]
08:07:04.261 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47401]
08:07:04.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L647, 127.0.0.1:8196, complete]!
08:07:04.262 [: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-582B537FCBE8FF77]
08:07:04.262 [: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-47401]
08:07:04.262 [: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=47401, Token=582B537FCBE8FF77, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47401, Token=582B537FCBE8FF77, 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!
08:07:04.262 [: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
08:07:04.262 [: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"
08:07:04.262 [: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
08:07:04.263 [: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-47402], CON-POST   MID=47402, 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
08:07:04.263 [: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-845BF064A74CD760], CON-POST   MID=47402, Token=845BF064A74CD760, 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
08:07:04.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47402], KeyToken[127.0.0.1:8196-845BF064A74CD760]]
08:07:04.263 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
08:07:04.263 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E649,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47402, Token=845BF064A74CD760, 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]
08:07:04.263 [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
08:07:04.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47402]
08:07:04.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R650, 127.0.0.1:8193] replace CON-POST   MID=47402, Token=845BF064A74CD760, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47402, Token=845BF064A74CD760, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R650, 127.0.0.1:8193] send response NON-2.05   MID=47402, Token=null, OptionSet={}, "server responds hi"
08:07:04.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R650, 127.0.0.1:8193, complete]!
08:07:04.264 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R650, 127.0.0.1:8193, complete] completed NON-2.04   MID=47402, Token=845BF064A74CD760, 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!
08:07:04.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
08:07:04.264 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E650,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47402, Token=845BF064A74CD760, 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]
08:07:04.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
08:07:04.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47402]
08:07:04.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.265 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L649, 127.0.0.1:8196, complete]!
08:07:04.265 [: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-845BF064A74CD760]
08:07:04.265 [: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-47402]
08:07:04.265 [: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=47402, Token=845BF064A74CD760, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47402, Token=845BF064A74CD760, 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!
08:07:04.265 [: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
08:07:04.265 [: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"
08:07:04.266 [: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
08:07:04.266 [: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-47403], CON-POST   MID=47403, 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
08:07:04.266 [: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-D407637D03C02A9B], CON-POST   MID=47403, Token=D407637D03C02A9B, 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
08:07:04.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47403], KeyToken[127.0.0.1:8196-D407637D03C02A9B]]
08:07:04.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 41 bytes to 127.0.0.1:8196
08:07:04.267 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E651,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47403, Token=D407637D03C02A9B, 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]
08:07:04.267 [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
08:07:04.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47403]
08:07:04.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R652, 127.0.0.1:8193] replace CON-POST   MID=47403, Token=D407637D03C02A9B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47403, Token=D407637D03C02A9B, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R652, 127.0.0.1:8193] send response NON-2.05   MID=47403, Token=null, OptionSet={}, "server responds hi"
08:07:04.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R652, 127.0.0.1:8193, complete]!
08:07:04.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R652, 127.0.0.1:8193, complete] completed NON-2.04   MID=47403, Token=D407637D03C02A9B, 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!
08:07:04.267 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.268 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E652,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47403, Token=D407637D03C02A9B, 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]
08:07:04.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
08:07:04.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-47403]
08:07:04.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L651, 127.0.0.1:8196, complete]!
08:07:04.268 [: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-D407637D03C02A9B]
08:07:04.268 [: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-47403]
08:07:04.268 [: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=47403, Token=D407637D03C02A9B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47403, Token=D407637D03C02A9B, 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!
08:07:04.268 [: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
08:07:04.268 [: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"
08:07:04.269 [: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
08:07:04.269 [: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-47404], CON-POST   MID=47404, 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
08:07:04.269 [: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-7042B7C41F6DAA90], CON-POST   MID=47404, Token=7042B7C41F6DAA90, 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
08:07:04.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-47404], KeyToken[127.0.0.1:8196-7042B7C41F6DAA90]]
08:07:04.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 41 bytes to 127.0.0.1:8196
08:07:04.269 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E653,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47404, Token=7042B7C41F6DAA90, 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]
08:07:04.269 [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
08:07:04.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47404]
08:07:04.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R654, 127.0.0.1:8193] replace CON-POST   MID=47404, Token=7042B7C41F6DAA90, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47404, Token=7042B7C41F6DAA90, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R654, 127.0.0.1:8193] send response NON-2.05   MID=47404, Token=null, OptionSet={}, "server responds hi"
08:07:04.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R654, 127.0.0.1:8193, complete]!
08:07:04.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R654, 127.0.0.1:8193, complete] completed NON-2.04   MID=47404, Token=7042B7C41F6DAA90, 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!
08:07:04.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
08:07:04.270 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E654,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47404, Token=7042B7C41F6DAA90, 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]
08:07:04.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
08:07:04.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47404]
08:07:04.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L653, 127.0.0.1:8196, complete]!
08:07:04.271 [: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-7042B7C41F6DAA90]
08:07:04.271 [: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-47404]
08:07:04.271 [: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=47404, Token=7042B7C41F6DAA90, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47404, Token=7042B7C41F6DAA90, 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!
08:07:04.271 [: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
08:07:04.271 [: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"
08:07:04.271 [: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
08:07:04.272 [: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-47405], CON-POST   MID=47405, 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
08:07:04.272 [: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-8C9F0E92EC1237B8], CON-POST   MID=47405, Token=8C9F0E92EC1237B8, 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
08:07:04.272 [: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-8C9F0E92EC1237B8]]
08:07:04.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:8196
08:07:04.272 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E655,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47405, Token=8C9F0E92EC1237B8, 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]
08:07:04.272 [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
08:07:04.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47405]
08:07:04.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R656, 127.0.0.1:8193] replace CON-POST   MID=47405, Token=8C9F0E92EC1237B8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47405, Token=8C9F0E92EC1237B8, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R656, 127.0.0.1:8193] send response NON-2.05   MID=47405, Token=null, OptionSet={}, "server responds hi"
08:07:04.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R656, 127.0.0.1:8193, complete]!
08:07:04.273 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R656, 127.0.0.1:8193, complete] completed NON-2.04   MID=47405, Token=8C9F0E92EC1237B8, 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!
08:07:04.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:8193
08:07:04.273 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E656,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47405, Token=8C9F0E92EC1237B8, 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]
08:07:04.273 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47405]
08:07:04.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L655, 127.0.0.1:8196, complete]!
08:07:04.273 [: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-8C9F0E92EC1237B8]
08:07:04.273 [: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-47405]
08:07:04.274 [: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=47405, Token=8C9F0E92EC1237B8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47405, Token=8C9F0E92EC1237B8, 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!
08:07:04.274 [: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
08:07:04.274 [: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"
08:07:04.274 [: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
08:07:04.274 [: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-47406], CON-POST   MID=47406, 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
08:07:04.274 [: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-48CDDA96AEB55008], CON-POST   MID=47406, Token=48CDDA96AEB55008, 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
08:07:04.274 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47406], KeyToken[127.0.0.1:8196-48CDDA96AEB55008]]
08:07:04.274 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
08:07:04.275 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E657,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47406, Token=48CDDA96AEB55008, 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]
08:07:04.275 [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
08:07:04.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47406]
08:07:04.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R658, 127.0.0.1:8193] replace CON-POST   MID=47406, Token=48CDDA96AEB55008, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47406, Token=48CDDA96AEB55008, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R658, 127.0.0.1:8193] send response NON-2.05   MID=47406, Token=null, OptionSet={}, "server responds hi"
08:07:04.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R658, 127.0.0.1:8193, complete]!
08:07:04.275 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R658, 127.0.0.1:8193, complete] completed NON-2.04   MID=47406, Token=48CDDA96AEB55008, 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!
08:07:04.275 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.276 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E658,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47406, Token=48CDDA96AEB55008, 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]
08:07:04.276 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47406]
08:07:04.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.276 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L657, 127.0.0.1:8196, complete]!
08:07:04.276 [: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-48CDDA96AEB55008]
08:07:04.276 [: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-47406]
08:07:04.276 [: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=47406, Token=48CDDA96AEB55008, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47406, Token=48CDDA96AEB55008, 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!
08:07:04.277 [: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
08:07:04.277 [: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"
08:07:04.277 [: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
08:07:04.277 [: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-47407], CON-POST   MID=47407, 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
08:07:04.278 [: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-4C890A49991E0E35], CON-POST   MID=47407, Token=4C890A49991E0E35, 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
08:07:04.278 [: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-4C890A49991E0E35]]
08:07:04.278 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
08:07:04.278 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E659,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47407, Token=4C890A49991E0E35, 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]
08:07:04.278 [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
08:07:04.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47407]
08:07:04.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R660, 127.0.0.1:8193] replace CON-POST   MID=47407, Token=4C890A49991E0E35, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47407, Token=4C890A49991E0E35, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R660, 127.0.0.1:8193] send response NON-2.05   MID=47407, Token=null, OptionSet={}, "server responds hi"
08:07:04.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R660, 127.0.0.1:8193, complete]!
08:07:04.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R660, 127.0.0.1:8193, complete] completed NON-2.04   MID=47407, Token=4C890A49991E0E35, 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!
08:07:04.279 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.279 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E660,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47407, Token=4C890A49991E0E35, 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]
08:07:04.279 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47407]
08:07:04.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.280 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L659, 127.0.0.1:8196, complete]!
08:07:04.280 [: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-4C890A49991E0E35]
08:07:04.280 [: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-47407]
08:07:04.280 [: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=47407, Token=4C890A49991E0E35, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47407, Token=4C890A49991E0E35, 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!
08:07:04.280 [: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
08:07:04.280 [: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"
08:07:04.281 [: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
08:07:04.281 [: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-47408], CON-POST   MID=47408, 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
08:07:04.281 [: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-047E73410224AC8B], CON-POST   MID=47408, Token=047E73410224AC8B, 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
08:07:04.281 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47408], KeyToken[127.0.0.1:8196-047E73410224AC8B]]
08:07:04.281 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
08:07:04.281 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E661,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47408, Token=047E73410224AC8B, 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]
08:07:04.281 [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
08:07:04.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47408]
08:07:04.281 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R662, 127.0.0.1:8193] replace CON-POST   MID=47408, Token=047E73410224AC8B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47408, Token=047E73410224AC8B, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R662, 127.0.0.1:8193] send response NON-2.05   MID=47408, Token=null, OptionSet={}, "server responds hi"
08:07:04.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R662, 127.0.0.1:8193, complete]!
08:07:04.282 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R662, 127.0.0.1:8193, complete] completed NON-2.04   MID=47408, Token=047E73410224AC8B, 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!
08:07:04.282 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.282 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E662,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47408, Token=047E73410224AC8B, 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]
08:07:04.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
08:07:04.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-47408]
08:07:04.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.283 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L661, 127.0.0.1:8196, complete]!
08:07:04.283 [: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-047E73410224AC8B]
08:07:04.283 [: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-47408]
08:07:04.283 [: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=47408, Token=047E73410224AC8B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47408, Token=047E73410224AC8B, 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!
08:07:04.294 [: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
08:07:04.294 [: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"
08:07:04.294 [: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
08:07:04.294 [: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-47409], CON-POST   MID=47409, 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
08:07:04.294 [: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-F8E6D796734A3001], CON-POST   MID=47409, Token=F8E6D796734A3001, 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
08:07:04.294 [: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-F8E6D796734A3001]]
08:07:04.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 41 bytes to 127.0.0.1:8196
08:07:04.295 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E663,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47409, Token=F8E6D796734A3001, 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]
08:07:04.295 [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
08:07:04.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47409]
08:07:04.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R664, 127.0.0.1:8193] replace CON-POST   MID=47409, Token=F8E6D796734A3001, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47409, Token=F8E6D796734A3001, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R664, 127.0.0.1:8193] send response NON-2.05   MID=47409, Token=null, OptionSet={}, "server responds hi"
08:07:04.296 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R664, 127.0.0.1:8193, complete]!
08:07:04.296 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R664, 127.0.0.1:8193, complete] completed NON-2.04   MID=47409, Token=F8E6D796734A3001, 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!
08:07:04.296 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.296 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E664,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47409, Token=F8E6D796734A3001, 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]
08:07:04.296 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47409]
08:07:04.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L663, 127.0.0.1:8196, complete]!
08:07:04.296 [: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-F8E6D796734A3001]
08:07:04.296 [: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-47409]
08:07:04.297 [: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=47409, Token=F8E6D796734A3001, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47409, Token=F8E6D796734A3001, 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!
08:07:04.297 [: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
08:07:04.297 [: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"
08:07:04.297 [: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
08:07:04.297 [: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-47410], CON-POST   MID=47410, 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
08:07:04.297 [: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-208E5738A2131013], CON-POST   MID=47410, Token=208E5738A2131013, 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
08:07:04.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8196-47410], KeyToken[127.0.0.1:8196-208E5738A2131013]]
08:07:04.298 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8196
08:07:04.298 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E665,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47410, Token=208E5738A2131013, 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]
08:07:04.298 [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
08:07:04.298 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47410]
08:07:04.298 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.298 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R666, 127.0.0.1:8193] replace CON-POST   MID=47410, Token=208E5738A2131013, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47410, Token=208E5738A2131013, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.298 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R666, 127.0.0.1:8193] send response NON-2.05   MID=47410, Token=null, OptionSet={}, "server responds hi"
08:07:04.298 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R666, 127.0.0.1:8193, complete]!
08:07:04.298 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R666, 127.0.0.1:8193, complete] completed NON-2.04   MID=47410, Token=208E5738A2131013, 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!
08:07:04.298 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.299 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E666,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47410, Token=208E5738A2131013, 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]
08:07:04.299 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8196-47410]
08:07:04.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L665, 127.0.0.1:8196, complete]!
08:07:04.299 [: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-208E5738A2131013]
08:07:04.299 [: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-47410]
08:07:04.299 [: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=47410, Token=208E5738A2131013, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47410, Token=208E5738A2131013, 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!
08:07:04.299 [: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
08:07:04.299 [: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"
08:07:04.300 [: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
08:07:04.300 [: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-47411], CON-POST   MID=47411, 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
08:07:04.300 [: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-5CD8BF516C9BA8A5], CON-POST   MID=47411, Token=5CD8BF516C9BA8A5, 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
08:07:04.300 [: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-5CD8BF516C9BA8A5]]
08:07:04.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 41 bytes to 127.0.0.1:8196
08:07:04.300 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E667,T31) 127.0.0.1:8,193 ==> :8,196 [CON-POST   MID=47411, Token=5CD8BF516C9BA8A5, 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]
08:07:04.300 [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
08:07:04.300 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-47411]
08:07:04.301 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.301 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R668, 127.0.0.1:8193] replace CON-POST   MID=47411, Token=5CD8BF516C9BA8A5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=47411, Token=5CD8BF516C9BA8A5, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.301 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R668, 127.0.0.1:8193] send response NON-2.05   MID=47411, Token=null, OptionSet={}, "server responds hi"
08:07:04.301 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R668, 127.0.0.1:8193, complete]!
08:07:04.301 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R668, 127.0.0.1:8193, complete] completed NON-2.04   MID=47411, Token=5CD8BF516C9BA8A5, 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!
08:07:04.301 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.302 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E668,T16) 127.0.0.1:8,196 ==> :8,193 [NON-2.04   MID=47411, Token=5CD8BF516C9BA8A5, 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]
08:07:04.302 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8196
08:07:04.302 [:CoapEndpoint-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]
08:07:04.302 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.302 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.302 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L667, 127.0.0.1:8196, complete]!
08:07:04.302 [: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-5CD8BF516C9BA8A5]
08:07:04.302 [: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-47411]
08:07:04.302 [: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=47411, Token=5CD8BF516C9BA8A5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=47411, Token=5CD8BF516C9BA8A5, 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!
08:07:04.302 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:04.303 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8196
08:07:04.303 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8196
08:07:04.303 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8196] stopping ...
08:07:04.303 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8196, address /127.0.0.1
08:07:04.303 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8196] has stopped.
08:07:04.303 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8196
08:07:04.303 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
08:07:04.304 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:04.304 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:04.304 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:04.304 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:04.304 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:04.305 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:04.305 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:04.305 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:04.305 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:04.305 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8197
08:07:04.305 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:04.305 [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
08:07:04.305 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8197
08:07:04.305 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:04.305 [UDP-Sender-localhost/127.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
08:07:04.306 [: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
08:07:04.306 [: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"
08:07:04.306 [: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
08:07:04.306 [: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
08:07:04.306 [: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-5828B25A16A9D527], CON-POST   MID=10000, Token=5828B25A16A9D527, 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
08:07:04.306 [: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-5828B25A16A9D527]]
08:07:04.307 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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
08:07:04.307 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E669,T36) 127.0.0.1:8,193 ==> :8,197 [CON-POST   MID=10000, Token=5828B25A16A9D527, 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]
08:07:04.307 [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
08:07:04.307 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-10000]
08:07:04.307 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.307 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R670, 127.0.0.1:8193] replace CON-POST   MID=10000, Token=5828B25A16A9D527, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=10000, Token=5828B25A16A9D527, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.307 [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"
08:07:04.308 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R670, 127.0.0.1:8193, complete]!
08:07:04.308 [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=5828B25A16A9D527, 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!
08:07:04.308 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.308 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E670,T16) 127.0.0.1:8,197 ==> :8,193 [NON-2.04   MID=10000, Token=5828B25A16A9D527, 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]
08:07:04.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:8197
08:07:04.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:8197-10000]
08:07:04.308 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.308 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L669, 127.0.0.1:8197, complete]!
08:07:04.308 [: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-5828B25A16A9D527]
08:07:04.308 [: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]
08:07:04.308 [: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=5828B25A16A9D527, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=10000, Token=5828B25A16A9D527, 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
08:07:04.309 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:04.309 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8197
08:07:04.309 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8197
08:07:04.309 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8197] stopping ...
08:07:04.309 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8197, address /127.0.0.1
08:07:04.309 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8197] has stopped.
08:07:04.309 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8197
08:07:04.309 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
08:07:04.310 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:04.310 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:04.310 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:04.310 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:04.310 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:04.311 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:04.311 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:04.311 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:04.311 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:04.311 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8198
08:07:04.311 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:04.311 [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
08:07:04.311 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:04.311 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8198
08:07:04.311 [UDP-Sender-localhost/127.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
08:07:04.312 [: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
08:07:04.312 [: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"
08:07:04.312 [: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
08:07:04.312 [: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
08:07:04.312 [: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-94018C2973712D18], CON-POST   MID=10000, Token=94018C2973712D18, 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
08:07:04.312 [: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-94018C2973712D18]]
08:07:04.312 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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
08:07:04.312 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E671,T41) 127.0.0.1:8,193 ==> :8,198 [CON-POST   MID=10000, Token=94018C2973712D18, 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]
08:07:04.313 [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
08:07:04.313 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-10000]
08:07:04.313 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Security context not found
08:07:04.313 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Security context not found
08:07:04.313 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R672, 127.0.0.1:8193, complete]!
08:07:04.313 [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=94018C2973712D18, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found"!
08:07:04.313 [UDP-Sender-localhost/127.0.0.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
08:07:04.313 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E672,T16) 127.0.0.1:8,198 ==> :8,193 [ACK-4.01   MID=10000, Token=94018C2973712D18, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found"]
08:07:04.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 41 bytes from 127.0.0.1:8198
08:07:04.314 [: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!
08:07:04.314 [: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=94018C2973712D18, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found":
08:07:04.314 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L671, 127.0.0.1:8198, complete]!
08:07:04.314 [: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-94018C2973712D18]
08:07:04.314 [: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]
08:07:04.314 [: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=94018C2973712D18, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=10000, Token=94018C2973712D18, 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
08:07:04.314 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:04.314 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8198
08:07:04.314 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8198
08:07:04.314 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8198] stopping ...
08:07:04.314 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8198, address /127.0.0.1
08:07:04.314 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8198] has stopped.
08:07:04.314 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8198
08:07:04.314 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
08:07:04.315 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:04.315 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:04.315 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:04.315 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:04.315 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:04.316 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:04.316 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:04.316 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:04.316 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:04.316 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8199
08:07:04.316 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:04.316 [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
08:07:04.316 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:04.316 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8199
08:07:04.316 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:04.330 [: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
08:07:04.330 [: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"
08:07:04.330 [: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
08:07:04.330 [: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-25577], CON-POST   MID=25577, 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
08:07:04.330 [: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-D4BD91435F7D4930], CON-POST   MID=25577, Token=D4BD91435F7D4930, 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
08:07:04.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8199-25577], KeyToken[127.0.0.1:8199-D4BD91435F7D4930]]
08:07:04.331 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8199
08:07:04.331 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E673,T46) 127.0.0.1:8,193 ==> :8,199 [CON-POST   MID=25577, Token=D4BD91435F7D4930, 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]
08:07:04.331 [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
08:07:04.331 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-25577]
08:07:04.331 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R674, 127.0.0.1:8193] replace CON-POST   MID=25577, Token=D4BD91435F7D4930, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=25577, Token=D4BD91435F7D4930, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R674, 127.0.0.1:8193] send response NON-2.05   MID=25577, Token=null, OptionSet={}, "server responds hi"
08:07:04.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R674, 127.0.0.1:8193, complete]!
08:07:04.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R674, 127.0.0.1:8193, complete] completed NON-2.04   MID=25577, Token=D4BD91435F7D4930, 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!
08:07:04.332 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.332 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E674,T16) 127.0.0.1:8,199 ==> :8,193 [NON-2.04   MID=25577, Token=D4BD91435F7D4930, 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]
08:07:04.332 [UDP-Receiver-0.0.0.0/0.0.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
08:07:04.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8199-25577]
08:07:04.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L673, 127.0.0.1:8199, complete]!
08:07:04.333 [: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-D4BD91435F7D4930]
08:07:04.333 [: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-25577]
08:07:04.333 [: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=25577, Token=D4BD91435F7D4930, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=25577, Token=D4BD91435F7D4930, 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!
08:07:04.333 [: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
08:07:04.333 [: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"
08:07:04.334 [: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
08:07:04.334 [: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-25578], CON-POST   MID=25578, 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
08:07:04.334 [: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-D4AE7C4BA1E6953F], CON-POST   MID=25578, Token=D4AE7C4BA1E6953F, 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
08:07:04.334 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8199-25578], KeyToken[127.0.0.1:8199-D4AE7C4BA1E6953F]]
08:07:04.334 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8199
08:07:04.334 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E675,T46) 127.0.0.1:8,193 ==> :8,199 [CON-POST   MID=25578, Token=D4AE7C4BA1E6953F, 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]
08:07:04.334 [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
08:07:04.334 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-25578]
08:07:04.334 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.335 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R676, 127.0.0.1:8193] replace CON-POST   MID=25578, Token=D4AE7C4BA1E6953F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=25578, Token=D4AE7C4BA1E6953F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.335 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R676, 127.0.0.1:8193] send response NON-2.05   MID=25578, Token=null, OptionSet={}, "server responds hi"
08:07:04.335 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R676, 127.0.0.1:8193, complete]!
08:07:04.335 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R676, 127.0.0.1:8193, complete] completed NON-2.04   MID=25578, Token=D4AE7C4BA1E6953F, 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!
08:07:04.335 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.335 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E676,T16) 127.0.0.1:8,199 ==> :8,193 [NON-2.04   MID=25578, Token=D4AE7C4BA1E6953F, 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]
08:07:04.335 [UDP-Receiver-0.0.0.0/0.0.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
08:07:04.336 [: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-25578]
08:07:04.336 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.336 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.336 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L675, 127.0.0.1:8199, complete]!
08:07:04.336 [: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-D4AE7C4BA1E6953F]
08:07:04.336 [: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-25578]
08:07:04.336 [: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=25578, Token=D4AE7C4BA1E6953F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=25578, Token=D4AE7C4BA1E6953F, 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!
08:07:04.336 [: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
08:07:04.336 [: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"
08:07:04.336 [: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
08:07:04.337 [: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-25579], CON-POST   MID=25579, 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
08:07:04.337 [: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-688FA9CC1BCAFBB6], CON-POST   MID=25579, Token=688FA9CC1BCAFBB6, 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
08:07:04.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8199-25579], KeyToken[127.0.0.1:8199-688FA9CC1BCAFBB6]]
08:07:04.337 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8199
08:07:04.337 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E677,T46) 127.0.0.1:8,193 ==> :8,199 [CON-POST   MID=25579, Token=688FA9CC1BCAFBB6, 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]
08:07:04.337 [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
08:07:04.337 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-25579]
08:07:04.337 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.337 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.OSCoreCtx - Replayed message detected
08:07:04.337 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected
08:07:04.337 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Replay detected
08:07:04.337 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R678, 127.0.0.1:8193, complete]!
08:07:04.337 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R678, 127.0.0.1:8193, complete] completed ACK-4.01   MID=25579, Token=688FA9CC1BCAFBB6, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"!
08:07:04.338 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 30 bytes to 127.0.0.1:8193
08:07:04.338 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E678,T16) 127.0.0.1:8,199 ==> :8,193 [ACK-4.01   MID=25579, Token=688FA9CC1BCAFBB6, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"]
08:07:04.338 [UDP-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
08:07:04.338 [: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!
08:07:04.338 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error ACK-4.01   MID=25579, Token=688FA9CC1BCAFBB6, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected":
08:07:04.338 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L677, 127.0.0.1:8199, complete]!
08:07:04.338 [: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-688FA9CC1BCAFBB6]
08:07:04.338 [: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-25579]
08:07:04.338 [: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=25579, Token=688FA9CC1BCAFBB6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=25579, Token=688FA9CC1BCAFBB6, 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!
08:07:04.393 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:04.394 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8199
08:07:04.394 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8199
08:07:04.394 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8199] stopping ...
08:07:04.394 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8199, address /127.0.0.1
08:07:04.394 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8199] has stopped.
08:07:04.394 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8199
08:07:04.394 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
08:07:04.395 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:04.395 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:04.395 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:04.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
08:07:04.395 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:04.395 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:04.395 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:04.395 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:04.395 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:04.395 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8200
08:07:04.396 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:04.396 [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
08:07:04.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]]
08:07:04.396 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8200
08:07:04.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]]
client sent request
08:07:04.396 [: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
08:07:04.396 [: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"
08:07:04.397 [: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
08:07:04.397 [: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
08:07:04.397 [: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-040EAAFBA76C2283], CON-POST   MID=10000, Token=040EAAFBA76C2283, 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
08:07:04.397 [: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-040EAAFBA76C2283]]
08:07:04.397 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8200
08:07:04.397 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E679,T51) 127.0.0.1:8,193 ==> :8,200 [CON-POST   MID=10000, Token=040EAAFBA76C2283, 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]
08:07:04.397 [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
08:07:04.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-10000]
08:07:04.398 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Security context not found (resend with ID Context)
08:07:04.398 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R680, 127.0.0.1:8193, complete]!
08:07:04.398 [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=040EAAFBA76C2283, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes!
08:07:04.398 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 66 bytes to 127.0.0.1:8193
08:07:04.398 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E680,T16) 127.0.0.1:8,200 ==> :8,193 [ACK-4.01   MID=10000, Token=040EAAFBA76C2283, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes]
08:07:04.398 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 66 bytes from 127.0.0.1:8200
08:07:04.398 [: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!
08:07:04.398 [: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=040EAAFBA76C2283, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes:
08:07:04.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L679, 127.0.0.1:8200, complete]!
08:07:04.399 [: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-040EAAFBA76C2283]
08:07:04.399 [: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]
08:07:04.399 [: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=040EAAFBA76C2283, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=10000, Token=040EAAFBA76C2283, 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
08:07:04.399 [: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
08:07:04.399 [: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"
08:07:04.399 [: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
08:07:04.399 [: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
08:07:04.399 [: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-04450DC0AF92F822], CON-POST   MID=10001, Token=04450DC0AF92F822, 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
08:07:04.400 [: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-04450DC0AF92F822]]
08:07:04.400 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8200
08:07:04.400 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E681,T51) 127.0.0.1:8,193 ==> :8,200 [CON-POST   MID=10001, Token=04450DC0AF92F822, 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]
08:07:04.400 [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
08:07:04.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-10001]
08:07:04.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.400 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R682, 127.0.0.1:8193] replace CON-POST   MID=10001, Token=04450DC0AF92F822, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=10001, Token=04450DC0AF92F822, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.401 [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"
08:07:04.401 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R682, 127.0.0.1:8193, complete]!
08:07:04.401 [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=04450DC0AF92F822, 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!
08:07:04.401 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8193
08:07:04.401 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E682,T16) 127.0.0.1:8,200 ==> :8,193 [NON-2.04   MID=10001, Token=04450DC0AF92F822, 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]
08:07:04.401 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 42 bytes from 127.0.0.1:8200
08:07:04.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8200-10001]
08:07:04.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L681, 127.0.0.1:8200, complete]!
08:07:04.402 [: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-04450DC0AF92F822]
08:07:04.402 [: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]
08:07:04.402 [: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=04450DC0AF92F822, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=10001, Token=04450DC0AF92F822, 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
08:07:04.402 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:04.402 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8200
08:07:04.402 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8200
08:07:04.402 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8200] stopping ...
08:07:04.402 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8200, address /127.0.0.1
08:07:04.402 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8200] has stopped.
08:07:04.402 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8200
08:07:04.402 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest
08:07:04.402 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
08:07:04.402 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8193
08:07:04.402 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8193
08:07:04.402 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] stopping ...
08:07:04.402 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8193, address /0.0.0.0
08:07:04.402 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] has stopped.
08:07:04.403 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8193
08:07:04.403 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.

Start OSCoreServerClientTest
08:07:04.404 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:04.404 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:04.404 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:04.404 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:04.404 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:04.405 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:04.405 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:04.405 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:04.405 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:04.405 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8201
08:07:04.405 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:04.405 [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
08:07:04.405 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:04.405 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:04.405 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8201
08:07:04.406 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:04.406 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:04.406 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:04.406 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:04.406 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:04.406 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:04.406 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:04.406 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:04.406 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:04.406 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8202
08:07:04.406 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:04.407 [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
08:07:04.407 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:04.407 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:04.407 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8202
08:07:04.407 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8202 for coap
08:07:04.407 [: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
08:07:04.407 [: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"
08:07:04.407 [: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
08:07:04.408 [: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-32318], CON-POST   MID=32318, 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
08:07:04.408 [: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-5CD3BA6ADD87A391], CON-POST   MID=32318, Token=5CD3BA6ADD87A391, 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
08:07:04.408 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-32318], KeyToken[127.0.0.1:8201-5CD3BA6ADD87A391]]
08:07:04.408 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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
08:07:04.408 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E683,T56) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=32318, Token=5CD3BA6ADD87A391, 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]
08:07:04.408 [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
08:07:04.408 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32318]
08:07:04.408 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.409 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R684, 127.0.0.1:8202] replace CON-POST   MID=32318, Token=5CD3BA6ADD87A391, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32318, Token=5CD3BA6ADD87A391, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.409 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R684, 127.0.0.1:8202] send response NON-2.05   MID=32318, Token=null, OptionSet={}, "server responds hi"
08:07:04.409 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R684, 127.0.0.1:8202, complete]!
08:07:04.409 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R684, 127.0.0.1:8202, complete] completed NON-2.04   MID=32318, Token=5CD3BA6ADD87A391, 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!
08:07:04.409 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.409 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E684,T59) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=32318, Token=5CD3BA6ADD87A391, 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]
08:07:04.409 [UDP-Receiver-0.0.0.0/0.0.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
08:07:04.410 [: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-32318]
08:07:04.410 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.410 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.410 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L683, 127.0.0.1:8201, complete]!
08:07:04.410 [: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-5CD3BA6ADD87A391]
08:07:04.410 [: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-32318]
08:07:04.410 [: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=32318, Token=5CD3BA6ADD87A391, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32318, Token=5CD3BA6ADD87A391, 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!
08:07:04.410 [: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
08:07:04.410 [: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"
08:07:04.410 [: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
08:07:04.411 [: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-32319], CON-POST   MID=32319, 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
08:07:04.411 [: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-E8372E32194FF3F2], CON-POST   MID=32319, Token=E8372E32194FF3F2, 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
08:07:04.411 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-32319], KeyToken[127.0.0.1:8201-E8372E32194FF3F2]]
08:07:04.411 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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
08:07:04.411 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E685,T56) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=32319, Token=E8372E32194FF3F2, 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]
08:07:04.411 [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
08:07:04.411 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32319]
08:07:04.411 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.411 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R686, 127.0.0.1:8202] replace CON-POST   MID=32319, Token=E8372E32194FF3F2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32319, Token=E8372E32194FF3F2, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.411 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R686, 127.0.0.1:8202] send response NON-2.05   MID=32319, Token=null, OptionSet={}, "server responds hi"
08:07:04.412 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R686, 127.0.0.1:8202, complete]!
08:07:04.412 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R686, 127.0.0.1:8202, complete] completed NON-2.04   MID=32319, Token=E8372E32194FF3F2, 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!
08:07:04.412 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.412 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E686,T59) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=32319, Token=E8372E32194FF3F2, 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]
08:07:04.412 [UDP-Receiver-0.0.0.0/0.0.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
08:07:04.412 [: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-32319]
08:07:04.412 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.412 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.413 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L685, 127.0.0.1:8201, complete]!
08:07:04.413 [: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-E8372E32194FF3F2]
08:07:04.413 [: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-32319]
08:07:04.413 [: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=32319, Token=E8372E32194FF3F2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32319, Token=E8372E32194FF3F2, 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!
08:07:04.413 [: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
08:07:04.413 [: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"
08:07:04.413 [: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
08:07:04.413 [: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-32320], CON-POST   MID=32320, 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
08:07:04.413 [: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-0CCF635F6D30838F], CON-POST   MID=32320, Token=0CCF635F6D30838F, 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
08:07:04.413 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-32320], KeyToken[127.0.0.1:8201-0CCF635F6D30838F]]
08:07:04.414 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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
08:07:04.414 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E687,T56) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=32320, Token=0CCF635F6D30838F, 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]
08:07:04.414 [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
08:07:04.414 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32320]
08:07:04.414 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.414 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R688, 127.0.0.1:8202] replace CON-POST   MID=32320, Token=0CCF635F6D30838F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32320, Token=0CCF635F6D30838F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.414 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R688, 127.0.0.1:8202] send response NON-2.05   MID=32320, Token=null, OptionSet={}, "server responds hi"
08:07:04.414 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R688, 127.0.0.1:8202, complete]!
08:07:04.414 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R688, 127.0.0.1:8202, complete] completed NON-2.04   MID=32320, Token=0CCF635F6D30838F, 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!
08:07:04.415 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.415 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E688,T59) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=32320, Token=0CCF635F6D30838F, 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]
08:07:04.415 [UDP-Receiver-0.0.0.0/0.0.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
08:07:04.415 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-32320]
08:07:04.415 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.415 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.415 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L687, 127.0.0.1:8201, complete]!
08:07:04.415 [: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-0CCF635F6D30838F]
08:07:04.415 [: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-32320]
08:07:04.415 [: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=32320, Token=0CCF635F6D30838F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32320, Token=0CCF635F6D30838F, 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!
08:07:04.416 [: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
08:07:04.416 [: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"
08:07:04.416 [: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
08:07:04.416 [: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-32321], CON-POST   MID=32321, 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
08:07:04.416 [: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-388B630FF44E88BB], CON-POST   MID=32321, Token=388B630FF44E88BB, 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
08:07:04.416 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-32321], KeyToken[127.0.0.1:8201-388B630FF44E88BB]]
08:07:04.416 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8201
08:07:04.416 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E689,T56) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=32321, Token=388B630FF44E88BB, 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]
08:07:04.417 [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
08:07:04.417 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32321]
08:07:04.417 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.417 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R690, 127.0.0.1:8202] replace CON-POST   MID=32321, Token=388B630FF44E88BB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32321, Token=388B630FF44E88BB, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.417 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R690, 127.0.0.1:8202] send response NON-2.05   MID=32321, Token=null, OptionSet={}, "server responds hi"
08:07:04.417 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R690, 127.0.0.1:8202, complete]!
08:07:04.417 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R690, 127.0.0.1:8202, complete] completed NON-2.04   MID=32321, Token=388B630FF44E88BB, 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!
08:07:04.417 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.418 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E690,T59) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=32321, Token=388B630FF44E88BB, 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]
08:07:04.418 [UDP-Receiver-0.0.0.0/0.0.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
08:07:04.418 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-32321]
08:07:04.418 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.418 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.418 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L689, 127.0.0.1:8201, complete]!
08:07:04.418 [: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-388B630FF44E88BB]
08:07:04.418 [: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-32321]
08:07:04.418 [: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=32321, Token=388B630FF44E88BB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32321, Token=388B630FF44E88BB, 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!
08:07:04.418 [: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
08:07:04.418 [: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"
08:07:04.419 [: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
08:07:04.419 [: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-32322], CON-POST   MID=32322, 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
08:07:04.419 [: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-786B1CEF3237AAEC], CON-POST   MID=32322, Token=786B1CEF3237AAEC, 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
08:07:04.419 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-32322], KeyToken[127.0.0.1:8201-786B1CEF3237AAEC]]
08:07:04.419 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8201
08:07:04.419 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E691,T56) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=32322, Token=786B1CEF3237AAEC, 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]
08:07:04.419 [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
08:07:04.419 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32322]
08:07:04.420 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.420 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R692, 127.0.0.1:8202] replace CON-POST   MID=32322, Token=786B1CEF3237AAEC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32322, Token=786B1CEF3237AAEC, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.420 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R692, 127.0.0.1:8202] send response NON-2.05   MID=32322, Token=null, OptionSet={}, "server responds hi"
08:07:04.420 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R692, 127.0.0.1:8202, complete]!
08:07:04.420 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R692, 127.0.0.1:8202, complete] completed NON-2.04   MID=32322, Token=786B1CEF3237AAEC, 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!
08:07:04.420 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.420 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E692,T59) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=32322, Token=786B1CEF3237AAEC, 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]
08:07:04.420 [UDP-Receiver-0.0.0.0/0.0.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
08:07:04.421 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-32322]
08:07:04.421 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.421 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.421 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L691, 127.0.0.1:8201, complete]!
08:07:04.421 [: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-786B1CEF3237AAEC]
08:07:04.421 [: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-32322]
08:07:04.421 [: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=32322, Token=786B1CEF3237AAEC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32322, Token=786B1CEF3237AAEC, 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!
08:07:04.421 [: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
08:07:04.421 [: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"
08:07:04.421 [: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
08:07:04.422 [: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-32323], CON-POST   MID=32323, 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
08:07:04.422 [: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-68C75B0FA4E55CBD], CON-POST   MID=32323, Token=68C75B0FA4E55CBD, 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
08:07:04.422 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-32323], KeyToken[127.0.0.1:8201-68C75B0FA4E55CBD]]
08:07:04.422 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8201
08:07:04.422 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E693,T56) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=32323, Token=68C75B0FA4E55CBD, 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]
08:07:04.422 [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
08:07:04.422 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32323]
08:07:04.422 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.422 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R694, 127.0.0.1:8202] replace CON-POST   MID=32323, Token=68C75B0FA4E55CBD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32323, Token=68C75B0FA4E55CBD, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.423 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R694, 127.0.0.1:8202] send response NON-2.05   MID=32323, Token=null, OptionSet={}, "server responds hi"
08:07:04.423 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R694, 127.0.0.1:8202, complete]!
08:07:04.423 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R694, 127.0.0.1:8202, complete] completed NON-2.04   MID=32323, Token=68C75B0FA4E55CBD, 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!
08:07:04.423 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.423 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E694,T59) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=32323, Token=68C75B0FA4E55CBD, 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]
08:07:04.423 [UDP-Receiver-0.0.0.0/0.0.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
08:07:04.423 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-32323]
08:07:04.424 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.424 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.424 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L693, 127.0.0.1:8201, complete]!
08:07:04.424 [: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-68C75B0FA4E55CBD]
08:07:04.424 [: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-32323]
08:07:04.424 [: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=32323, Token=68C75B0FA4E55CBD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32323, Token=68C75B0FA4E55CBD, 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!
08:07:04.424 [: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
08:07:04.424 [: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"
08:07:04.424 [: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
08:07:04.425 [: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-32324], CON-POST   MID=32324, 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
08:07:04.425 [: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-C8A30BD02441D461], CON-POST   MID=32324, Token=C8A30BD02441D461, 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
08:07:04.425 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-32324], KeyToken[127.0.0.1:8201-C8A30BD02441D461]]
08:07:04.425 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8201
08:07:04.425 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E695,T56) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=32324, Token=C8A30BD02441D461, 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]
08:07:04.425 [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
08:07:04.425 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32324]
08:07:04.425 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.425 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R696, 127.0.0.1:8202] replace CON-POST   MID=32324, Token=C8A30BD02441D461, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32324, Token=C8A30BD02441D461, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.426 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R696, 127.0.0.1:8202] send response NON-2.05   MID=32324, Token=null, OptionSet={}, "server responds hi"
08:07:04.426 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R696, 127.0.0.1:8202, complete]!
08:07:04.426 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R696, 127.0.0.1:8202, complete] completed NON-2.04   MID=32324, Token=C8A30BD02441D461, 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!
08:07:04.426 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.426 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E696,T59) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=32324, Token=C8A30BD02441D461, 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]
08:07:04.426 [UDP-Receiver-0.0.0.0/0.0.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
08:07:04.427 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-32324]
08:07:04.427 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.427 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.427 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L695, 127.0.0.1:8201, complete]!
08:07:04.427 [: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-C8A30BD02441D461]
08:07:04.427 [: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-32324]
08:07:04.427 [: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=32324, Token=C8A30BD02441D461, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32324, Token=C8A30BD02441D461, 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!
08:07:04.427 [: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
08:07:04.427 [: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"
08:07:04.428 [: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
08:07:04.428 [: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-32325], CON-POST   MID=32325, 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
08:07:04.428 [: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-D48BA3D92E56FD67], CON-POST   MID=32325, Token=D48BA3D92E56FD67, 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
08:07:04.428 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-32325], KeyToken[127.0.0.1:8201-D48BA3D92E56FD67]]
08:07:04.428 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8201
08:07:04.428 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E697,T56) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=32325, Token=D48BA3D92E56FD67, 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]
08:07:04.428 [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
08:07:04.428 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32325]
08:07:04.428 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.428 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R698, 127.0.0.1:8202] replace CON-POST   MID=32325, Token=D48BA3D92E56FD67, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32325, Token=D48BA3D92E56FD67, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.429 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R698, 127.0.0.1:8202] send response NON-2.05   MID=32325, Token=null, OptionSet={}, "server responds hi"
08:07:04.429 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R698, 127.0.0.1:8202, complete]!
08:07:04.429 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R698, 127.0.0.1:8202, complete] completed NON-2.04   MID=32325, Token=D48BA3D92E56FD67, 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!
08:07:04.429 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.429 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E698,T59) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=32325, Token=D48BA3D92E56FD67, 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]
08:07:04.429 [UDP-Receiver-0.0.0.0/0.0.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
08:07:04.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-32325]
08:07:04.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.430 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L697, 127.0.0.1:8201, complete]!
08:07:04.430 [: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-D48BA3D92E56FD67]
08:07:04.430 [: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-32325]
08:07:04.430 [: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=32325, Token=D48BA3D92E56FD67, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32325, Token=D48BA3D92E56FD67, 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!
08:07:04.430 [: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
08:07:04.430 [: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"
08:07:04.430 [: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
08:07:04.430 [: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-32326], CON-POST   MID=32326, 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
08:07:04.431 [: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-1CA4847D771B9DF9], CON-POST   MID=32326, Token=1CA4847D771B9DF9, 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
08:07:04.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-32326], KeyToken[127.0.0.1:8201-1CA4847D771B9DF9]]
08:07:04.431 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8201
08:07:04.431 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E699,T56) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=32326, Token=1CA4847D771B9DF9, 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]
08:07:04.431 [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
08:07:04.431 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32326]
08:07:04.431 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.431 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R700, 127.0.0.1:8202] replace CON-POST   MID=32326, Token=1CA4847D771B9DF9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32326, Token=1CA4847D771B9DF9, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R700, 127.0.0.1:8202] send response NON-2.05   MID=32326, Token=null, OptionSet={}, "server responds hi"
08:07:04.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R700, 127.0.0.1:8202, complete]!
08:07:04.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R700, 127.0.0.1:8202, complete] completed NON-2.04   MID=32326, Token=1CA4847D771B9DF9, 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!
08:07:04.432 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.432 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E700,T59) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=32326, Token=1CA4847D771B9DF9, 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]
08:07:04.432 [UDP-Receiver-0.0.0.0/0.0.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
08:07:04.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-32326]
08:07:04.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.433 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L699, 127.0.0.1:8201, complete]!
08:07:04.433 [: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-1CA4847D771B9DF9]
08:07:04.433 [: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-32326]
08:07:04.433 [: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=32326, Token=1CA4847D771B9DF9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32326, Token=1CA4847D771B9DF9, 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!
08:07:04.433 [: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
08:07:04.433 [: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"
08:07:04.433 [: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
08:07:04.433 [: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-32327], CON-POST   MID=32327, 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
08:07:04.433 [: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-4803DBB7047016AD], CON-POST   MID=32327, Token=4803DBB7047016AD, 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
08:07:04.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-32327], KeyToken[127.0.0.1:8201-4803DBB7047016AD]]
08:07:04.434 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8201
08:07:04.434 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E701,T56) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=32327, Token=4803DBB7047016AD, 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]
08:07:04.434 [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
08:07:04.434 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32327]
08:07:04.434 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.434 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R702, 127.0.0.1:8202] replace CON-POST   MID=32327, Token=4803DBB7047016AD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32327, Token=4803DBB7047016AD, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.434 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R702, 127.0.0.1:8202] send response NON-2.05   MID=32327, Token=null, OptionSet={}, "server responds hi"
08:07:04.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R702, 127.0.0.1:8202, complete]!
08:07:04.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R702, 127.0.0.1:8202, complete] completed NON-2.04   MID=32327, Token=4803DBB7047016AD, 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!
08:07:04.435 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.435 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E702,T59) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=32327, Token=4803DBB7047016AD, 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]
08:07:04.435 [UDP-Receiver-0.0.0.0/0.0.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
08:07:04.435 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-32327]
08:07:04.435 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.435 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.435 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L701, 127.0.0.1:8201, complete]!
08:07:04.435 [: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-4803DBB7047016AD]
08:07:04.435 [: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-32327]
08:07:04.435 [: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=32327, Token=4803DBB7047016AD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32327, Token=4803DBB7047016AD, 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!
08:07:04.436 [: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
08:07:04.436 [: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"
08:07:04.436 [: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
08:07:04.436 [: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-32328], CON-POST   MID=32328, 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
08:07:04.436 [: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-18DB2C143C14FF46], CON-POST   MID=32328, Token=18DB2C143C14FF46, 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
08:07:04.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-32328], KeyToken[127.0.0.1:8201-18DB2C143C14FF46]]
08:07:04.436 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8201
08:07:04.437 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E703,T56) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=32328, Token=18DB2C143C14FF46, 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]
08:07:04.437 [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
08:07:04.437 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32328]
08:07:04.437 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.437 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R704, 127.0.0.1:8202] replace CON-POST   MID=32328, Token=18DB2C143C14FF46, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32328, Token=18DB2C143C14FF46, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.437 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R704, 127.0.0.1:8202] send response NON-2.05   MID=32328, Token=null, OptionSet={}, "server responds hi"
08:07:04.437 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R704, 127.0.0.1:8202, complete]!
08:07:04.437 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R704, 127.0.0.1:8202, complete] completed NON-2.04   MID=32328, Token=18DB2C143C14FF46, 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!
08:07:04.438 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.438 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E704,T59) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=32328, Token=18DB2C143C14FF46, 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]
08:07:04.438 [UDP-Receiver-0.0.0.0/0.0.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
08:07:04.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-32328]
08:07:04.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L703, 127.0.0.1:8201, complete]!
08:07:04.438 [: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-18DB2C143C14FF46]
08:07:04.438 [: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-32328]
08:07:04.438 [: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=32328, Token=18DB2C143C14FF46, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32328, Token=18DB2C143C14FF46, 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!
08:07:04.439 [: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
08:07:04.439 [: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"
08:07:04.439 [: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
08:07:04.439 [: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-32329], CON-POST   MID=32329, 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
08:07:04.439 [: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-9C80EE98D5D8F74D], CON-POST   MID=32329, Token=9C80EE98D5D8F74D, 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
08:07:04.439 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-32329], KeyToken[127.0.0.1:8201-9C80EE98D5D8F74D]]
08:07:04.439 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8201
08:07:04.439 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E705,T56) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=32329, Token=9C80EE98D5D8F74D, 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]
08:07:04.440 [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
08:07:04.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32329]
08:07:04.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R706, 127.0.0.1:8202] replace CON-POST   MID=32329, Token=9C80EE98D5D8F74D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32329, Token=9C80EE98D5D8F74D, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R706, 127.0.0.1:8202] send response NON-2.05   MID=32329, Token=null, OptionSet={}, "server responds hi"
08:07:04.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R706, 127.0.0.1:8202, complete]!
08:07:04.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R706, 127.0.0.1:8202, complete] completed NON-2.04   MID=32329, Token=9C80EE98D5D8F74D, 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!
08:07:04.440 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.441 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E706,T59) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=32329, Token=9C80EE98D5D8F74D, 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]
08:07:04.441 [UDP-Receiver-0.0.0.0/0.0.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
08:07:04.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-32329]
08:07:04.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L705, 127.0.0.1:8201, complete]!
08:07:04.441 [: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-9C80EE98D5D8F74D]
08:07:04.441 [: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-32329]
08:07:04.441 [: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=32329, Token=9C80EE98D5D8F74D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32329, Token=9C80EE98D5D8F74D, 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!
08:07:04.441 [: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
08:07:04.441 [: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"
08:07:04.442 [: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
08:07:04.442 [: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-32330], CON-POST   MID=32330, 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
08:07:04.442 [: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-BC131EF22296A2BD], CON-POST   MID=32330, Token=BC131EF22296A2BD, 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
08:07:04.442 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-32330], KeyToken[127.0.0.1:8201-BC131EF22296A2BD]]
08:07:04.442 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8201
08:07:04.442 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E707,T56) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=32330, Token=BC131EF22296A2BD, 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]
08:07:04.442 [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
08:07:04.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32330]
08:07:04.443 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.443 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R708, 127.0.0.1:8202] replace CON-POST   MID=32330, Token=BC131EF22296A2BD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32330, Token=BC131EF22296A2BD, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.443 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R708, 127.0.0.1:8202] send response NON-2.05   MID=32330, Token=null, OptionSet={}, "server responds hi"
08:07:04.443 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R708, 127.0.0.1:8202, complete]!
08:07:04.443 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R708, 127.0.0.1:8202, complete] completed NON-2.04   MID=32330, Token=BC131EF22296A2BD, 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!
08:07:04.443 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.443 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E708,T59) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=32330, Token=BC131EF22296A2BD, 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]
08:07:04.443 [UDP-Receiver-0.0.0.0/0.0.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
08:07:04.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-32330]
08:07:04.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L707, 127.0.0.1:8201, complete]!
08:07:04.444 [: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-BC131EF22296A2BD]
08:07:04.444 [: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-32330]
08:07:04.444 [: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=32330, Token=BC131EF22296A2BD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32330, Token=BC131EF22296A2BD, 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!
08:07:04.444 [: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
08:07:04.444 [: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"
08:07:04.445 [: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
08:07:04.445 [: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-32331], CON-POST   MID=32331, 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
08:07:04.445 [: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-6CF4CECBFC2917B8], CON-POST   MID=32331, Token=6CF4CECBFC2917B8, 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
08:07:04.445 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-32331], KeyToken[127.0.0.1:8201-6CF4CECBFC2917B8]]
08:07:04.445 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8201
08:07:04.445 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E709,T56) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=32331, Token=6CF4CECBFC2917B8, 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]
08:07:04.445 [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
08:07:04.445 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32331]
08:07:04.445 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R710, 127.0.0.1:8202] replace CON-POST   MID=32331, Token=6CF4CECBFC2917B8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32331, Token=6CF4CECBFC2917B8, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R710, 127.0.0.1:8202] send response NON-2.05   MID=32331, Token=null, OptionSet={}, "server responds hi"
08:07:04.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R710, 127.0.0.1:8202, complete]!
08:07:04.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R710, 127.0.0.1:8202, complete] completed NON-2.04   MID=32331, Token=6CF4CECBFC2917B8, 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!
08:07:04.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:8202
08:07:04.446 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E710,T59) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=32331, Token=6CF4CECBFC2917B8, 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]
08:07:04.446 [UDP-Receiver-0.0.0.0/0.0.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
08:07:04.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:8201-32331]
08:07:04.446 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L709, 127.0.0.1:8201, complete]!
08:07:04.447 [: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-6CF4CECBFC2917B8]
08:07:04.447 [: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-32331]
08:07:04.447 [: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=32331, Token=6CF4CECBFC2917B8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32331, Token=6CF4CECBFC2917B8, 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!
08:07:04.447 [: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
08:07:04.447 [: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"
08:07:04.447 [: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
08:07:04.447 [: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-32332], CON-POST   MID=32332, 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
08:07:04.448 [: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-1C2AA114B7F38EED], CON-POST   MID=32332, Token=1C2AA114B7F38EED, 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
08:07:04.448 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-32332], KeyToken[127.0.0.1:8201-1C2AA114B7F38EED]]
08:07:04.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 41 bytes to 127.0.0.1:8201
08:07:04.448 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E711,T56) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=32332, Token=1C2AA114B7F38EED, 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]
08:07:04.448 [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
08:07:04.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32332]
08:07:04.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R712, 127.0.0.1:8202] replace CON-POST   MID=32332, Token=1C2AA114B7F38EED, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32332, Token=1C2AA114B7F38EED, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R712, 127.0.0.1:8202] send response NON-2.05   MID=32332, Token=null, OptionSet={}, "server responds hi"
08:07:04.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R712, 127.0.0.1:8202, complete]!
08:07:04.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R712, 127.0.0.1:8202, complete] completed NON-2.04   MID=32332, Token=1C2AA114B7F38EED, 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!
08:07:04.449 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.449 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E712,T59) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=32332, Token=1C2AA114B7F38EED, 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]
08:07:04.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:8201
08:07:04.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:8201-32332]
08:07:04.449 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L711, 127.0.0.1:8201, complete]!
08:07:04.450 [: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-1C2AA114B7F38EED]
08:07:04.450 [: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-32332]
08:07:04.450 [: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=32332, Token=1C2AA114B7F38EED, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32332, Token=1C2AA114B7F38EED, 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!
08:07:04.450 [: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
08:07:04.450 [: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"
08:07:04.450 [: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
08:07:04.450 [: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-32333], CON-POST   MID=32333, 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
08:07:04.450 [: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-B0290674905628D2], CON-POST   MID=32333, Token=B0290674905628D2, 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
08:07:04.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-32333], KeyToken[127.0.0.1:8201-B0290674905628D2]]
08:07:04.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 41 bytes to 127.0.0.1:8201
08:07:04.451 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E713,T56) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=32333, Token=B0290674905628D2, 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]
08:07:04.451 [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
08:07:04.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32333]
08:07:04.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R714, 127.0.0.1:8202] replace CON-POST   MID=32333, Token=B0290674905628D2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32333, Token=B0290674905628D2, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R714, 127.0.0.1:8202] send response NON-2.05   MID=32333, Token=null, OptionSet={}, "server responds hi"
08:07:04.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R714, 127.0.0.1:8202, complete]!
08:07:04.452 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R714, 127.0.0.1:8202, complete] completed NON-2.04   MID=32333, Token=B0290674905628D2, 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!
08:07:04.452 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.452 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E714,T59) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=32333, Token=B0290674905628D2, 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]
08:07:04.452 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
08:07:04.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:8201-32333]
08:07:04.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L713, 127.0.0.1:8201, complete]!
08:07:04.452 [: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-B0290674905628D2]
08:07:04.452 [: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-32333]
08:07:04.452 [: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=32333, Token=B0290674905628D2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32333, Token=B0290674905628D2, 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!
08:07:04.453 [: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
08:07:04.453 [: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"
08:07:04.453 [: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
08:07:04.453 [: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-32334], CON-POST   MID=32334, 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
08:07:04.453 [: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-6C4AE43CDD4819D0], CON-POST   MID=32334, Token=6C4AE43CDD4819D0, 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
08:07:04.453 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-32334], KeyToken[127.0.0.1:8201-6C4AE43CDD4819D0]]
08:07:04.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 42 bytes to 127.0.0.1:8201
08:07:04.454 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E715,T56) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=32334, Token=6C4AE43CDD4819D0, 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]
08:07:04.454 [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
08:07:04.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32334]
08:07:04.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R716, 127.0.0.1:8202] replace CON-POST   MID=32334, Token=6C4AE43CDD4819D0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32334, Token=6C4AE43CDD4819D0, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R716, 127.0.0.1:8202] send response NON-2.05   MID=32334, Token=null, OptionSet={}, "server responds hi"
08:07:04.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R716, 127.0.0.1:8202, complete]!
08:07:04.454 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R716, 127.0.0.1:8202, complete] completed NON-2.04   MID=32334, Token=6C4AE43CDD4819D0, 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!
08:07:04.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
08:07:04.455 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E716,T59) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=32334, Token=6C4AE43CDD4819D0, 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]
08:07:04.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:8201
08:07:04.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:8201-32334]
08:07:04.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.455 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L715, 127.0.0.1:8201, complete]!
08:07:04.455 [: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-6C4AE43CDD4819D0]
08:07:04.455 [: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-32334]
08:07:04.455 [: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=32334, Token=6C4AE43CDD4819D0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32334, Token=6C4AE43CDD4819D0, 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!
08:07:04.455 [: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
08:07:04.455 [: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"
08:07:04.456 [: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
08:07:04.456 [: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-32335], CON-POST   MID=32335, 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
08:07:04.456 [: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-78F0B93F14E4C0DD], CON-POST   MID=32335, Token=78F0B93F14E4C0DD, 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
08:07:04.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-32335], KeyToken[127.0.0.1:8201-78F0B93F14E4C0DD]]
08:07:04.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 42 bytes to 127.0.0.1:8201
08:07:04.456 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E717,T56) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=32335, Token=78F0B93F14E4C0DD, 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]
08:07:04.456 [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
08:07:04.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32335]
08:07:04.456 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R718, 127.0.0.1:8202] replace CON-POST   MID=32335, Token=78F0B93F14E4C0DD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32335, Token=78F0B93F14E4C0DD, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R718, 127.0.0.1:8202] send response NON-2.05   MID=32335, Token=null, OptionSet={}, "server responds hi"
08:07:04.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R718, 127.0.0.1:8202, complete]!
08:07:04.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R718, 127.0.0.1:8202, complete] completed NON-2.04   MID=32335, Token=78F0B93F14E4C0DD, 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!
08:07:04.457 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.457 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E718,T59) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=32335, Token=78F0B93F14E4C0DD, 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]
08:07:04.457 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
08:07:04.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:8201-32335]
08:07:04.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L717, 127.0.0.1:8201, complete]!
08:07:04.458 [: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-78F0B93F14E4C0DD]
08:07:04.458 [: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-32335]
08:07:04.458 [: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=32335, Token=78F0B93F14E4C0DD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32335, Token=78F0B93F14E4C0DD, 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!
08:07:04.458 [: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
08:07:04.458 [: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"
08:07:04.459 [: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
08:07:04.459 [: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-32336], CON-POST   MID=32336, 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
08:07:04.459 [: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-A08556C38E0234D5], CON-POST   MID=32336, Token=A08556C38E0234D5, 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
08:07:04.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-32336], KeyToken[127.0.0.1:8201-A08556C38E0234D5]]
08:07:04.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 42 bytes to 127.0.0.1:8201
08:07:04.459 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E719,T56) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=32336, Token=A08556C38E0234D5, 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]
08:07:04.459 [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
08:07:04.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32336]
08:07:04.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R720, 127.0.0.1:8202] replace CON-POST   MID=32336, Token=A08556C38E0234D5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32336, Token=A08556C38E0234D5, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R720, 127.0.0.1:8202] send response NON-2.05   MID=32336, Token=null, OptionSet={}, "server responds hi"
08:07:04.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R720, 127.0.0.1:8202, complete]!
08:07:04.460 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R720, 127.0.0.1:8202, complete] completed NON-2.04   MID=32336, Token=A08556C38E0234D5, 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!
08:07:04.460 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.460 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E720,T59) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=32336, Token=A08556C38E0234D5, 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]
08:07:04.460 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
08:07:04.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-32336]
08:07:04.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L719, 127.0.0.1:8201, complete]!
08:07:04.461 [: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-A08556C38E0234D5]
08:07:04.461 [: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-32336]
08:07:04.461 [: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=32336, Token=A08556C38E0234D5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32336, Token=A08556C38E0234D5, 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!
08:07:04.461 [: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
08:07:04.461 [: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"
08:07:04.461 [: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
08:07:04.462 [: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-32337], CON-POST   MID=32337, 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
08:07:04.462 [: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-4040E1E5C4089F8D], CON-POST   MID=32337, Token=4040E1E5C4089F8D, 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
08:07:04.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-32337], KeyToken[127.0.0.1:8201-4040E1E5C4089F8D]]
08:07:04.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 42 bytes to 127.0.0.1:8201
08:07:04.462 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E721,T56) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=32337, Token=4040E1E5C4089F8D, 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]
08:07:04.462 [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
08:07:04.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32337]
08:07:04.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R722, 127.0.0.1:8202] replace CON-POST   MID=32337, Token=4040E1E5C4089F8D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32337, Token=4040E1E5C4089F8D, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R722, 127.0.0.1:8202] send response NON-2.05   MID=32337, Token=null, OptionSet={}, "server responds hi"
08:07:04.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R722, 127.0.0.1:8202, complete]!
08:07:04.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R722, 127.0.0.1:8202, complete] completed NON-2.04   MID=32337, Token=4040E1E5C4089F8D, 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!
08:07:04.463 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.463 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E722,T59) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=32337, Token=4040E1E5C4089F8D, 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]
08:07:04.463 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
08:07:04.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-32337]
08:07:04.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L721, 127.0.0.1:8201, complete]!
08:07:04.464 [: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-4040E1E5C4089F8D]
08:07:04.464 [: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-32337]
08:07:04.464 [: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=32337, Token=4040E1E5C4089F8D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32337, Token=4040E1E5C4089F8D, 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!
08:07:04.464 [: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
08:07:04.464 [: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"
08:07:04.464 [: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
08:07:04.464 [: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-32338], CON-POST   MID=32338, 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
08:07:04.464 [: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-CC9B9542F13A2AA6], CON-POST   MID=32338, Token=CC9B9542F13A2AA6, 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
08:07:04.464 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-32338], KeyToken[127.0.0.1:8201-CC9B9542F13A2AA6]]
08:07:04.465 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8201
08:07:04.465 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E723,T56) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=32338, Token=CC9B9542F13A2AA6, 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]
08:07:04.465 [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
08:07:04.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32338]
08:07:04.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R724, 127.0.0.1:8202] replace CON-POST   MID=32338, Token=CC9B9542F13A2AA6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32338, Token=CC9B9542F13A2AA6, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.465 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R724, 127.0.0.1:8202] send response NON-2.05   MID=32338, Token=null, OptionSet={}, "server responds hi"
08:07:04.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R724, 127.0.0.1:8202, complete]!
08:07:04.466 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R724, 127.0.0.1:8202, complete] completed NON-2.04   MID=32338, Token=CC9B9542F13A2AA6, 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!
08:07:04.466 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.466 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E724,T59) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=32338, Token=CC9B9542F13A2AA6, 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]
08:07:04.466 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
08:07:04.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-32338]
08:07:04.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.466 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L723, 127.0.0.1:8201, complete]!
08:07:04.466 [: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-CC9B9542F13A2AA6]
08:07:04.466 [: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-32338]
08:07:04.466 [: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=32338, Token=CC9B9542F13A2AA6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32338, Token=CC9B9542F13A2AA6, 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!
08:07:04.467 [: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
08:07:04.467 [: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"
08:07:04.467 [: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
08:07:04.467 [: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-32339], CON-POST   MID=32339, 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
08:07:04.467 [: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-F0052376794B5259], CON-POST   MID=32339, Token=F0052376794B5259, 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
08:07:04.467 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-32339], KeyToken[127.0.0.1:8201-F0052376794B5259]]
08:07:04.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 42 bytes to 127.0.0.1:8201
08:07:04.468 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E725,T56) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=32339, Token=F0052376794B5259, 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]
08:07:04.468 [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
08:07:04.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32339]
08:07:04.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R726, 127.0.0.1:8202] replace CON-POST   MID=32339, Token=F0052376794B5259, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32339, Token=F0052376794B5259, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R726, 127.0.0.1:8202] send response NON-2.05   MID=32339, Token=null, OptionSet={}, "server responds hi"
08:07:04.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R726, 127.0.0.1:8202, complete]!
08:07:04.468 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R726, 127.0.0.1:8202, complete] completed NON-2.04   MID=32339, Token=F0052376794B5259, 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!
08:07:04.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:8202
08:07:04.469 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E726,T59) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=32339, Token=F0052376794B5259, 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]
08:07:04.469 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
08:07:04.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-32339]
08:07:04.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.469 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L725, 127.0.0.1:8201, complete]!
08:07:04.469 [: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-F0052376794B5259]
08:07:04.469 [: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-32339]
08:07:04.469 [: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=32339, Token=F0052376794B5259, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32339, Token=F0052376794B5259, 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!
08:07:04.470 [: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
08:07:04.470 [: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"
08:07:04.470 [: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
08:07:04.470 [: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-32340], CON-POST   MID=32340, 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
08:07:04.470 [: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-2C4D4B7F73C93861], CON-POST   MID=32340, Token=2C4D4B7F73C93861, 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
08:07:04.470 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-32340], KeyToken[127.0.0.1:8201-2C4D4B7F73C93861]]
08:07:04.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 42 bytes to 127.0.0.1:8201
08:07:04.470 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E727,T56) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=32340, Token=2C4D4B7F73C93861, 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]
08:07:04.470 [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
08:07:04.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32340]
08:07:04.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R728, 127.0.0.1:8202] replace CON-POST   MID=32340, Token=2C4D4B7F73C93861, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32340, Token=2C4D4B7F73C93861, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R728, 127.0.0.1:8202] send response NON-2.05   MID=32340, Token=null, OptionSet={}, "server responds hi"
08:07:04.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R728, 127.0.0.1:8202, complete]!
08:07:04.471 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R728, 127.0.0.1:8202, complete] completed NON-2.04   MID=32340, Token=2C4D4B7F73C93861, 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!
08:07:04.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
08:07:04.471 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E728,T59) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=32340, Token=2C4D4B7F73C93861, 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]
08:07:04.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:8201
08:07:04.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8201-32340]
08:07:04.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.472 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L727, 127.0.0.1:8201, complete]!
08:07:04.472 [: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-2C4D4B7F73C93861]
08:07:04.472 [: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-32340]
08:07:04.472 [: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=32340, Token=2C4D4B7F73C93861, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32340, Token=2C4D4B7F73C93861, 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!
08:07:04.472 [: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
08:07:04.472 [: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"
08:07:04.473 [: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
08:07:04.473 [: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-32341], CON-POST   MID=32341, 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
08:07:04.473 [: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-4028043C64D19AFB], CON-POST   MID=32341, Token=4028043C64D19AFB, 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
08:07:04.473 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-32341], KeyToken[127.0.0.1:8201-4028043C64D19AFB]]
08:07:04.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 42 bytes to 127.0.0.1:8201
08:07:04.473 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E729,T56) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=32341, Token=4028043C64D19AFB, 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]
08:07:04.473 [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
08:07:04.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32341]
08:07:04.473 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R730, 127.0.0.1:8202] replace CON-POST   MID=32341, Token=4028043C64D19AFB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32341, Token=4028043C64D19AFB, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R730, 127.0.0.1:8202] send response NON-2.05   MID=32341, Token=null, OptionSet={}, "server responds hi"
08:07:04.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R730, 127.0.0.1:8202, complete]!
08:07:04.474 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R730, 127.0.0.1:8202, complete] completed NON-2.04   MID=32341, Token=4028043C64D19AFB, 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!
08:07:04.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
08:07:04.474 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E730,T59) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=32341, Token=4028043C64D19AFB, 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]
08:07:04.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:8201
08:07:04.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:8201-32341]
08:07:04.474 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L729, 127.0.0.1:8201, complete]!
08:07:04.475 [: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-4028043C64D19AFB]
08:07:04.475 [: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-32341]
08:07:04.475 [: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=32341, Token=4028043C64D19AFB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32341, Token=4028043C64D19AFB, 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!
08:07:04.475 [: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
08:07:04.475 [: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"
08:07:04.475 [: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
08:07:04.475 [: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-32342], CON-POST   MID=32342, 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
08:07:04.475 [: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-F42CB770E94B1CC8], CON-POST   MID=32342, Token=F42CB770E94B1CC8, 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
08:07:04.475 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-32342], KeyToken[127.0.0.1:8201-F42CB770E94B1CC8]]
08:07:04.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 43 bytes to 127.0.0.1:8201
08:07:04.476 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E731,T56) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=32342, Token=F42CB770E94B1CC8, 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]
08:07:04.476 [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
08:07:04.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32342]
08:07:04.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R732, 127.0.0.1:8202] replace CON-POST   MID=32342, Token=F42CB770E94B1CC8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32342, Token=F42CB770E94B1CC8, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R732, 127.0.0.1:8202] send response NON-2.05   MID=32342, Token=null, OptionSet={}, "server responds hi"
08:07:04.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R732, 127.0.0.1:8202, complete]!
08:07:04.476 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R732, 127.0.0.1:8202, complete] completed NON-2.04   MID=32342, Token=F42CB770E94B1CC8, 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!
08:07:04.477 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.477 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E732,T59) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=32342, Token=F42CB770E94B1CC8, 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]
08:07:04.477 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
08:07:04.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:8201-32342]
08:07:04.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.477 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L731, 127.0.0.1:8201, complete]!
08:07:04.477 [: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-F42CB770E94B1CC8]
08:07:04.477 [: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-32342]
08:07:04.477 [: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=32342, Token=F42CB770E94B1CC8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32342, Token=F42CB770E94B1CC8, 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!
08:07:04.478 [: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
08:07:04.478 [: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"
08:07:04.478 [: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
08:07:04.478 [: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-32343], CON-POST   MID=32343, 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
08:07:04.478 [: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-2CE367CF665A74DC], CON-POST   MID=32343, Token=2CE367CF665A74DC, 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
08:07:04.478 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-32343], KeyToken[127.0.0.1:8201-2CE367CF665A74DC]]
08:07:04.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 43 bytes to 127.0.0.1:8201
08:07:04.479 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E733,T56) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=32343, Token=2CE367CF665A74DC, 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]
08:07:04.479 [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
08:07:04.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32343]
08:07:04.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R734, 127.0.0.1:8202] replace CON-POST   MID=32343, Token=2CE367CF665A74DC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32343, Token=2CE367CF665A74DC, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R734, 127.0.0.1:8202] send response NON-2.05   MID=32343, Token=null, OptionSet={}, "server responds hi"
08:07:04.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R734, 127.0.0.1:8202, complete]!
08:07:04.479 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R734, 127.0.0.1:8202, complete] completed NON-2.04   MID=32343, Token=2CE367CF665A74DC, 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!
08:07:04.479 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.480 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E734,T59) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=32343, Token=2CE367CF665A74DC, 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]
08:07:04.480 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
08:07:04.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:8201-32343]
08:07:04.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.480 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L733, 127.0.0.1:8201, complete]!
08:07:04.480 [: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-2CE367CF665A74DC]
08:07:04.480 [: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-32343]
08:07:04.480 [: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=32343, Token=2CE367CF665A74DC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32343, Token=2CE367CF665A74DC, 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!
08:07:04.480 [: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
08:07:04.480 [: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"
08:07:04.481 [: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
08:07:04.481 [: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-32344], CON-POST   MID=32344, 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
08:07:04.481 [: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-1CBE9F0388F03D63], CON-POST   MID=32344, Token=1CBE9F0388F03D63, 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
08:07:04.481 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-32344], KeyToken[127.0.0.1:8201-1CBE9F0388F03D63]]
08:07:04.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 43 bytes to 127.0.0.1:8201
08:07:04.481 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E735,T56) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=32344, Token=1CBE9F0388F03D63, 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]
08:07:04.481 [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
08:07:04.481 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32344]
08:07:04.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R736, 127.0.0.1:8202] replace CON-POST   MID=32344, Token=1CBE9F0388F03D63, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32344, Token=1CBE9F0388F03D63, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R736, 127.0.0.1:8202] send response NON-2.05   MID=32344, Token=null, OptionSet={}, "server responds hi"
08:07:04.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R736, 127.0.0.1:8202, complete]!
08:07:04.482 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R736, 127.0.0.1:8202, complete] completed NON-2.04   MID=32344, Token=1CBE9F0388F03D63, 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!
08:07:04.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
08:07:04.482 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E736,T59) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=32344, Token=1CBE9F0388F03D63, 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]
08:07:04.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:8201
08:07:04.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:8201-32344]
08:07:04.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.483 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L735, 127.0.0.1:8201, complete]!
08:07:04.483 [: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-1CBE9F0388F03D63]
08:07:04.483 [: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-32344]
08:07:04.483 [: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=32344, Token=1CBE9F0388F03D63, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32344, Token=1CBE9F0388F03D63, 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!
08:07:04.484 [: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
08:07:04.484 [: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"
08:07:04.484 [: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
08:07:04.484 [: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-32345], CON-POST   MID=32345, 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
08:07:04.484 [: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-A427EB67E4FAC349], CON-POST   MID=32345, Token=A427EB67E4FAC349, 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
08:07:04.484 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-32345], KeyToken[127.0.0.1:8201-A427EB67E4FAC349]]
08:07:04.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 43 bytes to 127.0.0.1:8201
08:07:04.485 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E737,T56) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=32345, Token=A427EB67E4FAC349, 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]
08:07:04.485 [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
08:07:04.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32345]
08:07:04.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R738, 127.0.0.1:8202] replace CON-POST   MID=32345, Token=A427EB67E4FAC349, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32345, Token=A427EB67E4FAC349, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R738, 127.0.0.1:8202] send response NON-2.05   MID=32345, Token=null, OptionSet={}, "server responds hi"
08:07:04.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R738, 127.0.0.1:8202, complete]!
08:07:04.485 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R738, 127.0.0.1:8202, complete] completed NON-2.04   MID=32345, Token=A427EB67E4FAC349, 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!
08:07:04.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
08:07:04.486 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E738,T59) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=32345, Token=A427EB67E4FAC349, 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]
08:07:04.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:8201
08:07:04.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:8201-32345]
08:07:04.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.486 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L737, 127.0.0.1:8201, complete]!
08:07:04.486 [: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-A427EB67E4FAC349]
08:07:04.486 [: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-32345]
08:07:04.486 [: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=32345, Token=A427EB67E4FAC349, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32345, Token=A427EB67E4FAC349, 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!
08:07:04.494 [: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
08:07:04.494 [: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"
08:07:04.494 [: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
08:07:04.494 [: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-32346], CON-POST   MID=32346, 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
08:07:04.494 [: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-243CB2F7AA5353B4], CON-POST   MID=32346, Token=243CB2F7AA5353B4, 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
08:07:04.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-32346], KeyToken[127.0.0.1:8201-243CB2F7AA5353B4]]
08:07:04.494 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8201
08:07:04.495 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E739,T56) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=32346, Token=243CB2F7AA5353B4, 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]
08:07:04.495 [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
08:07:04.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32346]
08:07:04.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R740, 127.0.0.1:8202] replace CON-POST   MID=32346, Token=243CB2F7AA5353B4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32346, Token=243CB2F7AA5353B4, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R740, 127.0.0.1:8202] send response NON-2.05   MID=32346, Token=null, OptionSet={}, "server responds hi"
08:07:04.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R740, 127.0.0.1:8202, complete]!
08:07:04.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R740, 127.0.0.1:8202, complete] completed NON-2.04   MID=32346, Token=243CB2F7AA5353B4, 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!
08:07:04.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
08:07:04.496 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E740,T59) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=32346, Token=243CB2F7AA5353B4, 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]
08:07:04.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:8201
08:07:04.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:8201-32346]
08:07:04.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L739, 127.0.0.1:8201, complete]!
08:07:04.496 [: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-243CB2F7AA5353B4]
08:07:04.496 [: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-32346]
08:07:04.496 [: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=32346, Token=243CB2F7AA5353B4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32346, Token=243CB2F7AA5353B4, 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!
08:07:04.497 [: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
08:07:04.497 [: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"
08:07:04.497 [: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
08:07:04.497 [: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-32347], CON-POST   MID=32347, 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
08:07:04.497 [: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-BCC4215353BE8BD6], CON-POST   MID=32347, Token=BCC4215353BE8BD6, 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
08:07:04.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8201-32347], KeyToken[127.0.0.1:8201-BCC4215353BE8BD6]]
08:07:04.497 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8201
08:07:04.497 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E741,T56) 127.0.0.1:8,202 ==> :8,201 [CON-POST   MID=32347, Token=BCC4215353BE8BD6, 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]
08:07:04.497 [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
08:07:04.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-32347]
08:07:04.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R742, 127.0.0.1:8202] replace CON-POST   MID=32347, Token=BCC4215353BE8BD6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=32347, Token=BCC4215353BE8BD6, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R742, 127.0.0.1:8202] send response NON-2.05   MID=32347, Token=null, OptionSet={}, "server responds hi"
08:07:04.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R742, 127.0.0.1:8202, complete]!
08:07:04.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R742, 127.0.0.1:8202, complete] completed NON-2.04   MID=32347, Token=BCC4215353BE8BD6, 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!
08:07:04.498 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.499 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E742,T59) 127.0.0.1:8,201 ==> :8,202 [NON-2.04   MID=32347, Token=BCC4215353BE8BD6, 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]
08:07:04.499 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8201
08:07:04.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:8201-32347]
08:07:04.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L741, 127.0.0.1:8201, complete]!
08:07:04.499 [: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-BCC4215353BE8BD6]
08:07:04.499 [: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-32347]
08:07:04.499 [: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=32347, Token=BCC4215353BE8BD6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=32347, Token=BCC4215353BE8BD6, 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!
08:07:04.499 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:04.500 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8201
08:07:04.500 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8201
08:07:04.500 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8201] stopping ...
08:07:04.500 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8201, address /127.0.0.1
08:07:04.500 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8201] has stopped.
08:07:04.500 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8201
08:07:04.500 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
08:07:04.500 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:04.501 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:04.501 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:04.501 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:04.501 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:04.501 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:04.501 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:04.502 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:04.502 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:04.502 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8203
08:07:04.502 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:04.502 [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
08:07:04.502 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:04.502 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8203
08:07:04.502 [: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
08:07:04.502 [: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"
08:07:04.503 [: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
08:07:04.503 [: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-4179], CON-POST   MID= 4179, 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
08:07:04.503 [: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-44AD08F7F220A33B], CON-POST   MID= 4179, Token=44AD08F7F220A33B, 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
08:07:04.503 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-4179], KeyToken[127.0.0.1:8203-44AD08F7F220A33B]]
08:07:04.503 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8203
08:07:04.503 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E743,T64) 127.0.0.1:8,202 ==> :8,203 [CON-POST   MID= 4179, Token=44AD08F7F220A33B, 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]
08:07:04.503 [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
08:07:04.504 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-4179]
08:07:04.504 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.504 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:04.504 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R744, 127.0.0.1:8202] replace CON-POST   MID= 4179, Token=44AD08F7F220A33B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID= 4179, Token=44AD08F7F220A33B, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.504 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R744, 127.0.0.1:8202] send response NON-2.05   MID= 4179, Token=null, OptionSet={}, "server responds hi"
08:07:04.504 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R744, 127.0.0.1:8202, complete]!
08:07:04.504 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R744, 127.0.0.1:8202, complete] completed NON-2.04   MID= 4179, Token=44AD08F7F220A33B, 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!
08:07:04.504 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.505 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E744,T59) 127.0.0.1:8,203 ==> :8,202 [NON-2.04   MID= 4179, Token=44AD08F7F220A33B, 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]
08:07:04.505 [UDP-Receiver-0.0.0.0/0.0.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
08:07:04.505 [: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-4179]
08:07:04.505 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.505 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.505 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L743, 127.0.0.1:8203, complete]!
08:07:04.505 [: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-44AD08F7F220A33B]
08:07:04.505 [: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-4179]
08:07:04.505 [: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= 4179, Token=44AD08F7F220A33B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID= 4179, Token=44AD08F7F220A33B, 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!
08:07:04.505 [: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
08:07:04.505 [: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"
08:07:04.506 [: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
08:07:04.506 [: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-4180], CON-POST   MID= 4180, 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
08:07:04.506 [: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-B0D5BA18D3385E39], CON-POST   MID= 4180, Token=B0D5BA18D3385E39, 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
08:07:04.506 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8203-4180], KeyToken[127.0.0.1:8203-B0D5BA18D3385E39]]
08:07:04.506 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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
08:07:04.506 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E745,T64) 127.0.0.1:8,202 ==> :8,203 [CON-POST   MID= 4180, Token=B0D5BA18D3385E39, 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]
08:07:04.506 [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
08:07:04.506 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-4180]
08:07:04.507 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.507 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.OSCoreCtx - Message too old
08:07:04.507 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected
08:07:04.507 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Replay detected
08:07:04.507 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R746, 127.0.0.1:8202, complete]!
08:07:04.507 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R746, 127.0.0.1:8202, complete] completed ACK-4.01   MID= 4180, Token=B0D5BA18D3385E39, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"!
08:07:04.507 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 30 bytes to 127.0.0.1:8202
08:07:04.507 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E746,T59) 127.0.0.1:8,203 ==> :8,202 [ACK-4.01   MID= 4180, Token=B0D5BA18D3385E39, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"]
08:07:04.507 [UDP-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
08:07:04.507 [: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!
08:07:04.507 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error ACK-4.01   MID= 4180, Token=B0D5BA18D3385E39, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected":
08:07:04.507 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L745, 127.0.0.1:8203, complete]!
08:07:04.507 [: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-B0D5BA18D3385E39]
08:07:04.508 [: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-4180]
08:07:04.508 [: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= 4180, Token=B0D5BA18D3385E39, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID= 4180, Token=B0D5BA18D3385E39, 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!
08:07:04.508 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:04.508 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8203
08:07:04.508 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8203
08:07:04.508 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8203] stopping ...
08:07:04.508 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8203, address /127.0.0.1
08:07:04.508 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8203] has stopped.
08:07:04.508 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8203
08:07:04.508 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
08:07:04.509 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:04.509 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:04.509 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:04.509 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:04.509 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:04.509 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:04.510 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:04.510 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:04.510 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:04.510 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8204
08:07:04.510 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:04.510 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:04.510 [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
08:07:04.510 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8204
08:07:04.510 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:04.511 [: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
08:07:04.511 [: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"
08:07:04.511 [: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
08:07:04.511 [: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-16702], CON-POST   MID=16702, 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
08:07:04.511 [: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-2CA37EE757561A9F], CON-POST   MID=16702, Token=2CA37EE757561A9F, 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
08:07:04.511 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-16702], KeyToken[127.0.0.1:8204-2CA37EE757561A9F]]
08:07:04.511 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
08:07:04.511 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E747,T69) 127.0.0.1:8,202 ==> :8,204 [CON-POST   MID=16702, Token=2CA37EE757561A9F, 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]
08:07:04.511 [UDP-Receiver-localhost/127.0.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
08:07:04.512 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-16702]
08:07:04.512 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.512 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R748, 127.0.0.1:8202] replace CON-POST   MID=16702, Token=2CA37EE757561A9F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=16702, Token=2CA37EE757561A9F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.512 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R748, 127.0.0.1:8202] send response NON-2.05   MID=16702, Token=null, OptionSet={}, "server responds hi"
08:07:04.512 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R748, 127.0.0.1:8202, complete]!
08:07:04.512 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R748, 127.0.0.1:8202, complete] completed NON-2.04   MID=16702, Token=2CA37EE757561A9F, 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!
08:07:04.513 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.513 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E748,T59) 127.0.0.1:8,204 ==> :8,202 [NON-2.04   MID=16702, Token=2CA37EE757561A9F, 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]
08:07:04.513 [UDP-Receiver-0.0.0.0/0.0.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
08:07:04.513 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-16702]
08:07:04.513 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.513 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.513 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L747, 127.0.0.1:8204, complete]!
08:07:04.513 [: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-2CA37EE757561A9F]
08:07:04.513 [: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-16702]
08:07:04.513 [: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=16702, Token=2CA37EE757561A9F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=16702, Token=2CA37EE757561A9F, 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!
08:07:04.513 [: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
08:07:04.513 [: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"
08:07:04.514 [: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
08:07:04.514 [: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-16703], CON-POST   MID=16703, 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
08:07:04.514 [: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-18497EC16240FDB9], CON-POST   MID=16703, Token=18497EC16240FDB9, 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
08:07:04.514 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8204-16703], KeyToken[127.0.0.1:8204-18497EC16240FDB9]]
08:07:04.514 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8204
08:07:04.514 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E749,T69) 127.0.0.1:8,202 ==> :8,204 [CON-POST   MID=16703, Token=18497EC16240FDB9, 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]
08:07:04.514 [UDP-Receiver-localhost/127.0.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
08:07:04.514 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-16703]
08:07:04.515 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.515 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R750, 127.0.0.1:8202] replace CON-POST   MID=16703, Token=18497EC16240FDB9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=16703, Token=18497EC16240FDB9, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.515 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R750, 127.0.0.1:8202] send response NON-2.05   MID=16703, Token=null, OptionSet={}, "server responds hi"
08:07:04.515 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R750, 127.0.0.1:8202, complete]!
08:07:04.515 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R750, 127.0.0.1:8202, complete] completed NON-2.04   MID=16703, Token=18497EC16240FDB9, 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!
08:07:04.515 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.515 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E750,T59) 127.0.0.1:8,204 ==> :8,202 [NON-2.04   MID=16703, Token=18497EC16240FDB9, 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]
08:07:04.515 [UDP-Receiver-0.0.0.0/0.0.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
08:07:04.516 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8204-16703]
08:07:04.516 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.516 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.516 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L749, 127.0.0.1:8204, complete]!
08:07:04.516 [: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-18497EC16240FDB9]
08:07:04.516 [: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-16703]
08:07:04.516 [: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=16703, Token=18497EC16240FDB9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=16703, Token=18497EC16240FDB9, 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!
08:07:04.516 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:04.516 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8204
08:07:04.516 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8204
08:07:04.516 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8204] stopping ...
08:07:04.516 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8204, address /127.0.0.1
08:07:04.516 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8204] has stopped.
08:07:04.516 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8204
08:07:04.516 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
08:07:04.517 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:04.517 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:04.517 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:04.517 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:04.518 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:04.518 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:04.518 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:04.518 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:04.518 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:04.518 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8205
08:07:04.518 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:04.519 [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
08:07:04.519 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:04.519 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:04.519 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8205
08:07:04.519 [: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
08:07:04.519 [: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"
08:07:04.520 [: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
08:07:04.520 [: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-38021], CON-POST   MID=38021, 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
08:07:04.520 [: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-183D273D85316E3B], CON-POST   MID=38021, Token=183D273D85316E3B, 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
08:07:04.520 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38021], KeyToken[127.0.0.1:8205-183D273D85316E3B]]
08:07:04.520 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.520 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E751,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38021, Token=183D273D85316E3B, 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]
08:07:04.520 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.520 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38021]
08:07:04.520 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.521 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R752, 127.0.0.1:8202] replace CON-POST   MID=38021, Token=183D273D85316E3B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38021, Token=183D273D85316E3B, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.521 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R752, 127.0.0.1:8202] send response NON-2.05   MID=38021, Token=null, OptionSet={}, "server responds hi"
08:07:04.521 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R752, 127.0.0.1:8202, complete]!
08:07:04.521 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R752, 127.0.0.1:8202, complete] completed NON-2.04   MID=38021, Token=183D273D85316E3B, 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!
08:07:04.521 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.521 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E752,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38021, Token=183D273D85316E3B, 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]
08:07:04.521 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.522 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38021]
08:07:04.522 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.522 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.522 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L751, 127.0.0.1:8205, complete]!
08:07:04.522 [: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-183D273D85316E3B]
08:07:04.522 [: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-38021]
08:07:04.522 [: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=38021, Token=183D273D85316E3B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38021, Token=183D273D85316E3B, 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!
08:07:04.522 [: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
08:07:04.522 [: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"
08:07:04.523 [: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
08:07:04.523 [: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-38022], CON-POST   MID=38022, 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
08:07:04.523 [: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-10CA35F9D487FC65], CON-POST   MID=38022, Token=10CA35F9D487FC65, 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
08:07:04.523 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38022], KeyToken[127.0.0.1:8205-10CA35F9D487FC65]]
08:07:04.523 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.523 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E753,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38022, Token=10CA35F9D487FC65, 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]
08:07:04.523 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.523 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38022]
08:07:04.523 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.523 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R754, 127.0.0.1:8202] replace CON-POST   MID=38022, Token=10CA35F9D487FC65, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38022, Token=10CA35F9D487FC65, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.524 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R754, 127.0.0.1:8202] send response NON-2.05   MID=38022, Token=null, OptionSet={}, "server responds hi"
08:07:04.524 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R754, 127.0.0.1:8202, complete]!
08:07:04.524 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R754, 127.0.0.1:8202, complete] completed NON-2.04   MID=38022, Token=10CA35F9D487FC65, 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!
08:07:04.524 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.524 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E754,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38022, Token=10CA35F9D487FC65, 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]
08:07:04.524 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.524 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38022]
08:07:04.524 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.524 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.525 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L753, 127.0.0.1:8205, complete]!
08:07:04.525 [: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-10CA35F9D487FC65]
08:07:04.525 [: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-38022]
08:07:04.525 [: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=38022, Token=10CA35F9D487FC65, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38022, Token=10CA35F9D487FC65, 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!
08:07:04.525 [: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
08:07:04.525 [: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"
08:07:04.525 [: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
08:07:04.525 [: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-38023], CON-POST   MID=38023, 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
08:07:04.525 [: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-F49AD7C431F752FD], CON-POST   MID=38023, Token=F49AD7C431F752FD, 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
08:07:04.525 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38023], KeyToken[127.0.0.1:8205-F49AD7C431F752FD]]
08:07:04.526 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.526 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E755,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38023, Token=F49AD7C431F752FD, 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]
08:07:04.526 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.526 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38023]
08:07:04.526 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.526 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R756, 127.0.0.1:8202] replace CON-POST   MID=38023, Token=F49AD7C431F752FD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38023, Token=F49AD7C431F752FD, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.526 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R756, 127.0.0.1:8202] send response NON-2.05   MID=38023, Token=null, OptionSet={}, "server responds hi"
08:07:04.527 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R756, 127.0.0.1:8202, complete]!
08:07:04.527 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R756, 127.0.0.1:8202, complete] completed NON-2.04   MID=38023, Token=F49AD7C431F752FD, 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!
08:07:04.527 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.527 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E756,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38023, Token=F49AD7C431F752FD, 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]
08:07:04.527 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38023]
08:07:04.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L755, 127.0.0.1:8205, complete]!
08:07:04.527 [: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-F49AD7C431F752FD]
08:07:04.527 [: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-38023]
08:07:04.527 [: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=38023, Token=F49AD7C431F752FD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38023, Token=F49AD7C431F752FD, 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!
08:07:04.528 [: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
08:07:04.528 [: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"
08:07:04.528 [: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
08:07:04.528 [: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-38024], CON-POST   MID=38024, 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
08:07:04.528 [: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-EC84F1A6C0A7AC6C], CON-POST   MID=38024, Token=EC84F1A6C0A7AC6C, 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
08:07:04.528 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38024], KeyToken[127.0.0.1:8205-EC84F1A6C0A7AC6C]]
08:07:04.528 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.529 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E757,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38024, Token=EC84F1A6C0A7AC6C, 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]
08:07:04.529 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.529 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38024]
08:07:04.529 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.529 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R758, 127.0.0.1:8202] replace CON-POST   MID=38024, Token=EC84F1A6C0A7AC6C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38024, Token=EC84F1A6C0A7AC6C, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.529 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R758, 127.0.0.1:8202] send response NON-2.05   MID=38024, Token=null, OptionSet={}, "server responds hi"
08:07:04.529 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R758, 127.0.0.1:8202, complete]!
08:07:04.529 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R758, 127.0.0.1:8202, complete] completed NON-2.04   MID=38024, Token=EC84F1A6C0A7AC6C, 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!
08:07:04.529 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.530 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E758,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38024, Token=EC84F1A6C0A7AC6C, 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]
08:07:04.530 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.530 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38024]
08:07:04.530 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.530 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.530 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L757, 127.0.0.1:8205, complete]!
08:07:04.530 [: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-EC84F1A6C0A7AC6C]
08:07:04.530 [: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-38024]
08:07:04.530 [: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=38024, Token=EC84F1A6C0A7AC6C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38024, Token=EC84F1A6C0A7AC6C, 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!
08:07:04.530 [: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
08:07:04.530 [: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"
08:07:04.531 [: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
08:07:04.531 [: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-38025], CON-POST   MID=38025, 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
08:07:04.531 [: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-EC6626CDE96B6EB8], CON-POST   MID=38025, Token=EC6626CDE96B6EB8, 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
08:07:04.531 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38025], KeyToken[127.0.0.1:8205-EC6626CDE96B6EB8]]
08:07:04.531 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.531 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E759,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38025, Token=EC6626CDE96B6EB8, 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]
08:07:04.531 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.531 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38025]
08:07:04.532 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.532 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R760, 127.0.0.1:8202] replace CON-POST   MID=38025, Token=EC6626CDE96B6EB8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38025, Token=EC6626CDE96B6EB8, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.532 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R760, 127.0.0.1:8202] send response NON-2.05   MID=38025, Token=null, OptionSet={}, "server responds hi"
08:07:04.532 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R760, 127.0.0.1:8202, complete]!
08:07:04.532 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R760, 127.0.0.1:8202, complete] completed NON-2.04   MID=38025, Token=EC6626CDE96B6EB8, 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!
08:07:04.532 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.532 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E760,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38025, Token=EC6626CDE96B6EB8, 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]
08:07:04.532 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38025]
08:07:04.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L759, 127.0.0.1:8205, complete]!
08:07:04.533 [: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-EC6626CDE96B6EB8]
08:07:04.533 [: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-38025]
08:07:04.533 [: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=38025, Token=EC6626CDE96B6EB8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38025, Token=EC6626CDE96B6EB8, 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!
08:07:04.533 [: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
08:07:04.533 [: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"
08:07:04.533 [: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
08:07:04.534 [: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-38026], CON-POST   MID=38026, 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
08:07:04.534 [: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-28C6FE3BCA088EF9], CON-POST   MID=38026, Token=28C6FE3BCA088EF9, 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
08:07:04.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38026], KeyToken[127.0.0.1:8205-28C6FE3BCA088EF9]]
08:07:04.534 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.534 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E761,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38026, Token=28C6FE3BCA088EF9, 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]
08:07:04.534 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.534 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38026]
08:07:04.534 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.534 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R762, 127.0.0.1:8202] replace CON-POST   MID=38026, Token=28C6FE3BCA088EF9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38026, Token=28C6FE3BCA088EF9, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.535 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R762, 127.0.0.1:8202] send response NON-2.05   MID=38026, Token=null, OptionSet={}, "server responds hi"
08:07:04.535 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R762, 127.0.0.1:8202, complete]!
08:07:04.535 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R762, 127.0.0.1:8202, complete] completed NON-2.04   MID=38026, Token=28C6FE3BCA088EF9, 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!
08:07:04.535 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.535 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E762,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38026, Token=28C6FE3BCA088EF9, 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]
08:07:04.535 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38026]
08:07:04.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L761, 127.0.0.1:8205, complete]!
08:07:04.535 [: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-28C6FE3BCA088EF9]
08:07:04.535 [: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-38026]
08:07:04.536 [: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=38026, Token=28C6FE3BCA088EF9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38026, Token=28C6FE3BCA088EF9, 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!
08:07:04.536 [: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
08:07:04.536 [: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"
08:07:04.536 [: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
08:07:04.536 [: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-38027], CON-POST   MID=38027, 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
08:07:04.536 [: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-A02C461955140306], CON-POST   MID=38027, Token=A02C461955140306, 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
08:07:04.536 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38027], KeyToken[127.0.0.1:8205-A02C461955140306]]
08:07:04.536 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.537 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E763,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38027, Token=A02C461955140306, 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]
08:07:04.537 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.537 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38027]
08:07:04.537 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.537 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R764, 127.0.0.1:8202] replace CON-POST   MID=38027, Token=A02C461955140306, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38027, Token=A02C461955140306, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.537 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R764, 127.0.0.1:8202] send response NON-2.05   MID=38027, Token=null, OptionSet={}, "server responds hi"
08:07:04.537 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R764, 127.0.0.1:8202, complete]!
08:07:04.537 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R764, 127.0.0.1:8202, complete] completed NON-2.04   MID=38027, Token=A02C461955140306, 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!
08:07:04.538 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.538 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E764,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38027, Token=A02C461955140306, 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]
08:07:04.538 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38027]
08:07:04.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L763, 127.0.0.1:8205, complete]!
08:07:04.538 [: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-A02C461955140306]
08:07:04.538 [: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-38027]
08:07:04.538 [: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=38027, Token=A02C461955140306, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38027, Token=A02C461955140306, 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!
08:07:04.538 [: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
08:07:04.538 [: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"
08:07:04.539 [: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
08:07:04.539 [: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-38028], CON-POST   MID=38028, 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
08:07:04.539 [: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-54EF92CD323C8B15], CON-POST   MID=38028, Token=54EF92CD323C8B15, 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
08:07:04.539 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38028], KeyToken[127.0.0.1:8205-54EF92CD323C8B15]]
08:07:04.539 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.539 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E765,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38028, Token=54EF92CD323C8B15, 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]
08:07:04.539 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.539 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38028]
08:07:04.540 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.540 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R766, 127.0.0.1:8202] replace CON-POST   MID=38028, Token=54EF92CD323C8B15, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38028, Token=54EF92CD323C8B15, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.540 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R766, 127.0.0.1:8202] send response NON-2.05   MID=38028, Token=null, OptionSet={}, "server responds hi"
08:07:04.540 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R766, 127.0.0.1:8202, complete]!
08:07:04.540 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R766, 127.0.0.1:8202, complete] completed NON-2.04   MID=38028, Token=54EF92CD323C8B15, 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!
08:07:04.540 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.540 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E766,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38028, Token=54EF92CD323C8B15, 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]
08:07:04.540 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38028]
08:07:04.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L765, 127.0.0.1:8205, complete]!
08:07:04.541 [: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-54EF92CD323C8B15]
08:07:04.541 [: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-38028]
08:07:04.541 [: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=38028, Token=54EF92CD323C8B15, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38028, Token=54EF92CD323C8B15, 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!
08:07:04.541 [: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
08:07:04.541 [: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"
08:07:04.541 [: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
08:07:04.542 [: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-38029], CON-POST   MID=38029, 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
08:07:04.542 [: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-FCEC8531C594CB42], CON-POST   MID=38029, Token=FCEC8531C594CB42, 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
08:07:04.542 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38029], KeyToken[127.0.0.1:8205-FCEC8531C594CB42]]
08:07:04.542 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.542 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E767,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38029, Token=FCEC8531C594CB42, 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]
08:07:04.542 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38029]
08:07:04.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R768, 127.0.0.1:8202] replace CON-POST   MID=38029, Token=FCEC8531C594CB42, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38029, Token=FCEC8531C594CB42, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R768, 127.0.0.1:8202] send response NON-2.05   MID=38029, Token=null, OptionSet={}, "server responds hi"
08:07:04.543 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R768, 127.0.0.1:8202, complete]!
08:07:04.543 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R768, 127.0.0.1:8202, complete] completed NON-2.04   MID=38029, Token=FCEC8531C594CB42, 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!
08:07:04.543 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.543 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E768,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38029, Token=FCEC8531C594CB42, 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]
08:07:04.543 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38029]
08:07:04.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L767, 127.0.0.1:8205, complete]!
08:07:04.543 [: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-FCEC8531C594CB42]
08:07:04.543 [: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-38029]
08:07:04.543 [: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=38029, Token=FCEC8531C594CB42, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38029, Token=FCEC8531C594CB42, 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!
08:07:04.544 [: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
08:07:04.544 [: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"
08:07:04.544 [: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
08:07:04.544 [: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-38030], CON-POST   MID=38030, 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
08:07:04.544 [: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-44F2CA1BC22E84E9], CON-POST   MID=38030, Token=44F2CA1BC22E84E9, 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
08:07:04.544 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38030], KeyToken[127.0.0.1:8205-44F2CA1BC22E84E9]]
08:07:04.544 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.545 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E769,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38030, Token=44F2CA1BC22E84E9, 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]
08:07:04.545 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.545 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38030]
08:07:04.545 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.545 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R770, 127.0.0.1:8202] replace CON-POST   MID=38030, Token=44F2CA1BC22E84E9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38030, Token=44F2CA1BC22E84E9, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.545 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R770, 127.0.0.1:8202] send response NON-2.05   MID=38030, Token=null, OptionSet={}, "server responds hi"
08:07:04.545 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R770, 127.0.0.1:8202, complete]!
08:07:04.545 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R770, 127.0.0.1:8202, complete] completed NON-2.04   MID=38030, Token=44F2CA1BC22E84E9, 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!
08:07:04.546 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.546 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E770,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38030, Token=44F2CA1BC22E84E9, 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]
08:07:04.546 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38030]
08:07:04.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L769, 127.0.0.1:8205, complete]!
08:07:04.546 [: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-44F2CA1BC22E84E9]
08:07:04.546 [: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-38030]
08:07:04.546 [: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=38030, Token=44F2CA1BC22E84E9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38030, Token=44F2CA1BC22E84E9, 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!
08:07:04.546 [: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
08:07:04.546 [: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"
08:07:04.547 [: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
08:07:04.547 [: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-38031], CON-POST   MID=38031, 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
08:07:04.547 [: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-5C61036F6694C5AF], CON-POST   MID=38031, Token=5C61036F6694C5AF, 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
08:07:04.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-38031], KeyToken[127.0.0.1:8205-5C61036F6694C5AF]]
08:07:04.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
08:07:04.547 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E771,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38031, Token=5C61036F6694C5AF, 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]
08:07:04.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
08:07:04.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38031]
08:07:04.548 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.548 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R772, 127.0.0.1:8202] replace CON-POST   MID=38031, Token=5C61036F6694C5AF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38031, Token=5C61036F6694C5AF, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.548 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R772, 127.0.0.1:8202] send response NON-2.05   MID=38031, Token=null, OptionSet={}, "server responds hi"
08:07:04.548 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R772, 127.0.0.1:8202, complete]!
08:07:04.548 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R772, 127.0.0.1:8202, complete] completed NON-2.04   MID=38031, Token=5C61036F6694C5AF, 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!
08:07:04.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
08:07:04.548 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E772,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38031, Token=5C61036F6694C5AF, 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]
08:07:04.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
08:07:04.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-38031]
08:07:04.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.549 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L771, 127.0.0.1:8205, complete]!
08:07:04.549 [: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-5C61036F6694C5AF]
08:07:04.549 [: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-38031]
08:07:04.549 [: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=38031, Token=5C61036F6694C5AF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38031, Token=5C61036F6694C5AF, 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!
08:07:04.549 [: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
08:07:04.549 [: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"
08:07:04.550 [: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
08:07:04.550 [: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-38032], CON-POST   MID=38032, 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
08:07:04.550 [: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-78CCF24AB1BB283D], CON-POST   MID=38032, Token=78CCF24AB1BB283D, 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
08:07:04.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38032], KeyToken[127.0.0.1:8205-78CCF24AB1BB283D]]
08:07:04.550 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.550 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E773,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38032, Token=78CCF24AB1BB283D, 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]
08:07:04.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
08:07:04.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38032]
08:07:04.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R774, 127.0.0.1:8202] replace CON-POST   MID=38032, Token=78CCF24AB1BB283D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38032, Token=78CCF24AB1BB283D, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R774, 127.0.0.1:8202] send response NON-2.05   MID=38032, Token=null, OptionSet={}, "server responds hi"
08:07:04.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R774, 127.0.0.1:8202, complete]!
08:07:04.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R774, 127.0.0.1:8202, complete] completed NON-2.04   MID=38032, Token=78CCF24AB1BB283D, 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!
08:07:04.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
08:07:04.551 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E774,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38032, Token=78CCF24AB1BB283D, 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]
08:07:04.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
08:07:04.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-38032]
08:07:04.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L773, 127.0.0.1:8205, complete]!
08:07:04.552 [: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-78CCF24AB1BB283D]
08:07:04.552 [: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-38032]
08:07:04.552 [: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=38032, Token=78CCF24AB1BB283D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38032, Token=78CCF24AB1BB283D, 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!
08:07:04.552 [: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
08:07:04.552 [: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"
08:07:04.552 [: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
08:07:04.553 [: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-38033], CON-POST   MID=38033, 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
08:07:04.553 [: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-40040C276B62713F], CON-POST   MID=38033, Token=40040C276B62713F, 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
08:07:04.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38033], KeyToken[127.0.0.1:8205-40040C276B62713F]]
08:07:04.553 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.553 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E775,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38033, Token=40040C276B62713F, 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]
08:07:04.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
08:07:04.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38033]
08:07:04.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R776, 127.0.0.1:8202] replace CON-POST   MID=38033, Token=40040C276B62713F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38033, Token=40040C276B62713F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.553 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R776, 127.0.0.1:8202] send response NON-2.05   MID=38033, Token=null, OptionSet={}, "server responds hi"
08:07:04.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R776, 127.0.0.1:8202, complete]!
08:07:04.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R776, 127.0.0.1:8202, complete] completed NON-2.04   MID=38033, Token=40040C276B62713F, 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!
08:07:04.554 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.554 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E776,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38033, Token=40040C276B62713F, 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]
08:07:04.554 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38033]
08:07:04.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.554 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L775, 127.0.0.1:8205, complete]!
08:07:04.554 [: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-40040C276B62713F]
08:07:04.554 [: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-38033]
08:07:04.554 [: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=38033, Token=40040C276B62713F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38033, Token=40040C276B62713F, 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!
08:07:04.555 [: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
08:07:04.555 [: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"
08:07:04.555 [: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
08:07:04.555 [: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-38034], CON-POST   MID=38034, 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
08:07:04.555 [: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-80DEB18132B12F7F], CON-POST   MID=38034, Token=80DEB18132B12F7F, 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
08:07:04.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-38034], KeyToken[127.0.0.1:8205-80DEB18132B12F7F]]
08:07:04.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
08:07:04.555 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E777,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38034, Token=80DEB18132B12F7F, 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]
08:07:04.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
08:07:04.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38034]
08:07:04.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R778, 127.0.0.1:8202] replace CON-POST   MID=38034, Token=80DEB18132B12F7F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38034, Token=80DEB18132B12F7F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R778, 127.0.0.1:8202] send response NON-2.05   MID=38034, Token=null, OptionSet={}, "server responds hi"
08:07:04.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R778, 127.0.0.1:8202, complete]!
08:07:04.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R778, 127.0.0.1:8202, complete] completed NON-2.04   MID=38034, Token=80DEB18132B12F7F, 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!
08:07:04.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
08:07:04.556 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E778,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38034, Token=80DEB18132B12F7F, 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]
08:07:04.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
08:07:04.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38034]
08:07:04.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L777, 127.0.0.1:8205, complete]!
08:07:04.557 [: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-80DEB18132B12F7F]
08:07:04.557 [: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-38034]
08:07:04.557 [: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=38034, Token=80DEB18132B12F7F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38034, Token=80DEB18132B12F7F, 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!
08:07:04.557 [: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
08:07:04.557 [: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"
08:07:04.558 [: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
08:07:04.558 [: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-38035], CON-POST   MID=38035, 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
08:07:04.558 [: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-085B4F4F53E3DDA9], CON-POST   MID=38035, Token=085B4F4F53E3DDA9, 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
08:07:04.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38035], KeyToken[127.0.0.1:8205-085B4F4F53E3DDA9]]
08:07:04.558 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.558 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E779,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38035, Token=085B4F4F53E3DDA9, 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]
08:07:04.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
08:07:04.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38035]
08:07:04.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R780, 127.0.0.1:8202] replace CON-POST   MID=38035, Token=085B4F4F53E3DDA9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38035, Token=085B4F4F53E3DDA9, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R780, 127.0.0.1:8202] send response NON-2.05   MID=38035, Token=null, OptionSet={}, "server responds hi"
08:07:04.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R780, 127.0.0.1:8202, complete]!
08:07:04.559 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R780, 127.0.0.1:8202, complete] completed NON-2.04   MID=38035, Token=085B4F4F53E3DDA9, 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!
08:07:04.559 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.559 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E780,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38035, Token=085B4F4F53E3DDA9, 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]
08:07:04.559 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.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-38035]
08:07:04.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L779, 127.0.0.1:8205, complete]!
08:07:04.559 [: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-085B4F4F53E3DDA9]
08:07:04.559 [: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-38035]
08:07:04.559 [: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=38035, Token=085B4F4F53E3DDA9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38035, Token=085B4F4F53E3DDA9, 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!
08:07:04.560 [: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
08:07:04.560 [: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"
08:07:04.560 [: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
08:07:04.560 [: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-38036], CON-POST   MID=38036, 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
08:07:04.560 [: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-FC8766D27EBEC487], CON-POST   MID=38036, Token=FC8766D27EBEC487, 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
08:07:04.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38036], KeyToken[127.0.0.1:8205-FC8766D27EBEC487]]
08:07:04.560 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.561 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E781,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38036, Token=FC8766D27EBEC487, 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]
08:07:04.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
08:07:04.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38036]
08:07:04.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R782, 127.0.0.1:8202] replace CON-POST   MID=38036, Token=FC8766D27EBEC487, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38036, Token=FC8766D27EBEC487, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R782, 127.0.0.1:8202] send response NON-2.05   MID=38036, Token=null, OptionSet={}, "server responds hi"
08:07:04.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R782, 127.0.0.1:8202, complete]!
08:07:04.561 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R782, 127.0.0.1:8202, complete] completed NON-2.04   MID=38036, Token=FC8766D27EBEC487, 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!
08:07:04.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
08:07:04.562 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E782,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38036, Token=FC8766D27EBEC487, 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]
08:07:04.562 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38036]
08:07:04.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L781, 127.0.0.1:8205, complete]!
08:07:04.594 [: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-FC8766D27EBEC487]
08:07:04.594 [: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-38036]
08:07:04.594 [: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=38036, Token=FC8766D27EBEC487, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38036, Token=FC8766D27EBEC487, 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!
08:07:04.594 [: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
08:07:04.594 [: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"
08:07:04.595 [: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
08:07:04.595 [: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-38037], CON-POST   MID=38037, 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
08:07:04.595 [: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-28DAC950252F4A27], CON-POST   MID=38037, Token=28DAC950252F4A27, 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
08:07:04.595 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38037], KeyToken[127.0.0.1:8205-28DAC950252F4A27]]
08:07:04.595 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.595 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E783,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38037, Token=28DAC950252F4A27, 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]
08:07:04.595 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38037]
08:07:04.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R784, 127.0.0.1:8202] replace CON-POST   MID=38037, Token=28DAC950252F4A27, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38037, Token=28DAC950252F4A27, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R784, 127.0.0.1:8202] send response NON-2.05   MID=38037, Token=null, OptionSet={}, "server responds hi"
08:07:04.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R784, 127.0.0.1:8202, complete]!
08:07:04.596 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R784, 127.0.0.1:8202, complete] completed NON-2.04   MID=38037, Token=28DAC950252F4A27, 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!
08:07:04.596 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.596 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E784,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38037, Token=28DAC950252F4A27, 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]
08:07:04.596 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38037]
08:07:04.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L783, 127.0.0.1:8205, complete]!
08:07:04.597 [: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-28DAC950252F4A27]
08:07:04.597 [: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-38037]
08:07:04.597 [: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=38037, Token=28DAC950252F4A27, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38037, Token=28DAC950252F4A27, 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!
08:07:04.597 [: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
08:07:04.597 [: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"
08:07:04.598 [: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
08:07:04.598 [: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-38038], CON-POST   MID=38038, 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
08:07:04.598 [: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-90552BD6CE063AF3], CON-POST   MID=38038, Token=90552BD6CE063AF3, 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
08:07:04.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38038], KeyToken[127.0.0.1:8205-90552BD6CE063AF3]]
08:07:04.598 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.598 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E785,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38038, Token=90552BD6CE063AF3, 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]
08:07:04.598 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38038]
08:07:04.598 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.599 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R786, 127.0.0.1:8202] replace CON-POST   MID=38038, Token=90552BD6CE063AF3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38038, Token=90552BD6CE063AF3, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.599 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R786, 127.0.0.1:8202] send response NON-2.05   MID=38038, Token=null, OptionSet={}, "server responds hi"
08:07:04.599 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R786, 127.0.0.1:8202, complete]!
08:07:04.599 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R786, 127.0.0.1:8202, complete] completed NON-2.04   MID=38038, Token=90552BD6CE063AF3, 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!
08:07:04.599 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.599 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E786,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38038, Token=90552BD6CE063AF3, 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]
08:07:04.599 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38038]
08:07:04.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L785, 127.0.0.1:8205, complete]!
08:07:04.600 [: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-90552BD6CE063AF3]
08:07:04.600 [: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-38038]
08:07:04.600 [: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=38038, Token=90552BD6CE063AF3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38038, Token=90552BD6CE063AF3, 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!
08:07:04.600 [: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
08:07:04.600 [: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"
08:07:04.600 [: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
08:07:04.600 [: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-38039], CON-POST   MID=38039, 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
08:07:04.600 [: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-CCB4E72FC32B84D9], CON-POST   MID=38039, Token=CCB4E72FC32B84D9, 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
08:07:04.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38039], KeyToken[127.0.0.1:8205-CCB4E72FC32B84D9]]
08:07:04.601 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.601 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E787,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38039, Token=CCB4E72FC32B84D9, 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]
08:07:04.601 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.601 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38039]
08:07:04.601 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.601 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R788, 127.0.0.1:8202] replace CON-POST   MID=38039, Token=CCB4E72FC32B84D9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38039, Token=CCB4E72FC32B84D9, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.601 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R788, 127.0.0.1:8202] send response NON-2.05   MID=38039, Token=null, OptionSet={}, "server responds hi"
08:07:04.602 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R788, 127.0.0.1:8202, complete]!
08:07:04.602 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R788, 127.0.0.1:8202, complete] completed NON-2.04   MID=38039, Token=CCB4E72FC32B84D9, 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!
08:07:04.602 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.602 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E788,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38039, Token=CCB4E72FC32B84D9, 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]
08:07:04.602 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38039]
08:07:04.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.602 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L787, 127.0.0.1:8205, complete]!
08:07:04.602 [: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-CCB4E72FC32B84D9]
08:07:04.602 [: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-38039]
08:07:04.602 [: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=38039, Token=CCB4E72FC32B84D9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38039, Token=CCB4E72FC32B84D9, 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!
08:07:04.603 [: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
08:07:04.603 [: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"
08:07:04.603 [: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
08:07:04.603 [: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-38040], CON-POST   MID=38040, 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
08:07:04.603 [: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-24896A4DB9874EB7], CON-POST   MID=38040, Token=24896A4DB9874EB7, 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
08:07:04.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38040], KeyToken[127.0.0.1:8205-24896A4DB9874EB7]]
08:07:04.603 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.604 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E789,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38040, Token=24896A4DB9874EB7, 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]
08:07:04.604 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.604 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38040]
08:07:04.604 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.604 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R790, 127.0.0.1:8202] replace CON-POST   MID=38040, Token=24896A4DB9874EB7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38040, Token=24896A4DB9874EB7, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.604 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R790, 127.0.0.1:8202] send response NON-2.05   MID=38040, Token=null, OptionSet={}, "server responds hi"
08:07:04.604 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R790, 127.0.0.1:8202, complete]!
08:07:04.604 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R790, 127.0.0.1:8202, complete] completed NON-2.04   MID=38040, Token=24896A4DB9874EB7, 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!
08:07:04.604 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.605 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E790,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38040, Token=24896A4DB9874EB7, 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]
08:07:04.605 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38040]
08:07:04.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L789, 127.0.0.1:8205, complete]!
08:07:04.605 [: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-24896A4DB9874EB7]
08:07:04.605 [: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-38040]
08:07:04.605 [: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=38040, Token=24896A4DB9874EB7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38040, Token=24896A4DB9874EB7, 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!
08:07:04.605 [: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
08:07:04.605 [: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"
08:07:04.606 [: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
08:07:04.606 [: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-38041], CON-POST   MID=38041, 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
08:07:04.606 [: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-2C8FCD06089D7103], CON-POST   MID=38041, Token=2C8FCD06089D7103, 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
08:07:04.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38041], KeyToken[127.0.0.1:8205-2C8FCD06089D7103]]
08:07:04.606 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.606 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E791,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38041, Token=2C8FCD06089D7103, 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]
08:07:04.606 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.606 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38041]
08:07:04.607 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.607 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R792, 127.0.0.1:8202] replace CON-POST   MID=38041, Token=2C8FCD06089D7103, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38041, Token=2C8FCD06089D7103, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.607 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R792, 127.0.0.1:8202] send response NON-2.05   MID=38041, Token=null, OptionSet={}, "server responds hi"
08:07:04.607 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R792, 127.0.0.1:8202, complete]!
08:07:04.607 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R792, 127.0.0.1:8202, complete] completed NON-2.04   MID=38041, Token=2C8FCD06089D7103, 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!
08:07:04.607 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.607 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E792,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38041, Token=2C8FCD06089D7103, 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]
08:07:04.607 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.607 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38041]
08:07:04.607 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.608 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.608 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L791, 127.0.0.1:8205, complete]!
08:07:04.608 [: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-2C8FCD06089D7103]
08:07:04.608 [: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-38041]
08:07:04.608 [: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=38041, Token=2C8FCD06089D7103, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38041, Token=2C8FCD06089D7103, 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!
08:07:04.608 [: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
08:07:04.608 [: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"
08:07:04.608 [: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
08:07:04.608 [: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-38042], CON-POST   MID=38042, 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
08:07:04.608 [: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-1013AF45A16FE89C], CON-POST   MID=38042, Token=1013AF45A16FE89C, 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
08:07:04.609 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38042], KeyToken[127.0.0.1:8205-1013AF45A16FE89C]]
08:07:04.609 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.609 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E793,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38042, Token=1013AF45A16FE89C, 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]
08:07:04.609 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.609 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38042]
08:07:04.609 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.609 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R794, 127.0.0.1:8202] replace CON-POST   MID=38042, Token=1013AF45A16FE89C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38042, Token=1013AF45A16FE89C, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.609 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R794, 127.0.0.1:8202] send response NON-2.05   MID=38042, Token=null, OptionSet={}, "server responds hi"
08:07:04.610 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R794, 127.0.0.1:8202, complete]!
08:07:04.610 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R794, 127.0.0.1:8202, complete] completed NON-2.04   MID=38042, Token=1013AF45A16FE89C, 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!
08:07:04.610 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.610 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E794,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38042, Token=1013AF45A16FE89C, 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]
08:07:04.610 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.610 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38042]
08:07:04.610 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.610 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.610 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L793, 127.0.0.1:8205, complete]!
08:07:04.610 [: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-1013AF45A16FE89C]
08:07:04.610 [: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-38042]
08:07:04.610 [: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=38042, Token=1013AF45A16FE89C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38042, Token=1013AF45A16FE89C, 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!
08:07:04.611 [: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
08:07:04.611 [: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"
08:07:04.611 [: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
08:07:04.611 [: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-38043], CON-POST   MID=38043, 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
08:07:04.611 [: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-943579DEB098CC0A], CON-POST   MID=38043, Token=943579DEB098CC0A, 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
08:07:04.611 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38043], KeyToken[127.0.0.1:8205-943579DEB098CC0A]]
08:07:04.611 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.612 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E795,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38043, Token=943579DEB098CC0A, 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]
08:07:04.612 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.612 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38043]
08:07:04.612 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.612 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R796, 127.0.0.1:8202] replace CON-POST   MID=38043, Token=943579DEB098CC0A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38043, Token=943579DEB098CC0A, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.612 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R796, 127.0.0.1:8202] send response NON-2.05   MID=38043, Token=null, OptionSet={}, "server responds hi"
08:07:04.612 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R796, 127.0.0.1:8202, complete]!
08:07:04.612 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R796, 127.0.0.1:8202, complete] completed NON-2.04   MID=38043, Token=943579DEB098CC0A, 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!
08:07:04.612 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.613 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E796,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38043, Token=943579DEB098CC0A, 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]
08:07:04.613 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.613 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38043]
08:07:04.613 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.613 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.613 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L795, 127.0.0.1:8205, complete]!
08:07:04.613 [: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-943579DEB098CC0A]
08:07:04.613 [: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-38043]
08:07:04.613 [: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=38043, Token=943579DEB098CC0A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38043, Token=943579DEB098CC0A, 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!
08:07:04.613 [: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
08:07:04.613 [: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"
08:07:04.614 [: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
08:07:04.614 [: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-38044], CON-POST   MID=38044, 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
08:07:04.614 [: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-18C8394AB671DD4F], CON-POST   MID=38044, Token=18C8394AB671DD4F, 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
08:07:04.614 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38044], KeyToken[127.0.0.1:8205-18C8394AB671DD4F]]
08:07:04.614 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.614 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E797,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38044, Token=18C8394AB671DD4F, 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]
08:07:04.614 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.614 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38044]
08:07:04.615 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.615 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R798, 127.0.0.1:8202] replace CON-POST   MID=38044, Token=18C8394AB671DD4F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38044, Token=18C8394AB671DD4F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.615 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R798, 127.0.0.1:8202] send response NON-2.05   MID=38044, Token=null, OptionSet={}, "server responds hi"
08:07:04.615 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R798, 127.0.0.1:8202, complete]!
08:07:04.615 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R798, 127.0.0.1:8202, complete] completed NON-2.04   MID=38044, Token=18C8394AB671DD4F, 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!
08:07:04.615 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.615 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E798,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38044, Token=18C8394AB671DD4F, 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]
08:07:04.615 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.615 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38044]
08:07:04.615 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.615 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.616 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L797, 127.0.0.1:8205, complete]!
08:07:04.616 [: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-18C8394AB671DD4F]
08:07:04.616 [: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-38044]
08:07:04.616 [: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=38044, Token=18C8394AB671DD4F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38044, Token=18C8394AB671DD4F, 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!
08:07:04.616 [: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
08:07:04.616 [: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"
08:07:04.616 [: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
08:07:04.616 [: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-38045], CON-POST   MID=38045, 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
08:07:04.616 [: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-74E4C2F7FC1498B8], CON-POST   MID=38045, Token=74E4C2F7FC1498B8, 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
08:07:04.617 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38045], KeyToken[127.0.0.1:8205-74E4C2F7FC1498B8]]
08:07:04.617 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.617 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E799,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38045, Token=74E4C2F7FC1498B8, 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]
08:07:04.617 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.617 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38045]
08:07:04.617 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.617 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R800, 127.0.0.1:8202] replace CON-POST   MID=38045, Token=74E4C2F7FC1498B8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38045, Token=74E4C2F7FC1498B8, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.617 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R800, 127.0.0.1:8202] send response NON-2.05   MID=38045, Token=null, OptionSet={}, "server responds hi"
08:07:04.617 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R800, 127.0.0.1:8202, complete]!
08:07:04.617 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R800, 127.0.0.1:8202, complete] completed NON-2.04   MID=38045, Token=74E4C2F7FC1498B8, 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!
08:07:04.618 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.618 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E800,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38045, Token=74E4C2F7FC1498B8, 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]
08:07:04.618 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38045]
08:07:04.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L799, 127.0.0.1:8205, complete]!
08:07:04.618 [: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-74E4C2F7FC1498B8]
08:07:04.618 [: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-38045]
08:07:04.618 [: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=38045, Token=74E4C2F7FC1498B8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38045, Token=74E4C2F7FC1498B8, 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!
08:07:04.618 [: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
08:07:04.618 [: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"
08:07:04.619 [: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
08:07:04.619 [: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-38046], CON-POST   MID=38046, 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
08:07:04.619 [: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-14600EF1AA653B10], CON-POST   MID=38046, Token=14600EF1AA653B10, 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
08:07:04.619 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38046], KeyToken[127.0.0.1:8205-14600EF1AA653B10]]
08:07:04.619 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.619 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E801,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38046, Token=14600EF1AA653B10, 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]
08:07:04.619 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.619 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38046]
08:07:04.619 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.620 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R802, 127.0.0.1:8202] replace CON-POST   MID=38046, Token=14600EF1AA653B10, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38046, Token=14600EF1AA653B10, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.620 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R802, 127.0.0.1:8202] send response NON-2.05   MID=38046, Token=null, OptionSet={}, "server responds hi"
08:07:04.620 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R802, 127.0.0.1:8202, complete]!
08:07:04.620 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R802, 127.0.0.1:8202, complete] completed NON-2.04   MID=38046, Token=14600EF1AA653B10, 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!
08:07:04.620 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.620 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E802,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38046, Token=14600EF1AA653B10, 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]
08:07:04.620 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.620 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38046]
08:07:04.620 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.620 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.621 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L801, 127.0.0.1:8205, complete]!
08:07:04.621 [: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-14600EF1AA653B10]
08:07:04.621 [: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-38046]
08:07:04.621 [: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=38046, Token=14600EF1AA653B10, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38046, Token=14600EF1AA653B10, 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!
08:07:04.621 [: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
08:07:04.621 [: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"
08:07:04.621 [: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
08:07:04.621 [: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-38047], CON-POST   MID=38047, 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
08:07:04.621 [: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-E010E86ADAFA6A65], CON-POST   MID=38047, Token=E010E86ADAFA6A65, 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
08:07:04.621 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38047], KeyToken[127.0.0.1:8205-E010E86ADAFA6A65]]
08:07:04.622 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.622 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E803,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38047, Token=E010E86ADAFA6A65, 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]
08:07:04.622 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.622 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38047]
08:07:04.622 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.622 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R804, 127.0.0.1:8202] replace CON-POST   MID=38047, Token=E010E86ADAFA6A65, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38047, Token=E010E86ADAFA6A65, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.622 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R804, 127.0.0.1:8202] send response NON-2.05   MID=38047, Token=null, OptionSet={}, "server responds hi"
08:07:04.623 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R804, 127.0.0.1:8202, complete]!
08:07:04.623 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R804, 127.0.0.1:8202, complete] completed NON-2.04   MID=38047, Token=E010E86ADAFA6A65, 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!
08:07:04.623 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.623 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E804,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38047, Token=E010E86ADAFA6A65, 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]
08:07:04.623 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.623 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38047]
08:07:04.623 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.623 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.623 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L803, 127.0.0.1:8205, complete]!
08:07:04.623 [: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-E010E86ADAFA6A65]
08:07:04.623 [: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-38047]
08:07:04.623 [: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=38047, Token=E010E86ADAFA6A65, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38047, Token=E010E86ADAFA6A65, 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!
08:07:04.624 [: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
08:07:04.624 [: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"
08:07:04.624 [: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
08:07:04.624 [: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-38048], CON-POST   MID=38048, 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
08:07:04.624 [: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-6885B824783F6692], CON-POST   MID=38048, Token=6885B824783F6692, 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
08:07:04.624 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38048], KeyToken[127.0.0.1:8205-6885B824783F6692]]
08:07:04.624 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.624 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E805,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38048, Token=6885B824783F6692, 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]
08:07:04.625 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.625 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38048]
08:07:04.625 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.625 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R806, 127.0.0.1:8202] replace CON-POST   MID=38048, Token=6885B824783F6692, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38048, Token=6885B824783F6692, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.625 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R806, 127.0.0.1:8202] send response NON-2.05   MID=38048, Token=null, OptionSet={}, "server responds hi"
08:07:04.625 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R806, 127.0.0.1:8202, complete]!
08:07:04.625 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R806, 127.0.0.1:8202, complete] completed NON-2.04   MID=38048, Token=6885B824783F6692, 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!
08:07:04.625 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.626 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E806,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38048, Token=6885B824783F6692, 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]
08:07:04.626 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38048]
08:07:04.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.626 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L805, 127.0.0.1:8205, complete]!
08:07:04.626 [: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-6885B824783F6692]
08:07:04.626 [: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-38048]
08:07:04.626 [: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=38048, Token=6885B824783F6692, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38048, Token=6885B824783F6692, 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!
08:07:04.626 [: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
08:07:04.626 [: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"
08:07:04.627 [: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
08:07:04.627 [: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-38049], CON-POST   MID=38049, 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
08:07:04.627 [: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-60EC5D91A374F515], CON-POST   MID=38049, Token=60EC5D91A374F515, 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
08:07:04.627 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38049], KeyToken[127.0.0.1:8205-60EC5D91A374F515]]
08:07:04.627 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.627 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E807,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38049, Token=60EC5D91A374F515, 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]
08:07:04.627 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38049]
08:07:04.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.628 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R808, 127.0.0.1:8202] replace CON-POST   MID=38049, Token=60EC5D91A374F515, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38049, Token=60EC5D91A374F515, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.628 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R808, 127.0.0.1:8202] send response NON-2.05   MID=38049, Token=null, OptionSet={}, "server responds hi"
08:07:04.628 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R808, 127.0.0.1:8202, complete]!
08:07:04.628 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R808, 127.0.0.1:8202, complete] completed NON-2.04   MID=38049, Token=60EC5D91A374F515, 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!
08:07:04.628 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.628 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E808,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38049, Token=60EC5D91A374F515, 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]
08:07:04.628 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38049]
08:07:04.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.629 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L807, 127.0.0.1:8205, complete]!
08:07:04.629 [: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-60EC5D91A374F515]
08:07:04.629 [: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-38049]
08:07:04.629 [: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=38049, Token=60EC5D91A374F515, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38049, Token=60EC5D91A374F515, 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!
08:07:04.629 [: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
08:07:04.629 [: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"
08:07:04.629 [: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
08:07:04.629 [: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-38050], CON-POST   MID=38050, 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
08:07:04.630 [: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-98CC7BA6851E91C3], CON-POST   MID=38050, Token=98CC7BA6851E91C3, 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
08:07:04.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38050], KeyToken[127.0.0.1:8205-98CC7BA6851E91C3]]
08:07:04.630 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.630 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E809,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38050, Token=98CC7BA6851E91C3, 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]
08:07:04.630 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38050]
08:07:04.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R810, 127.0.0.1:8202] replace CON-POST   MID=38050, Token=98CC7BA6851E91C3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38050, Token=98CC7BA6851E91C3, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R810, 127.0.0.1:8202] send response NON-2.05   MID=38050, Token=null, OptionSet={}, "server responds hi"
08:07:04.631 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R810, 127.0.0.1:8202, complete]!
08:07:04.631 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R810, 127.0.0.1:8202, complete] completed NON-2.04   MID=38050, Token=98CC7BA6851E91C3, 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!
08:07:04.631 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.631 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E810,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38050, Token=98CC7BA6851E91C3, 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]
08:07:04.631 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38050]
08:07:04.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L809, 127.0.0.1:8205, complete]!
08:07:04.631 [: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-98CC7BA6851E91C3]
08:07:04.631 [: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-38050]
08:07:04.631 [: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=38050, Token=98CC7BA6851E91C3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38050, Token=98CC7BA6851E91C3, 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!
08:07:04.632 [: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
08:07:04.632 [: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"
08:07:04.632 [: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
08:07:04.632 [: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-38051], CON-POST   MID=38051, 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
08:07:04.632 [: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-78806B8193185842], CON-POST   MID=38051, Token=78806B8193185842, 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
08:07:04.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38051], KeyToken[127.0.0.1:8205-78806B8193185842]]
08:07:04.633 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.633 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E811,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38051, Token=78806B8193185842, 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]
08:07:04.633 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.633 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38051]
08:07:04.633 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.633 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R812, 127.0.0.1:8202] replace CON-POST   MID=38051, Token=78806B8193185842, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38051, Token=78806B8193185842, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.633 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R812, 127.0.0.1:8202] send response NON-2.05   MID=38051, Token=null, OptionSet={}, "server responds hi"
08:07:04.634 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R812, 127.0.0.1:8202, complete]!
08:07:04.634 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R812, 127.0.0.1:8202, complete] completed NON-2.04   MID=38051, Token=78806B8193185842, 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!
08:07:04.634 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.634 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E812,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38051, Token=78806B8193185842, 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]
08:07:04.634 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38051]
08:07:04.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L811, 127.0.0.1:8205, complete]!
08:07:04.634 [: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-78806B8193185842]
08:07:04.634 [: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-38051]
08:07:04.634 [: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=38051, Token=78806B8193185842, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38051, Token=78806B8193185842, 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!
08:07:04.635 [: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
08:07:04.635 [: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"
08:07:04.635 [: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
08:07:04.635 [: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-38052], CON-POST   MID=38052, 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
08:07:04.635 [: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-5C06C1AA96ECC6AF], CON-POST   MID=38052, Token=5C06C1AA96ECC6AF, 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
08:07:04.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38052], KeyToken[127.0.0.1:8205-5C06C1AA96ECC6AF]]
08:07:04.636 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.636 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E813,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38052, Token=5C06C1AA96ECC6AF, 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]
08:07:04.636 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.636 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38052]
08:07:04.636 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.636 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R814, 127.0.0.1:8202] replace CON-POST   MID=38052, Token=5C06C1AA96ECC6AF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38052, Token=5C06C1AA96ECC6AF, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.636 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R814, 127.0.0.1:8202] send response NON-2.05   MID=38052, Token=null, OptionSet={}, "server responds hi"
08:07:04.636 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R814, 127.0.0.1:8202, complete]!
08:07:04.636 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R814, 127.0.0.1:8202, complete] completed NON-2.04   MID=38052, Token=5C06C1AA96ECC6AF, 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!
08:07:04.637 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.637 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E814,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38052, Token=5C06C1AA96ECC6AF, 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]
08:07:04.637 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38052]
08:07:04.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L813, 127.0.0.1:8205, complete]!
08:07:04.637 [: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-5C06C1AA96ECC6AF]
08:07:04.637 [: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-38052]
08:07:04.637 [: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=38052, Token=5C06C1AA96ECC6AF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38052, Token=5C06C1AA96ECC6AF, 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!
08:07:04.637 [: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
08:07:04.637 [: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"
08:07:04.638 [: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
08:07:04.638 [: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-38053], CON-POST   MID=38053, 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
08:07:04.638 [: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-D4B9F5947C95A79B], CON-POST   MID=38053, Token=D4B9F5947C95A79B, 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
08:07:04.638 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38053], KeyToken[127.0.0.1:8205-D4B9F5947C95A79B]]
08:07:04.638 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.638 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E815,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38053, Token=D4B9F5947C95A79B, 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]
08:07:04.638 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.639 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38053]
08:07:04.639 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.639 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R816, 127.0.0.1:8202] replace CON-POST   MID=38053, Token=D4B9F5947C95A79B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38053, Token=D4B9F5947C95A79B, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.639 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R816, 127.0.0.1:8202] send response NON-2.05   MID=38053, Token=null, OptionSet={}, "server responds hi"
08:07:04.639 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R816, 127.0.0.1:8202, complete]!
08:07:04.639 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R816, 127.0.0.1:8202, complete] completed NON-2.04   MID=38053, Token=D4B9F5947C95A79B, 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!
08:07:04.639 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.639 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E816,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38053, Token=D4B9F5947C95A79B, 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]
08:07:04.639 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38053]
08:07:04.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.640 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L815, 127.0.0.1:8205, complete]!
08:07:04.640 [: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-D4B9F5947C95A79B]
08:07:04.640 [: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-38053]
08:07:04.640 [: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=38053, Token=D4B9F5947C95A79B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38053, Token=D4B9F5947C95A79B, 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!
08:07:04.640 [: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
08:07:04.640 [: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"
08:07:04.640 [: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
08:07:04.641 [: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-38054], CON-POST   MID=38054, 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
08:07:04.641 [: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-ECFABF176DAA7D9E], CON-POST   MID=38054, Token=ECFABF176DAA7D9E, 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
08:07:04.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38054], KeyToken[127.0.0.1:8205-ECFABF176DAA7D9E]]
08:07:04.641 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.641 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E817,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38054, Token=ECFABF176DAA7D9E, 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]
08:07:04.641 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.641 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38054]
08:07:04.641 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.641 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R818, 127.0.0.1:8202] replace CON-POST   MID=38054, Token=ECFABF176DAA7D9E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38054, Token=ECFABF176DAA7D9E, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R818, 127.0.0.1:8202] send response NON-2.05   MID=38054, Token=null, OptionSet={}, "server responds hi"
08:07:04.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R818, 127.0.0.1:8202, complete]!
08:07:04.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R818, 127.0.0.1:8202, complete] completed NON-2.04   MID=38054, Token=ECFABF176DAA7D9E, 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!
08:07:04.642 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.642 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E818,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38054, Token=ECFABF176DAA7D9E, 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]
08:07:04.642 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.642 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38054]
08:07:04.642 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.642 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L817, 127.0.0.1:8205, complete]!
08:07:04.643 [: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-ECFABF176DAA7D9E]
08:07:04.643 [: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-38054]
08:07:04.643 [: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=38054, Token=ECFABF176DAA7D9E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38054, Token=ECFABF176DAA7D9E, 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!
08:07:04.694 [: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
08:07:04.694 [: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"
08:07:04.694 [: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
08:07:04.694 [: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-38055], CON-POST   MID=38055, 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
08:07:04.694 [: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-9465822FDA02C55A], CON-POST   MID=38055, Token=9465822FDA02C55A, 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
08:07:04.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38055], KeyToken[127.0.0.1:8205-9465822FDA02C55A]]
08:07:04.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:8205
08:07:04.695 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E819,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38055, Token=9465822FDA02C55A, 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]
08:07:04.695 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38055]
08:07:04.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R820, 127.0.0.1:8202] replace CON-POST   MID=38055, Token=9465822FDA02C55A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38055, Token=9465822FDA02C55A, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R820, 127.0.0.1:8202] send response NON-2.05   MID=38055, Token=null, OptionSet={}, "server responds hi"
08:07:04.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R820, 127.0.0.1:8202, complete]!
08:07:04.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R820, 127.0.0.1:8202, complete] completed NON-2.04   MID=38055, Token=9465822FDA02C55A, 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!
08:07:04.696 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.696 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E820,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38055, Token=9465822FDA02C55A, 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]
08:07:04.696 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38055]
08:07:04.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L819, 127.0.0.1:8205, complete]!
08:07:04.696 [: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-9465822FDA02C55A]
08:07:04.696 [: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-38055]
08:07:04.696 [: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=38055, Token=9465822FDA02C55A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38055, Token=9465822FDA02C55A, 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!
08:07:04.696 [: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
08:07:04.696 [: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"
08:07:04.697 [: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
08:07:04.697 [: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-38056], CON-POST   MID=38056, 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
08:07:04.697 [: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-745586A36653BFFD], CON-POST   MID=38056, Token=745586A36653BFFD, 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
08:07:04.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38056], KeyToken[127.0.0.1:8205-745586A36653BFFD]]
08:07:04.697 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.697 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E821,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38056, Token=745586A36653BFFD, 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]
08:07:04.697 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38056]
08:07:04.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R822, 127.0.0.1:8202] replace CON-POST   MID=38056, Token=745586A36653BFFD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38056, Token=745586A36653BFFD, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R822, 127.0.0.1:8202] send response NON-2.05   MID=38056, Token=null, OptionSet={}, "server responds hi"
08:07:04.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R822, 127.0.0.1:8202, complete]!
08:07:04.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R822, 127.0.0.1:8202, complete] completed NON-2.04   MID=38056, Token=745586A36653BFFD, 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!
08:07:04.698 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.698 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E822,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38056, Token=745586A36653BFFD, 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]
08:07:04.698 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38056]
08:07:04.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L821, 127.0.0.1:8205, complete]!
08:07:04.699 [: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-745586A36653BFFD]
08:07:04.699 [: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-38056]
08:07:04.699 [: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=38056, Token=745586A36653BFFD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38056, Token=745586A36653BFFD, 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!
08:07:04.699 [: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
08:07:04.699 [: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"
08:07:04.700 [: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
08:07:04.700 [: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-38057], CON-POST   MID=38057, 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
08:07:04.700 [: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-D82CD3517D74DFFF], CON-POST   MID=38057, Token=D82CD3517D74DFFF, 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
08:07:04.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38057], KeyToken[127.0.0.1:8205-D82CD3517D74DFFF]]
08:07:04.700 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.700 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E823,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38057, Token=D82CD3517D74DFFF, 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]
08:07:04.700 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.700 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38057]
08:07:04.700 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.701 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R824, 127.0.0.1:8202] replace CON-POST   MID=38057, Token=D82CD3517D74DFFF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38057, Token=D82CD3517D74DFFF, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.701 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R824, 127.0.0.1:8202] send response NON-2.05   MID=38057, Token=null, OptionSet={}, "server responds hi"
08:07:04.701 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R824, 127.0.0.1:8202, complete]!
08:07:04.701 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R824, 127.0.0.1:8202, complete] completed NON-2.04   MID=38057, Token=D82CD3517D74DFFF, 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!
08:07:04.701 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.701 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E824,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38057, Token=D82CD3517D74DFFF, 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]
08:07:04.701 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38057]
08:07:04.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L823, 127.0.0.1:8205, complete]!
08:07:04.702 [: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-D82CD3517D74DFFF]
08:07:04.702 [: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-38057]
08:07:04.702 [: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=38057, Token=D82CD3517D74DFFF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38057, Token=D82CD3517D74DFFF, 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!
08:07:04.702 [: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
08:07:04.702 [: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"
08:07:04.702 [: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
08:07:04.702 [: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-38058], CON-POST   MID=38058, 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
08:07:04.702 [: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-D467E5389D97692E], CON-POST   MID=38058, Token=D467E5389D97692E, 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
08:07:04.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38058], KeyToken[127.0.0.1:8205-D467E5389D97692E]]
08:07:04.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 40 bytes to 127.0.0.1:8205
08:07:04.703 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E825,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38058, Token=D467E5389D97692E, 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]
08:07:04.703 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.703 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38058]
08:07:04.703 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.703 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R826, 127.0.0.1:8202] replace CON-POST   MID=38058, Token=D467E5389D97692E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38058, Token=D467E5389D97692E, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.704 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R826, 127.0.0.1:8202] send response NON-2.05   MID=38058, Token=null, OptionSet={}, "server responds hi"
08:07:04.704 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R826, 127.0.0.1:8202, complete]!
08:07:04.704 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R826, 127.0.0.1:8202, complete] completed NON-2.04   MID=38058, Token=D467E5389D97692E, 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!
08:07:04.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:8202
08:07:04.704 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E826,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38058, Token=D467E5389D97692E, 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]
08:07:04.704 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.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:8205-38058]
08:07:04.704 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.705 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L825, 127.0.0.1:8205, complete]!
08:07:04.705 [: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-D467E5389D97692E]
08:07:04.705 [: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-38058]
08:07:04.705 [: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=38058, Token=D467E5389D97692E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38058, Token=D467E5389D97692E, 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!
08:07:04.705 [: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
08:07:04.705 [: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"
08:07:04.705 [: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
08:07:04.705 [: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-38059], CON-POST   MID=38059, 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
08:07:04.705 [: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-5C53F3AEF285F526], CON-POST   MID=38059, Token=5C53F3AEF285F526, 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
08:07:04.705 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38059], KeyToken[127.0.0.1:8205-5C53F3AEF285F526]]
08:07:04.706 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.706 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E827,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38059, Token=5C53F3AEF285F526, 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]
08:07:04.706 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.706 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38059]
08:07:04.706 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.706 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R828, 127.0.0.1:8202] replace CON-POST   MID=38059, Token=5C53F3AEF285F526, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38059, Token=5C53F3AEF285F526, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.706 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R828, 127.0.0.1:8202] send response NON-2.05   MID=38059, Token=null, OptionSet={}, "server responds hi"
08:07:04.706 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R828, 127.0.0.1:8202, complete]!
08:07:04.706 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R828, 127.0.0.1:8202, complete] completed NON-2.04   MID=38059, Token=5C53F3AEF285F526, 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!
08:07:04.707 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.707 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E828,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38059, Token=5C53F3AEF285F526, 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]
08:07:04.707 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.707 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38059]
08:07:04.707 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.707 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.707 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L827, 127.0.0.1:8205, complete]!
08:07:04.707 [: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-5C53F3AEF285F526]
08:07:04.707 [: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-38059]
08:07:04.707 [: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=38059, Token=5C53F3AEF285F526, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38059, Token=5C53F3AEF285F526, 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!
08:07:04.707 [: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
08:07:04.707 [: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"
08:07:04.708 [: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
08:07:04.708 [: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-38060], CON-POST   MID=38060, 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
08:07:04.708 [: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-8C5899DD21A4BB3C], CON-POST   MID=38060, Token=8C5899DD21A4BB3C, 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
08:07:04.708 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38060], KeyToken[127.0.0.1:8205-8C5899DD21A4BB3C]]
08:07:04.708 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.709 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E829,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38060, Token=8C5899DD21A4BB3C, 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]
08:07:04.709 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.709 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38060]
08:07:04.709 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.709 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R830, 127.0.0.1:8202] replace CON-POST   MID=38060, Token=8C5899DD21A4BB3C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38060, Token=8C5899DD21A4BB3C, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.709 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R830, 127.0.0.1:8202] send response NON-2.05   MID=38060, Token=null, OptionSet={}, "server responds hi"
08:07:04.709 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R830, 127.0.0.1:8202, complete]!
08:07:04.709 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R830, 127.0.0.1:8202, complete] completed NON-2.04   MID=38060, Token=8C5899DD21A4BB3C, 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!
08:07:04.709 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.709 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E830,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38060, Token=8C5899DD21A4BB3C, 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]
08:07:04.710 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.710 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38060]
08:07:04.710 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.710 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.710 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L829, 127.0.0.1:8205, complete]!
08:07:04.710 [: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-8C5899DD21A4BB3C]
08:07:04.710 [: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-38060]
08:07:04.710 [: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=38060, Token=8C5899DD21A4BB3C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38060, Token=8C5899DD21A4BB3C, 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!
08:07:04.710 [: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
08:07:04.710 [: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"
08:07:04.711 [: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
08:07:04.711 [: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-38061], CON-POST   MID=38061, 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
08:07:04.711 [: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-60EFEDA7A386D19A], CON-POST   MID=38061, Token=60EFEDA7A386D19A, 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
08:07:04.711 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38061], KeyToken[127.0.0.1:8205-60EFEDA7A386D19A]]
08:07:04.711 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.711 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E831,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38061, Token=60EFEDA7A386D19A, 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]
08:07:04.711 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.712 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38061]
08:07:04.712 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.712 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R832, 127.0.0.1:8202] replace CON-POST   MID=38061, Token=60EFEDA7A386D19A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38061, Token=60EFEDA7A386D19A, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.712 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R832, 127.0.0.1:8202] send response NON-2.05   MID=38061, Token=null, OptionSet={}, "server responds hi"
08:07:04.712 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R832, 127.0.0.1:8202, complete]!
08:07:04.712 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R832, 127.0.0.1:8202, complete] completed NON-2.04   MID=38061, Token=60EFEDA7A386D19A, 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!
08:07:04.712 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.712 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E832,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38061, Token=60EFEDA7A386D19A, 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]
08:07:04.712 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.713 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38061]
08:07:04.713 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.713 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.713 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L831, 127.0.0.1:8205, complete]!
08:07:04.713 [: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-60EFEDA7A386D19A]
08:07:04.713 [: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-38061]
08:07:04.713 [: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=38061, Token=60EFEDA7A386D19A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38061, Token=60EFEDA7A386D19A, 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!
08:07:04.713 [: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
08:07:04.713 [: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"
08:07:04.713 [: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
08:07:04.713 [: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-38062], CON-POST   MID=38062, 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
08:07:04.714 [: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-EC8006040BDA162F], CON-POST   MID=38062, Token=EC8006040BDA162F, 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
08:07:04.714 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38062], KeyToken[127.0.0.1:8205-EC8006040BDA162F]]
08:07:04.714 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.714 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E833,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38062, Token=EC8006040BDA162F, 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]
08:07:04.714 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.714 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38062]
08:07:04.714 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.714 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R834, 127.0.0.1:8202] replace CON-POST   MID=38062, Token=EC8006040BDA162F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38062, Token=EC8006040BDA162F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.714 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R834, 127.0.0.1:8202] send response NON-2.05   MID=38062, Token=null, OptionSet={}, "server responds hi"
08:07:04.715 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R834, 127.0.0.1:8202, complete]!
08:07:04.715 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R834, 127.0.0.1:8202, complete] completed NON-2.04   MID=38062, Token=EC8006040BDA162F, 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!
08:07:04.715 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.715 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E834,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38062, Token=EC8006040BDA162F, 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]
08:07:04.715 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.715 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38062]
08:07:04.715 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.715 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.715 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L833, 127.0.0.1:8205, complete]!
08:07:04.715 [: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-EC8006040BDA162F]
08:07:04.715 [: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-38062]
08:07:04.715 [: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=38062, Token=EC8006040BDA162F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38062, Token=EC8006040BDA162F, 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!
08:07:04.716 [: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
08:07:04.716 [: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"
08:07:04.716 [: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
08:07:04.716 [: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-38063], CON-POST   MID=38063, 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
08:07:04.716 [: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-94744D15AF926B7C], CON-POST   MID=38063, Token=94744D15AF926B7C, 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
08:07:04.716 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38063], KeyToken[127.0.0.1:8205-94744D15AF926B7C]]
08:07:04.716 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.717 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E835,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38063, Token=94744D15AF926B7C, 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]
08:07:04.717 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.717 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38063]
08:07:04.717 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.717 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R836, 127.0.0.1:8202] replace CON-POST   MID=38063, Token=94744D15AF926B7C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38063, Token=94744D15AF926B7C, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.717 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R836, 127.0.0.1:8202] send response NON-2.05   MID=38063, Token=null, OptionSet={}, "server responds hi"
08:07:04.717 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R836, 127.0.0.1:8202, complete]!
08:07:04.717 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R836, 127.0.0.1:8202, complete] completed NON-2.04   MID=38063, Token=94744D15AF926B7C, 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!
08:07:04.718 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.718 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E836,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38063, Token=94744D15AF926B7C, 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]
08:07:04.718 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.718 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38063]
08:07:04.718 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.718 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.718 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L835, 127.0.0.1:8205, complete]!
08:07:04.718 [: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-94744D15AF926B7C]
08:07:04.718 [: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-38063]
08:07:04.718 [: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=38063, Token=94744D15AF926B7C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38063, Token=94744D15AF926B7C, 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!
08:07:04.718 [: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
08:07:04.718 [: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"
08:07:04.719 [: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
08:07:04.719 [: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-38064], CON-POST   MID=38064, 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
08:07:04.719 [: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-A0053051DDE4931C], CON-POST   MID=38064, Token=A0053051DDE4931C, 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
08:07:04.719 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38064], KeyToken[127.0.0.1:8205-A0053051DDE4931C]]
08:07:04.719 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.720 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E837,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38064, Token=A0053051DDE4931C, 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]
08:07:04.720 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.720 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38064]
08:07:04.720 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.720 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R838, 127.0.0.1:8202] replace CON-POST   MID=38064, Token=A0053051DDE4931C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38064, Token=A0053051DDE4931C, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.720 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R838, 127.0.0.1:8202] send response NON-2.05   MID=38064, Token=null, OptionSet={}, "server responds hi"
08:07:04.720 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R838, 127.0.0.1:8202, complete]!
08:07:04.720 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R838, 127.0.0.1:8202, complete] completed NON-2.04   MID=38064, Token=A0053051DDE4931C, 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!
08:07:04.720 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.721 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E838,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38064, Token=A0053051DDE4931C, 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]
08:07:04.721 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.721 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38064]
08:07:04.721 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.721 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.721 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L837, 127.0.0.1:8205, complete]!
08:07:04.721 [: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-A0053051DDE4931C]
08:07:04.721 [: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-38064]
08:07:04.721 [: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=38064, Token=A0053051DDE4931C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38064, Token=A0053051DDE4931C, 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!
08:07:04.722 [: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
08:07:04.722 [: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"
08:07:04.722 [: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
08:07:04.722 [: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-38065], CON-POST   MID=38065, 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
08:07:04.722 [: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-149630A81B349E69], CON-POST   MID=38065, Token=149630A81B349E69, 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
08:07:04.722 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38065], KeyToken[127.0.0.1:8205-149630A81B349E69]]
08:07:04.722 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.723 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E839,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38065, Token=149630A81B349E69, 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]
08:07:04.723 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.723 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38065]
08:07:04.723 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.723 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R840, 127.0.0.1:8202] replace CON-POST   MID=38065, Token=149630A81B349E69, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38065, Token=149630A81B349E69, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.723 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R840, 127.0.0.1:8202] send response NON-2.05   MID=38065, Token=null, OptionSet={}, "server responds hi"
08:07:04.723 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R840, 127.0.0.1:8202, complete]!
08:07:04.723 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R840, 127.0.0.1:8202, complete] completed NON-2.04   MID=38065, Token=149630A81B349E69, 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!
08:07:04.723 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.723 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E840,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38065, Token=149630A81B349E69, 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]
08:07:04.724 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.724 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38065]
08:07:04.724 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.724 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.724 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L839, 127.0.0.1:8205, complete]!
08:07:04.724 [: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-149630A81B349E69]
08:07:04.724 [: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-38065]
08:07:04.724 [: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=38065, Token=149630A81B349E69, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38065, Token=149630A81B349E69, 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!
08:07:04.724 [: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
08:07:04.724 [: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"
08:07:04.725 [: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
08:07:04.725 [: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-38066], CON-POST   MID=38066, 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
08:07:04.725 [: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-5492464CDF9AF35B], CON-POST   MID=38066, Token=5492464CDF9AF35B, 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
08:07:04.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38066], KeyToken[127.0.0.1:8205-5492464CDF9AF35B]]
08:07:04.725 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.725 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E841,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38066, Token=5492464CDF9AF35B, 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]
08:07:04.725 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.725 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38066]
08:07:04.725 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.726 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R842, 127.0.0.1:8202] replace CON-POST   MID=38066, Token=5492464CDF9AF35B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38066, Token=5492464CDF9AF35B, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.726 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R842, 127.0.0.1:8202] send response NON-2.05   MID=38066, Token=null, OptionSet={}, "server responds hi"
08:07:04.726 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R842, 127.0.0.1:8202, complete]!
08:07:04.726 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R842, 127.0.0.1:8202, complete] completed NON-2.04   MID=38066, Token=5492464CDF9AF35B, 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!
08:07:04.726 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.726 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E842,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38066, Token=5492464CDF9AF35B, 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]
08:07:04.726 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.726 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38066]
08:07:04.726 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.727 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L841, 127.0.0.1:8205, complete]!
08:07:04.727 [: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-5492464CDF9AF35B]
08:07:04.727 [: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-38066]
08:07:04.727 [: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=38066, Token=5492464CDF9AF35B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38066, Token=5492464CDF9AF35B, 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!
08:07:04.727 [: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
08:07:04.727 [: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"
08:07:04.727 [: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
08:07:04.728 [: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-38067], CON-POST   MID=38067, 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
08:07:04.728 [: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-F4AA30C9984C1CB8], CON-POST   MID=38067, Token=F4AA30C9984C1CB8, 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
08:07:04.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38067], KeyToken[127.0.0.1:8205-F4AA30C9984C1CB8]]
08:07:04.728 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.728 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E843,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38067, Token=F4AA30C9984C1CB8, 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]
08:07:04.728 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.728 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38067]
08:07:04.728 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.728 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R844, 127.0.0.1:8202] replace CON-POST   MID=38067, Token=F4AA30C9984C1CB8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38067, Token=F4AA30C9984C1CB8, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.728 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R844, 127.0.0.1:8202] send response NON-2.05   MID=38067, Token=null, OptionSet={}, "server responds hi"
08:07:04.729 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R844, 127.0.0.1:8202, complete]!
08:07:04.729 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R844, 127.0.0.1:8202, complete] completed NON-2.04   MID=38067, Token=F4AA30C9984C1CB8, 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!
08:07:04.729 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.729 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E844,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38067, Token=F4AA30C9984C1CB8, 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]
08:07:04.729 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38067]
08:07:04.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.729 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L843, 127.0.0.1:8205, complete]!
08:07:04.729 [: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-F4AA30C9984C1CB8]
08:07:04.729 [: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-38067]
08:07:04.729 [: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=38067, Token=F4AA30C9984C1CB8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38067, Token=F4AA30C9984C1CB8, 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!
08:07:04.730 [: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
08:07:04.730 [: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"
08:07:04.730 [: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
08:07:04.730 [: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-38068], CON-POST   MID=38068, 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
08:07:04.730 [: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-4440D54CDF110A3D], CON-POST   MID=38068, Token=4440D54CDF110A3D, 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
08:07:04.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38068], KeyToken[127.0.0.1:8205-4440D54CDF110A3D]]
08:07:04.731 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.731 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E845,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38068, Token=4440D54CDF110A3D, 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]
08:07:04.731 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38068]
08:07:04.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R846, 127.0.0.1:8202] replace CON-POST   MID=38068, Token=4440D54CDF110A3D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38068, Token=4440D54CDF110A3D, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R846, 127.0.0.1:8202] send response NON-2.05   MID=38068, Token=null, OptionSet={}, "server responds hi"
08:07:04.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R846, 127.0.0.1:8202, complete]!
08:07:04.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R846, 127.0.0.1:8202, complete] completed NON-2.04   MID=38068, Token=4440D54CDF110A3D, 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!
08:07:04.732 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.732 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E846,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38068, Token=4440D54CDF110A3D, 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]
08:07:04.732 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38068]
08:07:04.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L845, 127.0.0.1:8205, complete]!
08:07:04.732 [: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-4440D54CDF110A3D]
08:07:04.732 [: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-38068]
08:07:04.732 [: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=38068, Token=4440D54CDF110A3D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38068, Token=4440D54CDF110A3D, 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!
08:07:04.733 [: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
08:07:04.733 [: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"
08:07:04.733 [: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
08:07:04.733 [: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-38069], CON-POST   MID=38069, 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
08:07:04.733 [: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-1C857B134C5B2E93], CON-POST   MID=38069, Token=1C857B134C5B2E93, 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
08:07:04.733 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38069], KeyToken[127.0.0.1:8205-1C857B134C5B2E93]]
08:07:04.733 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.734 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E847,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38069, Token=1C857B134C5B2E93, 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]
08:07:04.734 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38069]
08:07:04.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R848, 127.0.0.1:8202] replace CON-POST   MID=38069, Token=1C857B134C5B2E93, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38069, Token=1C857B134C5B2E93, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R848, 127.0.0.1:8202] send response NON-2.05   MID=38069, Token=null, OptionSet={}, "server responds hi"
08:07:04.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R848, 127.0.0.1:8202, complete]!
08:07:04.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R848, 127.0.0.1:8202, complete] completed NON-2.04   MID=38069, Token=1C857B134C5B2E93, 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!
08:07:04.734 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.735 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E848,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38069, Token=1C857B134C5B2E93, 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]
08:07:04.735 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38069]
08:07:04.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.735 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L847, 127.0.0.1:8205, complete]!
08:07:04.735 [: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-1C857B134C5B2E93]
08:07:04.735 [: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-38069]
08:07:04.735 [: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=38069, Token=1C857B134C5B2E93, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38069, Token=1C857B134C5B2E93, 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!
08:07:04.735 [: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
08:07:04.735 [: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"
08:07:04.736 [: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
08:07:04.736 [: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-38070], CON-POST   MID=38070, 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
08:07:04.736 [: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-C4D68387233048D7], CON-POST   MID=38070, Token=C4D68387233048D7, 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
08:07:04.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38070], KeyToken[127.0.0.1:8205-C4D68387233048D7]]
08:07:04.736 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.736 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E849,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38070, Token=C4D68387233048D7, 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]
08:07:04.736 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.737 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38070]
08:07:04.737 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.737 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R850, 127.0.0.1:8202] replace CON-POST   MID=38070, Token=C4D68387233048D7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38070, Token=C4D68387233048D7, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.737 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R850, 127.0.0.1:8202] send response NON-2.05   MID=38070, Token=null, OptionSet={}, "server responds hi"
08:07:04.737 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R850, 127.0.0.1:8202, complete]!
08:07:04.737 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R850, 127.0.0.1:8202, complete] completed NON-2.04   MID=38070, Token=C4D68387233048D7, 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!
08:07:04.737 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.737 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E850,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38070, Token=C4D68387233048D7, 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]
08:07:04.737 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.738 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38070]
08:07:04.738 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.738 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.738 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L849, 127.0.0.1:8205, complete]!
08:07:04.738 [: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-C4D68387233048D7]
08:07:04.738 [: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-38070]
08:07:04.738 [: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=38070, Token=C4D68387233048D7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38070, Token=C4D68387233048D7, 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!
08:07:04.738 [: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
08:07:04.738 [: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"
08:07:04.739 [: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
08:07:04.739 [: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-38071], CON-POST   MID=38071, 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
08:07:04.739 [: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-94D6FA9FEBA3CD35], CON-POST   MID=38071, Token=94D6FA9FEBA3CD35, 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
08:07:04.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38071], KeyToken[127.0.0.1:8205-94D6FA9FEBA3CD35]]
08:07:04.739 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.739 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E851,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38071, Token=94D6FA9FEBA3CD35, 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]
08:07:04.739 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.739 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38071]
08:07:04.740 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.740 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R852, 127.0.0.1:8202] replace CON-POST   MID=38071, Token=94D6FA9FEBA3CD35, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38071, Token=94D6FA9FEBA3CD35, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.740 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R852, 127.0.0.1:8202] send response NON-2.05   MID=38071, Token=null, OptionSet={}, "server responds hi"
08:07:04.740 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R852, 127.0.0.1:8202, complete]!
08:07:04.740 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R852, 127.0.0.1:8202, complete] completed NON-2.04   MID=38071, Token=94D6FA9FEBA3CD35, 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!
08:07:04.794 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.794 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E852,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38071, Token=94D6FA9FEBA3CD35, 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]
08:07:04.794 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.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:8205-38071]
08:07:04.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L851, 127.0.0.1:8205, complete]!
08:07:04.794 [: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-94D6FA9FEBA3CD35]
08:07:04.794 [: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-38071]
08:07:04.794 [: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=38071, Token=94D6FA9FEBA3CD35, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38071, Token=94D6FA9FEBA3CD35, 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!
08:07:04.795 [: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
08:07:04.795 [: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"
08:07:04.795 [: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
08:07:04.795 [: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-38072], CON-POST   MID=38072, 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
08:07:04.795 [: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-38D28FAE53C21A29], CON-POST   MID=38072, Token=38D28FAE53C21A29, 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
08:07:04.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38072], KeyToken[127.0.0.1:8205-38D28FAE53C21A29]]
08:07:04.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:8205
08:07:04.796 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E853,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38072, Token=38D28FAE53C21A29, 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]
08:07:04.796 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38072]
08:07:04.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R854, 127.0.0.1:8202] replace CON-POST   MID=38072, Token=38D28FAE53C21A29, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38072, Token=38D28FAE53C21A29, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R854, 127.0.0.1:8202] send response NON-2.05   MID=38072, Token=null, OptionSet={}, "server responds hi"
08:07:04.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R854, 127.0.0.1:8202, complete]!
08:07:04.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R854, 127.0.0.1:8202, complete] completed NON-2.04   MID=38072, Token=38D28FAE53C21A29, 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!
08:07:04.797 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.797 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E854,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38072, Token=38D28FAE53C21A29, 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]
08:07:04.797 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38072]
08:07:04.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L853, 127.0.0.1:8205, complete]!
08:07:04.797 [: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-38D28FAE53C21A29]
08:07:04.797 [: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-38072]
08:07:04.797 [: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=38072, Token=38D28FAE53C21A29, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38072, Token=38D28FAE53C21A29, 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!
08:07:04.798 [: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
08:07:04.798 [: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"
08:07:04.798 [: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
08:07:04.798 [: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-38073], CON-POST   MID=38073, 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
08:07:04.798 [: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-D8F9367FDBB5B66A], CON-POST   MID=38073, Token=D8F9367FDBB5B66A, 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
08:07:04.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38073], KeyToken[127.0.0.1:8205-D8F9367FDBB5B66A]]
08:07:04.798 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.798 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E855,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38073, Token=D8F9367FDBB5B66A, 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]
08:07:04.798 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38073]
08:07:04.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R856, 127.0.0.1:8202] replace CON-POST   MID=38073, Token=D8F9367FDBB5B66A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38073, Token=D8F9367FDBB5B66A, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R856, 127.0.0.1:8202] send response NON-2.05   MID=38073, Token=null, OptionSet={}, "server responds hi"
08:07:04.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R856, 127.0.0.1:8202, complete]!
08:07:04.799 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R856, 127.0.0.1:8202, complete] completed NON-2.04   MID=38073, Token=D8F9367FDBB5B66A, 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!
08:07:04.799 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.800 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E856,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38073, Token=D8F9367FDBB5B66A, 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]
08:07:04.800 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.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:8205-38073]
08:07:04.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.800 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L855, 127.0.0.1:8205, complete]!
08:07:04.800 [: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-D8F9367FDBB5B66A]
08:07:04.800 [: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-38073]
08:07:04.800 [: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=38073, Token=D8F9367FDBB5B66A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38073, Token=D8F9367FDBB5B66A, 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!
08:07:04.800 [: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
08:07:04.800 [: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"
08:07:04.801 [: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
08:07:04.801 [: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-38074], CON-POST   MID=38074, 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
08:07:04.801 [: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-0C07554BD3A34CC3], CON-POST   MID=38074, Token=0C07554BD3A34CC3, 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
08:07:04.801 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38074], KeyToken[127.0.0.1:8205-0C07554BD3A34CC3]]
08:07:04.801 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.801 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E857,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38074, Token=0C07554BD3A34CC3, 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]
08:07:04.801 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38074]
08:07:04.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R858, 127.0.0.1:8202] replace CON-POST   MID=38074, Token=0C07554BD3A34CC3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38074, Token=0C07554BD3A34CC3, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R858, 127.0.0.1:8202] send response NON-2.05   MID=38074, Token=null, OptionSet={}, "server responds hi"
08:07:04.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R858, 127.0.0.1:8202, complete]!
08:07:04.802 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R858, 127.0.0.1:8202, complete] completed NON-2.04   MID=38074, Token=0C07554BD3A34CC3, 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!
08:07:04.802 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.802 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E858,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38074, Token=0C07554BD3A34CC3, 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]
08:07:04.802 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38074]
08:07:04.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.803 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L857, 127.0.0.1:8205, complete]!
08:07:04.803 [: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-0C07554BD3A34CC3]
08:07:04.803 [: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-38074]
08:07:04.803 [: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=38074, Token=0C07554BD3A34CC3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38074, Token=0C07554BD3A34CC3, 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!
08:07:04.803 [: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
08:07:04.803 [: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"
08:07:04.804 [: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
08:07:04.804 [: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-38075], CON-POST   MID=38075, 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
08:07:04.804 [: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-78B64F0DB4618A33], CON-POST   MID=38075, Token=78B64F0DB4618A33, 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
08:07:04.804 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38075], KeyToken[127.0.0.1:8205-78B64F0DB4618A33]]
08:07:04.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 40 bytes to 127.0.0.1:8205
08:07:04.805 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E859,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38075, Token=78B64F0DB4618A33, 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]
08:07:04.805 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.805 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38075]
08:07:04.805 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.805 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R860, 127.0.0.1:8202] replace CON-POST   MID=38075, Token=78B64F0DB4618A33, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38075, Token=78B64F0DB4618A33, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.805 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R860, 127.0.0.1:8202] send response NON-2.05   MID=38075, Token=null, OptionSet={}, "server responds hi"
08:07:04.805 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R860, 127.0.0.1:8202, complete]!
08:07:04.805 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R860, 127.0.0.1:8202, complete] completed NON-2.04   MID=38075, Token=78B64F0DB4618A33, 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!
08:07:04.805 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.806 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E860,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38075, Token=78B64F0DB4618A33, 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]
08:07:04.806 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38075]
08:07:04.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.806 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L859, 127.0.0.1:8205, complete]!
08:07:04.806 [: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-78B64F0DB4618A33]
08:07:04.806 [: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-38075]
08:07:04.806 [: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=38075, Token=78B64F0DB4618A33, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38075, Token=78B64F0DB4618A33, 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!
08:07:04.806 [: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
08:07:04.806 [: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"
08:07:04.807 [: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
08:07:04.807 [: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-38076], CON-POST   MID=38076, 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
08:07:04.807 [: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-78C64F81A818E1F2], CON-POST   MID=38076, Token=78C64F81A818E1F2, 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
08:07:04.807 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38076], KeyToken[127.0.0.1:8205-78C64F81A818E1F2]]
08:07:04.807 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.807 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E861,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38076, Token=78C64F81A818E1F2, 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]
08:07:04.807 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.808 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38076]
08:07:04.808 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.808 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R862, 127.0.0.1:8202] replace CON-POST   MID=38076, Token=78C64F81A818E1F2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38076, Token=78C64F81A818E1F2, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.808 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R862, 127.0.0.1:8202] send response NON-2.05   MID=38076, Token=null, OptionSet={}, "server responds hi"
08:07:04.808 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R862, 127.0.0.1:8202, complete]!
08:07:04.808 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R862, 127.0.0.1:8202, complete] completed NON-2.04   MID=38076, Token=78C64F81A818E1F2, 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!
08:07:04.808 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.808 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E862,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38076, Token=78C64F81A818E1F2, 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]
08:07:04.808 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.809 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38076]
08:07:04.809 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.809 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.809 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L861, 127.0.0.1:8205, complete]!
08:07:04.809 [: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-78C64F81A818E1F2]
08:07:04.809 [: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-38076]
08:07:04.809 [: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=38076, Token=78C64F81A818E1F2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38076, Token=78C64F81A818E1F2, 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!
08:07:04.809 [: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
08:07:04.809 [: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"
08:07:04.809 [: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
08:07:04.810 [: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-38077], CON-POST   MID=38077, 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
08:07:04.810 [: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-6C6E4CC3ED47E05C], CON-POST   MID=38077, Token=6C6E4CC3ED47E05C, 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
08:07:04.810 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38077], KeyToken[127.0.0.1:8205-6C6E4CC3ED47E05C]]
08:07:04.810 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.810 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E863,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38077, Token=6C6E4CC3ED47E05C, 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]
08:07:04.810 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.810 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38077]
08:07:04.810 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.810 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R864, 127.0.0.1:8202] replace CON-POST   MID=38077, Token=6C6E4CC3ED47E05C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38077, Token=6C6E4CC3ED47E05C, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.811 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R864, 127.0.0.1:8202] send response NON-2.05   MID=38077, Token=null, OptionSet={}, "server responds hi"
08:07:04.811 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R864, 127.0.0.1:8202, complete]!
08:07:04.811 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R864, 127.0.0.1:8202, complete] completed NON-2.04   MID=38077, Token=6C6E4CC3ED47E05C, 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!
08:07:04.811 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.811 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E864,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38077, Token=6C6E4CC3ED47E05C, 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]
08:07:04.811 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.811 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38077]
08:07:04.811 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.811 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.811 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L863, 127.0.0.1:8205, complete]!
08:07:04.812 [: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-6C6E4CC3ED47E05C]
08:07:04.812 [: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-38077]
08:07:04.812 [: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=38077, Token=6C6E4CC3ED47E05C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38077, Token=6C6E4CC3ED47E05C, 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!
08:07:04.812 [: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
08:07:04.812 [: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"
08:07:04.812 [: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
08:07:04.812 [: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-38078], CON-POST   MID=38078, 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
08:07:04.813 [: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-68B14607E57BA59B], CON-POST   MID=38078, Token=68B14607E57BA59B, 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
08:07:04.813 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38078], KeyToken[127.0.0.1:8205-68B14607E57BA59B]]
08:07:04.813 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.813 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E865,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38078, Token=68B14607E57BA59B, 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]
08:07:04.813 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.813 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38078]
08:07:04.813 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.813 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R866, 127.0.0.1:8202] replace CON-POST   MID=38078, Token=68B14607E57BA59B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38078, Token=68B14607E57BA59B, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.813 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R866, 127.0.0.1:8202] send response NON-2.05   MID=38078, Token=null, OptionSet={}, "server responds hi"
08:07:04.814 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R866, 127.0.0.1:8202, complete]!
08:07:04.814 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R866, 127.0.0.1:8202, complete] completed NON-2.04   MID=38078, Token=68B14607E57BA59B, 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!
08:07:04.814 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.814 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E866,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38078, Token=68B14607E57BA59B, 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]
08:07:04.814 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.814 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38078]
08:07:04.814 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.814 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.814 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L865, 127.0.0.1:8205, complete]!
08:07:04.814 [: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-68B14607E57BA59B]
08:07:04.814 [: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-38078]
08:07:04.814 [: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=38078, Token=68B14607E57BA59B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38078, Token=68B14607E57BA59B, 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!
08:07:04.815 [: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
08:07:04.815 [: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"
08:07:04.815 [: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
08:07:04.815 [: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-38079], CON-POST   MID=38079, 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
08:07:04.815 [: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-DCAD1588E53B03E6], CON-POST   MID=38079, Token=DCAD1588E53B03E6, 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
08:07:04.815 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38079], KeyToken[127.0.0.1:8205-DCAD1588E53B03E6]]
08:07:04.816 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.816 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E867,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38079, Token=DCAD1588E53B03E6, 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]
08:07:04.816 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.816 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38079]
08:07:04.816 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.816 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R868, 127.0.0.1:8202] replace CON-POST   MID=38079, Token=DCAD1588E53B03E6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38079, Token=DCAD1588E53B03E6, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.816 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R868, 127.0.0.1:8202] send response NON-2.05   MID=38079, Token=null, OptionSet={}, "server responds hi"
08:07:04.816 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R868, 127.0.0.1:8202, complete]!
08:07:04.817 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R868, 127.0.0.1:8202, complete] completed NON-2.04   MID=38079, Token=DCAD1588E53B03E6, 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!
08:07:04.817 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.817 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E868,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38079, Token=DCAD1588E53B03E6, 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]
08:07:04.817 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.817 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38079]
08:07:04.817 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.817 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.817 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L867, 127.0.0.1:8205, complete]!
08:07:04.817 [: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-DCAD1588E53B03E6]
08:07:04.817 [: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-38079]
08:07:04.817 [: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=38079, Token=DCAD1588E53B03E6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38079, Token=DCAD1588E53B03E6, 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!
08:07:04.818 [: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
08:07:04.818 [: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"
08:07:04.818 [: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
08:07:04.818 [: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-38080], CON-POST   MID=38080, 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
08:07:04.818 [: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-B4A829A074888523], CON-POST   MID=38080, Token=B4A829A074888523, 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
08:07:04.818 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38080], KeyToken[127.0.0.1:8205-B4A829A074888523]]
08:07:04.818 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.819 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E869,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38080, Token=B4A829A074888523, 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]
08:07:04.819 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.819 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38080]
08:07:04.819 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.819 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R870, 127.0.0.1:8202] replace CON-POST   MID=38080, Token=B4A829A074888523, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38080, Token=B4A829A074888523, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.819 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R870, 127.0.0.1:8202] send response NON-2.05   MID=38080, Token=null, OptionSet={}, "server responds hi"
08:07:04.819 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R870, 127.0.0.1:8202, complete]!
08:07:04.819 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R870, 127.0.0.1:8202, complete] completed NON-2.04   MID=38080, Token=B4A829A074888523, 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!
08:07:04.819 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.820 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E870,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38080, Token=B4A829A074888523, 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]
08:07:04.820 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.820 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38080]
08:07:04.820 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.820 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.820 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L869, 127.0.0.1:8205, complete]!
08:07:04.820 [: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-B4A829A074888523]
08:07:04.820 [: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-38080]
08:07:04.820 [: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=38080, Token=B4A829A074888523, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38080, Token=B4A829A074888523, 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!
08:07:04.820 [: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
08:07:04.820 [: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"
08:07:04.821 [: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
08:07:04.821 [: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-38081], CON-POST   MID=38081, 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
08:07:04.821 [: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-EC60ED20A4B21D00], CON-POST   MID=38081, Token=EC60ED20A4B21D00, 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
08:07:04.821 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38081], KeyToken[127.0.0.1:8205-EC60ED20A4B21D00]]
08:07:04.821 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.821 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E871,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38081, Token=EC60ED20A4B21D00, 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]
08:07:04.821 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.822 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38081]
08:07:04.822 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.822 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R872, 127.0.0.1:8202] replace CON-POST   MID=38081, Token=EC60ED20A4B21D00, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38081, Token=EC60ED20A4B21D00, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.822 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R872, 127.0.0.1:8202] send response NON-2.05   MID=38081, Token=null, OptionSet={}, "server responds hi"
08:07:04.822 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R872, 127.0.0.1:8202, complete]!
08:07:04.822 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R872, 127.0.0.1:8202, complete] completed NON-2.04   MID=38081, Token=EC60ED20A4B21D00, 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!
08:07:04.822 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.822 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E872,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38081, Token=EC60ED20A4B21D00, 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]
08:07:04.822 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.823 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38081]
08:07:04.823 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.823 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.823 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L871, 127.0.0.1:8205, complete]!
08:07:04.823 [: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-EC60ED20A4B21D00]
08:07:04.823 [: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-38081]
08:07:04.823 [: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=38081, Token=EC60ED20A4B21D00, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38081, Token=EC60ED20A4B21D00, 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!
08:07:04.823 [: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
08:07:04.823 [: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"
08:07:04.824 [: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
08:07:04.824 [: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-38082], CON-POST   MID=38082, 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
08:07:04.824 [: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-341A332BC4C9A3A9], CON-POST   MID=38082, Token=341A332BC4C9A3A9, 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
08:07:04.824 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38082], KeyToken[127.0.0.1:8205-341A332BC4C9A3A9]]
08:07:04.824 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.824 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E873,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38082, Token=341A332BC4C9A3A9, 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]
08:07:04.824 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.824 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38082]
08:07:04.824 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.824 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R874, 127.0.0.1:8202] replace CON-POST   MID=38082, Token=341A332BC4C9A3A9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38082, Token=341A332BC4C9A3A9, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.825 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R874, 127.0.0.1:8202] send response NON-2.05   MID=38082, Token=null, OptionSet={}, "server responds hi"
08:07:04.825 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R874, 127.0.0.1:8202, complete]!
08:07:04.825 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R874, 127.0.0.1:8202, complete] completed NON-2.04   MID=38082, Token=341A332BC4C9A3A9, 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!
08:07:04.825 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.825 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E874,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38082, Token=341A332BC4C9A3A9, 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]
08:07:04.825 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.825 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38082]
08:07:04.825 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.825 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.826 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L873, 127.0.0.1:8205, complete]!
08:07:04.826 [: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-341A332BC4C9A3A9]
08:07:04.826 [: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-38082]
08:07:04.826 [: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=38082, Token=341A332BC4C9A3A9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38082, Token=341A332BC4C9A3A9, 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!
08:07:04.826 [: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
08:07:04.826 [: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"
08:07:04.826 [: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
08:07:04.826 [: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-38083], CON-POST   MID=38083, 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
08:07:04.826 [: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-44B06D4EB4895375], CON-POST   MID=38083, Token=44B06D4EB4895375, 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
08:07:04.826 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38083], KeyToken[127.0.0.1:8205-44B06D4EB4895375]]
08:07:04.827 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.827 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E875,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38083, Token=44B06D4EB4895375, 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]
08:07:04.827 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.827 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38083]
08:07:04.827 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.827 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R876, 127.0.0.1:8202] replace CON-POST   MID=38083, Token=44B06D4EB4895375, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38083, Token=44B06D4EB4895375, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.827 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R876, 127.0.0.1:8202] send response NON-2.05   MID=38083, Token=null, OptionSet={}, "server responds hi"
08:07:04.828 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R876, 127.0.0.1:8202, complete]!
08:07:04.828 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R876, 127.0.0.1:8202, complete] completed NON-2.04   MID=38083, Token=44B06D4EB4895375, 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!
08:07:04.828 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.828 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E876,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38083, Token=44B06D4EB4895375, 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]
08:07:04.828 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38083]
08:07:04.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.828 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L875, 127.0.0.1:8205, complete]!
08:07:04.828 [: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-44B06D4EB4895375]
08:07:04.828 [: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-38083]
08:07:04.828 [: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=38083, Token=44B06D4EB4895375, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38083, Token=44B06D4EB4895375, 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!
08:07:04.829 [: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
08:07:04.829 [: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"
08:07:04.829 [: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
08:07:04.829 [: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-38084], CON-POST   MID=38084, 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
08:07:04.829 [: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-F82068034D90A2E5], CON-POST   MID=38084, Token=F82068034D90A2E5, 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
08:07:04.829 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38084], KeyToken[127.0.0.1:8205-F82068034D90A2E5]]
08:07:04.829 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.830 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E877,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38084, Token=F82068034D90A2E5, 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]
08:07:04.830 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.830 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38084]
08:07:04.830 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.830 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R878, 127.0.0.1:8202] replace CON-POST   MID=38084, Token=F82068034D90A2E5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38084, Token=F82068034D90A2E5, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.830 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R878, 127.0.0.1:8202] send response NON-2.05   MID=38084, Token=null, OptionSet={}, "server responds hi"
08:07:04.830 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R878, 127.0.0.1:8202, complete]!
08:07:04.830 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R878, 127.0.0.1:8202, complete] completed NON-2.04   MID=38084, Token=F82068034D90A2E5, 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!
08:07:04.830 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.830 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E878,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38084, Token=F82068034D90A2E5, 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]
08:07:04.830 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38084]
08:07:04.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L877, 127.0.0.1:8205, complete]!
08:07:04.831 [: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-F82068034D90A2E5]
08:07:04.831 [: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-38084]
08:07:04.831 [: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=38084, Token=F82068034D90A2E5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38084, Token=F82068034D90A2E5, 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!
08:07:04.831 [: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
08:07:04.831 [: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"
08:07:04.832 [: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
08:07:04.832 [: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-38085], CON-POST   MID=38085, 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
08:07:04.832 [: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-10F07FA7DCC765B0], CON-POST   MID=38085, Token=10F07FA7DCC765B0, 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
08:07:04.832 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38085], KeyToken[127.0.0.1:8205-10F07FA7DCC765B0]]
08:07:04.832 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.832 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E879,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38085, Token=10F07FA7DCC765B0, 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]
08:07:04.832 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.832 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38085]
08:07:04.832 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.833 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R880, 127.0.0.1:8202] replace CON-POST   MID=38085, Token=10F07FA7DCC765B0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38085, Token=10F07FA7DCC765B0, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.833 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R880, 127.0.0.1:8202] send response NON-2.05   MID=38085, Token=null, OptionSet={}, "server responds hi"
08:07:04.833 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R880, 127.0.0.1:8202, complete]!
08:07:04.833 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R880, 127.0.0.1:8202, complete] completed NON-2.04   MID=38085, Token=10F07FA7DCC765B0, 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!
08:07:04.833 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.833 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E880,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38085, Token=10F07FA7DCC765B0, 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]
08:07:04.833 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.833 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38085]
08:07:04.833 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L879, 127.0.0.1:8205, complete]!
08:07:04.834 [: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-10F07FA7DCC765B0]
08:07:04.834 [: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-38085]
08:07:04.834 [: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=38085, Token=10F07FA7DCC765B0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38085, Token=10F07FA7DCC765B0, 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!
08:07:04.834 [: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
08:07:04.834 [: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"
08:07:04.893 [: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
08:07:04.894 [: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-38086], CON-POST   MID=38086, 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
08:07:04.894 [: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-C45090EDD334E095], CON-POST   MID=38086, Token=C45090EDD334E095, 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
08:07:04.894 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38086], KeyToken[127.0.0.1:8205-C45090EDD334E095]]
08:07:04.894 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.894 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E881,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38086, Token=C45090EDD334E095, 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]
08:07:04.894 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38086]
08:07:04.894 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R882, 127.0.0.1:8202] replace CON-POST   MID=38086, Token=C45090EDD334E095, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38086, Token=C45090EDD334E095, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R882, 127.0.0.1:8202] send response NON-2.05   MID=38086, Token=null, OptionSet={}, "server responds hi"
08:07:04.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R882, 127.0.0.1:8202, complete]!
08:07:04.895 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R882, 127.0.0.1:8202, complete] completed NON-2.04   MID=38086, Token=C45090EDD334E095, 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!
08:07:04.895 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.895 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E882,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38086, Token=C45090EDD334E095, 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]
08:07:04.895 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.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:8205-38086]
08:07:04.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.896 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L881, 127.0.0.1:8205, complete]!
08:07:04.896 [: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-C45090EDD334E095]
08:07:04.896 [: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-38086]
08:07:04.896 [: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=38086, Token=C45090EDD334E095, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38086, Token=C45090EDD334E095, 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!
08:07:04.896 [: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
08:07:04.896 [: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"
08:07:04.897 [: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
08:07:04.897 [: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-38087], CON-POST   MID=38087, 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
08:07:04.897 [: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-988260363383C96A], CON-POST   MID=38087, Token=988260363383C96A, 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
08:07:04.897 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38087], KeyToken[127.0.0.1:8205-988260363383C96A]]
08:07:04.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:8205
08:07:04.897 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E883,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38087, Token=988260363383C96A, 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]
08:07:04.897 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.897 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38087]
08:07:04.897 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.897 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R884, 127.0.0.1:8202] replace CON-POST   MID=38087, Token=988260363383C96A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38087, Token=988260363383C96A, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R884, 127.0.0.1:8202] send response NON-2.05   MID=38087, Token=null, OptionSet={}, "server responds hi"
08:07:04.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R884, 127.0.0.1:8202, complete]!
08:07:04.898 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R884, 127.0.0.1:8202, complete] completed NON-2.04   MID=38087, Token=988260363383C96A, 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!
08:07:04.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
08:07:04.898 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E884,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38087, Token=988260363383C96A, 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]
08:07:04.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:8205
08:07:04.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:8205-38087]
08:07:04.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.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
08:07:04.898 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L883, 127.0.0.1:8205, complete]!
08:07:04.898 [: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-988260363383C96A]
08:07:04.898 [: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-38087]
08:07:04.898 [: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=38087, Token=988260363383C96A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38087, Token=988260363383C96A, 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!
08:07:04.899 [: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
08:07:04.899 [: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"
08:07:04.899 [: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
08:07:04.899 [: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-38088], CON-POST   MID=38088, 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
08:07:04.899 [: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-0C869916E02E4AE1], CON-POST   MID=38088, Token=0C869916E02E4AE1, 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
08:07:04.899 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38088], KeyToken[127.0.0.1:8205-0C869916E02E4AE1]]
08:07:04.899 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.900 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E885,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38088, Token=0C869916E02E4AE1, 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]
08:07:04.900 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38088]
08:07:04.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R886, 127.0.0.1:8202] replace CON-POST   MID=38088, Token=0C869916E02E4AE1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38088, Token=0C869916E02E4AE1, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R886, 127.0.0.1:8202] send response NON-2.05   MID=38088, Token=null, OptionSet={}, "server responds hi"
08:07:04.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R886, 127.0.0.1:8202, complete]!
08:07:04.900 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R886, 127.0.0.1:8202, complete] completed NON-2.04   MID=38088, Token=0C869916E02E4AE1, 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!
08:07:04.900 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.900 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E886,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38088, Token=0C869916E02E4AE1, 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]
08:07:04.900 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38088]
08:07:04.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.901 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L885, 127.0.0.1:8205, complete]!
08:07:04.901 [: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-0C869916E02E4AE1]
08:07:04.901 [: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-38088]
08:07:04.901 [: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=38088, Token=0C869916E02E4AE1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38088, Token=0C869916E02E4AE1, 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!
08:07:04.901 [: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
08:07:04.901 [: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"
08:07:04.902 [: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
08:07:04.902 [: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-38089], CON-POST   MID=38089, 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
08:07:04.902 [: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-DC8A98B90ED55A8C], CON-POST   MID=38089, Token=DC8A98B90ED55A8C, 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
08:07:04.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38089], KeyToken[127.0.0.1:8205-DC8A98B90ED55A8C]]
08:07:04.902 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.902 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E887,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38089, Token=DC8A98B90ED55A8C, 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]
08:07:04.902 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.902 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38089]
08:07:04.903 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.903 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R888, 127.0.0.1:8202] replace CON-POST   MID=38089, Token=DC8A98B90ED55A8C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38089, Token=DC8A98B90ED55A8C, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.903 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R888, 127.0.0.1:8202] send response NON-2.05   MID=38089, Token=null, OptionSet={}, "server responds hi"
08:07:04.903 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R888, 127.0.0.1:8202, complete]!
08:07:04.903 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R888, 127.0.0.1:8202, complete] completed NON-2.04   MID=38089, Token=DC8A98B90ED55A8C, 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!
08:07:04.903 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.903 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E888,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38089, Token=DC8A98B90ED55A8C, 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]
08:07:04.903 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38089]
08:07:04.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.904 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L887, 127.0.0.1:8205, complete]!
08:07:04.904 [: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-DC8A98B90ED55A8C]
08:07:04.904 [: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-38089]
08:07:04.904 [: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=38089, Token=DC8A98B90ED55A8C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38089, Token=DC8A98B90ED55A8C, 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!
08:07:04.904 [: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
08:07:04.904 [: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"
08:07:04.905 [: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
08:07:04.905 [: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-38090], CON-POST   MID=38090, 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
08:07:04.905 [: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-2401218959EA47AB], CON-POST   MID=38090, Token=2401218959EA47AB, 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
08:07:04.905 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38090], KeyToken[127.0.0.1:8205-2401218959EA47AB]]
08:07:04.905 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.905 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E889,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38090, Token=2401218959EA47AB, 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]
08:07:04.905 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.905 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38090]
08:07:04.905 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.906 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R890, 127.0.0.1:8202] replace CON-POST   MID=38090, Token=2401218959EA47AB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38090, Token=2401218959EA47AB, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.906 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R890, 127.0.0.1:8202] send response NON-2.05   MID=38090, Token=null, OptionSet={}, "server responds hi"
08:07:04.906 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R890, 127.0.0.1:8202, complete]!
08:07:04.906 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R890, 127.0.0.1:8202, complete] completed NON-2.04   MID=38090, Token=2401218959EA47AB, 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!
08:07:04.906 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.906 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E890,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38090, Token=2401218959EA47AB, 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]
08:07:04.906 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38090]
08:07:04.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.906 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.907 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L889, 127.0.0.1:8205, complete]!
08:07:04.907 [: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-2401218959EA47AB]
08:07:04.907 [: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-38090]
08:07:04.907 [: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=38090, Token=2401218959EA47AB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38090, Token=2401218959EA47AB, 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!
08:07:04.907 [: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
08:07:04.907 [: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"
08:07:04.907 [: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
08:07:04.908 [: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-38091], CON-POST   MID=38091, 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
08:07:04.908 [: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-4865F09660EA25C7], CON-POST   MID=38091, Token=4865F09660EA25C7, 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
08:07:04.908 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38091], KeyToken[127.0.0.1:8205-4865F09660EA25C7]]
08:07:04.908 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.908 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E891,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38091, Token=4865F09660EA25C7, 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]
08:07:04.908 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.908 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38091]
08:07:04.908 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.908 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R892, 127.0.0.1:8202] replace CON-POST   MID=38091, Token=4865F09660EA25C7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38091, Token=4865F09660EA25C7, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.909 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R892, 127.0.0.1:8202] send response NON-2.05   MID=38091, Token=null, OptionSet={}, "server responds hi"
08:07:04.909 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R892, 127.0.0.1:8202, complete]!
08:07:04.909 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R892, 127.0.0.1:8202, complete] completed NON-2.04   MID=38091, Token=4865F09660EA25C7, 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!
08:07:04.909 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.909 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E892,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38091, Token=4865F09660EA25C7, 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]
08:07:04.909 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38091]
08:07:04.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.910 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L891, 127.0.0.1:8205, complete]!
08:07:04.910 [: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-4865F09660EA25C7]
08:07:04.910 [: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-38091]
08:07:04.910 [: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=38091, Token=4865F09660EA25C7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38091, Token=4865F09660EA25C7, 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!
08:07:04.910 [: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
08:07:04.910 [: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"
08:07:04.910 [: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
08:07:04.910 [: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-38092], CON-POST   MID=38092, 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
08:07:04.910 [: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-58390190F8248C25], CON-POST   MID=38092, Token=58390190F8248C25, 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
08:07:04.910 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38092], KeyToken[127.0.0.1:8205-58390190F8248C25]]
08:07:04.911 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.911 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E893,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38092, Token=58390190F8248C25, 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]
08:07:04.911 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.911 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38092]
08:07:04.911 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.911 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R894, 127.0.0.1:8202] replace CON-POST   MID=38092, Token=58390190F8248C25, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38092, Token=58390190F8248C25, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.911 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R894, 127.0.0.1:8202] send response NON-2.05   MID=38092, Token=null, OptionSet={}, "server responds hi"
08:07:04.911 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R894, 127.0.0.1:8202, complete]!
08:07:04.911 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R894, 127.0.0.1:8202, complete] completed NON-2.04   MID=38092, Token=58390190F8248C25, 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!
08:07:04.912 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.912 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E894,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38092, Token=58390190F8248C25, 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]
08:07:04.912 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.912 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38092]
08:07:04.912 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.912 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.912 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L893, 127.0.0.1:8205, complete]!
08:07:04.912 [: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-58390190F8248C25]
08:07:04.912 [: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-38092]
08:07:04.912 [: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=38092, Token=58390190F8248C25, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38092, Token=58390190F8248C25, 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!
08:07:04.912 [: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
08:07:04.913 [: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"
08:07:04.913 [: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
08:07:04.913 [: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-38093], CON-POST   MID=38093, 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
08:07:04.913 [: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-849B6D697EEFA680], CON-POST   MID=38093, Token=849B6D697EEFA680, 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
08:07:04.913 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38093], KeyToken[127.0.0.1:8205-849B6D697EEFA680]]
08:07:04.913 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.913 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E895,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38093, Token=849B6D697EEFA680, 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]
08:07:04.913 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.914 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38093]
08:07:04.914 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.914 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R896, 127.0.0.1:8202] replace CON-POST   MID=38093, Token=849B6D697EEFA680, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38093, Token=849B6D697EEFA680, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.914 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R896, 127.0.0.1:8202] send response NON-2.05   MID=38093, Token=null, OptionSet={}, "server responds hi"
08:07:04.914 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R896, 127.0.0.1:8202, complete]!
08:07:04.914 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R896, 127.0.0.1:8202, complete] completed NON-2.04   MID=38093, Token=849B6D697EEFA680, 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!
08:07:04.914 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.914 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E896,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38093, Token=849B6D697EEFA680, 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]
08:07:04.914 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38093]
08:07:04.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.915 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L895, 127.0.0.1:8205, complete]!
08:07:04.915 [: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-849B6D697EEFA680]
08:07:04.915 [: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-38093]
08:07:04.915 [: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=38093, Token=849B6D697EEFA680, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38093, Token=849B6D697EEFA680, 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!
08:07:04.915 [: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
08:07:04.915 [: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"
08:07:04.916 [: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
08:07:04.916 [: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-38094], CON-POST   MID=38094, 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
08:07:04.916 [: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-AC3A7A8E3FB50838], CON-POST   MID=38094, Token=AC3A7A8E3FB50838, 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
08:07:04.916 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38094], KeyToken[127.0.0.1:8205-AC3A7A8E3FB50838]]
08:07:04.916 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.916 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E897,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38094, Token=AC3A7A8E3FB50838, 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]
08:07:04.916 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.916 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38094]
08:07:04.916 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.917 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R898, 127.0.0.1:8202] replace CON-POST   MID=38094, Token=AC3A7A8E3FB50838, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38094, Token=AC3A7A8E3FB50838, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.917 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R898, 127.0.0.1:8202] send response NON-2.05   MID=38094, Token=null, OptionSet={}, "server responds hi"
08:07:04.917 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R898, 127.0.0.1:8202, complete]!
08:07:04.917 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R898, 127.0.0.1:8202, complete] completed NON-2.04   MID=38094, Token=AC3A7A8E3FB50838, 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!
08:07:04.917 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.917 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E898,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38094, Token=AC3A7A8E3FB50838, 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]
08:07:04.917 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.917 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38094]
08:07:04.917 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.918 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.918 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L897, 127.0.0.1:8205, complete]!
08:07:04.918 [: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-AC3A7A8E3FB50838]
08:07:04.918 [: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-38094]
08:07:04.918 [: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=38094, Token=AC3A7A8E3FB50838, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38094, Token=AC3A7A8E3FB50838, 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!
08:07:04.918 [: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
08:07:04.918 [: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"
08:07:04.919 [: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
08:07:04.919 [: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-38095], CON-POST   MID=38095, 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
08:07:04.919 [: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-C442B485CA22C1B5], CON-POST   MID=38095, Token=C442B485CA22C1B5, 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
08:07:04.919 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38095], KeyToken[127.0.0.1:8205-C442B485CA22C1B5]]
08:07:04.919 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.919 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E899,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38095, Token=C442B485CA22C1B5, 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]
08:07:04.919 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.919 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38095]
08:07:04.919 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.920 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R900, 127.0.0.1:8202] replace CON-POST   MID=38095, Token=C442B485CA22C1B5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38095, Token=C442B485CA22C1B5, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.920 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R900, 127.0.0.1:8202] send response NON-2.05   MID=38095, Token=null, OptionSet={}, "server responds hi"
08:07:04.920 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R900, 127.0.0.1:8202, complete]!
08:07:04.920 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R900, 127.0.0.1:8202, complete] completed NON-2.04   MID=38095, Token=C442B485CA22C1B5, 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!
08:07:04.920 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.920 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E900,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38095, Token=C442B485CA22C1B5, 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]
08:07:04.920 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.920 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38095]
08:07:04.920 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.920 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.921 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L899, 127.0.0.1:8205, complete]!
08:07:04.921 [: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-C442B485CA22C1B5]
08:07:04.921 [: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-38095]
08:07:04.921 [: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=38095, Token=C442B485CA22C1B5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38095, Token=C442B485CA22C1B5, 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!
08:07:04.921 [: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
08:07:04.921 [: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"
08:07:04.921 [: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
08:07:04.922 [: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-38096], CON-POST   MID=38096, 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
08:07:04.922 [: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-78E190BE91F12904], CON-POST   MID=38096, Token=78E190BE91F12904, 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
08:07:04.922 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38096], KeyToken[127.0.0.1:8205-78E190BE91F12904]]
08:07:04.922 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.922 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E901,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38096, Token=78E190BE91F12904, 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]
08:07:04.922 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.922 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38096]
08:07:04.922 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.922 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R902, 127.0.0.1:8202] replace CON-POST   MID=38096, Token=78E190BE91F12904, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38096, Token=78E190BE91F12904, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.922 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R902, 127.0.0.1:8202] send response NON-2.05   MID=38096, Token=null, OptionSet={}, "server responds hi"
08:07:04.923 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R902, 127.0.0.1:8202, complete]!
08:07:04.923 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R902, 127.0.0.1:8202, complete] completed NON-2.04   MID=38096, Token=78E190BE91F12904, 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!
08:07:04.923 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.923 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E902,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38096, Token=78E190BE91F12904, 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]
08:07:04.923 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.923 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38096]
08:07:04.923 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.923 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.923 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L901, 127.0.0.1:8205, complete]!
08:07:04.923 [: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-78E190BE91F12904]
08:07:04.923 [: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-38096]
08:07:04.923 [: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=38096, Token=78E190BE91F12904, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38096, Token=78E190BE91F12904, 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!
08:07:04.924 [: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
08:07:04.924 [: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"
08:07:04.924 [: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
08:07:04.924 [: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-38097], CON-POST   MID=38097, 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
08:07:04.924 [: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-687E7F0662532846], CON-POST   MID=38097, Token=687E7F0662532846, 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
08:07:04.925 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38097], KeyToken[127.0.0.1:8205-687E7F0662532846]]
08:07:04.925 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.925 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E903,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38097, Token=687E7F0662532846, 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]
08:07:04.925 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.925 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38097]
08:07:04.925 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.925 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R904, 127.0.0.1:8202] replace CON-POST   MID=38097, Token=687E7F0662532846, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38097, Token=687E7F0662532846, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R904, 127.0.0.1:8202] send response NON-2.05   MID=38097, Token=null, OptionSet={}, "server responds hi"
08:07:04.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R904, 127.0.0.1:8202, complete]!
08:07:04.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R904, 127.0.0.1:8202, complete] completed NON-2.04   MID=38097, Token=687E7F0662532846, 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!
08:07:04.926 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.926 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E904,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38097, Token=687E7F0662532846, 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]
08:07:04.926 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.926 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38097]
08:07:04.926 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.926 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L903, 127.0.0.1:8205, complete]!
08:07:04.927 [: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-687E7F0662532846]
08:07:04.927 [: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-38097]
08:07:04.927 [: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=38097, Token=687E7F0662532846, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38097, Token=687E7F0662532846, 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!
08:07:04.927 [: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
08:07:04.927 [: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"
08:07:04.927 [: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
08:07:04.927 [: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-38098], CON-POST   MID=38098, 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
08:07:04.927 [: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-DC6E4FBFE7C708D7], CON-POST   MID=38098, Token=DC6E4FBFE7C708D7, 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
08:07:04.927 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38098], KeyToken[127.0.0.1:8205-DC6E4FBFE7C708D7]]
08:07:04.928 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.928 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E905,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38098, Token=DC6E4FBFE7C708D7, 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]
08:07:04.928 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.928 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38098]
08:07:04.928 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.928 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R906, 127.0.0.1:8202] replace CON-POST   MID=38098, Token=DC6E4FBFE7C708D7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38098, Token=DC6E4FBFE7C708D7, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.928 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R906, 127.0.0.1:8202] send response NON-2.05   MID=38098, Token=null, OptionSet={}, "server responds hi"
08:07:04.929 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R906, 127.0.0.1:8202, complete]!
08:07:04.929 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R906, 127.0.0.1:8202, complete] completed NON-2.04   MID=38098, Token=DC6E4FBFE7C708D7, 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!
08:07:04.929 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.929 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E906,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38098, Token=DC6E4FBFE7C708D7, 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]
08:07:04.929 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38098]
08:07:04.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.929 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L905, 127.0.0.1:8205, complete]!
08:07:04.929 [: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-DC6E4FBFE7C708D7]
08:07:04.929 [: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-38098]
08:07:04.929 [: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=38098, Token=DC6E4FBFE7C708D7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38098, Token=DC6E4FBFE7C708D7, 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!
08:07:04.930 [: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
08:07:04.930 [: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"
08:07:04.930 [: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
08:07:04.930 [: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-38099], CON-POST   MID=38099, 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
08:07:04.930 [: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-D0393964ACE3117F], CON-POST   MID=38099, Token=D0393964ACE3117F, 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
08:07:04.930 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38099], KeyToken[127.0.0.1:8205-D0393964ACE3117F]]
08:07:04.931 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.931 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E907,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38099, Token=D0393964ACE3117F, 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]
08:07:04.931 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.931 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38099]
08:07:04.931 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.931 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R908, 127.0.0.1:8202] replace CON-POST   MID=38099, Token=D0393964ACE3117F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38099, Token=D0393964ACE3117F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.931 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R908, 127.0.0.1:8202] send response NON-2.05   MID=38099, Token=null, OptionSet={}, "server responds hi"
08:07:04.931 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R908, 127.0.0.1:8202, complete]!
08:07:04.931 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R908, 127.0.0.1:8202, complete] completed NON-2.04   MID=38099, Token=D0393964ACE3117F, 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!
08:07:04.931 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.932 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E908,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38099, Token=D0393964ACE3117F, 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]
08:07:04.932 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38099]
08:07:04.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.932 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L907, 127.0.0.1:8205, complete]!
08:07:04.932 [: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-D0393964ACE3117F]
08:07:04.932 [: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-38099]
08:07:04.932 [: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=38099, Token=D0393964ACE3117F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38099, Token=D0393964ACE3117F, 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!
08:07:04.932 [: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
08:07:04.932 [: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"
08:07:04.933 [: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
08:07:04.933 [: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-38100], CON-POST   MID=38100, 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
08:07:04.933 [: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-2499AC7F78A86A17], CON-POST   MID=38100, Token=2499AC7F78A86A17, 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
08:07:04.933 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38100], KeyToken[127.0.0.1:8205-2499AC7F78A86A17]]
08:07:04.933 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.933 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E909,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38100, Token=2499AC7F78A86A17, 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]
08:07:04.933 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.933 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38100]
08:07:04.933 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.934 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R910, 127.0.0.1:8202] replace CON-POST   MID=38100, Token=2499AC7F78A86A17, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38100, Token=2499AC7F78A86A17, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.934 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R910, 127.0.0.1:8202] send response NON-2.05   MID=38100, Token=null, OptionSet={}, "server responds hi"
08:07:04.934 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R910, 127.0.0.1:8202, complete]!
08:07:04.934 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R910, 127.0.0.1:8202, complete] completed NON-2.04   MID=38100, Token=2499AC7F78A86A17, 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!
08:07:04.934 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.934 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E910,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38100, Token=2499AC7F78A86A17, 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]
08:07:04.934 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38100]
08:07:04.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.934 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L909, 127.0.0.1:8205, complete]!
08:07:04.935 [: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-2499AC7F78A86A17]
08:07:04.935 [: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-38100]
08:07:04.935 [: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=38100, Token=2499AC7F78A86A17, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38100, Token=2499AC7F78A86A17, 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!
08:07:04.935 [: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
08:07:04.935 [: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"
08:07:04.935 [: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
08:07:04.935 [: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-38101], CON-POST   MID=38101, 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
08:07:04.935 [: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-B843F58D8C815FCB], CON-POST   MID=38101, Token=B843F58D8C815FCB, 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
08:07:04.935 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38101], KeyToken[127.0.0.1:8205-B843F58D8C815FCB]]
08:07:04.936 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.936 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E911,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38101, Token=B843F58D8C815FCB, 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]
08:07:04.936 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.936 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38101]
08:07:04.936 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.936 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R912, 127.0.0.1:8202] replace CON-POST   MID=38101, Token=B843F58D8C815FCB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38101, Token=B843F58D8C815FCB, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.936 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R912, 127.0.0.1:8202] send response NON-2.05   MID=38101, Token=null, OptionSet={}, "server responds hi"
08:07:04.936 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R912, 127.0.0.1:8202, complete]!
08:07:04.936 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R912, 127.0.0.1:8202, complete] completed NON-2.04   MID=38101, Token=B843F58D8C815FCB, 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!
08:07:04.936 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.937 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E912,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38101, Token=B843F58D8C815FCB, 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]
08:07:04.937 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.937 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38101]
08:07:04.937 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.937 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.937 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L911, 127.0.0.1:8205, complete]!
08:07:04.937 [: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-B843F58D8C815FCB]
08:07:04.937 [: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-38101]
08:07:04.937 [: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=38101, Token=B843F58D8C815FCB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38101, Token=B843F58D8C815FCB, 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!
08:07:04.938 [: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
08:07:04.938 [: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"
08:07:04.938 [: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
08:07:04.938 [: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-38102], CON-POST   MID=38102, 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
08:07:04.938 [: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-F800099561D76CF4], CON-POST   MID=38102, Token=F800099561D76CF4, 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
08:07:04.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38102], KeyToken[127.0.0.1:8205-F800099561D76CF4]]
08:07:04.938 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.938 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E913,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38102, Token=F800099561D76CF4, 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]
08:07:04.939 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.939 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38102]
08:07:04.939 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.939 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R914, 127.0.0.1:8202] replace CON-POST   MID=38102, Token=F800099561D76CF4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38102, Token=F800099561D76CF4, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.939 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R914, 127.0.0.1:8202] send response NON-2.05   MID=38102, Token=null, OptionSet={}, "server responds hi"
08:07:04.939 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R914, 127.0.0.1:8202, complete]!
08:07:04.939 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R914, 127.0.0.1:8202, complete] completed NON-2.04   MID=38102, Token=F800099561D76CF4, 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!
08:07:04.939 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.940 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E914,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38102, Token=F800099561D76CF4, 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]
08:07:04.940 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38102]
08:07:04.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L913, 127.0.0.1:8205, complete]!
08:07:04.940 [: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-F800099561D76CF4]
08:07:04.940 [: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-38102]
08:07:04.940 [: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=38102, Token=F800099561D76CF4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38102, Token=F800099561D76CF4, 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!
08:07:04.940 [: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
08:07:04.940 [: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"
08:07:04.941 [: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
08:07:04.941 [: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-38103], CON-POST   MID=38103, 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
08:07:04.941 [: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-C0E42A42BB168E66], CON-POST   MID=38103, Token=C0E42A42BB168E66, 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
08:07:04.941 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38103], KeyToken[127.0.0.1:8205-C0E42A42BB168E66]]
08:07:04.941 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.941 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E915,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38103, Token=C0E42A42BB168E66, 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]
08:07:04.941 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38103]
08:07:04.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R916, 127.0.0.1:8202] replace CON-POST   MID=38103, Token=C0E42A42BB168E66, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38103, Token=C0E42A42BB168E66, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R916, 127.0.0.1:8202] send response NON-2.05   MID=38103, Token=null, OptionSet={}, "server responds hi"
08:07:04.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R916, 127.0.0.1:8202, complete]!
08:07:04.942 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R916, 127.0.0.1:8202, complete] completed NON-2.04   MID=38103, Token=C0E42A42BB168E66, 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!
08:07:04.942 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.942 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E916,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38103, Token=C0E42A42BB168E66, 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]
08:07:04.942 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38103]
08:07:04.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.943 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L915, 127.0.0.1:8205, complete]!
08:07:04.943 [: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-C0E42A42BB168E66]
08:07:04.943 [: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-38103]
08:07:04.943 [: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=38103, Token=C0E42A42BB168E66, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38103, Token=C0E42A42BB168E66, 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!
08:07:04.994 [: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
08:07:04.994 [: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"
08:07:04.994 [: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
08:07:04.994 [: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-38104], CON-POST   MID=38104, 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
08:07:04.994 [: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-E8F0E3D1FAE1523D], CON-POST   MID=38104, Token=E8F0E3D1FAE1523D, 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
08:07:04.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38104], KeyToken[127.0.0.1:8205-E8F0E3D1FAE1523D]]
08:07:04.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 40 bytes to 127.0.0.1:8205
08:07:04.995 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E917,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38104, Token=E8F0E3D1FAE1523D, 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]
08:07:04.995 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38104]
08:07:04.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R918, 127.0.0.1:8202] replace CON-POST   MID=38104, Token=E8F0E3D1FAE1523D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38104, Token=E8F0E3D1FAE1523D, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R918, 127.0.0.1:8202] send response NON-2.05   MID=38104, Token=null, OptionSet={}, "server responds hi"
08:07:04.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R918, 127.0.0.1:8202, complete]!
08:07:04.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R918, 127.0.0.1:8202, complete] completed NON-2.04   MID=38104, Token=E8F0E3D1FAE1523D, 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!
08:07:04.996 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.996 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E918,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38104, Token=E8F0E3D1FAE1523D, 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]
08:07:04.996 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38104]
08:07:04.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L917, 127.0.0.1:8205, complete]!
08:07:04.996 [: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-E8F0E3D1FAE1523D]
08:07:04.996 [: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-38104]
08:07:04.996 [: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=38104, Token=E8F0E3D1FAE1523D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38104, Token=E8F0E3D1FAE1523D, 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!
08:07:04.996 [: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
08:07:04.996 [: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"
08:07:04.997 [: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
08:07:04.997 [: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-38105], CON-POST   MID=38105, 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
08:07:04.997 [: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-48B4B6C7945D9221], CON-POST   MID=38105, Token=48B4B6C7945D9221, 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
08:07:04.997 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38105], KeyToken[127.0.0.1:8205-48B4B6C7945D9221]]
08:07:04.997 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.997 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E919,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38105, Token=48B4B6C7945D9221, 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]
08:07:04.997 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.997 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38105]
08:07:04.997 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.997 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R920, 127.0.0.1:8202] replace CON-POST   MID=38105, Token=48B4B6C7945D9221, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38105, Token=48B4B6C7945D9221, OptionSet={"Object-Security":0x}, "client says hi"
08:07:04.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R920, 127.0.0.1:8202] send response NON-2.05   MID=38105, Token=null, OptionSet={}, "server responds hi"
08:07:04.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R920, 127.0.0.1:8202, complete]!
08:07:04.998 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R920, 127.0.0.1:8202, complete] completed NON-2.04   MID=38105, Token=48B4B6C7945D9221, 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!
08:07:04.998 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:04.998 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E920,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38105, Token=48B4B6C7945D9221, 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]
08:07:04.998 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:04.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38105]
08:07:04.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:04.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:04.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L919, 127.0.0.1:8205, complete]!
08:07:04.998 [: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-48B4B6C7945D9221]
08:07:04.998 [: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-38105]
08:07:04.998 [: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=38105, Token=48B4B6C7945D9221, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38105, Token=48B4B6C7945D9221, 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!
08:07:04.999 [: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
08:07:04.999 [: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"
08:07:04.999 [: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
08:07:04.999 [: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-38106], CON-POST   MID=38106, 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
08:07:04.999 [: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-18EB6D965852CE37], CON-POST   MID=38106, Token=18EB6D965852CE37, 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
08:07:04.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38106], KeyToken[127.0.0.1:8205-18EB6D965852CE37]]
08:07:04.999 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:04.999 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E921,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38106, Token=18EB6D965852CE37, 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]
08:07:04.999 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:04.999 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38106]
08:07:05.000 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.000 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R922, 127.0.0.1:8202] replace CON-POST   MID=38106, Token=18EB6D965852CE37, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38106, Token=18EB6D965852CE37, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.000 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R922, 127.0.0.1:8202] send response NON-2.05   MID=38106, Token=null, OptionSet={}, "server responds hi"
08:07:05.000 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R922, 127.0.0.1:8202, complete]!
08:07:05.000 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R922, 127.0.0.1:8202, complete] completed NON-2.04   MID=38106, Token=18EB6D965852CE37, 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!
08:07:05.000 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.000 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E922,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38106, Token=18EB6D965852CE37, 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]
08:07:05.000 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.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:8205-38106]
08:07:05.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L921, 127.0.0.1:8205, complete]!
08:07:05.001 [: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-18EB6D965852CE37]
08:07:05.001 [: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-38106]
08:07:05.001 [: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=38106, Token=18EB6D965852CE37, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38106, Token=18EB6D965852CE37, 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!
08:07:05.001 [: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
08:07:05.001 [: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"
08:07:05.001 [: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
08:07:05.001 [: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-38107], CON-POST   MID=38107, 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
08:07:05.001 [: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-B08C6CE3763379CE], CON-POST   MID=38107, Token=B08C6CE3763379CE, 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
08:07:05.001 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38107], KeyToken[127.0.0.1:8205-B08C6CE3763379CE]]
08:07:05.002 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.002 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E923,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38107, Token=B08C6CE3763379CE, 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]
08:07:05.002 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.002 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38107]
08:07:05.002 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.002 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R924, 127.0.0.1:8202] replace CON-POST   MID=38107, Token=B08C6CE3763379CE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38107, Token=B08C6CE3763379CE, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.002 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R924, 127.0.0.1:8202] send response NON-2.05   MID=38107, Token=null, OptionSet={}, "server responds hi"
08:07:05.003 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R924, 127.0.0.1:8202, complete]!
08:07:05.003 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R924, 127.0.0.1:8202, complete] completed NON-2.04   MID=38107, Token=B08C6CE3763379CE, 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!
08:07:05.003 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.003 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E924,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38107, Token=B08C6CE3763379CE, 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]
08:07:05.003 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.003 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38107]
08:07:05.003 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.003 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.003 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L923, 127.0.0.1:8205, complete]!
08:07:05.003 [: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-B08C6CE3763379CE]
08:07:05.003 [: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-38107]
08:07:05.003 [: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=38107, Token=B08C6CE3763379CE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38107, Token=B08C6CE3763379CE, 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!
08:07:05.004 [: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
08:07:05.004 [: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"
08:07:05.004 [: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
08:07:05.004 [: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-38108], CON-POST   MID=38108, 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
08:07:05.004 [: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-B4E8FD5A573585B6], CON-POST   MID=38108, Token=B4E8FD5A573585B6, 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
08:07:05.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-38108], KeyToken[127.0.0.1:8205-B4E8FD5A573585B6]]
08:07:05.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
08:07:05.004 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E925,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38108, Token=B4E8FD5A573585B6, 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]
08:07:05.004 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.004 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38108]
08:07:05.004 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.005 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R926, 127.0.0.1:8202] replace CON-POST   MID=38108, Token=B4E8FD5A573585B6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38108, Token=B4E8FD5A573585B6, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.005 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R926, 127.0.0.1:8202] send response NON-2.05   MID=38108, Token=null, OptionSet={}, "server responds hi"
08:07:05.005 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R926, 127.0.0.1:8202, complete]!
08:07:05.005 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R926, 127.0.0.1:8202, complete] completed NON-2.04   MID=38108, Token=B4E8FD5A573585B6, 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!
08:07:05.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
08:07:05.005 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E926,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38108, Token=B4E8FD5A573585B6, 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]
08:07:05.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
08:07:05.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38108]
08:07:05.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.006 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L925, 127.0.0.1:8205, complete]!
08:07:05.006 [: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-B4E8FD5A573585B6]
08:07:05.006 [: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-38108]
08:07:05.006 [: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=38108, Token=B4E8FD5A573585B6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38108, Token=B4E8FD5A573585B6, 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!
08:07:05.006 [: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
08:07:05.006 [: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"
08:07:05.006 [: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
08:07:05.006 [: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-38109], CON-POST   MID=38109, 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
08:07:05.006 [: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-6852E0E97957578A], CON-POST   MID=38109, Token=6852E0E97957578A, 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
08:07:05.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-38109], KeyToken[127.0.0.1:8205-6852E0E97957578A]]
08:07:05.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
08:07:05.007 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E927,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38109, Token=6852E0E97957578A, 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]
08:07:05.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
08:07:05.007 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38109]
08:07:05.007 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.007 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R928, 127.0.0.1:8202] replace CON-POST   MID=38109, Token=6852E0E97957578A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38109, Token=6852E0E97957578A, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.007 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R928, 127.0.0.1:8202] send response NON-2.05   MID=38109, Token=null, OptionSet={}, "server responds hi"
08:07:05.007 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R928, 127.0.0.1:8202, complete]!
08:07:05.007 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R928, 127.0.0.1:8202, complete] completed NON-2.04   MID=38109, Token=6852E0E97957578A, 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!
08:07:05.008 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.008 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E928,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38109, Token=6852E0E97957578A, 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]
08:07:05.008 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38109]
08:07:05.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.008 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L927, 127.0.0.1:8205, complete]!
08:07:05.008 [: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-6852E0E97957578A]
08:07:05.008 [: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-38109]
08:07:05.008 [: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=38109, Token=6852E0E97957578A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38109, Token=6852E0E97957578A, 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!
08:07:05.008 [: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
08:07:05.008 [: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"
08:07:05.009 [: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
08:07:05.009 [: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-38110], CON-POST   MID=38110, 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
08:07:05.009 [: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-2819591D797A2D65], CON-POST   MID=38110, Token=2819591D797A2D65, 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
08:07:05.009 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38110], KeyToken[127.0.0.1:8205-2819591D797A2D65]]
08:07:05.009 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.009 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E929,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38110, Token=2819591D797A2D65, 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]
08:07:05.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
08:07:05.009 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38110]
08:07:05.009 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.009 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R930, 127.0.0.1:8202] replace CON-POST   MID=38110, Token=2819591D797A2D65, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38110, Token=2819591D797A2D65, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.010 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R930, 127.0.0.1:8202] send response NON-2.05   MID=38110, Token=null, OptionSet={}, "server responds hi"
08:07:05.010 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R930, 127.0.0.1:8202, complete]!
08:07:05.010 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R930, 127.0.0.1:8202, complete] completed NON-2.04   MID=38110, Token=2819591D797A2D65, 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!
08:07:05.010 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.010 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E930,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38110, Token=2819591D797A2D65, 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]
08:07:05.010 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.010 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38110]
08:07:05.010 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.010 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.010 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L929, 127.0.0.1:8205, complete]!
08:07:05.010 [: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-2819591D797A2D65]
08:07:05.010 [: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-38110]
08:07:05.010 [: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=38110, Token=2819591D797A2D65, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38110, Token=2819591D797A2D65, 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!
08:07:05.011 [: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
08:07:05.011 [: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"
08:07:05.011 [: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
08:07:05.011 [: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-38111], CON-POST   MID=38111, 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
08:07:05.011 [: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-142A6E9B702B8CC0], CON-POST   MID=38111, Token=142A6E9B702B8CC0, 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
08:07:05.011 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38111], KeyToken[127.0.0.1:8205-142A6E9B702B8CC0]]
08:07:05.011 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.011 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E931,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38111, Token=142A6E9B702B8CC0, 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]
08:07:05.011 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.011 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38111]
08:07:05.012 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.012 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R932, 127.0.0.1:8202] replace CON-POST   MID=38111, Token=142A6E9B702B8CC0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38111, Token=142A6E9B702B8CC0, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.012 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R932, 127.0.0.1:8202] send response NON-2.05   MID=38111, Token=null, OptionSet={}, "server responds hi"
08:07:05.012 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R932, 127.0.0.1:8202, complete]!
08:07:05.012 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R932, 127.0.0.1:8202, complete] completed NON-2.04   MID=38111, Token=142A6E9B702B8CC0, 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!
08:07:05.012 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.012 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E932,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38111, Token=142A6E9B702B8CC0, 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]
08:07:05.012 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.012 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38111]
08:07:05.012 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.012 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.013 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L931, 127.0.0.1:8205, complete]!
08:07:05.013 [: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-142A6E9B702B8CC0]
08:07:05.013 [: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-38111]
08:07:05.013 [: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=38111, Token=142A6E9B702B8CC0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38111, Token=142A6E9B702B8CC0, 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!
08:07:05.013 [: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
08:07:05.013 [: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"
08:07:05.013 [: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
08:07:05.013 [: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-38112], CON-POST   MID=38112, 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
08:07:05.013 [: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-E4CFBC811FFC98E8], CON-POST   MID=38112, Token=E4CFBC811FFC98E8, 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
08:07:05.013 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38112], KeyToken[127.0.0.1:8205-E4CFBC811FFC98E8]]
08:07:05.013 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.014 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E933,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38112, Token=E4CFBC811FFC98E8, 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]
08:07:05.014 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.014 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38112]
08:07:05.014 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.014 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R934, 127.0.0.1:8202] replace CON-POST   MID=38112, Token=E4CFBC811FFC98E8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38112, Token=E4CFBC811FFC98E8, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.014 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R934, 127.0.0.1:8202] send response NON-2.05   MID=38112, Token=null, OptionSet={}, "server responds hi"
08:07:05.014 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R934, 127.0.0.1:8202, complete]!
08:07:05.014 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R934, 127.0.0.1:8202, complete] completed NON-2.04   MID=38112, Token=E4CFBC811FFC98E8, 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!
08:07:05.014 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.014 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E934,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38112, Token=E4CFBC811FFC98E8, 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]
08:07:05.014 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.015 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38112]
08:07:05.015 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.015 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.015 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L933, 127.0.0.1:8205, complete]!
08:07:05.015 [: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-E4CFBC811FFC98E8]
08:07:05.015 [: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-38112]
08:07:05.015 [: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=38112, Token=E4CFBC811FFC98E8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38112, Token=E4CFBC811FFC98E8, 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!
08:07:05.015 [: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
08:07:05.015 [: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"
08:07:05.015 [: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
08:07:05.015 [: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-38113], CON-POST   MID=38113, 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
08:07:05.015 [: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-104DE1A27D59AA7F], CON-POST   MID=38113, Token=104DE1A27D59AA7F, 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
08:07:05.016 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38113], KeyToken[127.0.0.1:8205-104DE1A27D59AA7F]]
08:07:05.016 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.016 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E935,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38113, Token=104DE1A27D59AA7F, 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]
08:07:05.016 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.016 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38113]
08:07:05.016 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.016 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R936, 127.0.0.1:8202] replace CON-POST   MID=38113, Token=104DE1A27D59AA7F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38113, Token=104DE1A27D59AA7F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.016 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R936, 127.0.0.1:8202] send response NON-2.05   MID=38113, Token=null, OptionSet={}, "server responds hi"
08:07:05.016 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R936, 127.0.0.1:8202, complete]!
08:07:05.016 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R936, 127.0.0.1:8202, complete] completed NON-2.04   MID=38113, Token=104DE1A27D59AA7F, 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!
08:07:05.016 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.017 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E936,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38113, Token=104DE1A27D59AA7F, 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]
08:07:05.017 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.017 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38113]
08:07:05.017 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.017 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.017 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L935, 127.0.0.1:8205, complete]!
08:07:05.017 [: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-104DE1A27D59AA7F]
08:07:05.017 [: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-38113]
08:07:05.017 [: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=38113, Token=104DE1A27D59AA7F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38113, Token=104DE1A27D59AA7F, 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!
08:07:05.017 [: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
08:07:05.017 [: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"
08:07:05.017 [: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
08:07:05.018 [: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-38114], CON-POST   MID=38114, 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
08:07:05.018 [: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-1C17CDB258A7EBEA], CON-POST   MID=38114, Token=1C17CDB258A7EBEA, 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
08:07:05.018 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38114], KeyToken[127.0.0.1:8205-1C17CDB258A7EBEA]]
08:07:05.018 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.018 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E937,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38114, Token=1C17CDB258A7EBEA, 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]
08:07:05.018 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.018 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38114]
08:07:05.018 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.018 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R938, 127.0.0.1:8202] replace CON-POST   MID=38114, Token=1C17CDB258A7EBEA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38114, Token=1C17CDB258A7EBEA, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.018 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R938, 127.0.0.1:8202] send response NON-2.05   MID=38114, Token=null, OptionSet={}, "server responds hi"
08:07:05.018 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R938, 127.0.0.1:8202, complete]!
08:07:05.018 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R938, 127.0.0.1:8202, complete] completed NON-2.04   MID=38114, Token=1C17CDB258A7EBEA, 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!
08:07:05.019 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.019 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E938,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38114, Token=1C17CDB258A7EBEA, 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]
08:07:05.019 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.019 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38114]
08:07:05.019 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.019 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.019 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L937, 127.0.0.1:8205, complete]!
08:07:05.019 [: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-1C17CDB258A7EBEA]
08:07:05.019 [: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-38114]
08:07:05.019 [: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=38114, Token=1C17CDB258A7EBEA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38114, Token=1C17CDB258A7EBEA, 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!
08:07:05.019 [: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
08:07:05.019 [: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"
08:07:05.020 [: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
08:07:05.020 [: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-38115], CON-POST   MID=38115, 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
08:07:05.020 [: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-14EB29FD4C0FB5FB], CON-POST   MID=38115, Token=14EB29FD4C0FB5FB, 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
08:07:05.020 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38115], KeyToken[127.0.0.1:8205-14EB29FD4C0FB5FB]]
08:07:05.020 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.020 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E939,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38115, Token=14EB29FD4C0FB5FB, 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]
08:07:05.020 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.020 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38115]
08:07:05.020 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.020 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R940, 127.0.0.1:8202] replace CON-POST   MID=38115, Token=14EB29FD4C0FB5FB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38115, Token=14EB29FD4C0FB5FB, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.020 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R940, 127.0.0.1:8202] send response NON-2.05   MID=38115, Token=null, OptionSet={}, "server responds hi"
08:07:05.021 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R940, 127.0.0.1:8202, complete]!
08:07:05.021 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R940, 127.0.0.1:8202, complete] completed NON-2.04   MID=38115, Token=14EB29FD4C0FB5FB, 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!
08:07:05.021 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.021 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E940,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38115, Token=14EB29FD4C0FB5FB, 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]
08:07:05.021 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.021 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38115]
08:07:05.021 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.021 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.021 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L939, 127.0.0.1:8205, complete]!
08:07:05.021 [: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-14EB29FD4C0FB5FB]
08:07:05.021 [: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-38115]
08:07:05.021 [: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=38115, Token=14EB29FD4C0FB5FB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38115, Token=14EB29FD4C0FB5FB, 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!
08:07:05.021 [: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
08:07:05.021 [: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"
08:07:05.022 [: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
08:07:05.022 [: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-38116], CON-POST   MID=38116, 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
08:07:05.022 [: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-3096DF8359D27B47], CON-POST   MID=38116, Token=3096DF8359D27B47, 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
08:07:05.022 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38116], KeyToken[127.0.0.1:8205-3096DF8359D27B47]]
08:07:05.022 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.022 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E941,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38116, Token=3096DF8359D27B47, 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]
08:07:05.022 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.022 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38116]
08:07:05.022 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.022 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R942, 127.0.0.1:8202] replace CON-POST   MID=38116, Token=3096DF8359D27B47, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38116, Token=3096DF8359D27B47, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.022 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R942, 127.0.0.1:8202] send response NON-2.05   MID=38116, Token=null, OptionSet={}, "server responds hi"
08:07:05.023 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R942, 127.0.0.1:8202, complete]!
08:07:05.023 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R942, 127.0.0.1:8202, complete] completed NON-2.04   MID=38116, Token=3096DF8359D27B47, 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!
08:07:05.023 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.023 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E942,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38116, Token=3096DF8359D27B47, 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]
08:07:05.023 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.023 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38116]
08:07:05.023 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.023 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.023 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L941, 127.0.0.1:8205, complete]!
08:07:05.023 [: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-3096DF8359D27B47]
08:07:05.023 [: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-38116]
08:07:05.023 [: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=38116, Token=3096DF8359D27B47, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38116, Token=3096DF8359D27B47, 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!
08:07:05.023 [: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
08:07:05.023 [: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"
08:07:05.024 [: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
08:07:05.024 [: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-38117], CON-POST   MID=38117, 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
08:07:05.024 [: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-88161E65DAAA832A], CON-POST   MID=38117, Token=88161E65DAAA832A, 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
08:07:05.024 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38117], KeyToken[127.0.0.1:8205-88161E65DAAA832A]]
08:07:05.024 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.024 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E943,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38117, Token=88161E65DAAA832A, 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]
08:07:05.024 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.024 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38117]
08:07:05.024 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.025 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R944, 127.0.0.1:8202] replace CON-POST   MID=38117, Token=88161E65DAAA832A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38117, Token=88161E65DAAA832A, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.025 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R944, 127.0.0.1:8202] send response NON-2.05   MID=38117, Token=null, OptionSet={}, "server responds hi"
08:07:05.025 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R944, 127.0.0.1:8202, complete]!
08:07:05.025 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R944, 127.0.0.1:8202, complete] completed NON-2.04   MID=38117, Token=88161E65DAAA832A, 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!
08:07:05.025 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.025 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E944,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38117, Token=88161E65DAAA832A, 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]
08:07:05.025 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38117]
08:07:05.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L943, 127.0.0.1:8205, complete]!
08:07:05.025 [: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-88161E65DAAA832A]
08:07:05.025 [: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-38117]
08:07:05.025 [: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=38117, Token=88161E65DAAA832A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38117, Token=88161E65DAAA832A, 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!
08:07:05.026 [: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
08:07:05.026 [: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"
08:07:05.026 [: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
08:07:05.026 [: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-38118], CON-POST   MID=38118, 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
08:07:05.026 [: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-4828D04184F150D0], CON-POST   MID=38118, Token=4828D04184F150D0, 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
08:07:05.026 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38118], KeyToken[127.0.0.1:8205-4828D04184F150D0]]
08:07:05.026 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.026 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E945,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38118, Token=4828D04184F150D0, 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]
08:07:05.026 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.027 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38118]
08:07:05.027 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.027 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R946, 127.0.0.1:8202] replace CON-POST   MID=38118, Token=4828D04184F150D0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38118, Token=4828D04184F150D0, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.027 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R946, 127.0.0.1:8202] send response NON-2.05   MID=38118, Token=null, OptionSet={}, "server responds hi"
08:07:05.027 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R946, 127.0.0.1:8202, complete]!
08:07:05.027 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R946, 127.0.0.1:8202, complete] completed NON-2.04   MID=38118, Token=4828D04184F150D0, 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!
08:07:05.027 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.027 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E946,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38118, Token=4828D04184F150D0, 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]
08:07:05.027 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.027 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38118]
08:07:05.027 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.027 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L945, 127.0.0.1:8205, complete]!
08:07:05.028 [: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-4828D04184F150D0]
08:07:05.028 [: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-38118]
08:07:05.028 [: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=38118, Token=4828D04184F150D0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38118, Token=4828D04184F150D0, 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!
08:07:05.028 [: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
08:07:05.028 [: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"
08:07:05.028 [: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
08:07:05.028 [: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-38119], CON-POST   MID=38119, 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
08:07:05.028 [: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-F82B358406E30006], CON-POST   MID=38119, Token=F82B358406E30006, 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
08:07:05.028 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38119], KeyToken[127.0.0.1:8205-F82B358406E30006]]
08:07:05.028 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.029 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E947,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38119, Token=F82B358406E30006, 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]
08:07:05.029 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.029 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38119]
08:07:05.029 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.029 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R948, 127.0.0.1:8202] replace CON-POST   MID=38119, Token=F82B358406E30006, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38119, Token=F82B358406E30006, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.029 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R948, 127.0.0.1:8202] send response NON-2.05   MID=38119, Token=null, OptionSet={}, "server responds hi"
08:07:05.029 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R948, 127.0.0.1:8202, complete]!
08:07:05.029 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R948, 127.0.0.1:8202, complete] completed NON-2.04   MID=38119, Token=F82B358406E30006, 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!
08:07:05.029 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.029 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E948,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38119, Token=F82B358406E30006, 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]
08:07:05.029 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38119]
08:07:05.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.030 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L947, 127.0.0.1:8205, complete]!
08:07:05.030 [: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-F82B358406E30006]
08:07:05.030 [: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-38119]
08:07:05.030 [: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=38119, Token=F82B358406E30006, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38119, Token=F82B358406E30006, 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!
08:07:05.030 [: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
08:07:05.030 [: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"
08:07:05.030 [: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
08:07:05.031 [: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-38120], CON-POST   MID=38120, 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
08:07:05.031 [: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-C4C8D8799F3A85D9], CON-POST   MID=38120, Token=C4C8D8799F3A85D9, 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
08:07:05.031 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38120], KeyToken[127.0.0.1:8205-C4C8D8799F3A85D9]]
08:07:05.031 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.031 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E949,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38120, Token=C4C8D8799F3A85D9, 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]
08:07:05.031 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.031 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38120]
08:07:05.031 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.031 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R950, 127.0.0.1:8202] replace CON-POST   MID=38120, Token=C4C8D8799F3A85D9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38120, Token=C4C8D8799F3A85D9, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.031 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R950, 127.0.0.1:8202] send response NON-2.05   MID=38120, Token=null, OptionSet={}, "server responds hi"
08:07:05.032 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R950, 127.0.0.1:8202, complete]!
08:07:05.032 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R950, 127.0.0.1:8202, complete] completed NON-2.04   MID=38120, Token=C4C8D8799F3A85D9, 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!
08:07:05.032 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.032 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E950,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38120, Token=C4C8D8799F3A85D9, 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]
08:07:05.032 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38120]
08:07:05.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.032 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L949, 127.0.0.1:8205, complete]!
08:07:05.032 [: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-C4C8D8799F3A85D9]
08:07:05.032 [: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-38120]
08:07:05.032 [: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=38120, Token=C4C8D8799F3A85D9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38120, Token=C4C8D8799F3A85D9, 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!
08:07:05.032 [: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
08:07:05.032 [: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"
08:07:05.033 [: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
08:07:05.033 [: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-38121], CON-POST   MID=38121, 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
08:07:05.033 [: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-7CE43581D6F8421D], CON-POST   MID=38121, Token=7CE43581D6F8421D, 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
08:07:05.033 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38121], KeyToken[127.0.0.1:8205-7CE43581D6F8421D]]
08:07:05.033 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.033 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E951,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38121, Token=7CE43581D6F8421D, 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]
08:07:05.033 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.033 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38121]
08:07:05.033 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.034 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R952, 127.0.0.1:8202] replace CON-POST   MID=38121, Token=7CE43581D6F8421D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38121, Token=7CE43581D6F8421D, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.034 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R952, 127.0.0.1:8202] send response NON-2.05   MID=38121, Token=null, OptionSet={}, "server responds hi"
08:07:05.034 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R952, 127.0.0.1:8202, complete]!
08:07:05.034 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R952, 127.0.0.1:8202, complete] completed NON-2.04   MID=38121, Token=7CE43581D6F8421D, 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!
08:07:05.034 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.034 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E952,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38121, Token=7CE43581D6F8421D, 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]
08:07:05.034 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38121]
08:07:05.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L951, 127.0.0.1:8205, complete]!
08:07:05.035 [: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-7CE43581D6F8421D]
08:07:05.035 [: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-38121]
08:07:05.035 [: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=38121, Token=7CE43581D6F8421D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38121, Token=7CE43581D6F8421D, 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!
08:07:05.035 [: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
08:07:05.035 [: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"
08:07:05.035 [: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
08:07:05.035 [: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-38122], CON-POST   MID=38122, 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
08:07:05.035 [: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-2C9CD48569BF1D52], CON-POST   MID=38122, Token=2C9CD48569BF1D52, 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
08:07:05.035 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38122], KeyToken[127.0.0.1:8205-2C9CD48569BF1D52]]
08:07:05.035 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.036 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E953,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38122, Token=2C9CD48569BF1D52, 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]
08:07:05.036 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38122]
08:07:05.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R954, 127.0.0.1:8202] replace CON-POST   MID=38122, Token=2C9CD48569BF1D52, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38122, Token=2C9CD48569BF1D52, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R954, 127.0.0.1:8202] send response NON-2.05   MID=38122, Token=null, OptionSet={}, "server responds hi"
08:07:05.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R954, 127.0.0.1:8202, complete]!
08:07:05.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R954, 127.0.0.1:8202, complete] completed NON-2.04   MID=38122, Token=2C9CD48569BF1D52, 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!
08:07:05.036 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.036 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E954,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38122, Token=2C9CD48569BF1D52, 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]
08:07:05.036 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38122]
08:07:05.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L953, 127.0.0.1:8205, complete]!
08:07:05.037 [: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-2C9CD48569BF1D52]
08:07:05.037 [: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-38122]
08:07:05.037 [: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=38122, Token=2C9CD48569BF1D52, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38122, Token=2C9CD48569BF1D52, 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!
08:07:05.037 [: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
08:07:05.037 [: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"
08:07:05.037 [: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
08:07:05.037 [: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-38123], CON-POST   MID=38123, 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
08:07:05.037 [: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-50DB2AA4F04F297C], CON-POST   MID=38123, Token=50DB2AA4F04F297C, 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
08:07:05.037 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38123], KeyToken[127.0.0.1:8205-50DB2AA4F04F297C]]
08:07:05.037 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.038 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E955,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38123, Token=50DB2AA4F04F297C, 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]
08:07:05.038 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.038 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38123]
08:07:05.038 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.038 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R956, 127.0.0.1:8202] replace CON-POST   MID=38123, Token=50DB2AA4F04F297C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38123, Token=50DB2AA4F04F297C, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.038 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R956, 127.0.0.1:8202] send response NON-2.05   MID=38123, Token=null, OptionSet={}, "server responds hi"
08:07:05.038 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R956, 127.0.0.1:8202, complete]!
08:07:05.038 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R956, 127.0.0.1:8202, complete] completed NON-2.04   MID=38123, Token=50DB2AA4F04F297C, 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!
08:07:05.038 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.038 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E956,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38123, Token=50DB2AA4F04F297C, 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]
08:07:05.038 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38123]
08:07:05.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L955, 127.0.0.1:8205, complete]!
08:07:05.039 [: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-50DB2AA4F04F297C]
08:07:05.039 [: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-38123]
08:07:05.039 [: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=38123, Token=50DB2AA4F04F297C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38123, Token=50DB2AA4F04F297C, 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!
08:07:05.039 [: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
08:07:05.039 [: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"
08:07:05.039 [: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
08:07:05.039 [: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-38124], CON-POST   MID=38124, 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
08:07:05.039 [: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-08075E246445F61D], CON-POST   MID=38124, Token=08075E246445F61D, 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
08:07:05.040 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38124], KeyToken[127.0.0.1:8205-08075E246445F61D]]
08:07:05.040 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.040 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E957,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38124, Token=08075E246445F61D, 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]
08:07:05.040 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.040 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38124]
08:07:05.040 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.040 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R958, 127.0.0.1:8202] replace CON-POST   MID=38124, Token=08075E246445F61D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38124, Token=08075E246445F61D, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.040 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R958, 127.0.0.1:8202] send response NON-2.05   MID=38124, Token=null, OptionSet={}, "server responds hi"
08:07:05.040 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R958, 127.0.0.1:8202, complete]!
08:07:05.040 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R958, 127.0.0.1:8202, complete] completed NON-2.04   MID=38124, Token=08075E246445F61D, 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!
08:07:05.041 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.041 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E958,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38124, Token=08075E246445F61D, 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]
08:07:05.041 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38124]
08:07:05.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.041 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L957, 127.0.0.1:8205, complete]!
08:07:05.041 [: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-08075E246445F61D]
08:07:05.041 [: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-38124]
08:07:05.041 [: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=38124, Token=08075E246445F61D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38124, Token=08075E246445F61D, 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!
08:07:05.041 [: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
08:07:05.041 [: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"
08:07:05.041 [: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
08:07:05.041 [: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-38125], CON-POST   MID=38125, 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
08:07:05.042 [: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-E884A2BD4D8FC593], CON-POST   MID=38125, Token=E884A2BD4D8FC593, 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
08:07:05.042 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38125], KeyToken[127.0.0.1:8205-E884A2BD4D8FC593]]
08:07:05.042 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.042 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E959,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38125, Token=E884A2BD4D8FC593, 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]
08:07:05.042 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38125]
08:07:05.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R960, 127.0.0.1:8202] replace CON-POST   MID=38125, Token=E884A2BD4D8FC593, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38125, Token=E884A2BD4D8FC593, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R960, 127.0.0.1:8202] send response NON-2.05   MID=38125, Token=null, OptionSet={}, "server responds hi"
08:07:05.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R960, 127.0.0.1:8202, complete]!
08:07:05.042 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R960, 127.0.0.1:8202, complete] completed NON-2.04   MID=38125, Token=E884A2BD4D8FC593, 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!
08:07:05.043 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.043 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E960,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38125, Token=E884A2BD4D8FC593, 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]
08:07:05.043 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38125]
08:07:05.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.043 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L959, 127.0.0.1:8205, complete]!
08:07:05.043 [: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-E884A2BD4D8FC593]
08:07:05.043 [: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-38125]
08:07:05.043 [: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=38125, Token=E884A2BD4D8FC593, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38125, Token=E884A2BD4D8FC593, 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!
08:07:05.043 [: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
08:07:05.043 [: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"
08:07:05.043 [: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
08:07:05.044 [: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-38126], CON-POST   MID=38126, 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
08:07:05.044 [: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-205A179B45697ECC], CON-POST   MID=38126, Token=205A179B45697ECC, 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
08:07:05.044 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38126], KeyToken[127.0.0.1:8205-205A179B45697ECC]]
08:07:05.044 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.044 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E961,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38126, Token=205A179B45697ECC, 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]
08:07:05.044 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.044 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38126]
08:07:05.044 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.044 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R962, 127.0.0.1:8202] replace CON-POST   MID=38126, Token=205A179B45697ECC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38126, Token=205A179B45697ECC, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.044 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R962, 127.0.0.1:8202] send response NON-2.05   MID=38126, Token=null, OptionSet={}, "server responds hi"
08:07:05.044 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R962, 127.0.0.1:8202, complete]!
08:07:05.044 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R962, 127.0.0.1:8202, complete] completed NON-2.04   MID=38126, Token=205A179B45697ECC, 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!
08:07:05.045 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.045 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E962,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38126, Token=205A179B45697ECC, 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]
08:07:05.045 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38126]
08:07:05.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.045 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L961, 127.0.0.1:8205, complete]!
08:07:05.045 [: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-205A179B45697ECC]
08:07:05.045 [: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-38126]
08:07:05.045 [: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=38126, Token=205A179B45697ECC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38126, Token=205A179B45697ECC, 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!
08:07:05.045 [: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
08:07:05.045 [: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"
08:07:05.045 [: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
08:07:05.046 [: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-38127], CON-POST   MID=38127, 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
08:07:05.046 [: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-FC9167E4505D7593], CON-POST   MID=38127, Token=FC9167E4505D7593, 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
08:07:05.046 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38127], KeyToken[127.0.0.1:8205-FC9167E4505D7593]]
08:07:05.046 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.046 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E963,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38127, Token=FC9167E4505D7593, 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]
08:07:05.046 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38127]
08:07:05.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R964, 127.0.0.1:8202] replace CON-POST   MID=38127, Token=FC9167E4505D7593, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38127, Token=FC9167E4505D7593, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.046 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R964, 127.0.0.1:8202] send response NON-2.05   MID=38127, Token=null, OptionSet={}, "server responds hi"
08:07:05.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R964, 127.0.0.1:8202, complete]!
08:07:05.047 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R964, 127.0.0.1:8202, complete] completed NON-2.04   MID=38127, Token=FC9167E4505D7593, 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!
08:07:05.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:8202
08:07:05.047 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E964,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38127, Token=FC9167E4505D7593, 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]
08:07:05.047 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.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:8205-38127]
08:07:05.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.047 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L963, 127.0.0.1:8205, complete]!
08:07:05.047 [: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-FC9167E4505D7593]
08:07:05.047 [: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-38127]
08:07:05.047 [: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=38127, Token=FC9167E4505D7593, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38127, Token=FC9167E4505D7593, 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!
08:07:05.094 [: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
08:07:05.094 [: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"
08:07:05.094 [: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
08:07:05.094 [: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-38128], CON-POST   MID=38128, 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
08:07:05.094 [: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-8874DFAD29F577C9], CON-POST   MID=38128, Token=8874DFAD29F577C9, 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
08:07:05.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38128], KeyToken[127.0.0.1:8205-8874DFAD29F577C9]]
08:07:05.094 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.094 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E965,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38128, Token=8874DFAD29F577C9, 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]
08:07:05.094 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38128]
08:07:05.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R966, 127.0.0.1:8202] replace CON-POST   MID=38128, Token=8874DFAD29F577C9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38128, Token=8874DFAD29F577C9, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R966, 127.0.0.1:8202] send response NON-2.05   MID=38128, Token=null, OptionSet={}, "server responds hi"
08:07:05.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R966, 127.0.0.1:8202, complete]!
08:07:05.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R966, 127.0.0.1:8202, complete] completed NON-2.04   MID=38128, Token=8874DFAD29F577C9, 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!
08:07:05.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
08:07:05.095 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E966,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38128, Token=8874DFAD29F577C9, 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]
08:07:05.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
08:07:05.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38128]
08:07:05.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L965, 127.0.0.1:8205, complete]!
08:07:05.096 [: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-8874DFAD29F577C9]
08:07:05.096 [: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-38128]
08:07:05.096 [: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=38128, Token=8874DFAD29F577C9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38128, Token=8874DFAD29F577C9, 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!
08:07:05.096 [: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
08:07:05.096 [: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"
08:07:05.096 [: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
08:07:05.096 [: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-38129], CON-POST   MID=38129, 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
08:07:05.097 [: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-80FDB0B4A8E42EA7], CON-POST   MID=38129, Token=80FDB0B4A8E42EA7, 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
08:07:05.097 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38129], KeyToken[127.0.0.1:8205-80FDB0B4A8E42EA7]]
08:07:05.097 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.097 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E967,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38129, Token=80FDB0B4A8E42EA7, 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]
08:07:05.097 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38129]
08:07:05.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R968, 127.0.0.1:8202] replace CON-POST   MID=38129, Token=80FDB0B4A8E42EA7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38129, Token=80FDB0B4A8E42EA7, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R968, 127.0.0.1:8202] send response NON-2.05   MID=38129, Token=null, OptionSet={}, "server responds hi"
08:07:05.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R968, 127.0.0.1:8202, complete]!
08:07:05.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R968, 127.0.0.1:8202, complete] completed NON-2.04   MID=38129, Token=80FDB0B4A8E42EA7, 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!
08:07:05.098 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.098 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E968,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38129, Token=80FDB0B4A8E42EA7, 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]
08:07:05.098 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38129]
08:07:05.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L967, 127.0.0.1:8205, complete]!
08:07:05.098 [: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-80FDB0B4A8E42EA7]
08:07:05.098 [: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-38129]
08:07:05.098 [: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=38129, Token=80FDB0B4A8E42EA7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38129, Token=80FDB0B4A8E42EA7, 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!
08:07:05.098 [: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
08:07:05.098 [: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"
08:07:05.099 [: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
08:07:05.099 [: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-38130], CON-POST   MID=38130, 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
08:07:05.099 [: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-5001F55AF4355178], CON-POST   MID=38130, Token=5001F55AF4355178, 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
08:07:05.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38130], KeyToken[127.0.0.1:8205-5001F55AF4355178]]
08:07:05.099 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.099 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E969,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38130, Token=5001F55AF4355178, 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]
08:07:05.099 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38130]
08:07:05.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.099 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R970, 127.0.0.1:8202] replace CON-POST   MID=38130, Token=5001F55AF4355178, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38130, Token=5001F55AF4355178, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.100 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R970, 127.0.0.1:8202] send response NON-2.05   MID=38130, Token=null, OptionSet={}, "server responds hi"
08:07:05.100 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R970, 127.0.0.1:8202, complete]!
08:07:05.100 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R970, 127.0.0.1:8202, complete] completed NON-2.04   MID=38130, Token=5001F55AF4355178, 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!
08:07:05.100 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.100 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E970,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38130, Token=5001F55AF4355178, 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]
08:07:05.100 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38130]
08:07:05.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.100 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L969, 127.0.0.1:8205, complete]!
08:07:05.101 [: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-5001F55AF4355178]
08:07:05.101 [: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-38130]
08:07:05.101 [: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=38130, Token=5001F55AF4355178, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38130, Token=5001F55AF4355178, 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!
08:07:05.101 [: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
08:07:05.101 [: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"
08:07:05.101 [: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
08:07:05.101 [: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-38131], CON-POST   MID=38131, 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
08:07:05.101 [: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-782547EDE34F7CEC], CON-POST   MID=38131, Token=782547EDE34F7CEC, 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
08:07:05.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38131], KeyToken[127.0.0.1:8205-782547EDE34F7CEC]]
08:07:05.101 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.102 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E971,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38131, Token=782547EDE34F7CEC, 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]
08:07:05.102 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.102 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38131]
08:07:05.102 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.102 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R972, 127.0.0.1:8202] replace CON-POST   MID=38131, Token=782547EDE34F7CEC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38131, Token=782547EDE34F7CEC, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.102 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R972, 127.0.0.1:8202] send response NON-2.05   MID=38131, Token=null, OptionSet={}, "server responds hi"
08:07:05.102 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R972, 127.0.0.1:8202, complete]!
08:07:05.102 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R972, 127.0.0.1:8202, complete] completed NON-2.04   MID=38131, Token=782547EDE34F7CEC, 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!
08:07:05.102 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.103 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E972,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38131, Token=782547EDE34F7CEC, 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]
08:07:05.103 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.103 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38131]
08:07:05.103 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.103 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.103 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L971, 127.0.0.1:8205, complete]!
08:07:05.103 [: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-782547EDE34F7CEC]
08:07:05.103 [: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-38131]
08:07:05.103 [: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=38131, Token=782547EDE34F7CEC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38131, Token=782547EDE34F7CEC, 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!
08:07:05.103 [: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
08:07:05.103 [: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"
08:07:05.103 [: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
08:07:05.104 [: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-38132], CON-POST   MID=38132, 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
08:07:05.104 [: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-4C4D360FE9554A13], CON-POST   MID=38132, Token=4C4D360FE9554A13, 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
08:07:05.104 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38132], KeyToken[127.0.0.1:8205-4C4D360FE9554A13]]
08:07:05.104 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.104 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E973,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38132, Token=4C4D360FE9554A13, 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]
08:07:05.104 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.104 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38132]
08:07:05.104 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.104 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R974, 127.0.0.1:8202] replace CON-POST   MID=38132, Token=4C4D360FE9554A13, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38132, Token=4C4D360FE9554A13, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.104 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R974, 127.0.0.1:8202] send response NON-2.05   MID=38132, Token=null, OptionSet={}, "server responds hi"
08:07:05.104 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R974, 127.0.0.1:8202, complete]!
08:07:05.105 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R974, 127.0.0.1:8202, complete] completed NON-2.04   MID=38132, Token=4C4D360FE9554A13, 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!
08:07:05.105 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.105 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E974,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38132, Token=4C4D360FE9554A13, 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]
08:07:05.105 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.105 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38132]
08:07:05.105 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.105 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.105 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L973, 127.0.0.1:8205, complete]!
08:07:05.105 [: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-4C4D360FE9554A13]
08:07:05.105 [: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-38132]
08:07:05.105 [: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=38132, Token=4C4D360FE9554A13, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38132, Token=4C4D360FE9554A13, 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!
08:07:05.105 [: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
08:07:05.105 [: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"
08:07:05.106 [: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
08:07:05.106 [: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-38133], CON-POST   MID=38133, 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
08:07:05.106 [: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-04E64EEDECB39D5E], CON-POST   MID=38133, Token=04E64EEDECB39D5E, 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
08:07:05.106 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38133], KeyToken[127.0.0.1:8205-04E64EEDECB39D5E]]
08:07:05.106 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.106 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E975,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38133, Token=04E64EEDECB39D5E, 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]
08:07:05.106 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.106 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38133]
08:07:05.106 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.107 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R976, 127.0.0.1:8202] replace CON-POST   MID=38133, Token=04E64EEDECB39D5E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38133, Token=04E64EEDECB39D5E, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.107 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R976, 127.0.0.1:8202] send response NON-2.05   MID=38133, Token=null, OptionSet={}, "server responds hi"
08:07:05.107 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R976, 127.0.0.1:8202, complete]!
08:07:05.107 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R976, 127.0.0.1:8202, complete] completed NON-2.04   MID=38133, Token=04E64EEDECB39D5E, 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!
08:07:05.107 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.107 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E976,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38133, Token=04E64EEDECB39D5E, 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]
08:07:05.107 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38133]
08:07:05.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.108 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L975, 127.0.0.1:8205, complete]!
08:07:05.108 [: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-04E64EEDECB39D5E]
08:07:05.108 [: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-38133]
08:07:05.108 [: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=38133, Token=04E64EEDECB39D5E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38133, Token=04E64EEDECB39D5E, 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!
08:07:05.108 [: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
08:07:05.108 [: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"
08:07:05.108 [: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
08:07:05.108 [: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-38134], CON-POST   MID=38134, 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
08:07:05.108 [: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-B85024B930D896AB], CON-POST   MID=38134, Token=B85024B930D896AB, 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
08:07:05.108 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38134], KeyToken[127.0.0.1:8205-B85024B930D896AB]]
08:07:05.108 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.109 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E977,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38134, Token=B85024B930D896AB, 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]
08:07:05.109 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.109 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38134]
08:07:05.109 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.109 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R978, 127.0.0.1:8202] replace CON-POST   MID=38134, Token=B85024B930D896AB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38134, Token=B85024B930D896AB, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.109 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R978, 127.0.0.1:8202] send response NON-2.05   MID=38134, Token=null, OptionSet={}, "server responds hi"
08:07:05.109 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R978, 127.0.0.1:8202, complete]!
08:07:05.109 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R978, 127.0.0.1:8202, complete] completed NON-2.04   MID=38134, Token=B85024B930D896AB, 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!
08:07:05.109 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.110 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E978,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38134, Token=B85024B930D896AB, 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]
08:07:05.110 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.110 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38134]
08:07:05.110 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.110 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.110 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L977, 127.0.0.1:8205, complete]!
08:07:05.110 [: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-B85024B930D896AB]
08:07:05.110 [: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-38134]
08:07:05.110 [: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=38134, Token=B85024B930D896AB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38134, Token=B85024B930D896AB, 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!
08:07:05.110 [: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
08:07:05.110 [: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"
08:07:05.110 [: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
08:07:05.111 [: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-38135], CON-POST   MID=38135, 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
08:07:05.111 [: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-7CF555E46F9C36CD], CON-POST   MID=38135, Token=7CF555E46F9C36CD, 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
08:07:05.111 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38135], KeyToken[127.0.0.1:8205-7CF555E46F9C36CD]]
08:07:05.111 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.111 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E979,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38135, Token=7CF555E46F9C36CD, 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]
08:07:05.111 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.111 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38135]
08:07:05.111 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.111 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R980, 127.0.0.1:8202] replace CON-POST   MID=38135, Token=7CF555E46F9C36CD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38135, Token=7CF555E46F9C36CD, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.111 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R980, 127.0.0.1:8202] send response NON-2.05   MID=38135, Token=null, OptionSet={}, "server responds hi"
08:07:05.112 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R980, 127.0.0.1:8202, complete]!
08:07:05.112 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R980, 127.0.0.1:8202, complete] completed NON-2.04   MID=38135, Token=7CF555E46F9C36CD, 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!
08:07:05.112 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.112 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E980,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38135, Token=7CF555E46F9C36CD, 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]
08:07:05.112 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.112 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38135]
08:07:05.112 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.112 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.112 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L979, 127.0.0.1:8205, complete]!
08:07:05.112 [: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-7CF555E46F9C36CD]
08:07:05.112 [: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-38135]
08:07:05.112 [: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=38135, Token=7CF555E46F9C36CD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38135, Token=7CF555E46F9C36CD, 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!
08:07:05.113 [: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
08:07:05.113 [: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"
08:07:05.113 [: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
08:07:05.113 [: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-38136], CON-POST   MID=38136, 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
08:07:05.113 [: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-A44DB064D2697721], CON-POST   MID=38136, Token=A44DB064D2697721, 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
08:07:05.113 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38136], KeyToken[127.0.0.1:8205-A44DB064D2697721]]
08:07:05.113 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.113 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E981,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38136, Token=A44DB064D2697721, 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]
08:07:05.113 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.113 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38136]
08:07:05.113 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.114 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R982, 127.0.0.1:8202] replace CON-POST   MID=38136, Token=A44DB064D2697721, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38136, Token=A44DB064D2697721, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.114 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R982, 127.0.0.1:8202] send response NON-2.05   MID=38136, Token=null, OptionSet={}, "server responds hi"
08:07:05.114 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R982, 127.0.0.1:8202, complete]!
08:07:05.114 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R982, 127.0.0.1:8202, complete] completed NON-2.04   MID=38136, Token=A44DB064D2697721, 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!
08:07:05.114 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.114 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E982,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38136, Token=A44DB064D2697721, 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]
08:07:05.114 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.114 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38136]
08:07:05.114 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.114 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.115 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L981, 127.0.0.1:8205, complete]!
08:07:05.115 [: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-A44DB064D2697721]
08:07:05.115 [: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-38136]
08:07:05.115 [: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=38136, Token=A44DB064D2697721, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38136, Token=A44DB064D2697721, 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!
08:07:05.115 [: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
08:07:05.115 [: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"
08:07:05.115 [: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
08:07:05.115 [: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-38137], CON-POST   MID=38137, 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
08:07:05.115 [: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-2C0A2B7295C5C377], CON-POST   MID=38137, Token=2C0A2B7295C5C377, 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
08:07:05.115 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38137], KeyToken[127.0.0.1:8205-2C0A2B7295C5C377]]
08:07:05.115 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.115 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E983,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38137, Token=2C0A2B7295C5C377, 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]
08:07:05.115 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.116 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38137]
08:07:05.116 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.116 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R984, 127.0.0.1:8202] replace CON-POST   MID=38137, Token=2C0A2B7295C5C377, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38137, Token=2C0A2B7295C5C377, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.116 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R984, 127.0.0.1:8202] send response NON-2.05   MID=38137, Token=null, OptionSet={}, "server responds hi"
08:07:05.116 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R984, 127.0.0.1:8202, complete]!
08:07:05.116 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R984, 127.0.0.1:8202, complete] completed NON-2.04   MID=38137, Token=2C0A2B7295C5C377, 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!
08:07:05.116 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.116 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E984,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38137, Token=2C0A2B7295C5C377, 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]
08:07:05.116 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.116 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38137]
08:07:05.116 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.116 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.117 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L983, 127.0.0.1:8205, complete]!
08:07:05.117 [: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-2C0A2B7295C5C377]
08:07:05.117 [: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-38137]
08:07:05.117 [: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=38137, Token=2C0A2B7295C5C377, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38137, Token=2C0A2B7295C5C377, 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!
08:07:05.117 [: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
08:07:05.117 [: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"
08:07:05.117 [: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
08:07:05.117 [: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-38138], CON-POST   MID=38138, 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
08:07:05.117 [: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-D0DFD20BF8C05026], CON-POST   MID=38138, Token=D0DFD20BF8C05026, 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
08:07:05.117 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38138], KeyToken[127.0.0.1:8205-D0DFD20BF8C05026]]
08:07:05.117 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.117 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E985,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38138, Token=D0DFD20BF8C05026, 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]
08:07:05.117 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.118 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38138]
08:07:05.118 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.118 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R986, 127.0.0.1:8202] replace CON-POST   MID=38138, Token=D0DFD20BF8C05026, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38138, Token=D0DFD20BF8C05026, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.118 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R986, 127.0.0.1:8202] send response NON-2.05   MID=38138, Token=null, OptionSet={}, "server responds hi"
08:07:05.118 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R986, 127.0.0.1:8202, complete]!
08:07:05.118 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R986, 127.0.0.1:8202, complete] completed NON-2.04   MID=38138, Token=D0DFD20BF8C05026, 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!
08:07:05.118 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.118 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E986,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38138, Token=D0DFD20BF8C05026, 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]
08:07:05.118 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.118 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38138]
08:07:05.118 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.118 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.119 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L985, 127.0.0.1:8205, complete]!
08:07:05.119 [: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-D0DFD20BF8C05026]
08:07:05.119 [: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-38138]
08:07:05.119 [: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=38138, Token=D0DFD20BF8C05026, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38138, Token=D0DFD20BF8C05026, 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!
08:07:05.119 [: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
08:07:05.119 [: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"
08:07:05.119 [: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
08:07:05.119 [: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-38139], CON-POST   MID=38139, 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
08:07:05.119 [: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-807F9D87B8454090], CON-POST   MID=38139, Token=807F9D87B8454090, 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
08:07:05.119 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38139], KeyToken[127.0.0.1:8205-807F9D87B8454090]]
08:07:05.119 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.119 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E987,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38139, Token=807F9D87B8454090, 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]
08:07:05.119 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.120 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38139]
08:07:05.120 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.120 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R988, 127.0.0.1:8202] replace CON-POST   MID=38139, Token=807F9D87B8454090, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38139, Token=807F9D87B8454090, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.120 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R988, 127.0.0.1:8202] send response NON-2.05   MID=38139, Token=null, OptionSet={}, "server responds hi"
08:07:05.120 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R988, 127.0.0.1:8202, complete]!
08:07:05.120 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R988, 127.0.0.1:8202, complete] completed NON-2.04   MID=38139, Token=807F9D87B8454090, 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!
08:07:05.120 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.120 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E988,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38139, Token=807F9D87B8454090, 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]
08:07:05.120 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.120 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38139]
08:07:05.120 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.120 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.121 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L987, 127.0.0.1:8205, complete]!
08:07:05.121 [: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-807F9D87B8454090]
08:07:05.121 [: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-38139]
08:07:05.121 [: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=38139, Token=807F9D87B8454090, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38139, Token=807F9D87B8454090, 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!
08:07:05.121 [: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
08:07:05.121 [: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"
08:07:05.121 [: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
08:07:05.121 [: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-38140], CON-POST   MID=38140, 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
08:07:05.121 [: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-747AF3330D1F8E10], CON-POST   MID=38140, Token=747AF3330D1F8E10, 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
08:07:05.121 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38140], KeyToken[127.0.0.1:8205-747AF3330D1F8E10]]
08:07:05.121 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.121 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E989,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38140, Token=747AF3330D1F8E10, 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]
08:07:05.121 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.122 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38140]
08:07:05.122 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.122 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R990, 127.0.0.1:8202] replace CON-POST   MID=38140, Token=747AF3330D1F8E10, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38140, Token=747AF3330D1F8E10, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.122 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R990, 127.0.0.1:8202] send response NON-2.05   MID=38140, Token=null, OptionSet={}, "server responds hi"
08:07:05.122 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R990, 127.0.0.1:8202, complete]!
08:07:05.122 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R990, 127.0.0.1:8202, complete] completed NON-2.04   MID=38140, Token=747AF3330D1F8E10, 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!
08:07:05.122 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.122 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E990,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38140, Token=747AF3330D1F8E10, 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]
08:07:05.122 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.122 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38140]
08:07:05.122 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.122 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.123 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L989, 127.0.0.1:8205, complete]!
08:07:05.123 [: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-747AF3330D1F8E10]
08:07:05.123 [: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-38140]
08:07:05.123 [: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=38140, Token=747AF3330D1F8E10, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38140, Token=747AF3330D1F8E10, 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!
08:07:05.123 [: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
08:07:05.123 [: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"
08:07:05.123 [: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
08:07:05.123 [: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-38141], CON-POST   MID=38141, 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
08:07:05.123 [: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-3CA643B28900D8D9], CON-POST   MID=38141, Token=3CA643B28900D8D9, 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
08:07:05.123 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38141], KeyToken[127.0.0.1:8205-3CA643B28900D8D9]]
08:07:05.123 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.123 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E991,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38141, Token=3CA643B28900D8D9, 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]
08:07:05.124 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.124 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38141]
08:07:05.124 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.124 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R992, 127.0.0.1:8202] replace CON-POST   MID=38141, Token=3CA643B28900D8D9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38141, Token=3CA643B28900D8D9, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.124 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R992, 127.0.0.1:8202] send response NON-2.05   MID=38141, Token=null, OptionSet={}, "server responds hi"
08:07:05.124 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R992, 127.0.0.1:8202, complete]!
08:07:05.124 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R992, 127.0.0.1:8202, complete] completed NON-2.04   MID=38141, Token=3CA643B28900D8D9, 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!
08:07:05.124 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.124 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E992,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38141, Token=3CA643B28900D8D9, 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]
08:07:05.124 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.125 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38141]
08:07:05.125 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.125 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.125 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L991, 127.0.0.1:8205, complete]!
08:07:05.125 [: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-3CA643B28900D8D9]
08:07:05.125 [: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-38141]
08:07:05.125 [: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=38141, Token=3CA643B28900D8D9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38141, Token=3CA643B28900D8D9, 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!
08:07:05.125 [: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
08:07:05.125 [: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"
08:07:05.125 [: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
08:07:05.125 [: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-38142], CON-POST   MID=38142, 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
08:07:05.125 [: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-F43897BD9318F516], CON-POST   MID=38142, Token=F43897BD9318F516, 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
08:07:05.125 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38142], KeyToken[127.0.0.1:8205-F43897BD9318F516]]
08:07:05.126 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.126 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E993,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38142, Token=F43897BD9318F516, 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]
08:07:05.126 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.126 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38142]
08:07:05.126 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.126 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R994, 127.0.0.1:8202] replace CON-POST   MID=38142, Token=F43897BD9318F516, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38142, Token=F43897BD9318F516, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.126 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R994, 127.0.0.1:8202] send response NON-2.05   MID=38142, Token=null, OptionSet={}, "server responds hi"
08:07:05.126 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R994, 127.0.0.1:8202, complete]!
08:07:05.126 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R994, 127.0.0.1:8202, complete] completed NON-2.04   MID=38142, Token=F43897BD9318F516, 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!
08:07:05.126 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.127 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E994,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38142, Token=F43897BD9318F516, 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]
08:07:05.127 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.127 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38142]
08:07:05.127 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.127 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.127 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L993, 127.0.0.1:8205, complete]!
08:07:05.127 [: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-F43897BD9318F516]
08:07:05.127 [: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-38142]
08:07:05.127 [: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=38142, Token=F43897BD9318F516, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38142, Token=F43897BD9318F516, 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!
08:07:05.127 [: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
08:07:05.127 [: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"
08:07:05.127 [: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
08:07:05.127 [: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-38143], CON-POST   MID=38143, 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
08:07:05.127 [: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-80A7CA9DDE7EA186], CON-POST   MID=38143, Token=80A7CA9DDE7EA186, 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
08:07:05.127 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38143], KeyToken[127.0.0.1:8205-80A7CA9DDE7EA186]]
08:07:05.128 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.128 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E995,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38143, Token=80A7CA9DDE7EA186, 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]
08:07:05.128 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.128 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38143]
08:07:05.128 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.128 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R996, 127.0.0.1:8202] replace CON-POST   MID=38143, Token=80A7CA9DDE7EA186, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38143, Token=80A7CA9DDE7EA186, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.128 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R996, 127.0.0.1:8202] send response NON-2.05   MID=38143, Token=null, OptionSet={}, "server responds hi"
08:07:05.128 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R996, 127.0.0.1:8202, complete]!
08:07:05.128 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R996, 127.0.0.1:8202, complete] completed NON-2.04   MID=38143, Token=80A7CA9DDE7EA186, 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!
08:07:05.128 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.129 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E996,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38143, Token=80A7CA9DDE7EA186, 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]
08:07:05.129 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38143]
08:07:05.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L995, 127.0.0.1:8205, complete]!
08:07:05.129 [: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-80A7CA9DDE7EA186]
08:07:05.129 [: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-38143]
08:07:05.129 [: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=38143, Token=80A7CA9DDE7EA186, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38143, Token=80A7CA9DDE7EA186, 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!
08:07:05.129 [: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
08:07:05.129 [: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"
08:07:05.129 [: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
08:07:05.129 [: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-38144], CON-POST   MID=38144, 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
08:07:05.129 [: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-90C8C6862A3F2201], CON-POST   MID=38144, Token=90C8C6862A3F2201, 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
08:07:05.129 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38144], KeyToken[127.0.0.1:8205-90C8C6862A3F2201]]
08:07:05.130 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.130 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E997,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38144, Token=90C8C6862A3F2201, 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]
08:07:05.130 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.130 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38144]
08:07:05.130 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.130 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R998, 127.0.0.1:8202] replace CON-POST   MID=38144, Token=90C8C6862A3F2201, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38144, Token=90C8C6862A3F2201, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.130 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R998, 127.0.0.1:8202] send response NON-2.05   MID=38144, Token=null, OptionSet={}, "server responds hi"
08:07:05.130 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R998, 127.0.0.1:8202, complete]!
08:07:05.130 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R998, 127.0.0.1:8202, complete] completed NON-2.04   MID=38144, Token=90C8C6862A3F2201, 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!
08:07:05.130 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.131 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E998,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38144, Token=90C8C6862A3F2201, 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]
08:07:05.131 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38144]
08:07:05.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L997, 127.0.0.1:8205, complete]!
08:07:05.131 [: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-90C8C6862A3F2201]
08:07:05.131 [: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-38144]
08:07:05.131 [: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=38144, Token=90C8C6862A3F2201, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38144, Token=90C8C6862A3F2201, 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!
08:07:05.131 [: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
08:07:05.131 [: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"
08:07:05.131 [: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
08:07:05.131 [: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-38145], CON-POST   MID=38145, 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
08:07:05.131 [: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-0854E1D3DF87DF47], CON-POST   MID=38145, Token=0854E1D3DF87DF47, 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
08:07:05.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38145], KeyToken[127.0.0.1:8205-0854E1D3DF87DF47]]
08:07:05.132 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.132 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E999,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38145, Token=0854E1D3DF87DF47, 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]
08:07:05.132 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.132 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38145]
08:07:05.132 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.132 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1000, 127.0.0.1:8202] replace CON-POST   MID=38145, Token=0854E1D3DF87DF47, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38145, Token=0854E1D3DF87DF47, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.132 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1000, 127.0.0.1:8202] send response NON-2.05   MID=38145, Token=null, OptionSet={}, "server responds hi"
08:07:05.132 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1000, 127.0.0.1:8202, complete]!
08:07:05.132 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1000, 127.0.0.1:8202, complete] completed NON-2.04   MID=38145, Token=0854E1D3DF87DF47, 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!
08:07:05.132 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.133 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,000,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38145, Token=0854E1D3DF87DF47, 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]
08:07:05.133 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.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:8205-38145]
08:07:05.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L999, 127.0.0.1:8205, complete]!
08:07:05.133 [: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-0854E1D3DF87DF47]
08:07:05.133 [: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-38145]
08:07:05.133 [: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=38145, Token=0854E1D3DF87DF47, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38145, Token=0854E1D3DF87DF47, 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!
08:07:05.133 [: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
08:07:05.133 [: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"
08:07:05.134 [: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
08:07:05.134 [: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-38146], CON-POST   MID=38146, 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
08:07:05.134 [: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-6C1B406543381AE0], CON-POST   MID=38146, Token=6C1B406543381AE0, 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
08:07:05.134 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38146], KeyToken[127.0.0.1:8205-6C1B406543381AE0]]
08:07:05.134 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.134 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,001,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38146, Token=6C1B406543381AE0, 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]
08:07:05.134 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.134 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38146]
08:07:05.134 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.134 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1002, 127.0.0.1:8202] replace CON-POST   MID=38146, Token=6C1B406543381AE0, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38146, Token=6C1B406543381AE0, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.134 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1002, 127.0.0.1:8202] send response NON-2.05   MID=38146, Token=null, OptionSet={}, "server responds hi"
08:07:05.135 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1002, 127.0.0.1:8202, complete]!
08:07:05.135 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1002, 127.0.0.1:8202, complete] completed NON-2.04   MID=38146, Token=6C1B406543381AE0, 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!
08:07:05.135 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.135 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,002,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38146, Token=6C1B406543381AE0, 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]
08:07:05.135 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38146]
08:07:05.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.135 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1001, 127.0.0.1:8205, complete]!
08:07:05.135 [: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-6C1B406543381AE0]
08:07:05.135 [: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-38146]
08:07:05.135 [: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=38146, Token=6C1B406543381AE0, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38146, Token=6C1B406543381AE0, 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!
08:07:05.135 [: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
08:07:05.135 [: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"
08:07:05.136 [: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
08:07:05.136 [: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-38147], CON-POST   MID=38147, 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
08:07:05.136 [: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-9C426D258B225447], CON-POST   MID=38147, Token=9C426D258B225447, 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
08:07:05.136 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38147], KeyToken[127.0.0.1:8205-9C426D258B225447]]
08:07:05.136 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.136 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,003,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38147, Token=9C426D258B225447, 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]
08:07:05.136 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.136 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38147]
08:07:05.136 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.136 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1004, 127.0.0.1:8202] replace CON-POST   MID=38147, Token=9C426D258B225447, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38147, Token=9C426D258B225447, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.136 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1004, 127.0.0.1:8202] send response NON-2.05   MID=38147, Token=null, OptionSet={}, "server responds hi"
08:07:05.137 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1004, 127.0.0.1:8202, complete]!
08:07:05.137 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1004, 127.0.0.1:8202, complete] completed NON-2.04   MID=38147, Token=9C426D258B225447, 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!
08:07:05.137 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.137 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,004,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38147, Token=9C426D258B225447, 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]
08:07:05.137 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.137 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38147]
08:07:05.137 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.137 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.137 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1003, 127.0.0.1:8205, complete]!
08:07:05.137 [: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-9C426D258B225447]
08:07:05.137 [: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-38147]
08:07:05.137 [: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=38147, Token=9C426D258B225447, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38147, Token=9C426D258B225447, 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!
08:07:05.137 [: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
08:07:05.137 [: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"
08:07:05.138 [: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
08:07:05.138 [: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-38148], CON-POST   MID=38148, 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
08:07:05.138 [: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-A024CBCE8218AC86], CON-POST   MID=38148, Token=A024CBCE8218AC86, 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
08:07:05.138 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38148], KeyToken[127.0.0.1:8205-A024CBCE8218AC86]]
08:07:05.138 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.138 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,005,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38148, Token=A024CBCE8218AC86, 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]
08:07:05.138 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.138 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38148]
08:07:05.138 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.138 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1006, 127.0.0.1:8202] replace CON-POST   MID=38148, Token=A024CBCE8218AC86, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38148, Token=A024CBCE8218AC86, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.139 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1006, 127.0.0.1:8202] send response NON-2.05   MID=38148, Token=null, OptionSet={}, "server responds hi"
08:07:05.139 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1006, 127.0.0.1:8202, complete]!
08:07:05.139 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1006, 127.0.0.1:8202, complete] completed NON-2.04   MID=38148, Token=A024CBCE8218AC86, 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!
08:07:05.139 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.139 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,006,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38148, Token=A024CBCE8218AC86, 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]
08:07:05.139 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.139 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38148]
08:07:05.139 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.139 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.139 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1005, 127.0.0.1:8205, complete]!
08:07:05.139 [: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-A024CBCE8218AC86]
08:07:05.139 [: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-38148]
08:07:05.139 [: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=38148, Token=A024CBCE8218AC86, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38148, Token=A024CBCE8218AC86, 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!
08:07:05.139 [: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
08:07:05.139 [: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"
08:07:05.140 [: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
08:07:05.140 [: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-38149], CON-POST   MID=38149, 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
08:07:05.140 [: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-F4F03ABAD8F229DA], CON-POST   MID=38149, Token=F4F03ABAD8F229DA, 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
08:07:05.140 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38149], KeyToken[127.0.0.1:8205-F4F03ABAD8F229DA]]
08:07:05.140 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.140 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,007,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38149, Token=F4F03ABAD8F229DA, 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]
08:07:05.140 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.140 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38149]
08:07:05.140 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.140 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1008, 127.0.0.1:8202] replace CON-POST   MID=38149, Token=F4F03ABAD8F229DA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38149, Token=F4F03ABAD8F229DA, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.140 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1008, 127.0.0.1:8202] send response NON-2.05   MID=38149, Token=null, OptionSet={}, "server responds hi"
08:07:05.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1008, 127.0.0.1:8202, complete]!
08:07:05.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1008, 127.0.0.1:8202, complete] completed NON-2.04   MID=38149, Token=F4F03ABAD8F229DA, 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!
08:07:05.141 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.141 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,008,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38149, Token=F4F03ABAD8F229DA, 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]
08:07:05.141 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.141 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38149]
08:07:05.141 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.141 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.141 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1007, 127.0.0.1:8205, complete]!
08:07:05.141 [: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-F4F03ABAD8F229DA]
08:07:05.141 [: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-38149]
08:07:05.141 [: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=38149, Token=F4F03ABAD8F229DA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38149, Token=F4F03ABAD8F229DA, 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!
08:07:05.142 [: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
08:07:05.142 [: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"
08:07:05.142 [: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
08:07:05.142 [: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-38150], CON-POST   MID=38150, 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
08:07:05.142 [: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-F448775B1672B0A8], CON-POST   MID=38150, Token=F448775B1672B0A8, 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
08:07:05.142 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38150], KeyToken[127.0.0.1:8205-F448775B1672B0A8]]
08:07:05.142 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.142 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,009,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38150, Token=F448775B1672B0A8, 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]
08:07:05.142 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.142 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38150]
08:07:05.142 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1010, 127.0.0.1:8202] replace CON-POST   MID=38150, Token=F448775B1672B0A8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38150, Token=F448775B1672B0A8, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1010, 127.0.0.1:8202] send response NON-2.05   MID=38150, Token=null, OptionSet={}, "server responds hi"
08:07:05.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1010, 127.0.0.1:8202, complete]!
08:07:05.143 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1010, 127.0.0.1:8202, complete] completed NON-2.04   MID=38150, Token=F448775B1672B0A8, 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!
08:07:05.143 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.143 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,010,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38150, Token=F448775B1672B0A8, 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]
08:07:05.143 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.143 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38150]
08:07:05.143 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.143 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.143 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1009, 127.0.0.1:8205, complete]!
08:07:05.143 [: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-F448775B1672B0A8]
08:07:05.143 [: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-38150]
08:07:05.143 [: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=38150, Token=F448775B1672B0A8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38150, Token=F448775B1672B0A8, 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!
08:07:05.144 [: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
08:07:05.144 [: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"
08:07:05.144 [: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
08:07:05.144 [: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-38151], CON-POST   MID=38151, 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
08:07:05.144 [: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-74232E52C2612BE1], CON-POST   MID=38151, Token=74232E52C2612BE1, 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
08:07:05.144 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38151], KeyToken[127.0.0.1:8205-74232E52C2612BE1]]
08:07:05.144 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.144 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,011,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38151, Token=74232E52C2612BE1, 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]
08:07:05.144 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.144 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38151]
08:07:05.144 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.145 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1012, 127.0.0.1:8202] replace CON-POST   MID=38151, Token=74232E52C2612BE1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38151, Token=74232E52C2612BE1, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.145 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1012, 127.0.0.1:8202] send response NON-2.05   MID=38151, Token=null, OptionSet={}, "server responds hi"
08:07:05.145 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1012, 127.0.0.1:8202, complete]!
08:07:05.145 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1012, 127.0.0.1:8202, complete] completed NON-2.04   MID=38151, Token=74232E52C2612BE1, 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!
08:07:05.145 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.145 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,012,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38151, Token=74232E52C2612BE1, 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]
08:07:05.145 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38151]
08:07:05.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.145 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1011, 127.0.0.1:8205, complete]!
08:07:05.145 [: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-74232E52C2612BE1]
08:07:05.145 [: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-38151]
08:07:05.145 [: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=38151, Token=74232E52C2612BE1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38151, Token=74232E52C2612BE1, 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!
08:07:05.146 [: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
08:07:05.146 [: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"
08:07:05.146 [: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
08:07:05.146 [: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-38152], CON-POST   MID=38152, 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
08:07:05.146 [: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-980295814E28A956], CON-POST   MID=38152, Token=980295814E28A956, 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
08:07:05.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38152], KeyToken[127.0.0.1:8205-980295814E28A956]]
08:07:05.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:8205
08:07:05.146 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,013,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38152, Token=980295814E28A956, 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]
08:07:05.146 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.146 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38152]
08:07:05.146 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.146 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1014, 127.0.0.1:8202] replace CON-POST   MID=38152, Token=980295814E28A956, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38152, Token=980295814E28A956, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1014, 127.0.0.1:8202] send response NON-2.05   MID=38152, Token=null, OptionSet={}, "server responds hi"
08:07:05.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1014, 127.0.0.1:8202, complete]!
08:07:05.147 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1014, 127.0.0.1:8202, complete] completed NON-2.04   MID=38152, Token=980295814E28A956, 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!
08:07:05.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
08:07:05.147 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,014,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38152, Token=980295814E28A956, 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]
08:07:05.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
08:07:05.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-38152]
08:07:05.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1013, 127.0.0.1:8205, complete]!
08:07:05.147 [: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-980295814E28A956]
08:07:05.147 [: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-38152]
08:07:05.147 [: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=38152, Token=980295814E28A956, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38152, Token=980295814E28A956, 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!
08:07:05.147 [: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
08:07:05.147 [: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"
08:07:05.148 [: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
08:07:05.148 [: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-38153], CON-POST   MID=38153, 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
08:07:05.148 [: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-786590DE615CF5DA], CON-POST   MID=38153, Token=786590DE615CF5DA, 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
08:07:05.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-38153], KeyToken[127.0.0.1:8205-786590DE615CF5DA]]
08:07:05.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
08:07:05.148 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,015,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38153, Token=786590DE615CF5DA, 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]
08:07:05.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
08:07:05.148 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38153]
08:07:05.148 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.148 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1016, 127.0.0.1:8202] replace CON-POST   MID=38153, Token=786590DE615CF5DA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38153, Token=786590DE615CF5DA, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.148 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1016, 127.0.0.1:8202] send response NON-2.05   MID=38153, Token=null, OptionSet={}, "server responds hi"
08:07:05.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1016, 127.0.0.1:8202, complete]!
08:07:05.149 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1016, 127.0.0.1:8202, complete] completed NON-2.04   MID=38153, Token=786590DE615CF5DA, 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!
08:07:05.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
08:07:05.149 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,016,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38153, Token=786590DE615CF5DA, 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]
08:07:05.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
08:07:05.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-38153]
08:07:05.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.149 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1015, 127.0.0.1:8205, complete]!
08:07:05.149 [: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-786590DE615CF5DA]
08:07:05.149 [: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-38153]
08:07:05.149 [: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=38153, Token=786590DE615CF5DA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38153, Token=786590DE615CF5DA, 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!
08:07:05.149 [: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
08:07:05.149 [: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"
08:07:05.150 [: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
08:07:05.150 [: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-38154], CON-POST   MID=38154, 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
08:07:05.150 [: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-007668D892E76434], CON-POST   MID=38154, Token=007668D892E76434, 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
08:07:05.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-38154], KeyToken[127.0.0.1:8205-007668D892E76434]]
08:07:05.150 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.150 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,017,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38154, Token=007668D892E76434, 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]
08:07:05.150 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38154]
08:07:05.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1018, 127.0.0.1:8202] replace CON-POST   MID=38154, Token=007668D892E76434, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38154, Token=007668D892E76434, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.150 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1018, 127.0.0.1:8202] send response NON-2.05   MID=38154, Token=null, OptionSet={}, "server responds hi"
08:07:05.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1018, 127.0.0.1:8202, complete]!
08:07:05.151 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1018, 127.0.0.1:8202, complete] completed NON-2.04   MID=38154, Token=007668D892E76434, 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!
08:07:05.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
08:07:05.151 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,018,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38154, Token=007668D892E76434, 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]
08:07:05.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
08:07:05.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-38154]
08:07:05.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.151 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1017, 127.0.0.1:8205, complete]!
08:07:05.151 [: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-007668D892E76434]
08:07:05.151 [: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-38154]
08:07:05.151 [: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=38154, Token=007668D892E76434, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38154, Token=007668D892E76434, 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!
08:07:05.151 [: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
08:07:05.151 [: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"
08:07:05.152 [: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
08:07:05.152 [: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-38155], CON-POST   MID=38155, 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
08:07:05.152 [: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-B0A8AEAB6F71B030], CON-POST   MID=38155, Token=B0A8AEAB6F71B030, 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
08:07:05.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-38155], KeyToken[127.0.0.1:8205-B0A8AEAB6F71B030]]
08:07:05.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
08:07:05.152 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,019,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38155, Token=B0A8AEAB6F71B030, 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]
08:07:05.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
08:07:05.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38155]
08:07:05.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1020, 127.0.0.1:8202] replace CON-POST   MID=38155, Token=B0A8AEAB6F71B030, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38155, Token=B0A8AEAB6F71B030, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.152 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1020, 127.0.0.1:8202] send response NON-2.05   MID=38155, Token=null, OptionSet={}, "server responds hi"
08:07:05.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1020, 127.0.0.1:8202, complete]!
08:07:05.153 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1020, 127.0.0.1:8202, complete] completed NON-2.04   MID=38155, Token=B0A8AEAB6F71B030, 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!
08:07:05.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
08:07:05.153 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,020,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38155, Token=B0A8AEAB6F71B030, 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]
08:07:05.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
08:07:05.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-38155]
08:07:05.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.153 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1019, 127.0.0.1:8205, complete]!
08:07:05.153 [: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-B0A8AEAB6F71B030]
08:07:05.153 [: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-38155]
08:07:05.153 [: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=38155, Token=B0A8AEAB6F71B030, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38155, Token=B0A8AEAB6F71B030, 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!
08:07:05.153 [: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
08:07:05.153 [: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"
08:07:05.154 [: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
08:07:05.154 [: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-38156], CON-POST   MID=38156, 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
08:07:05.154 [: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-5C9C5A87EB38165F], CON-POST   MID=38156, Token=5C9C5A87EB38165F, 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
08:07:05.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-38156], KeyToken[127.0.0.1:8205-5C9C5A87EB38165F]]
08:07:05.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
08:07:05.154 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,021,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38156, Token=5C9C5A87EB38165F, 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]
08:07:05.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
08:07:05.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38156]
08:07:05.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1022, 127.0.0.1:8202] replace CON-POST   MID=38156, Token=5C9C5A87EB38165F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38156, Token=5C9C5A87EB38165F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.154 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1022, 127.0.0.1:8202] send response NON-2.05   MID=38156, Token=null, OptionSet={}, "server responds hi"
08:07:05.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1022, 127.0.0.1:8202, complete]!
08:07:05.155 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1022, 127.0.0.1:8202, complete] completed NON-2.04   MID=38156, Token=5C9C5A87EB38165F, 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!
08:07:05.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
08:07:05.155 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,022,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38156, Token=5C9C5A87EB38165F, 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]
08:07:05.155 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38156]
08:07:05.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.155 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1021, 127.0.0.1:8205, complete]!
08:07:05.155 [: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-5C9C5A87EB38165F]
08:07:05.155 [: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-38156]
08:07:05.155 [: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=38156, Token=5C9C5A87EB38165F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38156, Token=5C9C5A87EB38165F, 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!
08:07:05.155 [: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
08:07:05.155 [: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"
08:07:05.156 [: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
08:07:05.156 [: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-38157], CON-POST   MID=38157, 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
08:07:05.156 [: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-885C63B7D88491A7], CON-POST   MID=38157, Token=885C63B7D88491A7, 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
08:07:05.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-38157], KeyToken[127.0.0.1:8205-885C63B7D88491A7]]
08:07:05.156 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.156 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,023,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38157, Token=885C63B7D88491A7, 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]
08:07:05.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
08:07:05.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38157]
08:07:05.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.156 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1024, 127.0.0.1:8202] replace CON-POST   MID=38157, Token=885C63B7D88491A7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38157, Token=885C63B7D88491A7, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1024, 127.0.0.1:8202] send response NON-2.05   MID=38157, Token=null, OptionSet={}, "server responds hi"
08:07:05.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1024, 127.0.0.1:8202, complete]!
08:07:05.157 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1024, 127.0.0.1:8202, complete] completed NON-2.04   MID=38157, Token=885C63B7D88491A7, 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!
08:07:05.157 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.157 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,024,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38157, Token=885C63B7D88491A7, 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]
08:07:05.157 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38157]
08:07:05.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.157 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1023, 127.0.0.1:8205, complete]!
08:07:05.157 [: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-885C63B7D88491A7]
08:07:05.157 [: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-38157]
08:07:05.157 [: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=38157, Token=885C63B7D88491A7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38157, Token=885C63B7D88491A7, 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!
08:07:05.157 [: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
08:07:05.157 [: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"
08:07:05.158 [: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
08:07:05.158 [: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-38158], CON-POST   MID=38158, 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
08:07:05.158 [: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-28CBDB37ECA38832], CON-POST   MID=38158, Token=28CBDB37ECA38832, 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
08:07:05.158 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38158], KeyToken[127.0.0.1:8205-28CBDB37ECA38832]]
08:07:05.158 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.158 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,025,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38158, Token=28CBDB37ECA38832, 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]
08:07:05.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
08:07:05.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38158]
08:07:05.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.158 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1026, 127.0.0.1:8202] replace CON-POST   MID=38158, Token=28CBDB37ECA38832, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38158, Token=28CBDB37ECA38832, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1026, 127.0.0.1:8202] send response NON-2.05   MID=38158, Token=null, OptionSet={}, "server responds hi"
08:07:05.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1026, 127.0.0.1:8202, complete]!
08:07:05.159 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1026, 127.0.0.1:8202, complete] completed NON-2.04   MID=38158, Token=28CBDB37ECA38832, 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!
08:07:05.159 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.159 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,026,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38158, Token=28CBDB37ECA38832, 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]
08:07:05.159 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38158]
08:07:05.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.159 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1025, 127.0.0.1:8205, complete]!
08:07:05.159 [: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-28CBDB37ECA38832]
08:07:05.159 [: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-38158]
08:07:05.159 [: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=38158, Token=28CBDB37ECA38832, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38158, Token=28CBDB37ECA38832, 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!
08:07:05.160 [: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
08:07:05.160 [: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"
08:07:05.160 [: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
08:07:05.160 [: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-38159], CON-POST   MID=38159, 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
08:07:05.160 [: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-5854787AD208D887], CON-POST   MID=38159, Token=5854787AD208D887, 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
08:07:05.160 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38159], KeyToken[127.0.0.1:8205-5854787AD208D887]]
08:07:05.160 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.160 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,027,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38159, Token=5854787AD208D887, 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]
08:07:05.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
08:07:05.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38159]
08:07:05.160 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1028, 127.0.0.1:8202] replace CON-POST   MID=38159, Token=5854787AD208D887, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38159, Token=5854787AD208D887, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1028, 127.0.0.1:8202] send response NON-2.05   MID=38159, Token=null, OptionSet={}, "server responds hi"
08:07:05.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1028, 127.0.0.1:8202, complete]!
08:07:05.161 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1028, 127.0.0.1:8202, complete] completed NON-2.04   MID=38159, Token=5854787AD208D887, 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!
08:07:05.161 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.161 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,028,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38159, Token=5854787AD208D887, 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]
08:07:05.161 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38159]
08:07:05.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.161 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1027, 127.0.0.1:8205, complete]!
08:07:05.162 [: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-5854787AD208D887]
08:07:05.162 [: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-38159]
08:07:05.162 [: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=38159, Token=5854787AD208D887, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38159, Token=5854787AD208D887, 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!
08:07:05.162 [: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
08:07:05.162 [: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"
08:07:05.162 [: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
08:07:05.162 [: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-38160], CON-POST   MID=38160, 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
08:07:05.162 [: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-B846458FB10007C9], CON-POST   MID=38160, Token=B846458FB10007C9, 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
08:07:05.162 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38160], KeyToken[127.0.0.1:8205-B846458FB10007C9]]
08:07:05.162 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.162 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,029,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38160, Token=B846458FB10007C9, 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]
08:07:05.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
08:07:05.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38160]
08:07:05.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1030, 127.0.0.1:8202] replace CON-POST   MID=38160, Token=B846458FB10007C9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38160, Token=B846458FB10007C9, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1030, 127.0.0.1:8202] send response NON-2.05   MID=38160, Token=null, OptionSet={}, "server responds hi"
08:07:05.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1030, 127.0.0.1:8202, complete]!
08:07:05.163 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1030, 127.0.0.1:8202, complete] completed NON-2.04   MID=38160, Token=B846458FB10007C9, 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!
08:07:05.163 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.163 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,030,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38160, Token=B846458FB10007C9, 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]
08:07:05.163 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.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-38160]
08:07:05.163 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1029, 127.0.0.1:8205, complete]!
08:07:05.164 [: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-B846458FB10007C9]
08:07:05.164 [: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-38160]
08:07:05.164 [: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=38160, Token=B846458FB10007C9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38160, Token=B846458FB10007C9, 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!
08:07:05.164 [: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
08:07:05.164 [: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"
08:07:05.164 [: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
08:07:05.164 [: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-38161], CON-POST   MID=38161, 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
08:07:05.164 [: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-94562AA940DF619A], CON-POST   MID=38161, Token=94562AA940DF619A, 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
08:07:05.164 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38161], KeyToken[127.0.0.1:8205-94562AA940DF619A]]
08:07:05.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
08:07:05.165 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,031,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38161, Token=94562AA940DF619A, 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]
08:07:05.165 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38161]
08:07:05.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1032, 127.0.0.1:8202] replace CON-POST   MID=38161, Token=94562AA940DF619A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38161, Token=94562AA940DF619A, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1032, 127.0.0.1:8202] send response NON-2.05   MID=38161, Token=null, OptionSet={}, "server responds hi"
08:07:05.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1032, 127.0.0.1:8202, complete]!
08:07:05.165 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1032, 127.0.0.1:8202, complete] completed NON-2.04   MID=38161, Token=94562AA940DF619A, 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!
08:07:05.165 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.165 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,032,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38161, Token=94562AA940DF619A, 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]
08:07:05.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
08:07:05.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38161]
08:07:05.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1031, 127.0.0.1:8205, complete]!
08:07:05.166 [: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-94562AA940DF619A]
08:07:05.166 [: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-38161]
08:07:05.166 [: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=38161, Token=94562AA940DF619A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38161, Token=94562AA940DF619A, 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!
08:07:05.166 [: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
08:07:05.166 [: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"
08:07:05.166 [: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
08:07:05.166 [: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-38162], CON-POST   MID=38162, 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
08:07:05.166 [: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-5019F1F489F83BBC], CON-POST   MID=38162, Token=5019F1F489F83BBC, 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
08:07:05.166 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38162], KeyToken[127.0.0.1:8205-5019F1F489F83BBC]]
08:07:05.166 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.167 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,033,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38162, Token=5019F1F489F83BBC, 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]
08:07:05.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
08:07:05.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38162]
08:07:05.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1034, 127.0.0.1:8202] replace CON-POST   MID=38162, Token=5019F1F489F83BBC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38162, Token=5019F1F489F83BBC, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1034, 127.0.0.1:8202] send response NON-2.05   MID=38162, Token=null, OptionSet={}, "server responds hi"
08:07:05.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1034, 127.0.0.1:8202, complete]!
08:07:05.167 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1034, 127.0.0.1:8202, complete] completed NON-2.04   MID=38162, Token=5019F1F489F83BBC, 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!
08:07:05.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
08:07:05.167 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,034,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38162, Token=5019F1F489F83BBC, 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]
08:07:05.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
08:07:05.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38162]
08:07:05.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.168 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1033, 127.0.0.1:8205, complete]!
08:07:05.168 [: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-5019F1F489F83BBC]
08:07:05.168 [: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-38162]
08:07:05.168 [: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=38162, Token=5019F1F489F83BBC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38162, Token=5019F1F489F83BBC, 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!
08:07:05.168 [: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
08:07:05.168 [: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"
08:07:05.168 [: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
08:07:05.168 [: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-38163], CON-POST   MID=38163, 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
08:07:05.168 [: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-FCD4E6C434521B51], CON-POST   MID=38163, Token=FCD4E6C434521B51, 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
08:07:05.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-38163], KeyToken[127.0.0.1:8205-FCD4E6C434521B51]]
08:07:05.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
08:07:05.169 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,035,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38163, Token=FCD4E6C434521B51, 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]
08:07:05.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
08:07:05.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38163]
08:07:05.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1036, 127.0.0.1:8202] replace CON-POST   MID=38163, Token=FCD4E6C434521B51, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38163, Token=FCD4E6C434521B51, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1036, 127.0.0.1:8202] send response NON-2.05   MID=38163, Token=null, OptionSet={}, "server responds hi"
08:07:05.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1036, 127.0.0.1:8202, complete]!
08:07:05.169 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1036, 127.0.0.1:8202, complete] completed NON-2.04   MID=38163, Token=FCD4E6C434521B51, 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!
08:07:05.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
08:07:05.169 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,036,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38163, Token=FCD4E6C434521B51, 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]
08:07:05.170 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38163]
08:07:05.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.170 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1035, 127.0.0.1:8205, complete]!
08:07:05.170 [: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-FCD4E6C434521B51]
08:07:05.170 [: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-38163]
08:07:05.170 [: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=38163, Token=FCD4E6C434521B51, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38163, Token=FCD4E6C434521B51, 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!
08:07:05.170 [: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
08:07:05.170 [: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"
08:07:05.170 [: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
08:07:05.171 [: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-38164], CON-POST   MID=38164, 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
08:07:05.171 [: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-4C48F5551C80415F], CON-POST   MID=38164, Token=4C48F5551C80415F, 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
08:07:05.171 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38164], KeyToken[127.0.0.1:8205-4C48F5551C80415F]]
08:07:05.171 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.171 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,037,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38164, Token=4C48F5551C80415F, 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]
08:07:05.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
08:07:05.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38164]
08:07:05.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1038, 127.0.0.1:8202] replace CON-POST   MID=38164, Token=4C48F5551C80415F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38164, Token=4C48F5551C80415F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1038, 127.0.0.1:8202] send response NON-2.05   MID=38164, Token=null, OptionSet={}, "server responds hi"
08:07:05.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1038, 127.0.0.1:8202, complete]!
08:07:05.171 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1038, 127.0.0.1:8202, complete] completed NON-2.04   MID=38164, Token=4C48F5551C80415F, 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!
08:07:05.172 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.172 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,038,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38164, Token=4C48F5551C80415F, 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]
08:07:05.172 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38164]
08:07:05.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.172 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1037, 127.0.0.1:8205, complete]!
08:07:05.172 [: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-4C48F5551C80415F]
08:07:05.172 [: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-38164]
08:07:05.172 [: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=38164, Token=4C48F5551C80415F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38164, Token=4C48F5551C80415F, 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!
08:07:05.172 [: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
08:07:05.172 [: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"
08:07:05.172 [: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
08:07:05.173 [: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-38165], CON-POST   MID=38165, 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
08:07:05.173 [: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-54449B54C1E1DE81], CON-POST   MID=38165, Token=54449B54C1E1DE81, 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
08:07:05.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-38165], KeyToken[127.0.0.1:8205-54449B54C1E1DE81]]
08:07:05.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
08:07:05.173 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,039,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38165, Token=54449B54C1E1DE81, 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]
08:07:05.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
08:07:05.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38165]
08:07:05.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1040, 127.0.0.1:8202] replace CON-POST   MID=38165, Token=54449B54C1E1DE81, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38165, Token=54449B54C1E1DE81, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1040, 127.0.0.1:8202] send response NON-2.05   MID=38165, Token=null, OptionSet={}, "server responds hi"
08:07:05.173 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1040, 127.0.0.1:8202, complete]!
08:07:05.174 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1040, 127.0.0.1:8202, complete] completed NON-2.04   MID=38165, Token=54449B54C1E1DE81, 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!
08:07:05.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:8202
08:07:05.174 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,040,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38165, Token=54449B54C1E1DE81, 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]
08:07:05.174 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38165]
08:07:05.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.174 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1039, 127.0.0.1:8205, complete]!
08:07:05.174 [: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-54449B54C1E1DE81]
08:07:05.174 [: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-38165]
08:07:05.174 [: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=38165, Token=54449B54C1E1DE81, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38165, Token=54449B54C1E1DE81, 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!
08:07:05.174 [: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
08:07:05.174 [: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"
08:07:05.175 [: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
08:07:05.175 [: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-38166], CON-POST   MID=38166, 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
08:07:05.175 [: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-A058A93EA3668928], CON-POST   MID=38166, Token=A058A93EA3668928, 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
08:07:05.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-38166], KeyToken[127.0.0.1:8205-A058A93EA3668928]]
08:07:05.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
08:07:05.175 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,041,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38166, Token=A058A93EA3668928, 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]
08:07:05.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
08:07:05.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38166]
08:07:05.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1042, 127.0.0.1:8202] replace CON-POST   MID=38166, Token=A058A93EA3668928, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38166, Token=A058A93EA3668928, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.175 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1042, 127.0.0.1:8202] send response NON-2.05   MID=38166, Token=null, OptionSet={}, "server responds hi"
08:07:05.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1042, 127.0.0.1:8202, complete]!
08:07:05.176 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1042, 127.0.0.1:8202, complete] completed NON-2.04   MID=38166, Token=A058A93EA3668928, 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!
08:07:05.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
08:07:05.176 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,042,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38166, Token=A058A93EA3668928, 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]
08:07:05.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
08:07:05.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-38166]
08:07:05.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.176 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1041, 127.0.0.1:8205, complete]!
08:07:05.176 [: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-A058A93EA3668928]
08:07:05.176 [: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-38166]
08:07:05.176 [: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=38166, Token=A058A93EA3668928, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38166, Token=A058A93EA3668928, 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!
08:07:05.176 [: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
08:07:05.176 [: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"
08:07:05.177 [: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
08:07:05.177 [: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-38167], CON-POST   MID=38167, 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
08:07:05.177 [: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-0449CA821B0008D3], CON-POST   MID=38167, Token=0449CA821B0008D3, 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
08:07:05.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-38167], KeyToken[127.0.0.1:8205-0449CA821B0008D3]]
08:07:05.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
08:07:05.177 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,043,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38167, Token=0449CA821B0008D3, 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]
08:07:05.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
08:07:05.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38167]
08:07:05.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1044, 127.0.0.1:8202] replace CON-POST   MID=38167, Token=0449CA821B0008D3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38167, Token=0449CA821B0008D3, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.177 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1044, 127.0.0.1:8202] send response NON-2.05   MID=38167, Token=null, OptionSet={}, "server responds hi"
08:07:05.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1044, 127.0.0.1:8202, complete]!
08:07:05.178 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1044, 127.0.0.1:8202, complete] completed NON-2.04   MID=38167, Token=0449CA821B0008D3, 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!
08:07:05.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:8202
08:07:05.178 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,044,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38167, Token=0449CA821B0008D3, 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]
08:07:05.178 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.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:8205-38167]
08:07:05.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.178 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1043, 127.0.0.1:8205, complete]!
08:07:05.178 [: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-0449CA821B0008D3]
08:07:05.178 [: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-38167]
08:07:05.178 [: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=38167, Token=0449CA821B0008D3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38167, Token=0449CA821B0008D3, 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!
08:07:05.178 [: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
08:07:05.178 [: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"
08:07:05.179 [: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
08:07:05.179 [: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-38168], CON-POST   MID=38168, 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
08:07:05.179 [: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-6853DAFCA50BD50F], CON-POST   MID=38168, Token=6853DAFCA50BD50F, 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
08:07:05.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-38168], KeyToken[127.0.0.1:8205-6853DAFCA50BD50F]]
08:07:05.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
08:07:05.179 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,045,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38168, Token=6853DAFCA50BD50F, 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]
08:07:05.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
08:07:05.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38168]
08:07:05.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1046, 127.0.0.1:8202] replace CON-POST   MID=38168, Token=6853DAFCA50BD50F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38168, Token=6853DAFCA50BD50F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.179 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1046, 127.0.0.1:8202] send response NON-2.05   MID=38168, Token=null, OptionSet={}, "server responds hi"
08:07:05.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1046, 127.0.0.1:8202, complete]!
08:07:05.180 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1046, 127.0.0.1:8202, complete] completed NON-2.04   MID=38168, Token=6853DAFCA50BD50F, 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!
08:07:05.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
08:07:05.180 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,046,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38168, Token=6853DAFCA50BD50F, 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]
08:07:05.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
08:07:05.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-38168]
08:07:05.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.180 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1045, 127.0.0.1:8205, complete]!
08:07:05.180 [: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-6853DAFCA50BD50F]
08:07:05.180 [: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-38168]
08:07:05.180 [: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=38168, Token=6853DAFCA50BD50F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38168, Token=6853DAFCA50BD50F, 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!
08:07:05.180 [: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
08:07:05.180 [: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"
08:07:05.181 [: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
08:07:05.181 [: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-38169], CON-POST   MID=38169, 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
08:07:05.181 [: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-DC59747B504EB6D2], CON-POST   MID=38169, Token=DC59747B504EB6D2, 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
08:07:05.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-38169], KeyToken[127.0.0.1:8205-DC59747B504EB6D2]]
08:07:05.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
08:07:05.181 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,047,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38169, Token=DC59747B504EB6D2, 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]
08:07:05.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
08:07:05.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38169]
08:07:05.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.181 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1048, 127.0.0.1:8202] replace CON-POST   MID=38169, Token=DC59747B504EB6D2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38169, Token=DC59747B504EB6D2, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1048, 127.0.0.1:8202] send response NON-2.05   MID=38169, Token=null, OptionSet={}, "server responds hi"
08:07:05.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1048, 127.0.0.1:8202, complete]!
08:07:05.182 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1048, 127.0.0.1:8202, complete] completed NON-2.04   MID=38169, Token=DC59747B504EB6D2, 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!
08:07:05.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:8202
08:07:05.194 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,048,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38169, Token=DC59747B504EB6D2, 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]
08:07:05.194 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38169]
08:07:05.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.194 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1047, 127.0.0.1:8205, complete]!
08:07:05.194 [: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-DC59747B504EB6D2]
08:07:05.194 [: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-38169]
08:07:05.194 [: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=38169, Token=DC59747B504EB6D2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38169, Token=DC59747B504EB6D2, 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!
08:07:05.194 [: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
08:07:05.194 [: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"
08:07:05.195 [: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
08:07:05.195 [: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-38170], CON-POST   MID=38170, 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
08:07:05.195 [: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-302465D3CD554060], CON-POST   MID=38170, Token=302465D3CD554060, 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
08:07:05.195 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38170], KeyToken[127.0.0.1:8205-302465D3CD554060]]
08:07:05.195 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.195 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,049,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38170, Token=302465D3CD554060, 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]
08:07:05.195 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38170]
08:07:05.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1050, 127.0.0.1:8202] replace CON-POST   MID=38170, Token=302465D3CD554060, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38170, Token=302465D3CD554060, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.195 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1050, 127.0.0.1:8202] send response NON-2.05   MID=38170, Token=null, OptionSet={}, "server responds hi"
08:07:05.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1050, 127.0.0.1:8202, complete]!
08:07:05.196 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1050, 127.0.0.1:8202, complete] completed NON-2.04   MID=38170, Token=302465D3CD554060, 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!
08:07:05.196 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.196 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,050,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38170, Token=302465D3CD554060, 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]
08:07:05.196 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38170]
08:07:05.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.196 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1049, 127.0.0.1:8205, complete]!
08:07:05.196 [: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-302465D3CD554060]
08:07:05.196 [: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-38170]
08:07:05.196 [: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=38170, Token=302465D3CD554060, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38170, Token=302465D3CD554060, 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!
08:07:05.196 [: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
08:07:05.196 [: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"
08:07:05.197 [: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
08:07:05.197 [: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-38171], CON-POST   MID=38171, 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
08:07:05.197 [: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-8436371255895E4D], CON-POST   MID=38171, Token=8436371255895E4D, 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
08:07:05.197 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38171], KeyToken[127.0.0.1:8205-8436371255895E4D]]
08:07:05.197 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.197 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,051,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38171, Token=8436371255895E4D, 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]
08:07:05.197 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.197 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38171]
08:07:05.197 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.197 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1052, 127.0.0.1:8202] replace CON-POST   MID=38171, Token=8436371255895E4D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38171, Token=8436371255895E4D, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.197 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1052, 127.0.0.1:8202] send response NON-2.05   MID=38171, Token=null, OptionSet={}, "server responds hi"
08:07:05.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1052, 127.0.0.1:8202, complete]!
08:07:05.198 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1052, 127.0.0.1:8202, complete] completed NON-2.04   MID=38171, Token=8436371255895E4D, 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!
08:07:05.198 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.198 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,052,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38171, Token=8436371255895E4D, 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]
08:07:05.198 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38171]
08:07:05.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.198 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1051, 127.0.0.1:8205, complete]!
08:07:05.198 [: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-8436371255895E4D]
08:07:05.198 [: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-38171]
08:07:05.198 [: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=38171, Token=8436371255895E4D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38171, Token=8436371255895E4D, 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!
08:07:05.198 [: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
08:07:05.198 [: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"
08:07:05.199 [: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
08:07:05.199 [: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-38172], CON-POST   MID=38172, 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
08:07:05.199 [: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-386F1A3A952A075E], CON-POST   MID=38172, Token=386F1A3A952A075E, 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
08:07:05.199 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38172], KeyToken[127.0.0.1:8205-386F1A3A952A075E]]
08:07:05.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:8205
08:07:05.199 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,053,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38172, Token=386F1A3A952A075E, 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]
08:07:05.199 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.199 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38172]
08:07:05.199 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.199 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1054, 127.0.0.1:8202] replace CON-POST   MID=38172, Token=386F1A3A952A075E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38172, Token=386F1A3A952A075E, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.199 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1054, 127.0.0.1:8202] send response NON-2.05   MID=38172, Token=null, OptionSet={}, "server responds hi"
08:07:05.199 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1054, 127.0.0.1:8202, complete]!
08:07:05.200 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1054, 127.0.0.1:8202, complete] completed NON-2.04   MID=38172, Token=386F1A3A952A075E, 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!
08:07:05.200 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.200 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,054,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38172, Token=386F1A3A952A075E, 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]
08:07:05.200 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38172]
08:07:05.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.200 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1053, 127.0.0.1:8205, complete]!
08:07:05.200 [: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-386F1A3A952A075E]
08:07:05.200 [: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-38172]
08:07:05.200 [: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=38172, Token=386F1A3A952A075E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38172, Token=386F1A3A952A075E, 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!
08:07:05.200 [: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
08:07:05.200 [: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"
08:07:05.201 [: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
08:07:05.201 [: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-38173], CON-POST   MID=38173, 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
08:07:05.201 [: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-300CEC7F32C83133], CON-POST   MID=38173, Token=300CEC7F32C83133, 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
08:07:05.201 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38173], KeyToken[127.0.0.1:8205-300CEC7F32C83133]]
08:07:05.201 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.201 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,055,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38173, Token=300CEC7F32C83133, 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]
08:07:05.201 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38173]
08:07:05.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1056, 127.0.0.1:8202] replace CON-POST   MID=38173, Token=300CEC7F32C83133, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38173, Token=300CEC7F32C83133, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.201 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1056, 127.0.0.1:8202] send response NON-2.05   MID=38173, Token=null, OptionSet={}, "server responds hi"
08:07:05.202 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1056, 127.0.0.1:8202, complete]!
08:07:05.202 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1056, 127.0.0.1:8202, complete] completed NON-2.04   MID=38173, Token=300CEC7F32C83133, 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!
08:07:05.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:8202
08:07:05.202 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,056,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38173, Token=300CEC7F32C83133, 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]
08:07:05.202 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.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:8205-38173]
08:07:05.202 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.202 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1055, 127.0.0.1:8205, complete]!
08:07:05.202 [: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-300CEC7F32C83133]
08:07:05.202 [: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-38173]
08:07:05.202 [: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=38173, Token=300CEC7F32C83133, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38173, Token=300CEC7F32C83133, 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!
08:07:05.202 [: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
08:07:05.202 [: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"
08:07:05.203 [: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
08:07:05.203 [: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-38174], CON-POST   MID=38174, 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
08:07:05.203 [: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-30624F77872E5BEE], CON-POST   MID=38174, Token=30624F77872E5BEE, 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
08:07:05.203 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38174], KeyToken[127.0.0.1:8205-30624F77872E5BEE]]
08:07:05.203 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.203 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,057,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38174, Token=30624F77872E5BEE, 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]
08:07:05.203 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.203 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38174]
08:07:05.203 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.203 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1058, 127.0.0.1:8202] replace CON-POST   MID=38174, Token=30624F77872E5BEE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38174, Token=30624F77872E5BEE, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.203 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1058, 127.0.0.1:8202] send response NON-2.05   MID=38174, Token=null, OptionSet={}, "server responds hi"
08:07:05.204 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1058, 127.0.0.1:8202, complete]!
08:07:05.204 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1058, 127.0.0.1:8202, complete] completed NON-2.04   MID=38174, Token=30624F77872E5BEE, 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!
08:07:05.204 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.204 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,058,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38174, Token=30624F77872E5BEE, 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]
08:07:05.204 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.204 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38174]
08:07:05.204 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.204 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.204 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1057, 127.0.0.1:8205, complete]!
08:07:05.204 [: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-30624F77872E5BEE]
08:07:05.204 [: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-38174]
08:07:05.204 [: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=38174, Token=30624F77872E5BEE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38174, Token=30624F77872E5BEE, 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!
08:07:05.205 [: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
08:07:05.205 [: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"
08:07:05.205 [: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
08:07:05.205 [: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-38175], CON-POST   MID=38175, 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
08:07:05.205 [: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-7841854FF17F3E1E], CON-POST   MID=38175, Token=7841854FF17F3E1E, 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
08:07:05.205 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38175], KeyToken[127.0.0.1:8205-7841854FF17F3E1E]]
08:07:05.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:8205
08:07:05.205 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,059,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38175, Token=7841854FF17F3E1E, 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]
08:07:05.205 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.205 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38175]
08:07:05.205 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.206 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1060, 127.0.0.1:8202] replace CON-POST   MID=38175, Token=7841854FF17F3E1E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38175, Token=7841854FF17F3E1E, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.206 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1060, 127.0.0.1:8202] send response NON-2.05   MID=38175, Token=null, OptionSet={}, "server responds hi"
08:07:05.206 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1060, 127.0.0.1:8202, complete]!
08:07:05.206 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1060, 127.0.0.1:8202, complete] completed NON-2.04   MID=38175, Token=7841854FF17F3E1E, 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!
08:07:05.206 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.206 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,060,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38175, Token=7841854FF17F3E1E, 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]
08:07:05.206 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.206 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38175]
08:07:05.206 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.206 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.206 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1059, 127.0.0.1:8205, complete]!
08:07:05.206 [: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-7841854FF17F3E1E]
08:07:05.206 [: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-38175]
08:07:05.206 [: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=38175, Token=7841854FF17F3E1E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38175, Token=7841854FF17F3E1E, 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!
08:07:05.207 [: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
08:07:05.207 [: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"
08:07:05.207 [: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
08:07:05.207 [: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-38176], CON-POST   MID=38176, 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
08:07:05.207 [: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-D087A49CB60D92F5], CON-POST   MID=38176, Token=D087A49CB60D92F5, 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
08:07:05.207 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38176], KeyToken[127.0.0.1:8205-D087A49CB60D92F5]]
08:07:05.207 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.207 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,061,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38176, Token=D087A49CB60D92F5, 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]
08:07:05.207 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.207 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38176]
08:07:05.208 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.208 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1062, 127.0.0.1:8202] replace CON-POST   MID=38176, Token=D087A49CB60D92F5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38176, Token=D087A49CB60D92F5, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.208 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1062, 127.0.0.1:8202] send response NON-2.05   MID=38176, Token=null, OptionSet={}, "server responds hi"
08:07:05.208 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1062, 127.0.0.1:8202, complete]!
08:07:05.208 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1062, 127.0.0.1:8202, complete] completed NON-2.04   MID=38176, Token=D087A49CB60D92F5, 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!
08:07:05.208 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.208 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,062,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38176, Token=D087A49CB60D92F5, 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]
08:07:05.208 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.208 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38176]
08:07:05.208 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.208 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.209 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1061, 127.0.0.1:8205, complete]!
08:07:05.209 [: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-D087A49CB60D92F5]
08:07:05.209 [: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-38176]
08:07:05.209 [: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=38176, Token=D087A49CB60D92F5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38176, Token=D087A49CB60D92F5, 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!
08:07:05.209 [: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
08:07:05.209 [: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"
08:07:05.209 [: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
08:07:05.209 [: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-38177], CON-POST   MID=38177, 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
08:07:05.209 [: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-18967FC400BA4AA2], CON-POST   MID=38177, Token=18967FC400BA4AA2, 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
08:07:05.209 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38177], KeyToken[127.0.0.1:8205-18967FC400BA4AA2]]
08:07:05.209 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.210 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,063,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38177, Token=18967FC400BA4AA2, 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]
08:07:05.210 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.210 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38177]
08:07:05.210 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.210 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1064, 127.0.0.1:8202] replace CON-POST   MID=38177, Token=18967FC400BA4AA2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38177, Token=18967FC400BA4AA2, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.210 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1064, 127.0.0.1:8202] send response NON-2.05   MID=38177, Token=null, OptionSet={}, "server responds hi"
08:07:05.210 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1064, 127.0.0.1:8202, complete]!
08:07:05.210 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1064, 127.0.0.1:8202, complete] completed NON-2.04   MID=38177, Token=18967FC400BA4AA2, 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!
08:07:05.210 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.210 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,064,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38177, Token=18967FC400BA4AA2, 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]
08:07:05.210 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.211 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38177]
08:07:05.211 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.211 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.211 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1063, 127.0.0.1:8205, complete]!
08:07:05.211 [: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-18967FC400BA4AA2]
08:07:05.211 [: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-38177]
08:07:05.211 [: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=38177, Token=18967FC400BA4AA2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38177, Token=18967FC400BA4AA2, 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!
08:07:05.211 [: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
08:07:05.211 [: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"
08:07:05.211 [: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
08:07:05.211 [: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-38178], CON-POST   MID=38178, 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
08:07:05.211 [: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-58F3545BC8127684], CON-POST   MID=38178, Token=58F3545BC8127684, 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
08:07:05.211 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38178], KeyToken[127.0.0.1:8205-58F3545BC8127684]]
08:07:05.211 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.212 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,065,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38178, Token=58F3545BC8127684, 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]
08:07:05.212 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.212 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38178]
08:07:05.212 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.212 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1066, 127.0.0.1:8202] replace CON-POST   MID=38178, Token=58F3545BC8127684, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38178, Token=58F3545BC8127684, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.212 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1066, 127.0.0.1:8202] send response NON-2.05   MID=38178, Token=null, OptionSet={}, "server responds hi"
08:07:05.212 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1066, 127.0.0.1:8202, complete]!
08:07:05.212 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1066, 127.0.0.1:8202, complete] completed NON-2.04   MID=38178, Token=58F3545BC8127684, 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!
08:07:05.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:8202
08:07:05.212 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,066,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38178, Token=58F3545BC8127684, 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]
08:07:05.213 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.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:8205-38178]
08:07:05.213 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.213 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1065, 127.0.0.1:8205, complete]!
08:07:05.213 [: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-58F3545BC8127684]
08:07:05.213 [: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-38178]
08:07:05.213 [: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=38178, Token=58F3545BC8127684, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38178, Token=58F3545BC8127684, 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!
08:07:05.213 [: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
08:07:05.213 [: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"
08:07:05.213 [: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
08:07:05.213 [: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-38179], CON-POST   MID=38179, 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
08:07:05.213 [: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-C842A1B19FEF138A], CON-POST   MID=38179, Token=C842A1B19FEF138A, 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
08:07:05.213 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38179], KeyToken[127.0.0.1:8205-C842A1B19FEF138A]]
08:07:05.214 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.214 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,067,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38179, Token=C842A1B19FEF138A, 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]
08:07:05.214 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.214 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38179]
08:07:05.214 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.214 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1068, 127.0.0.1:8202] replace CON-POST   MID=38179, Token=C842A1B19FEF138A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38179, Token=C842A1B19FEF138A, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.214 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1068, 127.0.0.1:8202] send response NON-2.05   MID=38179, Token=null, OptionSet={}, "server responds hi"
08:07:05.214 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1068, 127.0.0.1:8202, complete]!
08:07:05.214 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1068, 127.0.0.1:8202, complete] completed NON-2.04   MID=38179, Token=C842A1B19FEF138A, 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!
08:07:05.214 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.215 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,068,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38179, Token=C842A1B19FEF138A, 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]
08:07:05.215 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.215 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38179]
08:07:05.215 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.215 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.215 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1067, 127.0.0.1:8205, complete]!
08:07:05.215 [: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-C842A1B19FEF138A]
08:07:05.215 [: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-38179]
08:07:05.215 [: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=38179, Token=C842A1B19FEF138A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38179, Token=C842A1B19FEF138A, 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!
08:07:05.215 [: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
08:07:05.215 [: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"
08:07:05.215 [: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
08:07:05.215 [: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-38180], CON-POST   MID=38180, 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
08:07:05.215 [: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-2445191D54CD914C], CON-POST   MID=38180, Token=2445191D54CD914C, 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
08:07:05.215 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38180], KeyToken[127.0.0.1:8205-2445191D54CD914C]]
08:07:05.216 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.216 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,069,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38180, Token=2445191D54CD914C, 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]
08:07:05.216 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.216 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38180]
08:07:05.216 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.216 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1070, 127.0.0.1:8202] replace CON-POST   MID=38180, Token=2445191D54CD914C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38180, Token=2445191D54CD914C, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.216 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1070, 127.0.0.1:8202] send response NON-2.05   MID=38180, Token=null, OptionSet={}, "server responds hi"
08:07:05.216 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1070, 127.0.0.1:8202, complete]!
08:07:05.216 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1070, 127.0.0.1:8202, complete] completed NON-2.04   MID=38180, Token=2445191D54CD914C, 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!
08:07:05.216 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.217 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,070,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38180, Token=2445191D54CD914C, 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]
08:07:05.217 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.217 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38180]
08:07:05.217 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.217 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.217 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1069, 127.0.0.1:8205, complete]!
08:07:05.217 [: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-2445191D54CD914C]
08:07:05.217 [: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-38180]
08:07:05.217 [: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=38180, Token=2445191D54CD914C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38180, Token=2445191D54CD914C, 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!
08:07:05.217 [: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
08:07:05.217 [: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"
08:07:05.217 [: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
08:07:05.217 [: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-38181], CON-POST   MID=38181, 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
08:07:05.217 [: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-D09EA18F9A49BC96], CON-POST   MID=38181, Token=D09EA18F9A49BC96, 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
08:07:05.217 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38181], KeyToken[127.0.0.1:8205-D09EA18F9A49BC96]]
08:07:05.218 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.218 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,071,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38181, Token=D09EA18F9A49BC96, 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]
08:07:05.218 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.218 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38181]
08:07:05.218 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.218 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1072, 127.0.0.1:8202] replace CON-POST   MID=38181, Token=D09EA18F9A49BC96, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38181, Token=D09EA18F9A49BC96, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.218 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1072, 127.0.0.1:8202] send response NON-2.05   MID=38181, Token=null, OptionSet={}, "server responds hi"
08:07:05.218 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1072, 127.0.0.1:8202, complete]!
08:07:05.218 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1072, 127.0.0.1:8202, complete] completed NON-2.04   MID=38181, Token=D09EA18F9A49BC96, 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!
08:07:05.218 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.219 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,072,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38181, Token=D09EA18F9A49BC96, 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]
08:07:05.219 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.219 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38181]
08:07:05.219 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.219 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.219 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1071, 127.0.0.1:8205, complete]!
08:07:05.219 [: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-D09EA18F9A49BC96]
08:07:05.219 [: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-38181]
08:07:05.219 [: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=38181, Token=D09EA18F9A49BC96, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38181, Token=D09EA18F9A49BC96, 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!
08:07:05.219 [: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
08:07:05.219 [: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"
08:07:05.219 [: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
08:07:05.219 [: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-38182], CON-POST   MID=38182, 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
08:07:05.219 [: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-C4AAC52929338783], CON-POST   MID=38182, Token=C4AAC52929338783, 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
08:07:05.219 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38182], KeyToken[127.0.0.1:8205-C4AAC52929338783]]
08:07:05.220 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.220 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,073,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38182, Token=C4AAC52929338783, 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]
08:07:05.220 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.220 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38182]
08:07:05.220 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.220 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1074, 127.0.0.1:8202] replace CON-POST   MID=38182, Token=C4AAC52929338783, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38182, Token=C4AAC52929338783, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.220 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1074, 127.0.0.1:8202] send response NON-2.05   MID=38182, Token=null, OptionSet={}, "server responds hi"
08:07:05.220 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1074, 127.0.0.1:8202, complete]!
08:07:05.220 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1074, 127.0.0.1:8202, complete] completed NON-2.04   MID=38182, Token=C4AAC52929338783, 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!
08:07:05.220 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.221 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,074,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38182, Token=C4AAC52929338783, 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]
08:07:05.221 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.221 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38182]
08:07:05.221 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.221 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.221 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1073, 127.0.0.1:8205, complete]!
08:07:05.221 [: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-C4AAC52929338783]
08:07:05.221 [: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-38182]
08:07:05.221 [: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=38182, Token=C4AAC52929338783, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38182, Token=C4AAC52929338783, 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!
08:07:05.221 [: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
08:07:05.221 [: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"
08:07:05.221 [: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
08:07:05.221 [: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-38183], CON-POST   MID=38183, 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
08:07:05.221 [: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-B4BCD5B07B67DD88], CON-POST   MID=38183, Token=B4BCD5B07B67DD88, 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
08:07:05.221 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38183], KeyToken[127.0.0.1:8205-B4BCD5B07B67DD88]]
08:07:05.222 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.222 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,075,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38183, Token=B4BCD5B07B67DD88, 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]
08:07:05.222 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.222 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38183]
08:07:05.222 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.222 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1076, 127.0.0.1:8202] replace CON-POST   MID=38183, Token=B4BCD5B07B67DD88, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38183, Token=B4BCD5B07B67DD88, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.222 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1076, 127.0.0.1:8202] send response NON-2.05   MID=38183, Token=null, OptionSet={}, "server responds hi"
08:07:05.222 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1076, 127.0.0.1:8202, complete]!
08:07:05.222 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1076, 127.0.0.1:8202, complete] completed NON-2.04   MID=38183, Token=B4BCD5B07B67DD88, 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!
08:07:05.222 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.223 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,076,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38183, Token=B4BCD5B07B67DD88, 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]
08:07:05.223 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.223 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38183]
08:07:05.223 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.223 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.223 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1075, 127.0.0.1:8205, complete]!
08:07:05.223 [: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-B4BCD5B07B67DD88]
08:07:05.223 [: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-38183]
08:07:05.223 [: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=38183, Token=B4BCD5B07B67DD88, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38183, Token=B4BCD5B07B67DD88, 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!
08:07:05.223 [: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
08:07:05.223 [: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"
08:07:05.223 [: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
08:07:05.223 [: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-38184], CON-POST   MID=38184, 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
08:07:05.224 [: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-68683A421E533441], CON-POST   MID=38184, Token=68683A421E533441, 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
08:07:05.224 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38184], KeyToken[127.0.0.1:8205-68683A421E533441]]
08:07:05.224 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.224 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,077,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38184, Token=68683A421E533441, 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]
08:07:05.224 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.224 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38184]
08:07:05.224 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.224 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1078, 127.0.0.1:8202] replace CON-POST   MID=38184, Token=68683A421E533441, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38184, Token=68683A421E533441, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.224 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1078, 127.0.0.1:8202] send response NON-2.05   MID=38184, Token=null, OptionSet={}, "server responds hi"
08:07:05.224 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1078, 127.0.0.1:8202, complete]!
08:07:05.224 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1078, 127.0.0.1:8202, complete] completed NON-2.04   MID=38184, Token=68683A421E533441, 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!
08:07:05.225 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.225 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,078,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38184, Token=68683A421E533441, 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]
08:07:05.225 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38184]
08:07:05.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.225 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1077, 127.0.0.1:8205, complete]!
08:07:05.225 [: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-68683A421E533441]
08:07:05.225 [: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-38184]
08:07:05.225 [: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=38184, Token=68683A421E533441, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38184, Token=68683A421E533441, 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!
08:07:05.225 [: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
08:07:05.225 [: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"
08:07:05.226 [: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
08:07:05.226 [: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-38185], CON-POST   MID=38185, 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
08:07:05.226 [: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-641E030F87F2333F], CON-POST   MID=38185, Token=641E030F87F2333F, 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
08:07:05.226 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38185], KeyToken[127.0.0.1:8205-641E030F87F2333F]]
08:07:05.226 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.226 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,079,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38185, Token=641E030F87F2333F, 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]
08:07:05.226 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.226 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38185]
08:07:05.226 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.226 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1080, 127.0.0.1:8202] replace CON-POST   MID=38185, Token=641E030F87F2333F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38185, Token=641E030F87F2333F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.227 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1080, 127.0.0.1:8202] send response NON-2.05   MID=38185, Token=null, OptionSet={}, "server responds hi"
08:07:05.227 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1080, 127.0.0.1:8202, complete]!
08:07:05.227 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1080, 127.0.0.1:8202, complete] completed NON-2.04   MID=38185, Token=641E030F87F2333F, 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!
08:07:05.227 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.227 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,080,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38185, Token=641E030F87F2333F, 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]
08:07:05.227 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.227 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38185]
08:07:05.227 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.227 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.227 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1079, 127.0.0.1:8205, complete]!
08:07:05.227 [: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-641E030F87F2333F]
08:07:05.227 [: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-38185]
08:07:05.227 [: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=38185, Token=641E030F87F2333F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38185, Token=641E030F87F2333F, 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!
08:07:05.227 [: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
08:07:05.227 [: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"
08:07:05.228 [: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
08:07:05.228 [: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-38186], CON-POST   MID=38186, 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
08:07:05.228 [: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-04F1AD1C5C9C33C9], CON-POST   MID=38186, Token=04F1AD1C5C9C33C9, 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
08:07:05.228 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38186], KeyToken[127.0.0.1:8205-04F1AD1C5C9C33C9]]
08:07:05.228 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.228 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,081,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38186, Token=04F1AD1C5C9C33C9, 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]
08:07:05.228 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.228 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38186]
08:07:05.228 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.228 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1082, 127.0.0.1:8202] replace CON-POST   MID=38186, Token=04F1AD1C5C9C33C9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38186, Token=04F1AD1C5C9C33C9, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.229 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1082, 127.0.0.1:8202] send response NON-2.05   MID=38186, Token=null, OptionSet={}, "server responds hi"
08:07:05.229 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1082, 127.0.0.1:8202, complete]!
08:07:05.229 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1082, 127.0.0.1:8202, complete] completed NON-2.04   MID=38186, Token=04F1AD1C5C9C33C9, 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!
08:07:05.229 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.229 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,082,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38186, Token=04F1AD1C5C9C33C9, 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]
08:07:05.229 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38186]
08:07:05.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.229 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1081, 127.0.0.1:8205, complete]!
08:07:05.229 [: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-04F1AD1C5C9C33C9]
08:07:05.229 [: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-38186]
08:07:05.229 [: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=38186, Token=04F1AD1C5C9C33C9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38186, Token=04F1AD1C5C9C33C9, 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!
08:07:05.230 [: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
08:07:05.230 [: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"
08:07:05.230 [: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
08:07:05.230 [: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-38187], CON-POST   MID=38187, 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
08:07:05.230 [: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-845D4B16E1763EC7], CON-POST   MID=38187, Token=845D4B16E1763EC7, 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
08:07:05.230 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38187], KeyToken[127.0.0.1:8205-845D4B16E1763EC7]]
08:07:05.230 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.230 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,083,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38187, Token=845D4B16E1763EC7, 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]
08:07:05.230 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.231 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38187]
08:07:05.231 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.231 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1084, 127.0.0.1:8202] replace CON-POST   MID=38187, Token=845D4B16E1763EC7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38187, Token=845D4B16E1763EC7, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.231 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1084, 127.0.0.1:8202] send response NON-2.05   MID=38187, Token=null, OptionSet={}, "server responds hi"
08:07:05.231 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1084, 127.0.0.1:8202, complete]!
08:07:05.231 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1084, 127.0.0.1:8202, complete] completed NON-2.04   MID=38187, Token=845D4B16E1763EC7, 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!
08:07:05.231 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.231 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,084,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38187, Token=845D4B16E1763EC7, 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]
08:07:05.231 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.232 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38187]
08:07:05.232 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.232 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.232 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1083, 127.0.0.1:8205, complete]!
08:07:05.232 [: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-845D4B16E1763EC7]
08:07:05.232 [: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-38187]
08:07:05.232 [: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=38187, Token=845D4B16E1763EC7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38187, Token=845D4B16E1763EC7, 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!
08:07:05.232 [: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
08:07:05.232 [: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"
08:07:05.232 [: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
08:07:05.232 [: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-38188], CON-POST   MID=38188, 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
08:07:05.232 [: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-149738D5892DE7FA], CON-POST   MID=38188, Token=149738D5892DE7FA, 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
08:07:05.232 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38188], KeyToken[127.0.0.1:8205-149738D5892DE7FA]]
08:07:05.232 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.233 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,085,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38188, Token=149738D5892DE7FA, 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]
08:07:05.233 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38188]
08:07:05.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1086, 127.0.0.1:8202] replace CON-POST   MID=38188, Token=149738D5892DE7FA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38188, Token=149738D5892DE7FA, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1086, 127.0.0.1:8202] send response NON-2.05   MID=38188, Token=null, OptionSet={}, "server responds hi"
08:07:05.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1086, 127.0.0.1:8202, complete]!
08:07:05.233 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1086, 127.0.0.1:8202, complete] completed NON-2.04   MID=38188, Token=149738D5892DE7FA, 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!
08:07:05.233 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.234 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,086,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38188, Token=149738D5892DE7FA, 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]
08:07:05.234 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38188]
08:07:05.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.234 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1085, 127.0.0.1:8205, complete]!
08:07:05.234 [: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-149738D5892DE7FA]
08:07:05.234 [: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-38188]
08:07:05.234 [: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=38188, Token=149738D5892DE7FA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38188, Token=149738D5892DE7FA, 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!
08:07:05.234 [: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
08:07:05.234 [: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"
08:07:05.235 [: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
08:07:05.235 [: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-38189], CON-POST   MID=38189, 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
08:07:05.235 [: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-807BBCDDBA896944], CON-POST   MID=38189, Token=807BBCDDBA896944, 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
08:07:05.235 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38189], KeyToken[127.0.0.1:8205-807BBCDDBA896944]]
08:07:05.235 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.235 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,087,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38189, Token=807BBCDDBA896944, 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]
08:07:05.235 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.235 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38189]
08:07:05.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1088, 127.0.0.1:8202] replace CON-POST   MID=38189, Token=807BBCDDBA896944, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38189, Token=807BBCDDBA896944, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1088, 127.0.0.1:8202] send response NON-2.05   MID=38189, Token=null, OptionSet={}, "server responds hi"
08:07:05.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1088, 127.0.0.1:8202, complete]!
08:07:05.236 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1088, 127.0.0.1:8202, complete] completed NON-2.04   MID=38189, Token=807BBCDDBA896944, 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!
08:07:05.236 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.236 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,088,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38189, Token=807BBCDDBA896944, 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]
08:07:05.236 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.236 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38189]
08:07:05.236 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.236 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.237 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1087, 127.0.0.1:8205, complete]!
08:07:05.237 [: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-807BBCDDBA896944]
08:07:05.237 [: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-38189]
08:07:05.237 [: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=38189, Token=807BBCDDBA896944, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38189, Token=807BBCDDBA896944, 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!
08:07:05.237 [: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
08:07:05.237 [: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"
08:07:05.237 [: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
08:07:05.237 [: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-38190], CON-POST   MID=38190, 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
08:07:05.237 [: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-282167E8C251D3BF], CON-POST   MID=38190, Token=282167E8C251D3BF, 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
08:07:05.237 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38190], KeyToken[127.0.0.1:8205-282167E8C251D3BF]]
08:07:05.238 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.238 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,089,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38190, Token=282167E8C251D3BF, 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]
08:07:05.238 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.238 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38190]
08:07:05.238 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.238 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1090, 127.0.0.1:8202] replace CON-POST   MID=38190, Token=282167E8C251D3BF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38190, Token=282167E8C251D3BF, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.238 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1090, 127.0.0.1:8202] send response NON-2.05   MID=38190, Token=null, OptionSet={}, "server responds hi"
08:07:05.238 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1090, 127.0.0.1:8202, complete]!
08:07:05.238 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1090, 127.0.0.1:8202, complete] completed NON-2.04   MID=38190, Token=282167E8C251D3BF, 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!
08:07:05.238 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.239 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,090,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38190, Token=282167E8C251D3BF, 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]
08:07:05.239 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38190]
08:07:05.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.239 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1089, 127.0.0.1:8205, complete]!
08:07:05.239 [: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-282167E8C251D3BF]
08:07:05.239 [: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-38190]
08:07:05.239 [: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=38190, Token=282167E8C251D3BF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38190, Token=282167E8C251D3BF, 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!
08:07:05.239 [: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
08:07:05.239 [: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"
08:07:05.240 [: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
08:07:05.240 [: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-38191], CON-POST   MID=38191, 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
08:07:05.240 [: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-D474EA2C4D92448F], CON-POST   MID=38191, Token=D474EA2C4D92448F, 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
08:07:05.240 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38191], KeyToken[127.0.0.1:8205-D474EA2C4D92448F]]
08:07:05.240 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.240 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,091,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38191, Token=D474EA2C4D92448F, 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]
08:07:05.240 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.240 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38191]
08:07:05.240 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.240 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1092, 127.0.0.1:8202] replace CON-POST   MID=38191, Token=D474EA2C4D92448F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38191, Token=D474EA2C4D92448F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.241 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1092, 127.0.0.1:8202] send response NON-2.05   MID=38191, Token=null, OptionSet={}, "server responds hi"
08:07:05.241 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1092, 127.0.0.1:8202, complete]!
08:07:05.241 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1092, 127.0.0.1:8202, complete] completed NON-2.04   MID=38191, Token=D474EA2C4D92448F, 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!
08:07:05.241 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.241 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,092,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38191, Token=D474EA2C4D92448F, 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]
08:07:05.241 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38191]
08:07:05.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.241 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1091, 127.0.0.1:8205, complete]!
08:07:05.241 [: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-D474EA2C4D92448F]
08:07:05.241 [: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-38191]
08:07:05.241 [: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=38191, Token=D474EA2C4D92448F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38191, Token=D474EA2C4D92448F, 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!
08:07:05.242 [: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
08:07:05.242 [: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"
08:07:05.242 [: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
08:07:05.242 [: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-38192], CON-POST   MID=38192, 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
08:07:05.242 [: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-80D2E3FAB357B50E], CON-POST   MID=38192, Token=80D2E3FAB357B50E, 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
08:07:05.242 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38192], KeyToken[127.0.0.1:8205-80D2E3FAB357B50E]]
08:07:05.242 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.242 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,093,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38192, Token=80D2E3FAB357B50E, 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]
08:07:05.242 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.243 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38192]
08:07:05.243 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.243 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1094, 127.0.0.1:8202] replace CON-POST   MID=38192, Token=80D2E3FAB357B50E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38192, Token=80D2E3FAB357B50E, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.243 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1094, 127.0.0.1:8202] send response NON-2.05   MID=38192, Token=null, OptionSet={}, "server responds hi"
08:07:05.243 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1094, 127.0.0.1:8202, complete]!
08:07:05.243 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1094, 127.0.0.1:8202, complete] completed NON-2.04   MID=38192, Token=80D2E3FAB357B50E, 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!
08:07:05.243 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.243 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,094,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38192, Token=80D2E3FAB357B50E, 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]
08:07:05.243 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.244 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38192]
08:07:05.244 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.244 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.244 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1093, 127.0.0.1:8205, complete]!
08:07:05.244 [: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-80D2E3FAB357B50E]
08:07:05.244 [: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-38192]
08:07:05.244 [: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=38192, Token=80D2E3FAB357B50E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38192, Token=80D2E3FAB357B50E, 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!
08:07:05.244 [: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
08:07:05.244 [: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"
08:07:05.244 [: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
08:07:05.244 [: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-38193], CON-POST   MID=38193, 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
08:07:05.244 [: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-0C356F3FF27696EB], CON-POST   MID=38193, Token=0C356F3FF27696EB, 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
08:07:05.244 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38193], KeyToken[127.0.0.1:8205-0C356F3FF27696EB]]
08:07:05.245 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.245 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,095,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38193, Token=0C356F3FF27696EB, 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]
08:07:05.245 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38193]
08:07:05.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1096, 127.0.0.1:8202] replace CON-POST   MID=38193, Token=0C356F3FF27696EB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38193, Token=0C356F3FF27696EB, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1096, 127.0.0.1:8202] send response NON-2.05   MID=38193, Token=null, OptionSet={}, "server responds hi"
08:07:05.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1096, 127.0.0.1:8202, complete]!
08:07:05.245 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1096, 127.0.0.1:8202, complete] completed NON-2.04   MID=38193, Token=0C356F3FF27696EB, 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!
08:07:05.246 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.246 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,096,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38193, Token=0C356F3FF27696EB, 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]
08:07:05.246 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.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:8205-38193]
08:07:05.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.246 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1095, 127.0.0.1:8205, complete]!
08:07:05.246 [: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-0C356F3FF27696EB]
08:07:05.246 [: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-38193]
08:07:05.246 [: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=38193, Token=0C356F3FF27696EB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38193, Token=0C356F3FF27696EB, 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!
08:07:05.246 [: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
08:07:05.246 [: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"
08:07:05.247 [: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
08:07:05.247 [: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-38194], CON-POST   MID=38194, 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
08:07:05.247 [: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-3863F8B9E10C7183], CON-POST   MID=38194, Token=3863F8B9E10C7183, 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
08:07:05.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-38194], KeyToken[127.0.0.1:8205-3863F8B9E10C7183]]
08:07:05.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
08:07:05.247 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,097,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38194, Token=3863F8B9E10C7183, 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]
08:07:05.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
08:07:05.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38194]
08:07:05.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.247 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1098, 127.0.0.1:8202] replace CON-POST   MID=38194, Token=3863F8B9E10C7183, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38194, Token=3863F8B9E10C7183, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1098, 127.0.0.1:8202] send response NON-2.05   MID=38194, Token=null, OptionSet={}, "server responds hi"
08:07:05.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1098, 127.0.0.1:8202, complete]!
08:07:05.248 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1098, 127.0.0.1:8202, complete] completed NON-2.04   MID=38194, Token=3863F8B9E10C7183, 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!
08:07:05.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:8202
08:07:05.248 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,098,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38194, Token=3863F8B9E10C7183, 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]
08:07:05.248 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.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:8205-38194]
08:07:05.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.248 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1097, 127.0.0.1:8205, complete]!
08:07:05.248 [: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-3863F8B9E10C7183]
08:07:05.248 [: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-38194]
08:07:05.248 [: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=38194, Token=3863F8B9E10C7183, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38194, Token=3863F8B9E10C7183, 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!
08:07:05.249 [: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
08:07:05.249 [: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"
08:07:05.249 [: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
08:07:05.249 [: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-38195], CON-POST   MID=38195, 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
08:07:05.249 [: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-B0C9C0A7D88DBF28], CON-POST   MID=38195, Token=B0C9C0A7D88DBF28, 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
08:07:05.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-38195], KeyToken[127.0.0.1:8205-B0C9C0A7D88DBF28]]
08:07:05.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
08:07:05.249 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,099,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38195, Token=B0C9C0A7D88DBF28, 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]
08:07:05.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
08:07:05.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38195]
08:07:05.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1100, 127.0.0.1:8202] replace CON-POST   MID=38195, Token=B0C9C0A7D88DBF28, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38195, Token=B0C9C0A7D88DBF28, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1100, 127.0.0.1:8202] send response NON-2.05   MID=38195, Token=null, OptionSet={}, "server responds hi"
08:07:05.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1100, 127.0.0.1:8202, complete]!
08:07:05.250 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1100, 127.0.0.1:8202, complete] completed NON-2.04   MID=38195, Token=B0C9C0A7D88DBF28, 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!
08:07:05.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
08:07:05.250 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,100,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38195, Token=B0C9C0A7D88DBF28, 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]
08:07:05.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
08:07:05.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-38195]
08:07:05.250 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1099, 127.0.0.1:8205, complete]!
08:07:05.251 [: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-B0C9C0A7D88DBF28]
08:07:05.251 [: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-38195]
08:07:05.251 [: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=38195, Token=B0C9C0A7D88DBF28, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38195, Token=B0C9C0A7D88DBF28, 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!
08:07:05.251 [: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
08:07:05.251 [: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"
08:07:05.251 [: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
08:07:05.251 [: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-38196], CON-POST   MID=38196, 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
08:07:05.251 [: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-C8B87BD23A148EDF], CON-POST   MID=38196, Token=C8B87BD23A148EDF, 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
08:07:05.251 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38196], KeyToken[127.0.0.1:8205-C8B87BD23A148EDF]]
08:07:05.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
08:07:05.252 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,101,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38196, Token=C8B87BD23A148EDF, 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]
08:07:05.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
08:07:05.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38196]
08:07:05.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1102, 127.0.0.1:8202] replace CON-POST   MID=38196, Token=C8B87BD23A148EDF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38196, Token=C8B87BD23A148EDF, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1102, 127.0.0.1:8202] send response NON-2.05   MID=38196, Token=null, OptionSet={}, "server responds hi"
08:07:05.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1102, 127.0.0.1:8202, complete]!
08:07:05.252 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1102, 127.0.0.1:8202, complete] completed NON-2.04   MID=38196, Token=C8B87BD23A148EDF, 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!
08:07:05.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
08:07:05.253 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,102,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38196, Token=C8B87BD23A148EDF, 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]
08:07:05.253 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38196]
08:07:05.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.253 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1101, 127.0.0.1:8205, complete]!
08:07:05.253 [: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-C8B87BD23A148EDF]
08:07:05.253 [: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-38196]
08:07:05.253 [: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=38196, Token=C8B87BD23A148EDF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38196, Token=C8B87BD23A148EDF, 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!
08:07:05.253 [: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
08:07:05.253 [: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"
08:07:05.253 [: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
08:07:05.254 [: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-38197], CON-POST   MID=38197, 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
08:07:05.254 [: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-B8D346587F5023F9], CON-POST   MID=38197, Token=B8D346587F5023F9, 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
08:07:05.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-38197], KeyToken[127.0.0.1:8205-B8D346587F5023F9]]
08:07:05.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
08:07:05.254 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,103,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38197, Token=B8D346587F5023F9, 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]
08:07:05.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
08:07:05.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38197]
08:07:05.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1104, 127.0.0.1:8202] replace CON-POST   MID=38197, Token=B8D346587F5023F9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38197, Token=B8D346587F5023F9, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1104, 127.0.0.1:8202] send response NON-2.05   MID=38197, Token=null, OptionSet={}, "server responds hi"
08:07:05.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1104, 127.0.0.1:8202, complete]!
08:07:05.254 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1104, 127.0.0.1:8202, complete] completed NON-2.04   MID=38197, Token=B8D346587F5023F9, 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!
08:07:05.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
08:07:05.255 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,104,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38197, Token=B8D346587F5023F9, 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]
08:07:05.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
08:07:05.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-38197]
08:07:05.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.255 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1103, 127.0.0.1:8205, complete]!
08:07:05.255 [: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-B8D346587F5023F9]
08:07:05.255 [: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-38197]
08:07:05.255 [: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=38197, Token=B8D346587F5023F9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38197, Token=B8D346587F5023F9, 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!
08:07:05.255 [: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
08:07:05.255 [: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"
08:07:05.256 [: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
08:07:05.256 [: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-38198], CON-POST   MID=38198, 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
08:07:05.256 [: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-E001683BD16B353E], CON-POST   MID=38198, Token=E001683BD16B353E, 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
08:07:05.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-38198], KeyToken[127.0.0.1:8205-E001683BD16B353E]]
08:07:05.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
08:07:05.256 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,105,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38198, Token=E001683BD16B353E, 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]
08:07:05.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
08:07:05.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38198]
08:07:05.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.256 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1106, 127.0.0.1:8202] replace CON-POST   MID=38198, Token=E001683BD16B353E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38198, Token=E001683BD16B353E, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1106, 127.0.0.1:8202] send response NON-2.05   MID=38198, Token=null, OptionSet={}, "server responds hi"
08:07:05.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1106, 127.0.0.1:8202, complete]!
08:07:05.257 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1106, 127.0.0.1:8202, complete] completed NON-2.04   MID=38198, Token=E001683BD16B353E, 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!
08:07:05.257 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.257 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,106,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38198, Token=E001683BD16B353E, 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]
08:07:05.257 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38198]
08:07:05.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.257 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1105, 127.0.0.1:8205, complete]!
08:07:05.257 [: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-E001683BD16B353E]
08:07:05.257 [: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-38198]
08:07:05.257 [: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=38198, Token=E001683BD16B353E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38198, Token=E001683BD16B353E, 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!
08:07:05.258 [: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
08:07:05.258 [: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"
08:07:05.258 [: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
08:07:05.258 [: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-38199], CON-POST   MID=38199, 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
08:07:05.258 [: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-74DF1ABB98915A9A], CON-POST   MID=38199, Token=74DF1ABB98915A9A, 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
08:07:05.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-38199], KeyToken[127.0.0.1:8205-74DF1ABB98915A9A]]
08:07:05.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
08:07:05.258 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,107,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38199, Token=74DF1ABB98915A9A, 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]
08:07:05.258 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38199]
08:07:05.258 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1108, 127.0.0.1:8202] replace CON-POST   MID=38199, Token=74DF1ABB98915A9A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38199, Token=74DF1ABB98915A9A, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1108, 127.0.0.1:8202] send response NON-2.05   MID=38199, Token=null, OptionSet={}, "server responds hi"
08:07:05.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1108, 127.0.0.1:8202, complete]!
08:07:05.259 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1108, 127.0.0.1:8202, complete] completed NON-2.04   MID=38199, Token=74DF1ABB98915A9A, 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!
08:07:05.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
08:07:05.259 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,108,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38199, Token=74DF1ABB98915A9A, 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]
08:07:05.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
08:07:05.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38199]
08:07:05.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.259 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1107, 127.0.0.1:8205, complete]!
08:07:05.259 [: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-74DF1ABB98915A9A]
08:07:05.259 [: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-38199]
08:07:05.259 [: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=38199, Token=74DF1ABB98915A9A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38199, Token=74DF1ABB98915A9A, 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!
08:07:05.260 [: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
08:07:05.260 [: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"
08:07:05.260 [: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
08:07:05.260 [: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-38200], CON-POST   MID=38200, 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
08:07:05.260 [: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-9089C1F5EF36E6E2], CON-POST   MID=38200, Token=9089C1F5EF36E6E2, 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
08:07:05.260 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38200], KeyToken[127.0.0.1:8205-9089C1F5EF36E6E2]]
08:07:05.260 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.260 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,109,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38200, Token=9089C1F5EF36E6E2, 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]
08:07:05.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
08:07:05.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38200]
08:07:05.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1110, 127.0.0.1:8202] replace CON-POST   MID=38200, Token=9089C1F5EF36E6E2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38200, Token=9089C1F5EF36E6E2, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1110, 127.0.0.1:8202] send response NON-2.05   MID=38200, Token=null, OptionSet={}, "server responds hi"
08:07:05.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1110, 127.0.0.1:8202, complete]!
08:07:05.261 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1110, 127.0.0.1:8202, complete] completed NON-2.04   MID=38200, Token=9089C1F5EF36E6E2, 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!
08:07:05.261 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.261 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,110,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38200, Token=9089C1F5EF36E6E2, 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]
08:07:05.261 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38200]
08:07:05.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.261 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1109, 127.0.0.1:8205, complete]!
08:07:05.262 [: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-9089C1F5EF36E6E2]
08:07:05.262 [: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-38200]
08:07:05.262 [: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=38200, Token=9089C1F5EF36E6E2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38200, Token=9089C1F5EF36E6E2, 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!
08:07:05.262 [: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
08:07:05.262 [: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"
08:07:05.262 [: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
08:07:05.262 [: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-38201], CON-POST   MID=38201, 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
08:07:05.262 [: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-D8E4595607637F94], CON-POST   MID=38201, Token=D8E4595607637F94, 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
08:07:05.262 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38201], KeyToken[127.0.0.1:8205-D8E4595607637F94]]
08:07:05.262 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.263 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,111,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38201, Token=D8E4595607637F94, 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]
08:07:05.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
08:07:05.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38201]
08:07:05.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1112, 127.0.0.1:8202] replace CON-POST   MID=38201, Token=D8E4595607637F94, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38201, Token=D8E4595607637F94, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1112, 127.0.0.1:8202] send response NON-2.05   MID=38201, Token=null, OptionSet={}, "server responds hi"
08:07:05.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1112, 127.0.0.1:8202, complete]!
08:07:05.263 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1112, 127.0.0.1:8202, complete] completed NON-2.04   MID=38201, Token=D8E4595607637F94, 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!
08:07:05.263 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.263 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,112,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38201, Token=D8E4595607637F94, 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]
08:07:05.263 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38201]
08:07:05.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.263 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1111, 127.0.0.1:8205, complete]!
08:07:05.264 [: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-D8E4595607637F94]
08:07:05.264 [: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-38201]
08:07:05.264 [: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=38201, Token=D8E4595607637F94, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38201, Token=D8E4595607637F94, 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!
08:07:05.264 [: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
08:07:05.264 [: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"
08:07:05.264 [: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
08:07:05.264 [: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-38202], CON-POST   MID=38202, 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
08:07:05.264 [: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-3CE54D15D035A807], CON-POST   MID=38202, Token=3CE54D15D035A807, 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
08:07:05.264 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38202], KeyToken[127.0.0.1:8205-3CE54D15D035A807]]
08:07:05.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
08:07:05.265 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,113,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38202, Token=3CE54D15D035A807, 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]
08:07:05.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
08:07:05.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38202]
08:07:05.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1114, 127.0.0.1:8202] replace CON-POST   MID=38202, Token=3CE54D15D035A807, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38202, Token=3CE54D15D035A807, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1114, 127.0.0.1:8202] send response NON-2.05   MID=38202, Token=null, OptionSet={}, "server responds hi"
08:07:05.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1114, 127.0.0.1:8202, complete]!
08:07:05.265 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1114, 127.0.0.1:8202, complete] completed NON-2.04   MID=38202, Token=3CE54D15D035A807, 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!
08:07:05.265 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.265 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,114,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38202, Token=3CE54D15D035A807, 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]
08:07:05.265 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.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-38202]
08:07:05.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.266 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1113, 127.0.0.1:8205, complete]!
08:07:05.266 [: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-3CE54D15D035A807]
08:07:05.266 [: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-38202]
08:07:05.266 [: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=38202, Token=3CE54D15D035A807, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38202, Token=3CE54D15D035A807, 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!
08:07:05.266 [: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
08:07:05.266 [: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"
08:07:05.266 [: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
08:07:05.266 [: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-38203], CON-POST   MID=38203, 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
08:07:05.267 [: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-44EDA951B2941DB8], CON-POST   MID=38203, Token=44EDA951B2941DB8, 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
08:07:05.267 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38203], KeyToken[127.0.0.1:8205-44EDA951B2941DB8]]
08:07:05.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
08:07:05.267 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,115,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38203, Token=44EDA951B2941DB8, 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]
08:07:05.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
08:07:05.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38203]
08:07:05.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1116, 127.0.0.1:8202] replace CON-POST   MID=38203, Token=44EDA951B2941DB8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38203, Token=44EDA951B2941DB8, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.267 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1116, 127.0.0.1:8202] send response NON-2.05   MID=38203, Token=null, OptionSet={}, "server responds hi"
08:07:05.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1116, 127.0.0.1:8202, complete]!
08:07:05.268 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1116, 127.0.0.1:8202, complete] completed NON-2.04   MID=38203, Token=44EDA951B2941DB8, 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!
08:07:05.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
08:07:05.268 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,116,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38203, Token=44EDA951B2941DB8, 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]
08:07:05.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
08:07:05.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-38203]
08:07:05.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.268 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1115, 127.0.0.1:8205, complete]!
08:07:05.268 [: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-44EDA951B2941DB8]
08:07:05.268 [: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-38203]
08:07:05.268 [: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=38203, Token=44EDA951B2941DB8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38203, Token=44EDA951B2941DB8, 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!
08:07:05.268 [: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
08:07:05.268 [: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"
08:07:05.269 [: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
08:07:05.269 [: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-38204], CON-POST   MID=38204, 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
08:07:05.269 [: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-40FD8D0BFF24806F], CON-POST   MID=38204, Token=40FD8D0BFF24806F, 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
08:07:05.269 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38204], KeyToken[127.0.0.1:8205-40FD8D0BFF24806F]]
08:07:05.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
08:07:05.269 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,117,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38204, Token=40FD8D0BFF24806F, 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]
08:07:05.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
08:07:05.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38204]
08:07:05.269 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1118, 127.0.0.1:8202] replace CON-POST   MID=38204, Token=40FD8D0BFF24806F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38204, Token=40FD8D0BFF24806F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1118, 127.0.0.1:8202] send response NON-2.05   MID=38204, Token=null, OptionSet={}, "server responds hi"
08:07:05.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1118, 127.0.0.1:8202, complete]!
08:07:05.270 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1118, 127.0.0.1:8202, complete] completed NON-2.04   MID=38204, Token=40FD8D0BFF24806F, 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!
08:07:05.270 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.270 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,118,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38204, Token=40FD8D0BFF24806F, 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]
08:07:05.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
08:07:05.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-38204]
08:07:05.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.270 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1117, 127.0.0.1:8205, complete]!
08:07:05.270 [: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-40FD8D0BFF24806F]
08:07:05.270 [: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-38204]
08:07:05.270 [: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=38204, Token=40FD8D0BFF24806F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38204, Token=40FD8D0BFF24806F, 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!
08:07:05.271 [: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
08:07:05.271 [: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"
08:07:05.271 [: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
08:07:05.271 [: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-38205], CON-POST   MID=38205, 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
08:07:05.271 [: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-0CE3DF4935E708B4], CON-POST   MID=38205, Token=0CE3DF4935E708B4, 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
08:07:05.271 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38205], KeyToken[127.0.0.1:8205-0CE3DF4935E708B4]]
08:07:05.271 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.271 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,119,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38205, Token=0CE3DF4935E708B4, 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]
08:07:05.271 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38205]
08:07:05.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1120, 127.0.0.1:8202] replace CON-POST   MID=38205, Token=0CE3DF4935E708B4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38205, Token=0CE3DF4935E708B4, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1120, 127.0.0.1:8202] send response NON-2.05   MID=38205, Token=null, OptionSet={}, "server responds hi"
08:07:05.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1120, 127.0.0.1:8202, complete]!
08:07:05.272 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1120, 127.0.0.1:8202, complete] completed NON-2.04   MID=38205, Token=0CE3DF4935E708B4, 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!
08:07:05.272 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.272 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,120,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38205, Token=0CE3DF4935E708B4, 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]
08:07:05.272 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.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-38205]
08:07:05.272 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1119, 127.0.0.1:8205, complete]!
08:07:05.273 [: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-0CE3DF4935E708B4]
08:07:05.273 [: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-38205]
08:07:05.273 [: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=38205, Token=0CE3DF4935E708B4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38205, Token=0CE3DF4935E708B4, 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!
08:07:05.273 [: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
08:07:05.273 [: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"
08:07:05.273 [: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
08:07:05.273 [: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-38206], CON-POST   MID=38206, 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
08:07:05.273 [: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-701C59A2E8286E9A], CON-POST   MID=38206, Token=701C59A2E8286E9A, 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
08:07:05.273 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38206], KeyToken[127.0.0.1:8205-701C59A2E8286E9A]]
08:07:05.273 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.274 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,121,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38206, Token=701C59A2E8286E9A, 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]
08:07:05.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
08:07:05.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38206]
08:07:05.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1122, 127.0.0.1:8202] replace CON-POST   MID=38206, Token=701C59A2E8286E9A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38206, Token=701C59A2E8286E9A, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1122, 127.0.0.1:8202] send response NON-2.05   MID=38206, Token=null, OptionSet={}, "server responds hi"
08:07:05.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1122, 127.0.0.1:8202, complete]!
08:07:05.274 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1122, 127.0.0.1:8202, complete] completed NON-2.04   MID=38206, Token=701C59A2E8286E9A, 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!
08:07:05.274 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.274 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,122,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38206, Token=701C59A2E8286E9A, 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]
08:07:05.274 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38206]
08:07:05.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1121, 127.0.0.1:8205, complete]!
08:07:05.275 [: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-701C59A2E8286E9A]
08:07:05.275 [: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-38206]
08:07:05.275 [: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=38206, Token=701C59A2E8286E9A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38206, Token=701C59A2E8286E9A, 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!
08:07:05.275 [: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
08:07:05.275 [: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"
08:07:05.275 [: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
08:07:05.275 [: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-38207], CON-POST   MID=38207, 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
08:07:05.275 [: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-445038BDA823B2B8], CON-POST   MID=38207, Token=445038BDA823B2B8, 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
08:07:05.275 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38207], KeyToken[127.0.0.1:8205-445038BDA823B2B8]]
08:07:05.276 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.276 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,123,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38207, Token=445038BDA823B2B8, 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]
08:07:05.276 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38207]
08:07:05.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1124, 127.0.0.1:8202] replace CON-POST   MID=38207, Token=445038BDA823B2B8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38207, Token=445038BDA823B2B8, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1124, 127.0.0.1:8202] send response NON-2.05   MID=38207, Token=null, OptionSet={}, "server responds hi"
08:07:05.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1124, 127.0.0.1:8202, complete]!
08:07:05.276 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1124, 127.0.0.1:8202, complete] completed NON-2.04   MID=38207, Token=445038BDA823B2B8, 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!
08:07:05.276 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.277 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,124,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38207, Token=445038BDA823B2B8, 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]
08:07:05.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
08:07:05.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-38207]
08:07:05.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.277 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1123, 127.0.0.1:8205, complete]!
08:07:05.277 [: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-445038BDA823B2B8]
08:07:05.277 [: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-38207]
08:07:05.277 [: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=38207, Token=445038BDA823B2B8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38207, Token=445038BDA823B2B8, 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!
08:07:05.277 [: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
08:07:05.277 [: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"
08:07:05.277 [: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
08:07:05.278 [: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-38208], CON-POST   MID=38208, 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
08:07:05.278 [: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-4C6D4EFBD2BC74C8], CON-POST   MID=38208, Token=4C6D4EFBD2BC74C8, 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
08:07:05.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-38208], KeyToken[127.0.0.1:8205-4C6D4EFBD2BC74C8]]
08:07:05.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
08:07:05.278 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,125,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38208, Token=4C6D4EFBD2BC74C8, 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]
08:07:05.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
08:07:05.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38208]
08:07:05.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1126, 127.0.0.1:8202] replace CON-POST   MID=38208, Token=4C6D4EFBD2BC74C8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38208, Token=4C6D4EFBD2BC74C8, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.278 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1126, 127.0.0.1:8202] send response NON-2.05   MID=38208, Token=null, OptionSet={}, "server responds hi"
08:07:05.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1126, 127.0.0.1:8202, complete]!
08:07:05.279 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1126, 127.0.0.1:8202, complete] completed NON-2.04   MID=38208, Token=4C6D4EFBD2BC74C8, 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!
08:07:05.279 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.279 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,126,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38208, Token=4C6D4EFBD2BC74C8, 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]
08:07:05.279 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38208]
08:07:05.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.279 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1125, 127.0.0.1:8205, complete]!
08:07:05.279 [: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-4C6D4EFBD2BC74C8]
08:07:05.279 [: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-38208]
08:07:05.279 [: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=38208, Token=4C6D4EFBD2BC74C8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38208, Token=4C6D4EFBD2BC74C8, 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!
08:07:05.294 [: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
08:07:05.294 [: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"
08:07:05.294 [: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
08:07:05.294 [: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-38209], CON-POST   MID=38209, 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
08:07:05.294 [: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-7C98B8830BCAB2BC], CON-POST   MID=38209, Token=7C98B8830BCAB2BC, 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
08:07:05.294 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38209], KeyToken[127.0.0.1:8205-7C98B8830BCAB2BC]]
08:07:05.294 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.295 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,127,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38209, Token=7C98B8830BCAB2BC, 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]
08:07:05.295 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38209]
08:07:05.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1128, 127.0.0.1:8202] replace CON-POST   MID=38209, Token=7C98B8830BCAB2BC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38209, Token=7C98B8830BCAB2BC, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1128, 127.0.0.1:8202] send response NON-2.05   MID=38209, Token=null, OptionSet={}, "server responds hi"
08:07:05.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1128, 127.0.0.1:8202, complete]!
08:07:05.295 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1128, 127.0.0.1:8202, complete] completed NON-2.04   MID=38209, Token=7C98B8830BCAB2BC, 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!
08:07:05.295 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.296 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,128,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38209, Token=7C98B8830BCAB2BC, 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]
08:07:05.296 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38209]
08:07:05.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1127, 127.0.0.1:8205, complete]!
08:07:05.296 [: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-7C98B8830BCAB2BC]
08:07:05.296 [: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-38209]
08:07:05.296 [: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=38209, Token=7C98B8830BCAB2BC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38209, Token=7C98B8830BCAB2BC, 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!
08:07:05.296 [: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
08:07:05.296 [: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"
08:07:05.296 [: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
08:07:05.297 [: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-38210], CON-POST   MID=38210, 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
08:07:05.297 [: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-5CC8E3F7E13540B2], CON-POST   MID=38210, Token=5CC8E3F7E13540B2, 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
08:07:05.297 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38210], KeyToken[127.0.0.1:8205-5CC8E3F7E13540B2]]
08:07:05.297 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.297 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,129,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38210, Token=5CC8E3F7E13540B2, 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]
08:07:05.297 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.297 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38210]
08:07:05.297 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.297 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1130, 127.0.0.1:8202] replace CON-POST   MID=38210, Token=5CC8E3F7E13540B2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38210, Token=5CC8E3F7E13540B2, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.297 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1130, 127.0.0.1:8202] send response NON-2.05   MID=38210, Token=null, OptionSet={}, "server responds hi"
08:07:05.298 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1130, 127.0.0.1:8202, complete]!
08:07:05.298 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1130, 127.0.0.1:8202, complete] completed NON-2.04   MID=38210, Token=5CC8E3F7E13540B2, 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!
08:07:05.298 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.298 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,130,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38210, Token=5CC8E3F7E13540B2, 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]
08:07:05.298 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38210]
08:07:05.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.298 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1129, 127.0.0.1:8205, complete]!
08:07:05.298 [: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-5CC8E3F7E13540B2]
08:07:05.298 [: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-38210]
08:07:05.298 [: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=38210, Token=5CC8E3F7E13540B2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38210, Token=5CC8E3F7E13540B2, 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!
08:07:05.298 [: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
08:07:05.298 [: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"
08:07:05.299 [: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
08:07:05.299 [: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-38211], CON-POST   MID=38211, 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
08:07:05.299 [: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-B07D58938A3ADF1A], CON-POST   MID=38211, Token=B07D58938A3ADF1A, 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
08:07:05.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38211], KeyToken[127.0.0.1:8205-B07D58938A3ADF1A]]
08:07:05.299 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.299 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,131,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38211, Token=B07D58938A3ADF1A, 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]
08:07:05.299 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.300 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38211]
08:07:05.300 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.300 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1132, 127.0.0.1:8202] replace CON-POST   MID=38211, Token=B07D58938A3ADF1A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38211, Token=B07D58938A3ADF1A, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.300 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1132, 127.0.0.1:8202] send response NON-2.05   MID=38211, Token=null, OptionSet={}, "server responds hi"
08:07:05.300 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1132, 127.0.0.1:8202, complete]!
08:07:05.300 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1132, 127.0.0.1:8202, complete] completed NON-2.04   MID=38211, Token=B07D58938A3ADF1A, 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!
08:07:05.300 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.300 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,132,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38211, Token=B07D58938A3ADF1A, 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]
08:07:05.300 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38211]
08:07:05.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.300 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.301 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1131, 127.0.0.1:8205, complete]!
08:07:05.301 [: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-B07D58938A3ADF1A]
08:07:05.301 [: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-38211]
08:07:05.301 [: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=38211, Token=B07D58938A3ADF1A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38211, Token=B07D58938A3ADF1A, 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!
08:07:05.301 [: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
08:07:05.301 [: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"
08:07:05.301 [: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
08:07:05.301 [: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-38212], CON-POST   MID=38212, 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
08:07:05.301 [: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-24ABE282BADD680C], CON-POST   MID=38212, Token=24ABE282BADD680C, 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
08:07:05.301 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38212], KeyToken[127.0.0.1:8205-24ABE282BADD680C]]
08:07:05.302 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.302 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,133,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38212, Token=24ABE282BADD680C, 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]
08:07:05.302 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.302 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38212]
08:07:05.302 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.302 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1134, 127.0.0.1:8202] replace CON-POST   MID=38212, Token=24ABE282BADD680C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38212, Token=24ABE282BADD680C, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.302 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1134, 127.0.0.1:8202] send response NON-2.05   MID=38212, Token=null, OptionSet={}, "server responds hi"
08:07:05.302 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1134, 127.0.0.1:8202, complete]!
08:07:05.302 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1134, 127.0.0.1:8202, complete] completed NON-2.04   MID=38212, Token=24ABE282BADD680C, 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!
08:07:05.302 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.302 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,134,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38212, Token=24ABE282BADD680C, 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]
08:07:05.302 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38212]
08:07:05.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1133, 127.0.0.1:8205, complete]!
08:07:05.303 [: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-24ABE282BADD680C]
08:07:05.303 [: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-38212]
08:07:05.303 [: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=38212, Token=24ABE282BADD680C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38212, Token=24ABE282BADD680C, 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!
08:07:05.303 [: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
08:07:05.303 [: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"
08:07:05.303 [: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
08:07:05.303 [: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-38213], CON-POST   MID=38213, 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
08:07:05.303 [: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-58344840732E3A1C], CON-POST   MID=38213, Token=58344840732E3A1C, 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
08:07:05.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38213], KeyToken[127.0.0.1:8205-58344840732E3A1C]]
08:07:05.304 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.304 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,135,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38213, Token=58344840732E3A1C, 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]
08:07:05.304 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.304 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38213]
08:07:05.304 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.304 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1136, 127.0.0.1:8202] replace CON-POST   MID=38213, Token=58344840732E3A1C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38213, Token=58344840732E3A1C, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.304 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1136, 127.0.0.1:8202] send response NON-2.05   MID=38213, Token=null, OptionSet={}, "server responds hi"
08:07:05.304 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1136, 127.0.0.1:8202, complete]!
08:07:05.304 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1136, 127.0.0.1:8202, complete] completed NON-2.04   MID=38213, Token=58344840732E3A1C, 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!
08:07:05.304 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.305 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,136,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38213, Token=58344840732E3A1C, 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]
08:07:05.305 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.305 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38213]
08:07:05.305 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.305 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.305 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1135, 127.0.0.1:8205, complete]!
08:07:05.305 [: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-58344840732E3A1C]
08:07:05.305 [: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-38213]
08:07:05.305 [: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=38213, Token=58344840732E3A1C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38213, Token=58344840732E3A1C, 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!
08:07:05.305 [: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
08:07:05.305 [: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"
08:07:05.305 [: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
08:07:05.306 [: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-38214], CON-POST   MID=38214, 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
08:07:05.306 [: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-90BC91F80DBD9D1F], CON-POST   MID=38214, Token=90BC91F80DBD9D1F, 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
08:07:05.306 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38214], KeyToken[127.0.0.1:8205-90BC91F80DBD9D1F]]
08:07:05.306 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.306 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,137,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38214, Token=90BC91F80DBD9D1F, 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]
08:07:05.306 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.306 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38214]
08:07:05.306 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.306 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1138, 127.0.0.1:8202] replace CON-POST   MID=38214, Token=90BC91F80DBD9D1F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38214, Token=90BC91F80DBD9D1F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.306 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1138, 127.0.0.1:8202] send response NON-2.05   MID=38214, Token=null, OptionSet={}, "server responds hi"
08:07:05.307 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1138, 127.0.0.1:8202, complete]!
08:07:05.307 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1138, 127.0.0.1:8202, complete] completed NON-2.04   MID=38214, Token=90BC91F80DBD9D1F, 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!
08:07:05.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:8202
08:07:05.307 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,138,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38214, Token=90BC91F80DBD9D1F, 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]
08:07:05.307 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.307 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38214]
08:07:05.307 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.307 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.307 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1137, 127.0.0.1:8205, complete]!
08:07:05.307 [: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-90BC91F80DBD9D1F]
08:07:05.307 [: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-38214]
08:07:05.307 [: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=38214, Token=90BC91F80DBD9D1F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38214, Token=90BC91F80DBD9D1F, 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!
08:07:05.307 [: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
08:07:05.307 [: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"
08:07:05.308 [: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
08:07:05.308 [: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-38215], CON-POST   MID=38215, 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
08:07:05.308 [: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-9406151C4EB214C4], CON-POST   MID=38215, Token=9406151C4EB214C4, 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
08:07:05.308 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38215], KeyToken[127.0.0.1:8205-9406151C4EB214C4]]
08:07:05.308 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.308 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,139,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38215, Token=9406151C4EB214C4, 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]
08:07:05.308 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.308 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38215]
08:07:05.308 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.309 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1140, 127.0.0.1:8202] replace CON-POST   MID=38215, Token=9406151C4EB214C4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38215, Token=9406151C4EB214C4, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.309 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1140, 127.0.0.1:8202] send response NON-2.05   MID=38215, Token=null, OptionSet={}, "server responds hi"
08:07:05.309 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1140, 127.0.0.1:8202, complete]!
08:07:05.309 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1140, 127.0.0.1:8202, complete] completed NON-2.04   MID=38215, Token=9406151C4EB214C4, 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!
08:07:05.309 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.309 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,140,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38215, Token=9406151C4EB214C4, 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]
08:07:05.309 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.309 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38215]
08:07:05.309 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.309 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.309 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1139, 127.0.0.1:8205, complete]!
08:07:05.309 [: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-9406151C4EB214C4]
08:07:05.309 [: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-38215]
08:07:05.309 [: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=38215, Token=9406151C4EB214C4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38215, Token=9406151C4EB214C4, 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!
08:07:05.310 [: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
08:07:05.310 [: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"
08:07:05.310 [: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
08:07:05.310 [: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-38216], CON-POST   MID=38216, 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
08:07:05.310 [: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-3C75C208EC3C91C2], CON-POST   MID=38216, Token=3C75C208EC3C91C2, 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
08:07:05.310 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38216], KeyToken[127.0.0.1:8205-3C75C208EC3C91C2]]
08:07:05.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 40 bytes to 127.0.0.1:8205
08:07:05.310 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,141,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38216, Token=3C75C208EC3C91C2, 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]
08:07:05.311 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.311 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38216]
08:07:05.311 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.311 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1142, 127.0.0.1:8202] replace CON-POST   MID=38216, Token=3C75C208EC3C91C2, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38216, Token=3C75C208EC3C91C2, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.311 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1142, 127.0.0.1:8202] send response NON-2.05   MID=38216, Token=null, OptionSet={}, "server responds hi"
08:07:05.311 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1142, 127.0.0.1:8202, complete]!
08:07:05.311 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1142, 127.0.0.1:8202, complete] completed NON-2.04   MID=38216, Token=3C75C208EC3C91C2, 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!
08:07:05.311 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.311 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,142,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38216, Token=3C75C208EC3C91C2, 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]
08:07:05.311 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.311 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38216]
08:07:05.311 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.311 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.312 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1141, 127.0.0.1:8205, complete]!
08:07:05.312 [: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-3C75C208EC3C91C2]
08:07:05.312 [: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-38216]
08:07:05.312 [: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=38216, Token=3C75C208EC3C91C2, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38216, Token=3C75C208EC3C91C2, 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!
08:07:05.312 [: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
08:07:05.312 [: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"
08:07:05.312 [: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
08:07:05.312 [: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-38217], CON-POST   MID=38217, 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
08:07:05.312 [: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-DC7C8E88DEB1DD20], CON-POST   MID=38217, Token=DC7C8E88DEB1DD20, 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
08:07:05.312 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38217], KeyToken[127.0.0.1:8205-DC7C8E88DEB1DD20]]
08:07:05.313 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.313 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,143,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38217, Token=DC7C8E88DEB1DD20, 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]
08:07:05.313 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.313 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38217]
08:07:05.313 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.313 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1144, 127.0.0.1:8202] replace CON-POST   MID=38217, Token=DC7C8E88DEB1DD20, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38217, Token=DC7C8E88DEB1DD20, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.313 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1144, 127.0.0.1:8202] send response NON-2.05   MID=38217, Token=null, OptionSet={}, "server responds hi"
08:07:05.313 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1144, 127.0.0.1:8202, complete]!
08:07:05.313 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1144, 127.0.0.1:8202, complete] completed NON-2.04   MID=38217, Token=DC7C8E88DEB1DD20, 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!
08:07:05.313 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.313 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,144,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38217, Token=DC7C8E88DEB1DD20, 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]
08:07:05.313 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.314 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38217]
08:07:05.314 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.314 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.314 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1143, 127.0.0.1:8205, complete]!
08:07:05.314 [: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-DC7C8E88DEB1DD20]
08:07:05.314 [: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-38217]
08:07:05.314 [: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=38217, Token=DC7C8E88DEB1DD20, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38217, Token=DC7C8E88DEB1DD20, 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!
08:07:05.314 [: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
08:07:05.314 [: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"
08:07:05.314 [: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
08:07:05.314 [: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-38218], CON-POST   MID=38218, 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
08:07:05.314 [: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-489350B20410A3C5], CON-POST   MID=38218, Token=489350B20410A3C5, 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
08:07:05.315 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38218], KeyToken[127.0.0.1:8205-489350B20410A3C5]]
08:07:05.315 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.315 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,145,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38218, Token=489350B20410A3C5, 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]
08:07:05.315 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.315 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38218]
08:07:05.315 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.315 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1146, 127.0.0.1:8202] replace CON-POST   MID=38218, Token=489350B20410A3C5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38218, Token=489350B20410A3C5, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.315 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1146, 127.0.0.1:8202] send response NON-2.05   MID=38218, Token=null, OptionSet={}, "server responds hi"
08:07:05.315 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1146, 127.0.0.1:8202, complete]!
08:07:05.315 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1146, 127.0.0.1:8202, complete] completed NON-2.04   MID=38218, Token=489350B20410A3C5, 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!
08:07:05.316 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.316 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,146,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38218, Token=489350B20410A3C5, 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]
08:07:05.316 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.316 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38218]
08:07:05.316 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.316 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.316 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1145, 127.0.0.1:8205, complete]!
08:07:05.316 [: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-489350B20410A3C5]
08:07:05.316 [: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-38218]
08:07:05.316 [: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=38218, Token=489350B20410A3C5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38218, Token=489350B20410A3C5, 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!
08:07:05.316 [: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
08:07:05.316 [: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"
08:07:05.317 [: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
08:07:05.317 [: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-38219], CON-POST   MID=38219, 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
08:07:05.317 [: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-DCDBFB8DAD0A1064], CON-POST   MID=38219, Token=DCDBFB8DAD0A1064, 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
08:07:05.317 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38219], KeyToken[127.0.0.1:8205-DCDBFB8DAD0A1064]]
08:07:05.317 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.317 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,147,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38219, Token=DCDBFB8DAD0A1064, 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]
08:07:05.317 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.317 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38219]
08:07:05.317 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.317 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1148, 127.0.0.1:8202] replace CON-POST   MID=38219, Token=DCDBFB8DAD0A1064, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38219, Token=DCDBFB8DAD0A1064, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.318 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1148, 127.0.0.1:8202] send response NON-2.05   MID=38219, Token=null, OptionSet={}, "server responds hi"
08:07:05.318 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1148, 127.0.0.1:8202, complete]!
08:07:05.318 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1148, 127.0.0.1:8202, complete] completed NON-2.04   MID=38219, Token=DCDBFB8DAD0A1064, 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!
08:07:05.318 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.318 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,148,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38219, Token=DCDBFB8DAD0A1064, 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]
08:07:05.318 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.318 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38219]
08:07:05.318 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.318 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.318 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1147, 127.0.0.1:8205, complete]!
08:07:05.318 [: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-DCDBFB8DAD0A1064]
08:07:05.318 [: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-38219]
08:07:05.318 [: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=38219, Token=DCDBFB8DAD0A1064, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38219, Token=DCDBFB8DAD0A1064, 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!
08:07:05.319 [: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
08:07:05.319 [: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"
08:07:05.319 [: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
08:07:05.319 [: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-38220], CON-POST   MID=38220, 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
08:07:05.319 [: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-8093F6771EAD6B30], CON-POST   MID=38220, Token=8093F6771EAD6B30, 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
08:07:05.319 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38220], KeyToken[127.0.0.1:8205-8093F6771EAD6B30]]
08:07:05.319 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.319 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,149,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38220, Token=8093F6771EAD6B30, 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]
08:07:05.319 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.319 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38220]
08:07:05.320 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.320 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1150, 127.0.0.1:8202] replace CON-POST   MID=38220, Token=8093F6771EAD6B30, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38220, Token=8093F6771EAD6B30, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.320 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1150, 127.0.0.1:8202] send response NON-2.05   MID=38220, Token=null, OptionSet={}, "server responds hi"
08:07:05.320 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1150, 127.0.0.1:8202, complete]!
08:07:05.320 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1150, 127.0.0.1:8202, complete] completed NON-2.04   MID=38220, Token=8093F6771EAD6B30, 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!
08:07:05.320 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.320 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,150,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38220, Token=8093F6771EAD6B30, 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]
08:07:05.320 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.320 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38220]
08:07:05.320 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.320 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.320 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1149, 127.0.0.1:8205, complete]!
08:07:05.320 [: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-8093F6771EAD6B30]
08:07:05.321 [: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-38220]
08:07:05.321 [: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=38220, Token=8093F6771EAD6B30, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38220, Token=8093F6771EAD6B30, 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!
08:07:05.321 [: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
08:07:05.321 [: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"
08:07:05.321 [: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
08:07:05.321 [: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-38221], CON-POST   MID=38221, 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
08:07:05.321 [: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-78342E38D6267D02], CON-POST   MID=38221, Token=78342E38D6267D02, 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
08:07:05.321 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38221], KeyToken[127.0.0.1:8205-78342E38D6267D02]]
08:07:05.321 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.321 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,151,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38221, Token=78342E38D6267D02, 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]
08:07:05.322 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.322 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38221]
08:07:05.322 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.322 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1152, 127.0.0.1:8202] replace CON-POST   MID=38221, Token=78342E38D6267D02, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38221, Token=78342E38D6267D02, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.322 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1152, 127.0.0.1:8202] send response NON-2.05   MID=38221, Token=null, OptionSet={}, "server responds hi"
08:07:05.322 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1152, 127.0.0.1:8202, complete]!
08:07:05.322 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1152, 127.0.0.1:8202, complete] completed NON-2.04   MID=38221, Token=78342E38D6267D02, 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!
08:07:05.322 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.322 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,152,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38221, Token=78342E38D6267D02, 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]
08:07:05.322 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.322 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38221]
08:07:05.322 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.322 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.323 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1151, 127.0.0.1:8205, complete]!
08:07:05.323 [: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-78342E38D6267D02]
08:07:05.323 [: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-38221]
08:07:05.323 [: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=38221, Token=78342E38D6267D02, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38221, Token=78342E38D6267D02, 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!
08:07:05.323 [: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
08:07:05.323 [: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"
08:07:05.323 [: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
08:07:05.323 [: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-38222], CON-POST   MID=38222, 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
08:07:05.323 [: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-C8F299B98F5A36A4], CON-POST   MID=38222, Token=C8F299B98F5A36A4, 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
08:07:05.323 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38222], KeyToken[127.0.0.1:8205-C8F299B98F5A36A4]]
08:07:05.324 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.324 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,153,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38222, Token=C8F299B98F5A36A4, 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]
08:07:05.324 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.324 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38222]
08:07:05.324 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.324 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1154, 127.0.0.1:8202] replace CON-POST   MID=38222, Token=C8F299B98F5A36A4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38222, Token=C8F299B98F5A36A4, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.324 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1154, 127.0.0.1:8202] send response NON-2.05   MID=38222, Token=null, OptionSet={}, "server responds hi"
08:07:05.324 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1154, 127.0.0.1:8202, complete]!
08:07:05.324 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1154, 127.0.0.1:8202, complete] completed NON-2.04   MID=38222, Token=C8F299B98F5A36A4, 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!
08:07:05.324 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.324 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,154,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38222, Token=C8F299B98F5A36A4, 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]
08:07:05.324 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.325 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38222]
08:07:05.325 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.325 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.325 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1153, 127.0.0.1:8205, complete]!
08:07:05.325 [: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-C8F299B98F5A36A4]
08:07:05.325 [: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-38222]
08:07:05.325 [: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=38222, Token=C8F299B98F5A36A4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38222, Token=C8F299B98F5A36A4, 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!
08:07:05.325 [: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
08:07:05.325 [: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"
08:07:05.325 [: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
08:07:05.325 [: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-38223], CON-POST   MID=38223, 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
08:07:05.326 [: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-50B714A5105473DB], CON-POST   MID=38223, Token=50B714A5105473DB, 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
08:07:05.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38223], KeyToken[127.0.0.1:8205-50B714A5105473DB]]
08:07:05.326 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.326 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,155,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38223, Token=50B714A5105473DB, 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]
08:07:05.326 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.326 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38223]
08:07:05.326 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.326 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1156, 127.0.0.1:8202] replace CON-POST   MID=38223, Token=50B714A5105473DB, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38223, Token=50B714A5105473DB, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.326 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1156, 127.0.0.1:8202] send response NON-2.05   MID=38223, Token=null, OptionSet={}, "server responds hi"
08:07:05.327 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1156, 127.0.0.1:8202, complete]!
08:07:05.327 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1156, 127.0.0.1:8202, complete] completed NON-2.04   MID=38223, Token=50B714A5105473DB, 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!
08:07:05.327 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.327 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,156,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38223, Token=50B714A5105473DB, 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]
08:07:05.327 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38223]
08:07:05.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1155, 127.0.0.1:8205, complete]!
08:07:05.327 [: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-50B714A5105473DB]
08:07:05.327 [: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-38223]
08:07:05.327 [: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=38223, Token=50B714A5105473DB, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38223, Token=50B714A5105473DB, 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!
08:07:05.327 [: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
08:07:05.327 [: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"
08:07:05.328 [: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
08:07:05.328 [: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-38224], CON-POST   MID=38224, 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
08:07:05.328 [: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-DCCE1A520DD4033C], CON-POST   MID=38224, Token=DCCE1A520DD4033C, 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
08:07:05.328 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38224], KeyToken[127.0.0.1:8205-DCCE1A520DD4033C]]
08:07:05.328 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.328 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,157,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38224, Token=DCCE1A520DD4033C, 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]
08:07:05.328 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.328 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38224]
08:07:05.328 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.329 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1158, 127.0.0.1:8202] replace CON-POST   MID=38224, Token=DCCE1A520DD4033C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38224, Token=DCCE1A520DD4033C, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.329 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1158, 127.0.0.1:8202] send response NON-2.05   MID=38224, Token=null, OptionSet={}, "server responds hi"
08:07:05.329 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1158, 127.0.0.1:8202, complete]!
08:07:05.329 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1158, 127.0.0.1:8202, complete] completed NON-2.04   MID=38224, Token=DCCE1A520DD4033C, 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!
08:07:05.329 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.329 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,158,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38224, Token=DCCE1A520DD4033C, 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]
08:07:05.329 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38224]
08:07:05.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1157, 127.0.0.1:8205, complete]!
08:07:05.329 [: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-DCCE1A520DD4033C]
08:07:05.329 [: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-38224]
08:07:05.329 [: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=38224, Token=DCCE1A520DD4033C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38224, Token=DCCE1A520DD4033C, 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!
08:07:05.330 [: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
08:07:05.330 [: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"
08:07:05.330 [: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
08:07:05.330 [: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-38225], CON-POST   MID=38225, 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
08:07:05.330 [: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-D4D1C6E293BD4228], CON-POST   MID=38225, Token=D4D1C6E293BD4228, 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
08:07:05.330 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38225], KeyToken[127.0.0.1:8205-D4D1C6E293BD4228]]
08:07:05.330 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.331 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,159,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38225, Token=D4D1C6E293BD4228, 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]
08:07:05.331 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.331 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38225]
08:07:05.331 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.331 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1160, 127.0.0.1:8202] replace CON-POST   MID=38225, Token=D4D1C6E293BD4228, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38225, Token=D4D1C6E293BD4228, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.331 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1160, 127.0.0.1:8202] send response NON-2.05   MID=38225, Token=null, OptionSet={}, "server responds hi"
08:07:05.331 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1160, 127.0.0.1:8202, complete]!
08:07:05.331 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1160, 127.0.0.1:8202, complete] completed NON-2.04   MID=38225, Token=D4D1C6E293BD4228, 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!
08:07:05.331 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.331 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,160,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38225, Token=D4D1C6E293BD4228, 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]
08:07:05.331 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38225]
08:07:05.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.332 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1159, 127.0.0.1:8205, complete]!
08:07:05.332 [: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-D4D1C6E293BD4228]
08:07:05.332 [: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-38225]
08:07:05.332 [: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=38225, Token=D4D1C6E293BD4228, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38225, Token=D4D1C6E293BD4228, 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!
08:07:05.332 [: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
08:07:05.332 [: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"
08:07:05.332 [: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
08:07:05.332 [: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-38226], CON-POST   MID=38226, 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
08:07:05.332 [: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-78E6DC34F13DE52A], CON-POST   MID=38226, Token=78E6DC34F13DE52A, 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
08:07:05.332 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38226], KeyToken[127.0.0.1:8205-78E6DC34F13DE52A]]
08:07:05.333 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.333 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,161,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38226, Token=78E6DC34F13DE52A, 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]
08:07:05.333 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.333 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38226]
08:07:05.333 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.333 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1162, 127.0.0.1:8202] replace CON-POST   MID=38226, Token=78E6DC34F13DE52A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38226, Token=78E6DC34F13DE52A, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.333 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1162, 127.0.0.1:8202] send response NON-2.05   MID=38226, Token=null, OptionSet={}, "server responds hi"
08:07:05.333 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1162, 127.0.0.1:8202, complete]!
08:07:05.333 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1162, 127.0.0.1:8202, complete] completed NON-2.04   MID=38226, Token=78E6DC34F13DE52A, 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!
08:07:05.333 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.333 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,162,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38226, Token=78E6DC34F13DE52A, 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]
08:07:05.333 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.334 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38226]
08:07:05.334 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.334 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.334 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1161, 127.0.0.1:8205, complete]!
08:07:05.334 [: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-78E6DC34F13DE52A]
08:07:05.334 [: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-38226]
08:07:05.334 [: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=38226, Token=78E6DC34F13DE52A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38226, Token=78E6DC34F13DE52A, 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!
08:07:05.334 [: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
08:07:05.334 [: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"
08:07:05.334 [: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
08:07:05.334 [: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-38227], CON-POST   MID=38227, 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
08:07:05.334 [: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-704CC42651FC76D5], CON-POST   MID=38227, Token=704CC42651FC76D5, 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
08:07:05.334 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38227], KeyToken[127.0.0.1:8205-704CC42651FC76D5]]
08:07:05.335 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.335 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,163,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38227, Token=704CC42651FC76D5, 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]
08:07:05.335 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.335 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38227]
08:07:05.335 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.335 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1164, 127.0.0.1:8202] replace CON-POST   MID=38227, Token=704CC42651FC76D5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38227, Token=704CC42651FC76D5, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.335 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1164, 127.0.0.1:8202] send response NON-2.05   MID=38227, Token=null, OptionSet={}, "server responds hi"
08:07:05.335 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1164, 127.0.0.1:8202, complete]!
08:07:05.335 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1164, 127.0.0.1:8202, complete] completed NON-2.04   MID=38227, Token=704CC42651FC76D5, 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!
08:07:05.335 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.336 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,164,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38227, Token=704CC42651FC76D5, 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]
08:07:05.336 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.336 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38227]
08:07:05.336 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.336 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.336 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1163, 127.0.0.1:8205, complete]!
08:07:05.336 [: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-704CC42651FC76D5]
08:07:05.336 [: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-38227]
08:07:05.336 [: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=38227, Token=704CC42651FC76D5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38227, Token=704CC42651FC76D5, 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!
08:07:05.336 [: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
08:07:05.336 [: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"
08:07:05.336 [: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
08:07:05.337 [: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-38228], CON-POST   MID=38228, 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
08:07:05.337 [: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-3819BD883D4825BC], CON-POST   MID=38228, Token=3819BD883D4825BC, 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
08:07:05.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38228], KeyToken[127.0.0.1:8205-3819BD883D4825BC]]
08:07:05.337 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.337 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,165,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38228, Token=3819BD883D4825BC, 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]
08:07:05.337 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.337 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38228]
08:07:05.337 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.337 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1166, 127.0.0.1:8202] replace CON-POST   MID=38228, Token=3819BD883D4825BC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38228, Token=3819BD883D4825BC, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.337 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1166, 127.0.0.1:8202] send response NON-2.05   MID=38228, Token=null, OptionSet={}, "server responds hi"
08:07:05.338 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1166, 127.0.0.1:8202, complete]!
08:07:05.338 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1166, 127.0.0.1:8202, complete] completed NON-2.04   MID=38228, Token=3819BD883D4825BC, 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!
08:07:05.338 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.338 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,166,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38228, Token=3819BD883D4825BC, 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]
08:07:05.338 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.338 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38228]
08:07:05.338 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.338 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.338 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1165, 127.0.0.1:8205, complete]!
08:07:05.338 [: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-3819BD883D4825BC]
08:07:05.338 [: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-38228]
08:07:05.338 [: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=38228, Token=3819BD883D4825BC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38228, Token=3819BD883D4825BC, 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!
08:07:05.338 [: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
08:07:05.338 [: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"
08:07:05.339 [: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
08:07:05.339 [: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-38229], CON-POST   MID=38229, 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
08:07:05.339 [: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-B0F242874A61C367], CON-POST   MID=38229, Token=B0F242874A61C367, 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
08:07:05.339 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38229], KeyToken[127.0.0.1:8205-B0F242874A61C367]]
08:07:05.339 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.339 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,167,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38229, Token=B0F242874A61C367, 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]
08:07:05.339 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.339 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38229]
08:07:05.339 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.340 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1168, 127.0.0.1:8202] replace CON-POST   MID=38229, Token=B0F242874A61C367, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38229, Token=B0F242874A61C367, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.340 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1168, 127.0.0.1:8202] send response NON-2.05   MID=38229, Token=null, OptionSet={}, "server responds hi"
08:07:05.340 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1168, 127.0.0.1:8202, complete]!
08:07:05.340 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1168, 127.0.0.1:8202, complete] completed NON-2.04   MID=38229, Token=B0F242874A61C367, 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!
08:07:05.340 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.340 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,168,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38229, Token=B0F242874A61C367, 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]
08:07:05.340 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.340 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38229]
08:07:05.340 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.340 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.340 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1167, 127.0.0.1:8205, complete]!
08:07:05.340 [: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-B0F242874A61C367]
08:07:05.340 [: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-38229]
08:07:05.341 [: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=38229, Token=B0F242874A61C367, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38229, Token=B0F242874A61C367, 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!
08:07:05.341 [: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
08:07:05.341 [: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"
08:07:05.341 [: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
08:07:05.341 [: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-38230], CON-POST   MID=38230, 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
08:07:05.341 [: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-64ADD21EFA085F40], CON-POST   MID=38230, Token=64ADD21EFA085F40, 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
08:07:05.341 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38230], KeyToken[127.0.0.1:8205-64ADD21EFA085F40]]
08:07:05.341 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.341 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,169,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38230, Token=64ADD21EFA085F40, 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]
08:07:05.341 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38230]
08:07:05.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1170, 127.0.0.1:8202] replace CON-POST   MID=38230, Token=64ADD21EFA085F40, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38230, Token=64ADD21EFA085F40, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1170, 127.0.0.1:8202] send response NON-2.05   MID=38230, Token=null, OptionSet={}, "server responds hi"
08:07:05.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1170, 127.0.0.1:8202, complete]!
08:07:05.342 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1170, 127.0.0.1:8202, complete] completed NON-2.04   MID=38230, Token=64ADD21EFA085F40, 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!
08:07:05.342 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.342 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,170,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38230, Token=64ADD21EFA085F40, 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]
08:07:05.342 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.342 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38230]
08:07:05.342 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.342 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1169, 127.0.0.1:8205, complete]!
08:07:05.343 [: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-64ADD21EFA085F40]
08:07:05.343 [: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-38230]
08:07:05.343 [: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=38230, Token=64ADD21EFA085F40, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38230, Token=64ADD21EFA085F40, 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!
08:07:05.343 [: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
08:07:05.343 [: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"
08:07:05.343 [: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
08:07:05.343 [: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-38231], CON-POST   MID=38231, 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
08:07:05.343 [: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-6882B8276CDC9A71], CON-POST   MID=38231, Token=6882B8276CDC9A71, 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
08:07:05.343 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38231], KeyToken[127.0.0.1:8205-6882B8276CDC9A71]]
08:07:05.343 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.344 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,171,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38231, Token=6882B8276CDC9A71, 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]
08:07:05.344 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.344 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38231]
08:07:05.344 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.344 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1172, 127.0.0.1:8202] replace CON-POST   MID=38231, Token=6882B8276CDC9A71, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38231, Token=6882B8276CDC9A71, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.344 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1172, 127.0.0.1:8202] send response NON-2.05   MID=38231, Token=null, OptionSet={}, "server responds hi"
08:07:05.344 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1172, 127.0.0.1:8202, complete]!
08:07:05.344 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1172, 127.0.0.1:8202, complete] completed NON-2.04   MID=38231, Token=6882B8276CDC9A71, 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!
08:07:05.344 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.344 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,172,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38231, Token=6882B8276CDC9A71, 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]
08:07:05.344 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38231]
08:07:05.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.345 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1171, 127.0.0.1:8205, complete]!
08:07:05.345 [: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-6882B8276CDC9A71]
08:07:05.345 [: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-38231]
08:07:05.345 [: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=38231, Token=6882B8276CDC9A71, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38231, Token=6882B8276CDC9A71, 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!
08:07:05.345 [: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
08:07:05.345 [: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"
08:07:05.345 [: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
08:07:05.345 [: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-38232], CON-POST   MID=38232, 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
08:07:05.345 [: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-40733A24B870F31B], CON-POST   MID=38232, Token=40733A24B870F31B, 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
08:07:05.346 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38232], KeyToken[127.0.0.1:8205-40733A24B870F31B]]
08:07:05.346 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.346 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,173,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38232, Token=40733A24B870F31B, 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]
08:07:05.346 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38232]
08:07:05.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1174, 127.0.0.1:8202] replace CON-POST   MID=38232, Token=40733A24B870F31B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38232, Token=40733A24B870F31B, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1174, 127.0.0.1:8202] send response NON-2.05   MID=38232, Token=null, OptionSet={}, "server responds hi"
08:07:05.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1174, 127.0.0.1:8202, complete]!
08:07:05.346 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1174, 127.0.0.1:8202, complete] completed NON-2.04   MID=38232, Token=40733A24B870F31B, 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!
08:07:05.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
08:07:05.347 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,174,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38232, Token=40733A24B870F31B, 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]
08:07:05.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
08:07:05.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-38232]
08:07:05.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.347 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1173, 127.0.0.1:8205, complete]!
08:07:05.347 [: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-40733A24B870F31B]
08:07:05.347 [: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-38232]
08:07:05.347 [: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=38232, Token=40733A24B870F31B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38232, Token=40733A24B870F31B, 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!
08:07:05.347 [: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
08:07:05.347 [: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"
08:07:05.347 [: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
08:07:05.348 [: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-38233], CON-POST   MID=38233, 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
08:07:05.348 [: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-D88604B24ADE8862], CON-POST   MID=38233, Token=D88604B24ADE8862, 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
08:07:05.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-38233], KeyToken[127.0.0.1:8205-D88604B24ADE8862]]
08:07:05.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
08:07:05.348 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,175,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38233, Token=D88604B24ADE8862, 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]
08:07:05.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
08:07:05.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38233]
08:07:05.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1176, 127.0.0.1:8202] replace CON-POST   MID=38233, Token=D88604B24ADE8862, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38233, Token=D88604B24ADE8862, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.348 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1176, 127.0.0.1:8202] send response NON-2.05   MID=38233, Token=null, OptionSet={}, "server responds hi"
08:07:05.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1176, 127.0.0.1:8202, complete]!
08:07:05.349 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1176, 127.0.0.1:8202, complete] completed NON-2.04   MID=38233, Token=D88604B24ADE8862, 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!
08:07:05.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
08:07:05.349 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,176,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38233, Token=D88604B24ADE8862, 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]
08:07:05.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
08:07:05.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-38233]
08:07:05.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.349 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1175, 127.0.0.1:8205, complete]!
08:07:05.349 [: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-D88604B24ADE8862]
08:07:05.349 [: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-38233]
08:07:05.349 [: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=38233, Token=D88604B24ADE8862, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38233, Token=D88604B24ADE8862, 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!
08:07:05.349 [: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
08:07:05.349 [: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"
08:07:05.350 [: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
08:07:05.350 [: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-38234], CON-POST   MID=38234, 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
08:07:05.350 [: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-9CF730D663509C2A], CON-POST   MID=38234, Token=9CF730D663509C2A, 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
08:07:05.350 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38234], KeyToken[127.0.0.1:8205-9CF730D663509C2A]]
08:07:05.350 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.350 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,177,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38234, Token=9CF730D663509C2A, 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]
08:07:05.350 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38234]
08:07:05.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.350 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1178, 127.0.0.1:8202] replace CON-POST   MID=38234, Token=9CF730D663509C2A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38234, Token=9CF730D663509C2A, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1178, 127.0.0.1:8202] send response NON-2.05   MID=38234, Token=null, OptionSet={}, "server responds hi"
08:07:05.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1178, 127.0.0.1:8202, complete]!
08:07:05.351 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1178, 127.0.0.1:8202, complete] completed NON-2.04   MID=38234, Token=9CF730D663509C2A, 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!
08:07:05.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
08:07:05.351 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,178,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38234, Token=9CF730D663509C2A, 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]
08:07:05.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
08:07:05.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-38234]
08:07:05.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.351 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1177, 127.0.0.1:8205, complete]!
08:07:05.351 [: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-9CF730D663509C2A]
08:07:05.351 [: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-38234]
08:07:05.351 [: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=38234, Token=9CF730D663509C2A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38234, Token=9CF730D663509C2A, 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!
08:07:05.352 [: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
08:07:05.352 [: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"
08:07:05.352 [: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
08:07:05.352 [: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-38235], CON-POST   MID=38235, 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
08:07:05.352 [: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-50BEFC098F762095], CON-POST   MID=38235, Token=50BEFC098F762095, 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
08:07:05.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-38235], KeyToken[127.0.0.1:8205-50BEFC098F762095]]
08:07:05.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
08:07:05.352 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,179,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38235, Token=50BEFC098F762095, 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]
08:07:05.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
08:07:05.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38235]
08:07:05.352 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1180, 127.0.0.1:8202] replace CON-POST   MID=38235, Token=50BEFC098F762095, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38235, Token=50BEFC098F762095, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1180, 127.0.0.1:8202] send response NON-2.05   MID=38235, Token=null, OptionSet={}, "server responds hi"
08:07:05.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1180, 127.0.0.1:8202, complete]!
08:07:05.353 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1180, 127.0.0.1:8202, complete] completed NON-2.04   MID=38235, Token=50BEFC098F762095, 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!
08:07:05.353 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.353 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,180,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38235, Token=50BEFC098F762095, 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]
08:07:05.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
08:07:05.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-38235]
08:07:05.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.353 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1179, 127.0.0.1:8205, complete]!
08:07:05.353 [: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-50BEFC098F762095]
08:07:05.353 [: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-38235]
08:07:05.354 [: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=38235, Token=50BEFC098F762095, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38235, Token=50BEFC098F762095, 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!
08:07:05.354 [: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
08:07:05.354 [: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"
08:07:05.354 [: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
08:07:05.354 [: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-38236], CON-POST   MID=38236, 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
08:07:05.354 [: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-8420B6123A4BB65E], CON-POST   MID=38236, Token=8420B6123A4BB65E, 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
08:07:05.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-38236], KeyToken[127.0.0.1:8205-8420B6123A4BB65E]]
08:07:05.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
08:07:05.354 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,181,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38236, Token=8420B6123A4BB65E, 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]
08:07:05.354 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38236]
08:07:05.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1182, 127.0.0.1:8202] replace CON-POST   MID=38236, Token=8420B6123A4BB65E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38236, Token=8420B6123A4BB65E, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1182, 127.0.0.1:8202] send response NON-2.05   MID=38236, Token=null, OptionSet={}, "server responds hi"
08:07:05.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1182, 127.0.0.1:8202, complete]!
08:07:05.355 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1182, 127.0.0.1:8202, complete] completed NON-2.04   MID=38236, Token=8420B6123A4BB65E, 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!
08:07:05.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
08:07:05.355 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,182,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38236, Token=8420B6123A4BB65E, 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]
08:07:05.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
08:07:05.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-38236]
08:07:05.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.355 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.356 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1181, 127.0.0.1:8205, complete]!
08:07:05.356 [: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-8420B6123A4BB65E]
08:07:05.356 [: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-38236]
08:07:05.356 [: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=38236, Token=8420B6123A4BB65E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38236, Token=8420B6123A4BB65E, 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!
08:07:05.356 [: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
08:07:05.356 [: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"
08:07:05.356 [: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
08:07:05.356 [: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-38237], CON-POST   MID=38237, 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
08:07:05.356 [: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-B47ABE45CF37424E], CON-POST   MID=38237, Token=B47ABE45CF37424E, 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
08:07:05.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-38237], KeyToken[127.0.0.1:8205-B47ABE45CF37424E]]
08:07:05.357 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.357 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,183,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38237, Token=B47ABE45CF37424E, 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]
08:07:05.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
08:07:05.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38237]
08:07:05.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1184, 127.0.0.1:8202] replace CON-POST   MID=38237, Token=B47ABE45CF37424E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38237, Token=B47ABE45CF37424E, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1184, 127.0.0.1:8202] send response NON-2.05   MID=38237, Token=null, OptionSet={}, "server responds hi"
08:07:05.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1184, 127.0.0.1:8202, complete]!
08:07:05.357 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1184, 127.0.0.1:8202, complete] completed NON-2.04   MID=38237, Token=B47ABE45CF37424E, 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!
08:07:05.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
08:07:05.357 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,184,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38237, Token=B47ABE45CF37424E, 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]
08:07:05.358 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.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-38237]
08:07:05.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.358 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1183, 127.0.0.1:8205, complete]!
08:07:05.358 [: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-B47ABE45CF37424E]
08:07:05.358 [: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-38237]
08:07:05.358 [: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=38237, Token=B47ABE45CF37424E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38237, Token=B47ABE45CF37424E, 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!
08:07:05.358 [: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
08:07:05.358 [: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"
08:07:05.358 [: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
08:07:05.358 [: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-38238], CON-POST   MID=38238, 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
08:07:05.358 [: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-480A02321A9EDAB5], CON-POST   MID=38238, Token=480A02321A9EDAB5, 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
08:07:05.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-38238], KeyToken[127.0.0.1:8205-480A02321A9EDAB5]]
08:07:05.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
08:07:05.359 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,185,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38238, Token=480A02321A9EDAB5, 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]
08:07:05.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
08:07:05.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38238]
08:07:05.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1186, 127.0.0.1:8202] replace CON-POST   MID=38238, Token=480A02321A9EDAB5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38238, Token=480A02321A9EDAB5, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1186, 127.0.0.1:8202] send response NON-2.05   MID=38238, Token=null, OptionSet={}, "server responds hi"
08:07:05.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1186, 127.0.0.1:8202, complete]!
08:07:05.359 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1186, 127.0.0.1:8202, complete] completed NON-2.04   MID=38238, Token=480A02321A9EDAB5, 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!
08:07:05.359 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.359 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,186,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38238, Token=480A02321A9EDAB5, 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]
08:07:05.359 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.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-38238]
08:07:05.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1185, 127.0.0.1:8205, complete]!
08:07:05.360 [: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-480A02321A9EDAB5]
08:07:05.360 [: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-38238]
08:07:05.360 [: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=38238, Token=480A02321A9EDAB5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38238, Token=480A02321A9EDAB5, 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!
08:07:05.360 [: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
08:07:05.360 [: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"
08:07:05.360 [: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
08:07:05.360 [: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-38239], CON-POST   MID=38239, 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
08:07:05.360 [: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-0C30A0B25EB3000B], CON-POST   MID=38239, Token=0C30A0B25EB3000B, 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
08:07:05.360 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38239], KeyToken[127.0.0.1:8205-0C30A0B25EB3000B]]
08:07:05.360 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.361 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,187,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38239, Token=0C30A0B25EB3000B, 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]
08:07:05.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
08:07:05.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38239]
08:07:05.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1188, 127.0.0.1:8202] replace CON-POST   MID=38239, Token=0C30A0B25EB3000B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38239, Token=0C30A0B25EB3000B, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1188, 127.0.0.1:8202] send response NON-2.05   MID=38239, Token=null, OptionSet={}, "server responds hi"
08:07:05.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1188, 127.0.0.1:8202, complete]!
08:07:05.361 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1188, 127.0.0.1:8202, complete] completed NON-2.04   MID=38239, Token=0C30A0B25EB3000B, 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!
08:07:05.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
08:07:05.361 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,188,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38239, Token=0C30A0B25EB3000B, 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]
08:07:05.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
08:07:05.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-38239]
08:07:05.361 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1187, 127.0.0.1:8205, complete]!
08:07:05.362 [: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-0C30A0B25EB3000B]
08:07:05.362 [: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-38239]
08:07:05.362 [: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=38239, Token=0C30A0B25EB3000B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38239, Token=0C30A0B25EB3000B, 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!
08:07:05.362 [: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
08:07:05.362 [: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"
08:07:05.362 [: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
08:07:05.362 [: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-38240], CON-POST   MID=38240, 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
08:07:05.362 [: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-2CB4702387B54EB9], CON-POST   MID=38240, Token=2CB4702387B54EB9, 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
08:07:05.362 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38240], KeyToken[127.0.0.1:8205-2CB4702387B54EB9]]
08:07:05.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
08:07:05.363 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,189,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38240, Token=2CB4702387B54EB9, 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]
08:07:05.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
08:07:05.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38240]
08:07:05.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1190, 127.0.0.1:8202] replace CON-POST   MID=38240, Token=2CB4702387B54EB9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38240, Token=2CB4702387B54EB9, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1190, 127.0.0.1:8202] send response NON-2.05   MID=38240, Token=null, OptionSet={}, "server responds hi"
08:07:05.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1190, 127.0.0.1:8202, complete]!
08:07:05.363 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1190, 127.0.0.1:8202, complete] completed NON-2.04   MID=38240, Token=2CB4702387B54EB9, 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!
08:07:05.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
08:07:05.363 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,190,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38240, Token=2CB4702387B54EB9, 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]
08:07:05.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
08:07:05.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38240]
08:07:05.363 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.364 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1189, 127.0.0.1:8205, complete]!
08:07:05.364 [: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-2CB4702387B54EB9]
08:07:05.364 [: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-38240]
08:07:05.364 [: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=38240, Token=2CB4702387B54EB9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38240, Token=2CB4702387B54EB9, 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!
08:07:05.364 [: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
08:07:05.364 [: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"
08:07:05.364 [: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
08:07:05.364 [: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-38241], CON-POST   MID=38241, 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
08:07:05.364 [: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-64D625BD1E3455A7], CON-POST   MID=38241, Token=64D625BD1E3455A7, 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
08:07:05.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-38241], KeyToken[127.0.0.1:8205-64D625BD1E3455A7]]
08:07:05.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
08:07:05.364 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,191,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38241, Token=64D625BD1E3455A7, 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]
08:07:05.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
08:07:05.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38241]
08:07:05.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1192, 127.0.0.1:8202] replace CON-POST   MID=38241, Token=64D625BD1E3455A7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38241, Token=64D625BD1E3455A7, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1192, 127.0.0.1:8202] send response NON-2.05   MID=38241, Token=null, OptionSet={}, "server responds hi"
08:07:05.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1192, 127.0.0.1:8202, complete]!
08:07:05.365 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1192, 127.0.0.1:8202, complete] completed NON-2.04   MID=38241, Token=64D625BD1E3455A7, 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!
08:07:05.365 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.365 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,192,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38241, Token=64D625BD1E3455A7, 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]
08:07:05.365 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38241]
08:07:05.365 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1191, 127.0.0.1:8205, complete]!
08:07:05.366 [: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-64D625BD1E3455A7]
08:07:05.366 [: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-38241]
08:07:05.366 [: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=38241, Token=64D625BD1E3455A7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38241, Token=64D625BD1E3455A7, 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!
08:07:05.366 [: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
08:07:05.366 [: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"
08:07:05.366 [: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
08:07:05.366 [: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-38242], CON-POST   MID=38242, 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
08:07:05.366 [: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-447A975472691B62], CON-POST   MID=38242, Token=447A975472691B62, 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
08:07:05.366 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38242], KeyToken[127.0.0.1:8205-447A975472691B62]]
08:07:05.366 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.366 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,193,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38242, Token=447A975472691B62, 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]
08:07:05.366 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.366 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38242]
08:07:05.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1194, 127.0.0.1:8202] replace CON-POST   MID=38242, Token=447A975472691B62, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38242, Token=447A975472691B62, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1194, 127.0.0.1:8202] send response NON-2.05   MID=38242, Token=null, OptionSet={}, "server responds hi"
08:07:05.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1194, 127.0.0.1:8202, complete]!
08:07:05.367 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1194, 127.0.0.1:8202, complete] completed NON-2.04   MID=38242, Token=447A975472691B62, 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!
08:07:05.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
08:07:05.367 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,194,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38242, Token=447A975472691B62, 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]
08:07:05.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
08:07:05.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-38242]
08:07:05.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.367 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1193, 127.0.0.1:8205, complete]!
08:07:05.393 [: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-447A975472691B62]
08:07:05.394 [: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-38242]
08:07:05.394 [: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=38242, Token=447A975472691B62, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38242, Token=447A975472691B62, 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!
08:07:05.394 [: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
08:07:05.394 [: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"
08:07:05.394 [: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
08:07:05.394 [: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-38243], CON-POST   MID=38243, 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
08:07:05.394 [: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-505F5BEBE7D89C70], CON-POST   MID=38243, Token=505F5BEBE7D89C70, 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
08:07:05.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-38243], KeyToken[127.0.0.1:8205-505F5BEBE7D89C70]]
08:07:05.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
08:07:05.395 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,195,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38243, Token=505F5BEBE7D89C70, 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]
08:07:05.395 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38243]
08:07:05.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1196, 127.0.0.1:8202] replace CON-POST   MID=38243, Token=505F5BEBE7D89C70, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38243, Token=505F5BEBE7D89C70, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1196, 127.0.0.1:8202] send response NON-2.05   MID=38243, Token=null, OptionSet={}, "server responds hi"
08:07:05.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1196, 127.0.0.1:8202, complete]!
08:07:05.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1196, 127.0.0.1:8202, complete] completed NON-2.04   MID=38243, Token=505F5BEBE7D89C70, 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!
08:07:05.395 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.395 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,196,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38243, Token=505F5BEBE7D89C70, 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]
08:07:05.395 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38243]
08:07:05.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1195, 127.0.0.1:8205, complete]!
08:07:05.396 [: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-505F5BEBE7D89C70]
08:07:05.396 [: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-38243]
08:07:05.396 [: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=38243, Token=505F5BEBE7D89C70, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38243, Token=505F5BEBE7D89C70, 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!
08:07:05.396 [: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
08:07:05.396 [: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"
08:07:05.396 [: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
08:07:05.396 [: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-38244], CON-POST   MID=38244, 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
08:07:05.396 [: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-F841B42B96DF875D], CON-POST   MID=38244, Token=F841B42B96DF875D, 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
08:07:05.396 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38244], KeyToken[127.0.0.1:8205-F841B42B96DF875D]]
08:07:05.396 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.397 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,197,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38244, Token=F841B42B96DF875D, 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]
08:07:05.397 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38244]
08:07:05.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1198, 127.0.0.1:8202] replace CON-POST   MID=38244, Token=F841B42B96DF875D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38244, Token=F841B42B96DF875D, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1198, 127.0.0.1:8202] send response NON-2.05   MID=38244, Token=null, OptionSet={}, "server responds hi"
08:07:05.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1198, 127.0.0.1:8202, complete]!
08:07:05.397 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1198, 127.0.0.1:8202, complete] completed NON-2.04   MID=38244, Token=F841B42B96DF875D, 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!
08:07:05.397 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.397 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,198,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38244, Token=F841B42B96DF875D, 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]
08:07:05.397 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38244]
08:07:05.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.398 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1197, 127.0.0.1:8205, complete]!
08:07:05.398 [: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-F841B42B96DF875D]
08:07:05.398 [: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-38244]
08:07:05.398 [: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=38244, Token=F841B42B96DF875D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38244, Token=F841B42B96DF875D, 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!
08:07:05.398 [: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
08:07:05.398 [: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"
08:07:05.398 [: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
08:07:05.398 [: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-38245], CON-POST   MID=38245, 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
08:07:05.399 [: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-64600A21E83EA7E5], CON-POST   MID=38245, Token=64600A21E83EA7E5, 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
08:07:05.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38245], KeyToken[127.0.0.1:8205-64600A21E83EA7E5]]
08:07:05.399 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.399 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,199,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38245, Token=64600A21E83EA7E5, 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]
08:07:05.399 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.399 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38245]
08:07:05.399 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.399 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1200, 127.0.0.1:8202] replace CON-POST   MID=38245, Token=64600A21E83EA7E5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38245, Token=64600A21E83EA7E5, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.399 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1200, 127.0.0.1:8202] send response NON-2.05   MID=38245, Token=null, OptionSet={}, "server responds hi"
08:07:05.399 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1200, 127.0.0.1:8202, complete]!
08:07:05.399 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1200, 127.0.0.1:8202, complete] completed NON-2.04   MID=38245, Token=64600A21E83EA7E5, 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!
08:07:05.400 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.400 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,200,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38245, Token=64600A21E83EA7E5, 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]
08:07:05.400 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.400 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38245]
08:07:05.400 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.400 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.400 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1199, 127.0.0.1:8205, complete]!
08:07:05.400 [: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-64600A21E83EA7E5]
08:07:05.400 [: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-38245]
08:07:05.400 [: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=38245, Token=64600A21E83EA7E5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38245, Token=64600A21E83EA7E5, 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!
08:07:05.400 [: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
08:07:05.400 [: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"
08:07:05.400 [: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
08:07:05.401 [: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-38246], CON-POST   MID=38246, 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
08:07:05.401 [: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-8CA026F745798BB6], CON-POST   MID=38246, Token=8CA026F745798BB6, 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
08:07:05.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38246], KeyToken[127.0.0.1:8205-8CA026F745798BB6]]
08:07:05.401 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.401 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,201,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38246, Token=8CA026F745798BB6, 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]
08:07:05.401 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.401 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38246]
08:07:05.401 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.401 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1202, 127.0.0.1:8202] replace CON-POST   MID=38246, Token=8CA026F745798BB6, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38246, Token=8CA026F745798BB6, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.401 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1202, 127.0.0.1:8202] send response NON-2.05   MID=38246, Token=null, OptionSet={}, "server responds hi"
08:07:05.402 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1202, 127.0.0.1:8202, complete]!
08:07:05.402 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1202, 127.0.0.1:8202, complete] completed NON-2.04   MID=38246, Token=8CA026F745798BB6, 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!
08:07:05.402 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.402 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,202,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38246, Token=8CA026F745798BB6, 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]
08:07:05.402 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38246]
08:07:05.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1201, 127.0.0.1:8205, complete]!
08:07:05.402 [: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-8CA026F745798BB6]
08:07:05.402 [: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-38246]
08:07:05.402 [: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=38246, Token=8CA026F745798BB6, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38246, Token=8CA026F745798BB6, 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!
08:07:05.403 [: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
08:07:05.403 [: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"
08:07:05.403 [: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
08:07:05.403 [: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-38247], CON-POST   MID=38247, 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
08:07:05.403 [: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-1C7E8663FCECB871], CON-POST   MID=38247, Token=1C7E8663FCECB871, 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
08:07:05.403 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38247], KeyToken[127.0.0.1:8205-1C7E8663FCECB871]]
08:07:05.403 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.403 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,203,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38247, Token=1C7E8663FCECB871, 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]
08:07:05.403 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38247]
08:07:05.403 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.404 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1204, 127.0.0.1:8202] replace CON-POST   MID=38247, Token=1C7E8663FCECB871, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38247, Token=1C7E8663FCECB871, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.404 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1204, 127.0.0.1:8202] send response NON-2.05   MID=38247, Token=null, OptionSet={}, "server responds hi"
08:07:05.404 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1204, 127.0.0.1:8202, complete]!
08:07:05.404 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1204, 127.0.0.1:8202, complete] completed NON-2.04   MID=38247, Token=1C7E8663FCECB871, 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!
08:07:05.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:8202
08:07:05.404 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,204,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38247, Token=1C7E8663FCECB871, 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]
08:07:05.404 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.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:8205-38247]
08:07:05.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1203, 127.0.0.1:8205, complete]!
08:07:05.404 [: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-1C7E8663FCECB871]
08:07:05.405 [: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-38247]
08:07:05.405 [: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=38247, Token=1C7E8663FCECB871, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38247, Token=1C7E8663FCECB871, 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!
08:07:05.405 [: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
08:07:05.405 [: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"
08:07:05.405 [: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
08:07:05.405 [: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-38248], CON-POST   MID=38248, 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
08:07:05.405 [: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-E8B457B296661A2F], CON-POST   MID=38248, Token=E8B457B296661A2F, 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
08:07:05.405 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38248], KeyToken[127.0.0.1:8205-E8B457B296661A2F]]
08:07:05.405 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.406 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,205,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38248, Token=E8B457B296661A2F, 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]
08:07:05.406 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.406 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38248]
08:07:05.406 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.406 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1206, 127.0.0.1:8202] replace CON-POST   MID=38248, Token=E8B457B296661A2F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38248, Token=E8B457B296661A2F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.406 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1206, 127.0.0.1:8202] send response NON-2.05   MID=38248, Token=null, OptionSet={}, "server responds hi"
08:07:05.406 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1206, 127.0.0.1:8202, complete]!
08:07:05.406 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1206, 127.0.0.1:8202, complete] completed NON-2.04   MID=38248, Token=E8B457B296661A2F, 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!
08:07:05.406 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.406 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,206,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38248, Token=E8B457B296661A2F, 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]
08:07:05.406 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.407 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38248]
08:07:05.407 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.407 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.407 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1205, 127.0.0.1:8205, complete]!
08:07:05.407 [: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-E8B457B296661A2F]
08:07:05.407 [: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-38248]
08:07:05.407 [: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=38248, Token=E8B457B296661A2F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38248, Token=E8B457B296661A2F, 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!
08:07:05.407 [: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
08:07:05.407 [: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"
08:07:05.407 [: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
08:07:05.407 [: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-38249], CON-POST   MID=38249, 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
08:07:05.407 [: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-D42181E1122625DC], CON-POST   MID=38249, Token=D42181E1122625DC, 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
08:07:05.407 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38249], KeyToken[127.0.0.1:8205-D42181E1122625DC]]
08:07:05.408 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.408 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,207,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38249, Token=D42181E1122625DC, 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]
08:07:05.408 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.408 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38249]
08:07:05.408 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.408 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1208, 127.0.0.1:8202] replace CON-POST   MID=38249, Token=D42181E1122625DC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38249, Token=D42181E1122625DC, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.408 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1208, 127.0.0.1:8202] send response NON-2.05   MID=38249, Token=null, OptionSet={}, "server responds hi"
08:07:05.408 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1208, 127.0.0.1:8202, complete]!
08:07:05.408 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1208, 127.0.0.1:8202, complete] completed NON-2.04   MID=38249, Token=D42181E1122625DC, 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!
08:07:05.409 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.409 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,208,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38249, Token=D42181E1122625DC, 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]
08:07:05.409 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.409 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38249]
08:07:05.409 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.409 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.409 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1207, 127.0.0.1:8205, complete]!
08:07:05.409 [: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-D42181E1122625DC]
08:07:05.409 [: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-38249]
08:07:05.409 [: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=38249, Token=D42181E1122625DC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38249, Token=D42181E1122625DC, 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!
08:07:05.409 [: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
08:07:05.409 [: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"
08:07:05.410 [: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
08:07:05.410 [: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-38250], CON-POST   MID=38250, 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
08:07:05.410 [: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-C845FF697C9877D5], CON-POST   MID=38250, Token=C845FF697C9877D5, 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
08:07:05.410 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38250], KeyToken[127.0.0.1:8205-C845FF697C9877D5]]
08:07:05.410 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.410 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,209,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38250, Token=C845FF697C9877D5, 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]
08:07:05.410 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.410 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38250]
08:07:05.410 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.410 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1210, 127.0.0.1:8202] replace CON-POST   MID=38250, Token=C845FF697C9877D5, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38250, Token=C845FF697C9877D5, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.410 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1210, 127.0.0.1:8202] send response NON-2.05   MID=38250, Token=null, OptionSet={}, "server responds hi"
08:07:05.411 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1210, 127.0.0.1:8202, complete]!
08:07:05.411 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1210, 127.0.0.1:8202, complete] completed NON-2.04   MID=38250, Token=C845FF697C9877D5, 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!
08:07:05.411 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.411 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,210,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38250, Token=C845FF697C9877D5, 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]
08:07:05.411 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.411 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38250]
08:07:05.411 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.411 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.411 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1209, 127.0.0.1:8205, complete]!
08:07:05.411 [: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-C845FF697C9877D5]
08:07:05.411 [: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-38250]
08:07:05.411 [: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=38250, Token=C845FF697C9877D5, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38250, Token=C845FF697C9877D5, 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!
08:07:05.412 [: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
08:07:05.412 [: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"
08:07:05.412 [: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
08:07:05.412 [: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-38251], CON-POST   MID=38251, 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
08:07:05.412 [: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-503285DDB45D9C72], CON-POST   MID=38251, Token=503285DDB45D9C72, 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
08:07:05.412 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38251], KeyToken[127.0.0.1:8205-503285DDB45D9C72]]
08:07:05.412 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.412 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,211,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38251, Token=503285DDB45D9C72, 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]
08:07:05.412 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.412 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38251]
08:07:05.412 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.413 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1212, 127.0.0.1:8202] replace CON-POST   MID=38251, Token=503285DDB45D9C72, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38251, Token=503285DDB45D9C72, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.413 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1212, 127.0.0.1:8202] send response NON-2.05   MID=38251, Token=null, OptionSet={}, "server responds hi"
08:07:05.413 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1212, 127.0.0.1:8202, complete]!
08:07:05.413 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1212, 127.0.0.1:8202, complete] completed NON-2.04   MID=38251, Token=503285DDB45D9C72, 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!
08:07:05.413 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.413 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,212,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38251, Token=503285DDB45D9C72, 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]
08:07:05.413 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.413 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38251]
08:07:05.413 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.413 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.413 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1211, 127.0.0.1:8205, complete]!
08:07:05.413 [: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-503285DDB45D9C72]
08:07:05.413 [: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-38251]
08:07:05.413 [: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=38251, Token=503285DDB45D9C72, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38251, Token=503285DDB45D9C72, 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!
08:07:05.414 [: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
08:07:05.414 [: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"
08:07:05.414 [: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
08:07:05.414 [: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-38252], CON-POST   MID=38252, 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
08:07:05.414 [: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-34B56128611BE363], CON-POST   MID=38252, Token=34B56128611BE363, 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
08:07:05.414 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38252], KeyToken[127.0.0.1:8205-34B56128611BE363]]
08:07:05.414 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.414 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,213,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38252, Token=34B56128611BE363, 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]
08:07:05.414 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.414 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38252]
08:07:05.414 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.415 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1214, 127.0.0.1:8202] replace CON-POST   MID=38252, Token=34B56128611BE363, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38252, Token=34B56128611BE363, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.415 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1214, 127.0.0.1:8202] send response NON-2.05   MID=38252, Token=null, OptionSet={}, "server responds hi"
08:07:05.415 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1214, 127.0.0.1:8202, complete]!
08:07:05.415 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1214, 127.0.0.1:8202, complete] completed NON-2.04   MID=38252, Token=34B56128611BE363, 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!
08:07:05.415 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.415 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,214,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38252, Token=34B56128611BE363, 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]
08:07:05.415 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.415 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38252]
08:07:05.415 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.415 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.415 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1213, 127.0.0.1:8205, complete]!
08:07:05.415 [: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-34B56128611BE363]
08:07:05.415 [: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-38252]
08:07:05.415 [: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=38252, Token=34B56128611BE363, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38252, Token=34B56128611BE363, 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!
08:07:05.416 [: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
08:07:05.416 [: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"
08:07:05.416 [: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
08:07:05.416 [: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-38253], CON-POST   MID=38253, 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
08:07:05.416 [: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-CC3BC80395DC92FA], CON-POST   MID=38253, Token=CC3BC80395DC92FA, 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
08:07:05.416 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38253], KeyToken[127.0.0.1:8205-CC3BC80395DC92FA]]
08:07:05.416 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.416 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,215,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38253, Token=CC3BC80395DC92FA, 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]
08:07:05.416 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.417 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38253]
08:07:05.417 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.417 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1216, 127.0.0.1:8202] replace CON-POST   MID=38253, Token=CC3BC80395DC92FA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38253, Token=CC3BC80395DC92FA, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.417 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1216, 127.0.0.1:8202] send response NON-2.05   MID=38253, Token=null, OptionSet={}, "server responds hi"
08:07:05.417 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1216, 127.0.0.1:8202, complete]!
08:07:05.417 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1216, 127.0.0.1:8202, complete] completed NON-2.04   MID=38253, Token=CC3BC80395DC92FA, 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!
08:07:05.417 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.417 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,216,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38253, Token=CC3BC80395DC92FA, 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]
08:07:05.417 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38253]
08:07:05.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1215, 127.0.0.1:8205, complete]!
08:07:05.418 [: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-CC3BC80395DC92FA]
08:07:05.418 [: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-38253]
08:07:05.418 [: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=38253, Token=CC3BC80395DC92FA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38253, Token=CC3BC80395DC92FA, 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!
08:07:05.418 [: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
08:07:05.418 [: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"
08:07:05.418 [: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
08:07:05.418 [: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-38254], CON-POST   MID=38254, 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
08:07:05.418 [: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-D87595780C57D97D], CON-POST   MID=38254, Token=D87595780C57D97D, 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
08:07:05.418 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38254], KeyToken[127.0.0.1:8205-D87595780C57D97D]]
08:07:05.418 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.418 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,217,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38254, Token=D87595780C57D97D, 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]
08:07:05.418 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.419 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38254]
08:07:05.419 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.419 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1218, 127.0.0.1:8202] replace CON-POST   MID=38254, Token=D87595780C57D97D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38254, Token=D87595780C57D97D, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.419 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1218, 127.0.0.1:8202] send response NON-2.05   MID=38254, Token=null, OptionSet={}, "server responds hi"
08:07:05.419 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1218, 127.0.0.1:8202, complete]!
08:07:05.419 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1218, 127.0.0.1:8202, complete] completed NON-2.04   MID=38254, Token=D87595780C57D97D, 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!
08:07:05.419 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.419 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,218,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38254, Token=D87595780C57D97D, 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]
08:07:05.419 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.419 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38254]
08:07:05.419 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.420 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.420 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1217, 127.0.0.1:8205, complete]!
08:07:05.420 [: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-D87595780C57D97D]
08:07:05.420 [: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-38254]
08:07:05.420 [: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=38254, Token=D87595780C57D97D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38254, Token=D87595780C57D97D, 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!
08:07:05.420 [: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
08:07:05.420 [: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"
08:07:05.420 [: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
08:07:05.420 [: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-38255], CON-POST   MID=38255, 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
08:07:05.420 [: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-44EB7100454A5D04], CON-POST   MID=38255, Token=44EB7100454A5D04, 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
08:07:05.420 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38255], KeyToken[127.0.0.1:8205-44EB7100454A5D04]]
08:07:05.421 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.421 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,219,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38255, Token=44EB7100454A5D04, 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]
08:07:05.421 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.421 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38255]
08:07:05.421 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.421 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1220, 127.0.0.1:8202] replace CON-POST   MID=38255, Token=44EB7100454A5D04, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38255, Token=44EB7100454A5D04, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.421 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1220, 127.0.0.1:8202] send response NON-2.05   MID=38255, Token=null, OptionSet={}, "server responds hi"
08:07:05.421 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1220, 127.0.0.1:8202, complete]!
08:07:05.421 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1220, 127.0.0.1:8202, complete] completed NON-2.04   MID=38255, Token=44EB7100454A5D04, 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!
08:07:05.421 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.422 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,220,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38255, Token=44EB7100454A5D04, 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]
08:07:05.422 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.422 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38255]
08:07:05.422 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.422 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.422 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1219, 127.0.0.1:8205, complete]!
08:07:05.422 [: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-44EB7100454A5D04]
08:07:05.422 [: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-38255]
08:07:05.422 [: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=38255, Token=44EB7100454A5D04, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38255, Token=44EB7100454A5D04, 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!
08:07:05.422 [: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
08:07:05.422 [: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"
08:07:05.422 [: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
08:07:05.422 [: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-38256], CON-POST   MID=38256, 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
08:07:05.423 [: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-6CB99EB77C4F3B05], CON-POST   MID=38256, Token=6CB99EB77C4F3B05, 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
08:07:05.423 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38256], KeyToken[127.0.0.1:8205-6CB99EB77C4F3B05]]
08:07:05.423 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.423 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,221,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38256, Token=6CB99EB77C4F3B05, 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]
08:07:05.423 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.423 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38256]
08:07:05.423 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.423 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1222, 127.0.0.1:8202] replace CON-POST   MID=38256, Token=6CB99EB77C4F3B05, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38256, Token=6CB99EB77C4F3B05, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.423 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1222, 127.0.0.1:8202] send response NON-2.05   MID=38256, Token=null, OptionSet={}, "server responds hi"
08:07:05.424 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1222, 127.0.0.1:8202, complete]!
08:07:05.424 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1222, 127.0.0.1:8202, complete] completed NON-2.04   MID=38256, Token=6CB99EB77C4F3B05, 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!
08:07:05.424 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.424 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,222,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38256, Token=6CB99EB77C4F3B05, 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]
08:07:05.424 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.424 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38256]
08:07:05.424 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.424 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.424 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1221, 127.0.0.1:8205, complete]!
08:07:05.424 [: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-6CB99EB77C4F3B05]
08:07:05.424 [: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-38256]
08:07:05.424 [: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=38256, Token=6CB99EB77C4F3B05, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38256, Token=6CB99EB77C4F3B05, 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!
08:07:05.424 [: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
08:07:05.424 [: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"
08:07:05.425 [: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
08:07:05.425 [: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-38257], CON-POST   MID=38257, 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
08:07:05.425 [: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-147FDB0EAA0BD3E3], CON-POST   MID=38257, Token=147FDB0EAA0BD3E3, 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
08:07:05.425 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38257], KeyToken[127.0.0.1:8205-147FDB0EAA0BD3E3]]
08:07:05.425 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.425 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,223,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38257, Token=147FDB0EAA0BD3E3, 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]
08:07:05.425 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.425 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38257]
08:07:05.425 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.426 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1224, 127.0.0.1:8202] replace CON-POST   MID=38257, Token=147FDB0EAA0BD3E3, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38257, Token=147FDB0EAA0BD3E3, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.426 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1224, 127.0.0.1:8202] send response NON-2.05   MID=38257, Token=null, OptionSet={}, "server responds hi"
08:07:05.426 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1224, 127.0.0.1:8202, complete]!
08:07:05.426 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1224, 127.0.0.1:8202, complete] completed NON-2.04   MID=38257, Token=147FDB0EAA0BD3E3, 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!
08:07:05.426 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.426 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,224,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38257, Token=147FDB0EAA0BD3E3, 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]
08:07:05.426 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38257]
08:07:05.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1223, 127.0.0.1:8205, complete]!
08:07:05.426 [: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-147FDB0EAA0BD3E3]
08:07:05.426 [: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-38257]
08:07:05.426 [: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=38257, Token=147FDB0EAA0BD3E3, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38257, Token=147FDB0EAA0BD3E3, 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!
08:07:05.427 [: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
08:07:05.427 [: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"
08:07:05.427 [: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
08:07:05.427 [: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-38258], CON-POST   MID=38258, 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
08:07:05.427 [: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-583AAA0C4E6E2D9D], CON-POST   MID=38258, Token=583AAA0C4E6E2D9D, 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
08:07:05.427 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38258], KeyToken[127.0.0.1:8205-583AAA0C4E6E2D9D]]
08:07:05.427 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.427 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,225,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38258, Token=583AAA0C4E6E2D9D, 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]
08:07:05.428 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.428 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38258]
08:07:05.428 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.428 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1226, 127.0.0.1:8202] replace CON-POST   MID=38258, Token=583AAA0C4E6E2D9D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38258, Token=583AAA0C4E6E2D9D, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.428 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1226, 127.0.0.1:8202] send response NON-2.05   MID=38258, Token=null, OptionSet={}, "server responds hi"
08:07:05.428 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1226, 127.0.0.1:8202, complete]!
08:07:05.428 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1226, 127.0.0.1:8202, complete] completed NON-2.04   MID=38258, Token=583AAA0C4E6E2D9D, 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!
08:07:05.428 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.428 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,226,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38258, Token=583AAA0C4E6E2D9D, 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]
08:07:05.428 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38258]
08:07:05.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1225, 127.0.0.1:8205, complete]!
08:07:05.429 [: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-583AAA0C4E6E2D9D]
08:07:05.429 [: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-38258]
08:07:05.429 [: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=38258, Token=583AAA0C4E6E2D9D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38258, Token=583AAA0C4E6E2D9D, 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!
08:07:05.429 [: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
08:07:05.429 [: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"
08:07:05.429 [: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
08:07:05.429 [: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-38259], CON-POST   MID=38259, 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
08:07:05.429 [: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-5CD7542C21C8933D], CON-POST   MID=38259, Token=5CD7542C21C8933D, 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
08:07:05.429 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38259], KeyToken[127.0.0.1:8205-5CD7542C21C8933D]]
08:07:05.430 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.430 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,227,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38259, Token=5CD7542C21C8933D, 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]
08:07:05.430 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.430 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38259]
08:07:05.430 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.430 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1228, 127.0.0.1:8202] replace CON-POST   MID=38259, Token=5CD7542C21C8933D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38259, Token=5CD7542C21C8933D, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.430 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1228, 127.0.0.1:8202] send response NON-2.05   MID=38259, Token=null, OptionSet={}, "server responds hi"
08:07:05.430 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1228, 127.0.0.1:8202, complete]!
08:07:05.430 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1228, 127.0.0.1:8202, complete] completed NON-2.04   MID=38259, Token=5CD7542C21C8933D, 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!
08:07:05.430 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.431 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,228,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38259, Token=5CD7542C21C8933D, 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]
08:07:05.431 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38259]
08:07:05.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.431 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1227, 127.0.0.1:8205, complete]!
08:07:05.431 [: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-5CD7542C21C8933D]
08:07:05.431 [: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-38259]
08:07:05.431 [: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=38259, Token=5CD7542C21C8933D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38259, Token=5CD7542C21C8933D, 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!
08:07:05.431 [: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
08:07:05.431 [: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"
08:07:05.431 [: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
08:07:05.432 [: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-38260], CON-POST   MID=38260, 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
08:07:05.432 [: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-60A7ECA57D77E3AC], CON-POST   MID=38260, Token=60A7ECA57D77E3AC, 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
08:07:05.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38260], KeyToken[127.0.0.1:8205-60A7ECA57D77E3AC]]
08:07:05.432 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.432 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,229,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38260, Token=60A7ECA57D77E3AC, 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]
08:07:05.432 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38260]
08:07:05.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1230, 127.0.0.1:8202] replace CON-POST   MID=38260, Token=60A7ECA57D77E3AC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38260, Token=60A7ECA57D77E3AC, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.432 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1230, 127.0.0.1:8202] send response NON-2.05   MID=38260, Token=null, OptionSet={}, "server responds hi"
08:07:05.433 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1230, 127.0.0.1:8202, complete]!
08:07:05.433 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1230, 127.0.0.1:8202, complete] completed NON-2.04   MID=38260, Token=60A7ECA57D77E3AC, 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!
08:07:05.433 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.434 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,230,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38260, Token=60A7ECA57D77E3AC, 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]
08:07:05.434 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38260]
08:07:05.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.434 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1229, 127.0.0.1:8205, complete]!
08:07:05.434 [: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-60A7ECA57D77E3AC]
08:07:05.434 [: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-38260]
08:07:05.434 [: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=38260, Token=60A7ECA57D77E3AC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38260, Token=60A7ECA57D77E3AC, 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!
08:07:05.434 [: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
08:07:05.434 [: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"
08:07:05.434 [: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
08:07:05.434 [: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-38261], CON-POST   MID=38261, 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
08:07:05.435 [: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-58C4C299CE2E3EC8], CON-POST   MID=38261, Token=58C4C299CE2E3EC8, 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
08:07:05.435 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38261], KeyToken[127.0.0.1:8205-58C4C299CE2E3EC8]]
08:07:05.435 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.435 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,231,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38261, Token=58C4C299CE2E3EC8, 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]
08:07:05.435 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38261]
08:07:05.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1232, 127.0.0.1:8202] replace CON-POST   MID=38261, Token=58C4C299CE2E3EC8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38261, Token=58C4C299CE2E3EC8, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1232, 127.0.0.1:8202] send response NON-2.05   MID=38261, Token=null, OptionSet={}, "server responds hi"
08:07:05.435 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1232, 127.0.0.1:8202, complete]!
08:07:05.436 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1232, 127.0.0.1:8202, complete] completed NON-2.04   MID=38261, Token=58C4C299CE2E3EC8, 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!
08:07:05.436 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.436 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,232,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38261, Token=58C4C299CE2E3EC8, 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]
08:07:05.436 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38261]
08:07:05.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.436 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1231, 127.0.0.1:8205, complete]!
08:07:05.436 [: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-58C4C299CE2E3EC8]
08:07:05.436 [: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-38261]
08:07:05.436 [: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=38261, Token=58C4C299CE2E3EC8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38261, Token=58C4C299CE2E3EC8, 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!
08:07:05.436 [: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
08:07:05.436 [: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"
08:07:05.437 [: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
08:07:05.437 [: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-38262], CON-POST   MID=38262, 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
08:07:05.437 [: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-4438B590CC7A03AE], CON-POST   MID=38262, Token=4438B590CC7A03AE, 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
08:07:05.437 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38262], KeyToken[127.0.0.1:8205-4438B590CC7A03AE]]
08:07:05.437 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.437 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,233,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38262, Token=4438B590CC7A03AE, 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]
08:07:05.437 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.437 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38262]
08:07:05.437 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.438 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1234, 127.0.0.1:8202] replace CON-POST   MID=38262, Token=4438B590CC7A03AE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38262, Token=4438B590CC7A03AE, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.438 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1234, 127.0.0.1:8202] send response NON-2.05   MID=38262, Token=null, OptionSet={}, "server responds hi"
08:07:05.438 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1234, 127.0.0.1:8202, complete]!
08:07:05.438 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1234, 127.0.0.1:8202, complete] completed NON-2.04   MID=38262, Token=4438B590CC7A03AE, 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!
08:07:05.438 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.438 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,234,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38262, Token=4438B590CC7A03AE, 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]
08:07:05.438 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38262]
08:07:05.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.438 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1233, 127.0.0.1:8205, complete]!
08:07:05.438 [: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-4438B590CC7A03AE]
08:07:05.438 [: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-38262]
08:07:05.439 [: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=38262, Token=4438B590CC7A03AE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38262, Token=4438B590CC7A03AE, 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!
08:07:05.439 [: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
08:07:05.439 [: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"
08:07:05.439 [: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
08:07:05.439 [: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-38263], CON-POST   MID=38263, 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
08:07:05.439 [: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-40063674FC53376C], CON-POST   MID=38263, Token=40063674FC53376C, 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
08:07:05.439 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38263], KeyToken[127.0.0.1:8205-40063674FC53376C]]
08:07:05.439 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.440 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,235,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38263, Token=40063674FC53376C, 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]
08:07:05.440 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38263]
08:07:05.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1236, 127.0.0.1:8202] replace CON-POST   MID=38263, Token=40063674FC53376C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38263, Token=40063674FC53376C, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1236, 127.0.0.1:8202] send response NON-2.05   MID=38263, Token=null, OptionSet={}, "server responds hi"
08:07:05.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1236, 127.0.0.1:8202, complete]!
08:07:05.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1236, 127.0.0.1:8202, complete] completed NON-2.04   MID=38263, Token=40063674FC53376C, 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!
08:07:05.440 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.440 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,236,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38263, Token=40063674FC53376C, 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]
08:07:05.440 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38263]
08:07:05.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1235, 127.0.0.1:8205, complete]!
08:07:05.441 [: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-40063674FC53376C]
08:07:05.441 [: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-38263]
08:07:05.441 [: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=38263, Token=40063674FC53376C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38263, Token=40063674FC53376C, 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!
08:07:05.441 [: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
08:07:05.441 [: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"
08:07:05.441 [: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
08:07:05.441 [: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-38264], CON-POST   MID=38264, 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
08:07:05.441 [: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-30A44C8E60981589], CON-POST   MID=38264, Token=30A44C8E60981589, 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
08:07:05.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38264], KeyToken[127.0.0.1:8205-30A44C8E60981589]]
08:07:05.442 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.442 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,237,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38264, Token=30A44C8E60981589, 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]
08:07:05.442 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38264]
08:07:05.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1238, 127.0.0.1:8202] replace CON-POST   MID=38264, Token=30A44C8E60981589, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38264, Token=30A44C8E60981589, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1238, 127.0.0.1:8202] send response NON-2.05   MID=38264, Token=null, OptionSet={}, "server responds hi"
08:07:05.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1238, 127.0.0.1:8202, complete]!
08:07:05.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1238, 127.0.0.1:8202, complete] completed NON-2.04   MID=38264, Token=30A44C8E60981589, 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!
08:07:05.442 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.443 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,238,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38264, Token=30A44C8E60981589, 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]
08:07:05.443 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.443 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38264]
08:07:05.443 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.443 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.443 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1237, 127.0.0.1:8205, complete]!
08:07:05.443 [: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-30A44C8E60981589]
08:07:05.443 [: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-38264]
08:07:05.443 [: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=38264, Token=30A44C8E60981589, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38264, Token=30A44C8E60981589, 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!
08:07:05.443 [: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
08:07:05.443 [: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"
08:07:05.443 [: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
08:07:05.444 [: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-38265], CON-POST   MID=38265, 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
08:07:05.444 [: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-F09100EAB0D0BACA], CON-POST   MID=38265, Token=F09100EAB0D0BACA, 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
08:07:05.444 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38265], KeyToken[127.0.0.1:8205-F09100EAB0D0BACA]]
08:07:05.444 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.444 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,239,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38265, Token=F09100EAB0D0BACA, 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]
08:07:05.444 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.444 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38265]
08:07:05.444 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.444 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1240, 127.0.0.1:8202] replace CON-POST   MID=38265, Token=F09100EAB0D0BACA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38265, Token=F09100EAB0D0BACA, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.444 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1240, 127.0.0.1:8202] send response NON-2.05   MID=38265, Token=null, OptionSet={}, "server responds hi"
08:07:05.444 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1240, 127.0.0.1:8202, complete]!
08:07:05.444 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1240, 127.0.0.1:8202, complete] completed NON-2.04   MID=38265, Token=F09100EAB0D0BACA, 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!
08:07:05.445 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.445 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,240,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38265, Token=F09100EAB0D0BACA, 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]
08:07:05.445 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.445 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38265]
08:07:05.445 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.445 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.445 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1239, 127.0.0.1:8205, complete]!
08:07:05.445 [: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-F09100EAB0D0BACA]
08:07:05.445 [: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-38265]
08:07:05.445 [: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=38265, Token=F09100EAB0D0BACA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38265, Token=F09100EAB0D0BACA, 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!
08:07:05.445 [: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
08:07:05.445 [: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"
08:07:05.446 [: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
08:07:05.446 [: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-38266], CON-POST   MID=38266, 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
08:07:05.446 [: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-8CA2B3779E25EDBC], CON-POST   MID=38266, Token=8CA2B3779E25EDBC, 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
08:07:05.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-38266], KeyToken[127.0.0.1:8205-8CA2B3779E25EDBC]]
08:07:05.446 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.446 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,241,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38266, Token=8CA2B3779E25EDBC, 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]
08:07:05.446 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38266]
08:07:05.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1242, 127.0.0.1:8202] replace CON-POST   MID=38266, Token=8CA2B3779E25EDBC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38266, Token=8CA2B3779E25EDBC, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.446 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1242, 127.0.0.1:8202] send response NON-2.05   MID=38266, Token=null, OptionSet={}, "server responds hi"
08:07:05.447 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1242, 127.0.0.1:8202, complete]!
08:07:05.447 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1242, 127.0.0.1:8202, complete] completed NON-2.04   MID=38266, Token=8CA2B3779E25EDBC, 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!
08:07:05.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
08:07:05.447 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,242,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38266, Token=8CA2B3779E25EDBC, 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]
08:07:05.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
08:07:05.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-38266]
08:07:05.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.447 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1241, 127.0.0.1:8205, complete]!
08:07:05.447 [: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-8CA2B3779E25EDBC]
08:07:05.447 [: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-38266]
08:07:05.447 [: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=38266, Token=8CA2B3779E25EDBC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38266, Token=8CA2B3779E25EDBC, 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!
08:07:05.448 [: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
08:07:05.448 [: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"
08:07:05.448 [: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
08:07:05.448 [: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-38267], CON-POST   MID=38267, 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
08:07:05.448 [: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-A405D95769D7B7F7], CON-POST   MID=38267, Token=A405D95769D7B7F7, 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
08:07:05.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-38267], KeyToken[127.0.0.1:8205-A405D95769D7B7F7]]
08:07:05.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
08:07:05.448 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,243,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38267, Token=A405D95769D7B7F7, 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]
08:07:05.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
08:07:05.448 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38267]
08:07:05.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1244, 127.0.0.1:8202] replace CON-POST   MID=38267, Token=A405D95769D7B7F7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38267, Token=A405D95769D7B7F7, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1244, 127.0.0.1:8202] send response NON-2.05   MID=38267, Token=null, OptionSet={}, "server responds hi"
08:07:05.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1244, 127.0.0.1:8202, complete]!
08:07:05.449 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1244, 127.0.0.1:8202, complete] completed NON-2.04   MID=38267, Token=A405D95769D7B7F7, 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!
08:07:05.449 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.449 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,244,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38267, Token=A405D95769D7B7F7, 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]
08:07:05.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
08:07:05.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38267]
08:07:05.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.450 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1243, 127.0.0.1:8205, complete]!
08:07:05.450 [: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-A405D95769D7B7F7]
08:07:05.450 [: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-38267]
08:07:05.450 [: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=38267, Token=A405D95769D7B7F7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38267, Token=A405D95769D7B7F7, 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!
08:07:05.450 [: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
08:07:05.450 [: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"
08:07:05.450 [: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
08:07:05.450 [: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-38268], CON-POST   MID=38268, 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
08:07:05.450 [: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-288289CDFE349428], CON-POST   MID=38268, Token=288289CDFE349428, 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
08:07:05.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-38268], KeyToken[127.0.0.1:8205-288289CDFE349428]]
08:07:05.450 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.451 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,245,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38268, Token=288289CDFE349428, 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]
08:07:05.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
08:07:05.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38268]
08:07:05.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1246, 127.0.0.1:8202] replace CON-POST   MID=38268, Token=288289CDFE349428, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38268, Token=288289CDFE349428, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1246, 127.0.0.1:8202] send response NON-2.05   MID=38268, Token=null, OptionSet={}, "server responds hi"
08:07:05.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1246, 127.0.0.1:8202, complete]!
08:07:05.451 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1246, 127.0.0.1:8202, complete] completed NON-2.04   MID=38268, Token=288289CDFE349428, 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!
08:07:05.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
08:07:05.451 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,246,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38268, Token=288289CDFE349428, 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]
08:07:05.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
08:07:05.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38268]
08:07:05.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.452 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1245, 127.0.0.1:8205, complete]!
08:07:05.452 [: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-288289CDFE349428]
08:07:05.452 [: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-38268]
08:07:05.452 [: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=38268, Token=288289CDFE349428, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38268, Token=288289CDFE349428, 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!
08:07:05.452 [: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
08:07:05.452 [: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"
08:07:05.452 [: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
08:07:05.452 [: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-38269], CON-POST   MID=38269, 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
08:07:05.452 [: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-80D9C911E9164C0C], CON-POST   MID=38269, Token=80D9C911E9164C0C, 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
08:07:05.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-38269], KeyToken[127.0.0.1:8205-80D9C911E9164C0C]]
08:07:05.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
08:07:05.453 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,247,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38269, Token=80D9C911E9164C0C, 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]
08:07:05.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
08:07:05.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38269]
08:07:05.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1248, 127.0.0.1:8202] replace CON-POST   MID=38269, Token=80D9C911E9164C0C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38269, Token=80D9C911E9164C0C, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1248, 127.0.0.1:8202] send response NON-2.05   MID=38269, Token=null, OptionSet={}, "server responds hi"
08:07:05.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1248, 127.0.0.1:8202, complete]!
08:07:05.453 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1248, 127.0.0.1:8202, complete] completed NON-2.04   MID=38269, Token=80D9C911E9164C0C, 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!
08:07:05.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
08:07:05.454 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,248,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38269, Token=80D9C911E9164C0C, 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]
08:07:05.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
08:07:05.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-38269]
08:07:05.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.454 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1247, 127.0.0.1:8205, complete]!
08:07:05.454 [: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-80D9C911E9164C0C]
08:07:05.454 [: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-38269]
08:07:05.454 [: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=38269, Token=80D9C911E9164C0C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38269, Token=80D9C911E9164C0C, 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!
08:07:05.454 [: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
08:07:05.454 [: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"
08:07:05.454 [: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
08:07:05.455 [: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-38270], CON-POST   MID=38270, 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
08:07:05.455 [: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-3495505D6D0CA98B], CON-POST   MID=38270, Token=3495505D6D0CA98B, 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
08:07:05.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-38270], KeyToken[127.0.0.1:8205-3495505D6D0CA98B]]
08:07:05.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
08:07:05.455 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,249,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38270, Token=3495505D6D0CA98B, 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]
08:07:05.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
08:07:05.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38270]
08:07:05.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1250, 127.0.0.1:8202] replace CON-POST   MID=38270, Token=3495505D6D0CA98B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38270, Token=3495505D6D0CA98B, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1250, 127.0.0.1:8202] send response NON-2.05   MID=38270, Token=null, OptionSet={}, "server responds hi"
08:07:05.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1250, 127.0.0.1:8202, complete]!
08:07:05.455 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1250, 127.0.0.1:8202, complete] completed NON-2.04   MID=38270, Token=3495505D6D0CA98B, 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!
08:07:05.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
08:07:05.456 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,250,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38270, Token=3495505D6D0CA98B, 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]
08:07:05.456 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38270]
08:07:05.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.456 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1249, 127.0.0.1:8205, complete]!
08:07:05.456 [: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-3495505D6D0CA98B]
08:07:05.456 [: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-38270]
08:07:05.456 [: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=38270, Token=3495505D6D0CA98B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38270, Token=3495505D6D0CA98B, 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!
08:07:05.456 [: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
08:07:05.456 [: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"
08:07:05.457 [: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
08:07:05.457 [: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-38271], CON-POST   MID=38271, 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
08:07:05.457 [: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-3C74C760546EE2FC], CON-POST   MID=38271, Token=3C74C760546EE2FC, 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
08:07:05.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-38271], KeyToken[127.0.0.1:8205-3C74C760546EE2FC]]
08:07:05.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
08:07:05.457 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,251,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38271, Token=3C74C760546EE2FC, 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]
08:07:05.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
08:07:05.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38271]
08:07:05.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1252, 127.0.0.1:8202] replace CON-POST   MID=38271, Token=3C74C760546EE2FC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38271, Token=3C74C760546EE2FC, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1252, 127.0.0.1:8202] send response NON-2.05   MID=38271, Token=null, OptionSet={}, "server responds hi"
08:07:05.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1252, 127.0.0.1:8202, complete]!
08:07:05.457 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1252, 127.0.0.1:8202, complete] completed NON-2.04   MID=38271, Token=3C74C760546EE2FC, 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!
08:07:05.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
08:07:05.458 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,252,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38271, Token=3C74C760546EE2FC, 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]
08:07:05.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
08:07:05.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38271]
08:07:05.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.458 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1251, 127.0.0.1:8205, complete]!
08:07:05.458 [: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-3C74C760546EE2FC]
08:07:05.458 [: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-38271]
08:07:05.458 [: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=38271, Token=3C74C760546EE2FC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38271, Token=3C74C760546EE2FC, 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!
08:07:05.458 [: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
08:07:05.458 [: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"
08:07:05.459 [: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
08:07:05.459 [: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-38272], CON-POST   MID=38272, 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
08:07:05.459 [: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-90B5FF1CA7FD6254], CON-POST   MID=38272, Token=90B5FF1CA7FD6254, 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
08:07:05.459 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38272], KeyToken[127.0.0.1:8205-90B5FF1CA7FD6254]]
08:07:05.459 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.459 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,253,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38272, Token=90B5FF1CA7FD6254, 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]
08:07:05.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
08:07:05.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38272]
08:07:05.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1254, 127.0.0.1:8202] replace CON-POST   MID=38272, Token=90B5FF1CA7FD6254, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38272, Token=90B5FF1CA7FD6254, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1254, 127.0.0.1:8202] send response NON-2.05   MID=38272, Token=null, OptionSet={}, "server responds hi"
08:07:05.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1254, 127.0.0.1:8202, complete]!
08:07:05.459 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1254, 127.0.0.1:8202, complete] completed NON-2.04   MID=38272, Token=90B5FF1CA7FD6254, 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!
08:07:05.460 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.460 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,254,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38272, Token=90B5FF1CA7FD6254, 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]
08:07:05.460 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38272]
08:07:05.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.460 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1253, 127.0.0.1:8205, complete]!
08:07:05.460 [: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-90B5FF1CA7FD6254]
08:07:05.460 [: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-38272]
08:07:05.460 [: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=38272, Token=90B5FF1CA7FD6254, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38272, Token=90B5FF1CA7FD6254, 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!
08:07:05.460 [: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
08:07:05.460 [: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"
08:07:05.461 [: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
08:07:05.461 [: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-38273], CON-POST   MID=38273, 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
08:07:05.461 [: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-C007C85369A0070C], CON-POST   MID=38273, Token=C007C85369A0070C, 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
08:07:05.461 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38273], KeyToken[127.0.0.1:8205-C007C85369A0070C]]
08:07:05.461 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.461 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,255,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38273, Token=C007C85369A0070C, 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]
08:07:05.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
08:07:05.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38273]
08:07:05.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1256, 127.0.0.1:8202] replace CON-POST   MID=38273, Token=C007C85369A0070C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38273, Token=C007C85369A0070C, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.461 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1256, 127.0.0.1:8202] send response NON-2.05   MID=38273, Token=null, OptionSet={}, "server responds hi"
08:07:05.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1256, 127.0.0.1:8202, complete]!
08:07:05.462 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1256, 127.0.0.1:8202, complete] completed NON-2.04   MID=38273, Token=C007C85369A0070C, 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!
08:07:05.462 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.462 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,256,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38273, Token=C007C85369A0070C, 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]
08:07:05.462 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38273]
08:07:05.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.462 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1255, 127.0.0.1:8205, complete]!
08:07:05.462 [: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-C007C85369A0070C]
08:07:05.462 [: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-38273]
08:07:05.462 [: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=38273, Token=C007C85369A0070C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38273, Token=C007C85369A0070C, 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!
08:07:05.462 [: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
08:07:05.462 [: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"
08:07:05.463 [: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
08:07:05.463 [: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-38274], CON-POST   MID=38274, 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
08:07:05.463 [: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-389EC5E5D2CC2C95], CON-POST   MID=38274, Token=389EC5E5D2CC2C95, 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
08:07:05.463 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38274], KeyToken[127.0.0.1:8205-389EC5E5D2CC2C95]]
08:07:05.463 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.463 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,257,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38274, Token=389EC5E5D2CC2C95, 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]
08:07:05.463 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38274]
08:07:05.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1258, 127.0.0.1:8202] replace CON-POST   MID=38274, Token=389EC5E5D2CC2C95, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38274, Token=389EC5E5D2CC2C95, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.463 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1258, 127.0.0.1:8202] send response NON-2.05   MID=38274, Token=null, OptionSet={}, "server responds hi"
08:07:05.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1258, 127.0.0.1:8202, complete]!
08:07:05.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1258, 127.0.0.1:8202, complete] completed NON-2.04   MID=38274, Token=389EC5E5D2CC2C95, 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!
08:07:05.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
08:07:05.494 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,258,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38274, Token=389EC5E5D2CC2C95, 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]
08:07:05.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
08:07:05.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-38274]
08:07:05.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1257, 127.0.0.1:8205, complete]!
08:07:05.494 [: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-389EC5E5D2CC2C95]
08:07:05.494 [: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-38274]
08:07:05.494 [: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=38274, Token=389EC5E5D2CC2C95, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38274, Token=389EC5E5D2CC2C95, 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!
08:07:05.495 [: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
08:07:05.495 [: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"
08:07:05.495 [: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
08:07:05.495 [: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-38275], CON-POST   MID=38275, 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
08:07:05.495 [: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-84BEB5D79C308E91], CON-POST   MID=38275, Token=84BEB5D79C308E91, 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
08:07:05.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-38275], KeyToken[127.0.0.1:8205-84BEB5D79C308E91]]
08:07:05.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
08:07:05.495 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,259,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38275, Token=84BEB5D79C308E91, 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]
08:07:05.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
08:07:05.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38275]
08:07:05.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.496 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1260, 127.0.0.1:8202] replace CON-POST   MID=38275, Token=84BEB5D79C308E91, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38275, Token=84BEB5D79C308E91, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.496 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1260, 127.0.0.1:8202] send response NON-2.05   MID=38275, Token=null, OptionSet={}, "server responds hi"
08:07:05.496 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1260, 127.0.0.1:8202, complete]!
08:07:05.496 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1260, 127.0.0.1:8202, complete] completed NON-2.04   MID=38275, Token=84BEB5D79C308E91, 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!
08:07:05.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
08:07:05.496 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,260,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38275, Token=84BEB5D79C308E91, 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]
08:07:05.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
08:07:05.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-38275]
08:07:05.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1259, 127.0.0.1:8205, complete]!
08:07:05.496 [: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-84BEB5D79C308E91]
08:07:05.496 [: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-38275]
08:07:05.496 [: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=38275, Token=84BEB5D79C308E91, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38275, Token=84BEB5D79C308E91, 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!
08:07:05.497 [: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
08:07:05.497 [: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"
08:07:05.497 [: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
08:07:05.497 [: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-38276], CON-POST   MID=38276, 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
08:07:05.497 [: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-D0725F6559ECE368], CON-POST   MID=38276, Token=D0725F6559ECE368, 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
08:07:05.497 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38276], KeyToken[127.0.0.1:8205-D0725F6559ECE368]]
08:07:05.497 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8205
08:07:05.497 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,261,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38276, Token=D0725F6559ECE368, 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]
08:07:05.497 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (127.0.0.1:8205) received 40 bytes from 127.0.0.1:8202
08:07:05.497 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38276]
08:07:05.497 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.497 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1262, 127.0.0.1:8202] replace CON-POST   MID=38276, Token=D0725F6559ECE368, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38276, Token=D0725F6559ECE368, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1262, 127.0.0.1:8202] send response NON-2.05   MID=38276, Token=null, OptionSet={}, "server responds hi"
08:07:05.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1262, 127.0.0.1:8202, complete]!
08:07:05.498 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1262, 127.0.0.1:8202, complete] completed NON-2.04   MID=38276, Token=D0725F6559ECE368, 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!
08:07:05.498 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.498 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,262,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38276, Token=D0725F6559ECE368, 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]
08:07:05.498 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38276]
08:07:05.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.498 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1261, 127.0.0.1:8205, complete]!
08:07:05.498 [: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-D0725F6559ECE368]
08:07:05.498 [: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-38276]
08:07:05.498 [: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=38276, Token=D0725F6559ECE368, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38276, Token=D0725F6559ECE368, 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!
08:07:05.498 [: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
08:07:05.498 [: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"
08:07:05.499 [: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
08:07:05.499 [: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-38277], CON-POST   MID=38277, 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
08:07:05.499 [: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-803DA3E7FD279834], CON-POST   MID=38277, Token=803DA3E7FD279834, 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
08:07:05.499 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38277], KeyToken[127.0.0.1:8205-803DA3E7FD279834]]
08:07:05.499 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
08:07:05.499 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,263,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38277, Token=803DA3E7FD279834, 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]
08:07:05.499 [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
08:07:05.499 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38277]
08:07:05.499 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.499 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1264, 127.0.0.1:8202] replace CON-POST   MID=38277, Token=803DA3E7FD279834, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38277, Token=803DA3E7FD279834, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.499 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1264, 127.0.0.1:8202] send response NON-2.05   MID=38277, Token=null, OptionSet={}, "server responds hi"
08:07:05.500 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1264, 127.0.0.1:8202, complete]!
08:07:05.500 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1264, 127.0.0.1:8202, complete] completed NON-2.04   MID=38277, Token=803DA3E7FD279834, 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!
08:07:05.500 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.500 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,264,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38277, Token=803DA3E7FD279834, 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]
08:07:05.500 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38277]
08:07:05.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.500 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1263, 127.0.0.1:8205, complete]!
08:07:05.500 [: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-803DA3E7FD279834]
08:07:05.500 [: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-38277]
08:07:05.500 [: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=38277, Token=803DA3E7FD279834, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38277, Token=803DA3E7FD279834, 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!
08:07:05.501 [: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
08:07:05.501 [: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"
08:07:05.501 [: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
08:07:05.501 [: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-38278], CON-POST   MID=38278, 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
08:07:05.501 [: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-D4781B533C9F9070], CON-POST   MID=38278, Token=D4781B533C9F9070, 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
08:07:05.501 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38278], KeyToken[127.0.0.1:8205-D4781B533C9F9070]]
08:07:05.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 41 bytes to 127.0.0.1:8205
08:07:05.501 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,265,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38278, Token=D4781B533C9F9070, 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]
08:07:05.501 [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
08:07:05.501 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38278]
08:07:05.501 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.501 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1266, 127.0.0.1:8202] replace CON-POST   MID=38278, Token=D4781B533C9F9070, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38278, Token=D4781B533C9F9070, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.502 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1266, 127.0.0.1:8202] send response NON-2.05   MID=38278, Token=null, OptionSet={}, "server responds hi"
08:07:05.502 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1266, 127.0.0.1:8202, complete]!
08:07:05.502 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1266, 127.0.0.1:8202, complete] completed NON-2.04   MID=38278, Token=D4781B533C9F9070, 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!
08:07:05.502 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.502 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,266,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38278, Token=D4781B533C9F9070, 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]
08:07:05.502 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38278]
08:07:05.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.502 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1265, 127.0.0.1:8205, complete]!
08:07:05.502 [: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-D4781B533C9F9070]
08:07:05.502 [: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-38278]
08:07:05.502 [: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=38278, Token=D4781B533C9F9070, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38278, Token=D4781B533C9F9070, 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!
08:07:05.503 [: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
08:07:05.503 [: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"
08:07:05.503 [: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
08:07:05.503 [: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-38279], CON-POST   MID=38279, 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
08:07:05.503 [: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-BC11BA5533B25C69], CON-POST   MID=38279, Token=BC11BA5533B25C69, 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
08:07:05.503 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38279], KeyToken[127.0.0.1:8205-BC11BA5533B25C69]]
08:07:05.503 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
08:07:05.503 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,267,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38279, Token=BC11BA5533B25C69, 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]
08:07:05.503 [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
08:07:05.503 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38279]
08:07:05.503 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.504 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1268, 127.0.0.1:8202] replace CON-POST   MID=38279, Token=BC11BA5533B25C69, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38279, Token=BC11BA5533B25C69, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.504 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1268, 127.0.0.1:8202] send response NON-2.05   MID=38279, Token=null, OptionSet={}, "server responds hi"
08:07:05.504 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1268, 127.0.0.1:8202, complete]!
08:07:05.504 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1268, 127.0.0.1:8202, complete] completed NON-2.04   MID=38279, Token=BC11BA5533B25C69, 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!
08:07:05.504 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.504 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,268,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38279, Token=BC11BA5533B25C69, 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]
08:07:05.504 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.504 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38279]
08:07:05.504 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.504 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.504 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1267, 127.0.0.1:8205, complete]!
08:07:05.504 [: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-BC11BA5533B25C69]
08:07:05.504 [: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-38279]
08:07:05.504 [: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=38279, Token=BC11BA5533B25C69, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38279, Token=BC11BA5533B25C69, 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!
08:07:05.505 [: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
08:07:05.505 [: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"
08:07:05.505 [: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
08:07:05.505 [: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-38280], CON-POST   MID=38280, 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
08:07:05.505 [: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-C01E316A80E7A5A8], CON-POST   MID=38280, Token=C01E316A80E7A5A8, 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
08:07:05.505 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38280], KeyToken[127.0.0.1:8205-C01E316A80E7A5A8]]
08:07:05.505 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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
08:07:05.505 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,269,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38280, Token=C01E316A80E7A5A8, 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]
08:07:05.505 [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
08:07:05.505 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38280]
08:07:05.506 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.506 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1270, 127.0.0.1:8202] replace CON-POST   MID=38280, Token=C01E316A80E7A5A8, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38280, Token=C01E316A80E7A5A8, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.506 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1270, 127.0.0.1:8202] send response NON-2.05   MID=38280, Token=null, OptionSet={}, "server responds hi"
08:07:05.506 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1270, 127.0.0.1:8202, complete]!
08:07:05.506 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1270, 127.0.0.1:8202, complete] completed NON-2.04   MID=38280, Token=C01E316A80E7A5A8, 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!
08:07:05.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:8202
08:07:05.506 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,270,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38280, Token=C01E316A80E7A5A8, 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]
08:07:05.506 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.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:8205-38280]
08:07:05.506 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.506 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1269, 127.0.0.1:8205, complete]!
08:07:05.507 [: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-C01E316A80E7A5A8]
08:07:05.507 [: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-38280]
08:07:05.507 [: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=38280, Token=C01E316A80E7A5A8, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38280, Token=C01E316A80E7A5A8, 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!
08:07:05.507 [: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
08:07:05.507 [: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"
08:07:05.507 [: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
08:07:05.507 [: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-38281], CON-POST   MID=38281, 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
08:07:05.507 [: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-1C42E91962B5E1D1], CON-POST   MID=38281, Token=1C42E91962B5E1D1, 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
08:07:05.507 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38281], KeyToken[127.0.0.1:8205-1C42E91962B5E1D1]]
08:07:05.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 41 bytes to 127.0.0.1:8205
08:07:05.507 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,271,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38281, Token=1C42E91962B5E1D1, 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]
08:07:05.507 [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
08:07:05.507 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38281]
08:07:05.508 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.508 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1272, 127.0.0.1:8202] replace CON-POST   MID=38281, Token=1C42E91962B5E1D1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38281, Token=1C42E91962B5E1D1, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.508 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1272, 127.0.0.1:8202] send response NON-2.05   MID=38281, Token=null, OptionSet={}, "server responds hi"
08:07:05.508 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1272, 127.0.0.1:8202, complete]!
08:07:05.508 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1272, 127.0.0.1:8202, complete] completed NON-2.04   MID=38281, Token=1C42E91962B5E1D1, 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!
08:07:05.508 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.508 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,272,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38281, Token=1C42E91962B5E1D1, 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]
08:07:05.508 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.508 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38281]
08:07:05.508 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.508 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.508 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1271, 127.0.0.1:8205, complete]!
08:07:05.509 [: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-1C42E91962B5E1D1]
08:07:05.509 [: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-38281]
08:07:05.509 [: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=38281, Token=1C42E91962B5E1D1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38281, Token=1C42E91962B5E1D1, 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!
08:07:05.509 [: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
08:07:05.509 [: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"
08:07:05.509 [: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
08:07:05.509 [: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-38282], CON-POST   MID=38282, 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
08:07:05.509 [: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-78FE34D2D6191665], CON-POST   MID=38282, Token=78FE34D2D6191665, 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
08:07:05.509 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38282], KeyToken[127.0.0.1:8205-78FE34D2D6191665]]
08:07:05.509 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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
08:07:05.509 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,273,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38282, Token=78FE34D2D6191665, 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]
08:07:05.509 [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
08:07:05.509 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38282]
08:07:05.510 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.510 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1274, 127.0.0.1:8202] replace CON-POST   MID=38282, Token=78FE34D2D6191665, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38282, Token=78FE34D2D6191665, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.510 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1274, 127.0.0.1:8202] send response NON-2.05   MID=38282, Token=null, OptionSet={}, "server responds hi"
08:07:05.510 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1274, 127.0.0.1:8202, complete]!
08:07:05.510 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1274, 127.0.0.1:8202, complete] completed NON-2.04   MID=38282, Token=78FE34D2D6191665, 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!
08:07:05.510 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.510 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,274,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38282, Token=78FE34D2D6191665, 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]
08:07:05.510 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.510 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38282]
08:07:05.510 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.510 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.511 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1273, 127.0.0.1:8205, complete]!
08:07:05.511 [: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-78FE34D2D6191665]
08:07:05.511 [: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-38282]
08:07:05.511 [: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=38282, Token=78FE34D2D6191665, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38282, Token=78FE34D2D6191665, 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!
08:07:05.511 [: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
08:07:05.511 [: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"
08:07:05.511 [: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
08:07:05.511 [: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-38283], CON-POST   MID=38283, 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
08:07:05.511 [: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-28F586A71173C8EF], CON-POST   MID=38283, Token=28F586A71173C8EF, 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
08:07:05.511 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38283], KeyToken[127.0.0.1:8205-28F586A71173C8EF]]
08:07:05.511 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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
08:07:05.511 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,275,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38283, Token=28F586A71173C8EF, 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]
08:07:05.511 [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
08:07:05.512 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38283]
08:07:05.512 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.512 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1276, 127.0.0.1:8202] replace CON-POST   MID=38283, Token=28F586A71173C8EF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38283, Token=28F586A71173C8EF, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.512 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1276, 127.0.0.1:8202] send response NON-2.05   MID=38283, Token=null, OptionSet={}, "server responds hi"
08:07:05.512 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1276, 127.0.0.1:8202, complete]!
08:07:05.512 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1276, 127.0.0.1:8202, complete] completed NON-2.04   MID=38283, Token=28F586A71173C8EF, 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!
08:07:05.512 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.512 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,276,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38283, Token=28F586A71173C8EF, 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]
08:07:05.512 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.512 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38283]
08:07:05.512 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.512 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.513 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1275, 127.0.0.1:8205, complete]!
08:07:05.513 [: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-28F586A71173C8EF]
08:07:05.513 [: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-38283]
08:07:05.513 [: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=38283, Token=28F586A71173C8EF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38283, Token=28F586A71173C8EF, 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!
08:07:05.513 [: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
08:07:05.513 [: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"
08:07:05.513 [: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
08:07:05.513 [: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-38284], CON-POST   MID=38284, 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
08:07:05.513 [: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-749B8D57F508D994], CON-POST   MID=38284, Token=749B8D57F508D994, 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
08:07:05.513 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38284], KeyToken[127.0.0.1:8205-749B8D57F508D994]]
08:07:05.513 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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
08:07:05.514 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,277,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38284, Token=749B8D57F508D994, 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]
08:07:05.514 [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
08:07:05.514 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38284]
08:07:05.514 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.514 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1278, 127.0.0.1:8202] replace CON-POST   MID=38284, Token=749B8D57F508D994, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38284, Token=749B8D57F508D994, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.514 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1278, 127.0.0.1:8202] send response NON-2.05   MID=38284, Token=null, OptionSet={}, "server responds hi"
08:07:05.514 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1278, 127.0.0.1:8202, complete]!
08:07:05.514 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1278, 127.0.0.1:8202, complete] completed NON-2.04   MID=38284, Token=749B8D57F508D994, 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!
08:07:05.514 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.514 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,278,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38284, Token=749B8D57F508D994, 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]
08:07:05.514 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.515 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38284]
08:07:05.515 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.515 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.515 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1277, 127.0.0.1:8205, complete]!
08:07:05.515 [: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-749B8D57F508D994]
08:07:05.515 [: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-38284]
08:07:05.515 [: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=38284, Token=749B8D57F508D994, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38284, Token=749B8D57F508D994, 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!
08:07:05.515 [: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
08:07:05.515 [: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"
08:07:05.515 [: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
08:07:05.515 [: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-38285], CON-POST   MID=38285, 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
08:07:05.515 [: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-CC4EC430D49AC98C], CON-POST   MID=38285, Token=CC4EC430D49AC98C, 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
08:07:05.516 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38285], KeyToken[127.0.0.1:8205-CC4EC430D49AC98C]]
08:07:05.516 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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
08:07:05.516 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,279,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38285, Token=CC4EC430D49AC98C, 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]
08:07:05.516 [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
08:07:05.516 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38285]
08:07:05.516 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.516 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1280, 127.0.0.1:8202] replace CON-POST   MID=38285, Token=CC4EC430D49AC98C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38285, Token=CC4EC430D49AC98C, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.516 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1280, 127.0.0.1:8202] send response NON-2.05   MID=38285, Token=null, OptionSet={}, "server responds hi"
08:07:05.516 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1280, 127.0.0.1:8202, complete]!
08:07:05.516 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1280, 127.0.0.1:8202, complete] completed NON-2.04   MID=38285, Token=CC4EC430D49AC98C, 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!
08:07:05.517 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.517 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,280,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38285, Token=CC4EC430D49AC98C, 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]
08:07:05.517 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.517 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38285]
08:07:05.517 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.517 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.517 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1279, 127.0.0.1:8205, complete]!
08:07:05.517 [: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-CC4EC430D49AC98C]
08:07:05.517 [: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-38285]
08:07:05.517 [: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=38285, Token=CC4EC430D49AC98C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38285, Token=CC4EC430D49AC98C, 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!
08:07:05.517 [: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
08:07:05.517 [: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"
08:07:05.518 [: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
08:07:05.518 [: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-38286], CON-POST   MID=38286, 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
08:07:05.518 [: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-84740F1EAE913D44], CON-POST   MID=38286, Token=84740F1EAE913D44, 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
08:07:05.518 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38286], KeyToken[127.0.0.1:8205-84740F1EAE913D44]]
08:07:05.518 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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
08:07:05.518 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,281,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38286, Token=84740F1EAE913D44, 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]
08:07:05.518 [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
08:07:05.518 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38286]
08:07:05.518 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.519 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1282, 127.0.0.1:8202] replace CON-POST   MID=38286, Token=84740F1EAE913D44, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38286, Token=84740F1EAE913D44, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.519 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1282, 127.0.0.1:8202] send response NON-2.05   MID=38286, Token=null, OptionSet={}, "server responds hi"
08:07:05.519 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1282, 127.0.0.1:8202, complete]!
08:07:05.519 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1282, 127.0.0.1:8202, complete] completed NON-2.04   MID=38286, Token=84740F1EAE913D44, 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!
08:07:05.520 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.520 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,282,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38286, Token=84740F1EAE913D44, 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]
08:07:05.520 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.520 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38286]
08:07:05.520 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.520 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.520 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1281, 127.0.0.1:8205, complete]!
08:07:05.520 [: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-84740F1EAE913D44]
08:07:05.520 [: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-38286]
08:07:05.520 [: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=38286, Token=84740F1EAE913D44, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38286, Token=84740F1EAE913D44, 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!
08:07:05.520 [: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
08:07:05.520 [: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"
08:07:05.521 [: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
08:07:05.521 [: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-38287], CON-POST   MID=38287, 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
08:07:05.521 [: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-A8EF6B67FE34148C], CON-POST   MID=38287, Token=A8EF6B67FE34148C, 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
08:07:05.521 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38287], KeyToken[127.0.0.1:8205-A8EF6B67FE34148C]]
08:07:05.521 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
08:07:05.521 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,283,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38287, Token=A8EF6B67FE34148C, 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]
08:07:05.521 [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
08:07:05.521 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38287]
08:07:05.521 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.522 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1284, 127.0.0.1:8202] replace CON-POST   MID=38287, Token=A8EF6B67FE34148C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38287, Token=A8EF6B67FE34148C, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.522 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1284, 127.0.0.1:8202] send response NON-2.05   MID=38287, Token=null, OptionSet={}, "server responds hi"
08:07:05.522 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1284, 127.0.0.1:8202, complete]!
08:07:05.522 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1284, 127.0.0.1:8202, complete] completed NON-2.04   MID=38287, Token=A8EF6B67FE34148C, 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!
08:07:05.522 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.522 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,284,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38287, Token=A8EF6B67FE34148C, 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]
08:07:05.522 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.522 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38287]
08:07:05.522 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.522 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.523 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1283, 127.0.0.1:8205, complete]!
08:07:05.523 [: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-A8EF6B67FE34148C]
08:07:05.523 [: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-38287]
08:07:05.523 [: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=38287, Token=A8EF6B67FE34148C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38287, Token=A8EF6B67FE34148C, 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!
08:07:05.523 [: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
08:07:05.523 [: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"
08:07:05.523 [: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
08:07:05.523 [: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-38288], CON-POST   MID=38288, 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
08:07:05.523 [: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-082D9EE86F09AA23], CON-POST   MID=38288, Token=082D9EE86F09AA23, 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
08:07:05.523 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38288], KeyToken[127.0.0.1:8205-082D9EE86F09AA23]]
08:07:05.523 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
08:07:05.524 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,285,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38288, Token=082D9EE86F09AA23, 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]
08:07:05.524 [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
08:07:05.524 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38288]
08:07:05.524 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.524 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1286, 127.0.0.1:8202] replace CON-POST   MID=38288, Token=082D9EE86F09AA23, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38288, Token=082D9EE86F09AA23, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.524 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1286, 127.0.0.1:8202] send response NON-2.05   MID=38288, Token=null, OptionSet={}, "server responds hi"
08:07:05.524 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1286, 127.0.0.1:8202, complete]!
08:07:05.524 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1286, 127.0.0.1:8202, complete] completed NON-2.04   MID=38288, Token=082D9EE86F09AA23, 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!
08:07:05.524 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.525 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,286,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38288, Token=082D9EE86F09AA23, 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]
08:07:05.525 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.525 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38288]
08:07:05.525 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.525 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.525 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1285, 127.0.0.1:8205, complete]!
08:07:05.525 [: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-082D9EE86F09AA23]
08:07:05.525 [: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-38288]
08:07:05.525 [: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=38288, Token=082D9EE86F09AA23, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38288, Token=082D9EE86F09AA23, 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!
08:07:05.525 [: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
08:07:05.525 [: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"
08:07:05.525 [: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
08:07:05.525 [: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-38289], CON-POST   MID=38289, 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
08:07:05.526 [: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-10D09ED468476A7B], CON-POST   MID=38289, Token=10D09ED468476A7B, 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
08:07:05.526 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38289], KeyToken[127.0.0.1:8205-10D09ED468476A7B]]
08:07:05.526 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
08:07:05.526 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,287,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38289, Token=10D09ED468476A7B, 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]
08:07:05.526 [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
08:07:05.526 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38289]
08:07:05.526 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.526 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1288, 127.0.0.1:8202] replace CON-POST   MID=38289, Token=10D09ED468476A7B, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38289, Token=10D09ED468476A7B, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.526 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1288, 127.0.0.1:8202] send response NON-2.05   MID=38289, Token=null, OptionSet={}, "server responds hi"
08:07:05.526 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1288, 127.0.0.1:8202, complete]!
08:07:05.526 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1288, 127.0.0.1:8202, complete] completed NON-2.04   MID=38289, Token=10D09ED468476A7B, 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!
08:07:05.527 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.527 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,288,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38289, Token=10D09ED468476A7B, 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]
08:07:05.527 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38289]
08:07:05.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1287, 127.0.0.1:8205, complete]!
08:07:05.527 [: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-10D09ED468476A7B]
08:07:05.527 [: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-38289]
08:07:05.527 [: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=38289, Token=10D09ED468476A7B, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38289, Token=10D09ED468476A7B, 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!
08:07:05.527 [: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
08:07:05.527 [: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"
08:07:05.528 [: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
08:07:05.528 [: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-38290], CON-POST   MID=38290, 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
08:07:05.528 [: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-5073DFCD2C28CD53], CON-POST   MID=38290, Token=5073DFCD2C28CD53, 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
08:07:05.528 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38290], KeyToken[127.0.0.1:8205-5073DFCD2C28CD53]]
08:07:05.528 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
08:07:05.528 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,289,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38290, Token=5073DFCD2C28CD53, 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]
08:07:05.528 [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
08:07:05.528 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38290]
08:07:05.528 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.529 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1290, 127.0.0.1:8202] replace CON-POST   MID=38290, Token=5073DFCD2C28CD53, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38290, Token=5073DFCD2C28CD53, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.529 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1290, 127.0.0.1:8202] send response NON-2.05   MID=38290, Token=null, OptionSet={}, "server responds hi"
08:07:05.529 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1290, 127.0.0.1:8202, complete]!
08:07:05.529 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1290, 127.0.0.1:8202, complete] completed NON-2.04   MID=38290, Token=5073DFCD2C28CD53, 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!
08:07:05.529 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.529 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,290,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38290, Token=5073DFCD2C28CD53, 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]
08:07:05.529 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.529 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38290]
08:07:05.529 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.529 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.529 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1289, 127.0.0.1:8205, complete]!
08:07:05.529 [: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-5073DFCD2C28CD53]
08:07:05.530 [: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-38290]
08:07:05.530 [: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=38290, Token=5073DFCD2C28CD53, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38290, Token=5073DFCD2C28CD53, 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!
08:07:05.530 [: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
08:07:05.530 [: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"
08:07:05.530 [: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
08:07:05.530 [: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-38291], CON-POST   MID=38291, 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
08:07:05.530 [: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-080EBE7D7C3E2C59], CON-POST   MID=38291, Token=080EBE7D7C3E2C59, 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
08:07:05.530 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38291], KeyToken[127.0.0.1:8205-080EBE7D7C3E2C59]]
08:07:05.530 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
08:07:05.531 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,291,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38291, Token=080EBE7D7C3E2C59, 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]
08:07:05.531 [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
08:07:05.531 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38291]
08:07:05.531 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.531 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1292, 127.0.0.1:8202] replace CON-POST   MID=38291, Token=080EBE7D7C3E2C59, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38291, Token=080EBE7D7C3E2C59, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.531 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1292, 127.0.0.1:8202] send response NON-2.05   MID=38291, Token=null, OptionSet={}, "server responds hi"
08:07:05.531 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1292, 127.0.0.1:8202, complete]!
08:07:05.531 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1292, 127.0.0.1:8202, complete] completed NON-2.04   MID=38291, Token=080EBE7D7C3E2C59, 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!
08:07:05.531 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.532 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,292,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38291, Token=080EBE7D7C3E2C59, 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]
08:07:05.532 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.532 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38291]
08:07:05.532 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.532 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.532 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1291, 127.0.0.1:8205, complete]!
08:07:05.532 [: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-080EBE7D7C3E2C59]
08:07:05.532 [: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-38291]
08:07:05.532 [: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=38291, Token=080EBE7D7C3E2C59, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38291, Token=080EBE7D7C3E2C59, 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!
08:07:05.532 [: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
08:07:05.532 [: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"
08:07:05.532 [: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
08:07:05.533 [: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-38292], CON-POST   MID=38292, 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
08:07:05.533 [: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-3052076137B705D4], CON-POST   MID=38292, Token=3052076137B705D4, 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
08:07:05.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38292], KeyToken[127.0.0.1:8205-3052076137B705D4]]
08:07:05.533 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
08:07:05.533 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,293,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38292, Token=3052076137B705D4, 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]
08:07:05.533 [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
08:07:05.533 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38292]
08:07:05.533 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.533 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1294, 127.0.0.1:8202] replace CON-POST   MID=38292, Token=3052076137B705D4, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38292, Token=3052076137B705D4, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.533 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1294, 127.0.0.1:8202] send response NON-2.05   MID=38292, Token=null, OptionSet={}, "server responds hi"
08:07:05.534 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1294, 127.0.0.1:8202, complete]!
08:07:05.534 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1294, 127.0.0.1:8202, complete] completed NON-2.04   MID=38292, Token=3052076137B705D4, 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!
08:07:05.534 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.534 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,294,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38292, Token=3052076137B705D4, 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]
08:07:05.534 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38292]
08:07:05.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.534 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1293, 127.0.0.1:8205, complete]!
08:07:05.534 [: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-3052076137B705D4]
08:07:05.534 [: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-38292]
08:07:05.534 [: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=38292, Token=3052076137B705D4, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38292, Token=3052076137B705D4, 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!
08:07:05.534 [: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
08:07:05.534 [: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"
08:07:05.535 [: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
08:07:05.535 [: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-38293], CON-POST   MID=38293, 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
08:07:05.535 [: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-BC01B16FB3420C30], CON-POST   MID=38293, Token=BC01B16FB3420C30, 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
08:07:05.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38293], KeyToken[127.0.0.1:8205-BC01B16FB3420C30]]
08:07:05.535 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
08:07:05.535 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,295,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38293, Token=BC01B16FB3420C30, 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]
08:07:05.535 [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
08:07:05.535 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38293]
08:07:05.535 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.535 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1296, 127.0.0.1:8202] replace CON-POST   MID=38293, Token=BC01B16FB3420C30, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38293, Token=BC01B16FB3420C30, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1296, 127.0.0.1:8202] send response NON-2.05   MID=38293, Token=null, OptionSet={}, "server responds hi"
08:07:05.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1296, 127.0.0.1:8202, complete]!
08:07:05.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1296, 127.0.0.1:8202, complete] completed NON-2.04   MID=38293, Token=BC01B16FB3420C30, 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!
08:07:05.536 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.536 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,296,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38293, Token=BC01B16FB3420C30, 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]
08:07:05.536 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.536 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38293]
08:07:05.536 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.536 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.536 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1295, 127.0.0.1:8205, complete]!
08:07:05.536 [: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-BC01B16FB3420C30]
08:07:05.537 [: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-38293]
08:07:05.537 [: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=38293, Token=BC01B16FB3420C30, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38293, Token=BC01B16FB3420C30, 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!
08:07:05.537 [: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
08:07:05.537 [: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"
08:07:05.537 [: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
08:07:05.537 [: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-38294], CON-POST   MID=38294, 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
08:07:05.537 [: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-7CCE3818D043086A], CON-POST   MID=38294, Token=7CCE3818D043086A, 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
08:07:05.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38294], KeyToken[127.0.0.1:8205-7CCE3818D043086A]]
08:07:05.537 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
08:07:05.537 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,297,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38294, Token=7CCE3818D043086A, 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]
08:07:05.537 [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
08:07:05.538 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38294]
08:07:05.538 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.538 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1298, 127.0.0.1:8202] replace CON-POST   MID=38294, Token=7CCE3818D043086A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38294, Token=7CCE3818D043086A, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.538 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1298, 127.0.0.1:8202] send response NON-2.05   MID=38294, Token=null, OptionSet={}, "server responds hi"
08:07:05.538 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1298, 127.0.0.1:8202, complete]!
08:07:05.538 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1298, 127.0.0.1:8202, complete] completed NON-2.04   MID=38294, Token=7CCE3818D043086A, 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!
08:07:05.538 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.538 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,298,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38294, Token=7CCE3818D043086A, 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]
08:07:05.538 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38294]
08:07:05.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.538 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1297, 127.0.0.1:8205, complete]!
08:07:05.538 [: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-7CCE3818D043086A]
08:07:05.538 [: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-38294]
08:07:05.538 [: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=38294, Token=7CCE3818D043086A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38294, Token=7CCE3818D043086A, 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!
08:07:05.539 [: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
08:07:05.539 [: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"
08:07:05.539 [: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
08:07:05.539 [: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-38295], CON-POST   MID=38295, 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
08:07:05.539 [: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-142B42926C9BA0D7], CON-POST   MID=38295, Token=142B42926C9BA0D7, 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
08:07:05.539 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38295], KeyToken[127.0.0.1:8205-142B42926C9BA0D7]]
08:07:05.539 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
08:07:05.539 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,299,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38295, Token=142B42926C9BA0D7, 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]
08:07:05.539 [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
08:07:05.540 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38295]
08:07:05.540 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.540 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1300, 127.0.0.1:8202] replace CON-POST   MID=38295, Token=142B42926C9BA0D7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38295, Token=142B42926C9BA0D7, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.540 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1300, 127.0.0.1:8202] send response NON-2.05   MID=38295, Token=null, OptionSet={}, "server responds hi"
08:07:05.540 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1300, 127.0.0.1:8202, complete]!
08:07:05.540 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1300, 127.0.0.1:8202, complete] completed NON-2.04   MID=38295, Token=142B42926C9BA0D7, 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!
08:07:05.540 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.540 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,300,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38295, Token=142B42926C9BA0D7, 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]
08:07:05.540 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.540 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38295]
08:07:05.540 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.540 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.540 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1299, 127.0.0.1:8205, complete]!
08:07:05.540 [: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-142B42926C9BA0D7]
08:07:05.540 [: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-38295]
08:07:05.540 [: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=38295, Token=142B42926C9BA0D7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38295, Token=142B42926C9BA0D7, 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!
08:07:05.541 [: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
08:07:05.541 [: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"
08:07:05.541 [: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
08:07:05.541 [: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-38296], CON-POST   MID=38296, 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
08:07:05.541 [: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-9068253CF8A5305A], CON-POST   MID=38296, Token=9068253CF8A5305A, 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
08:07:05.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38296], KeyToken[127.0.0.1:8205-9068253CF8A5305A]]
08:07:05.541 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
08:07:05.541 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,301,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38296, Token=9068253CF8A5305A, 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]
08:07:05.541 [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
08:07:05.541 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38296]
08:07:05.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1302, 127.0.0.1:8202] replace CON-POST   MID=38296, Token=9068253CF8A5305A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38296, Token=9068253CF8A5305A, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1302, 127.0.0.1:8202] send response NON-2.05   MID=38296, Token=null, OptionSet={}, "server responds hi"
08:07:05.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1302, 127.0.0.1:8202, complete]!
08:07:05.542 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1302, 127.0.0.1:8202, complete] completed NON-2.04   MID=38296, Token=9068253CF8A5305A, 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!
08:07:05.542 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.542 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,302,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38296, Token=9068253CF8A5305A, 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]
08:07:05.542 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.542 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38296]
08:07:05.542 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.542 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.542 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1301, 127.0.0.1:8205, complete]!
08:07:05.542 [: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-9068253CF8A5305A]
08:07:05.542 [: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-38296]
08:07:05.542 [: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=38296, Token=9068253CF8A5305A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38296, Token=9068253CF8A5305A, 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!
08:07:05.543 [: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
08:07:05.543 [: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"
08:07:05.543 [: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
08:07:05.543 [: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-38297], CON-POST   MID=38297, 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
08:07:05.543 [: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-BCE277521E3219AC], CON-POST   MID=38297, Token=BCE277521E3219AC, 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
08:07:05.543 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38297], KeyToken[127.0.0.1:8205-BCE277521E3219AC]]
08:07:05.543 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
08:07:05.543 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,303,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38297, Token=BCE277521E3219AC, 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]
08:07:05.543 [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
08:07:05.543 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38297]
08:07:05.543 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.544 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1304, 127.0.0.1:8202] replace CON-POST   MID=38297, Token=BCE277521E3219AC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38297, Token=BCE277521E3219AC, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.544 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1304, 127.0.0.1:8202] send response NON-2.05   MID=38297, Token=null, OptionSet={}, "server responds hi"
08:07:05.544 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1304, 127.0.0.1:8202, complete]!
08:07:05.544 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1304, 127.0.0.1:8202, complete] completed NON-2.04   MID=38297, Token=BCE277521E3219AC, 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!
08:07:05.544 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.544 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,304,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38297, Token=BCE277521E3219AC, 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]
08:07:05.544 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.544 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38297]
08:07:05.544 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.544 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.544 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1303, 127.0.0.1:8205, complete]!
08:07:05.544 [: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-BCE277521E3219AC]
08:07:05.544 [: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-38297]
08:07:05.544 [: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=38297, Token=BCE277521E3219AC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38297, Token=BCE277521E3219AC, 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!
08:07:05.545 [: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
08:07:05.545 [: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"
08:07:05.545 [: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
08:07:05.545 [: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-38298], CON-POST   MID=38298, 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
08:07:05.545 [: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-5448D7E8B22B117E], CON-POST   MID=38298, Token=5448D7E8B22B117E, 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
08:07:05.545 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38298], KeyToken[127.0.0.1:8205-5448D7E8B22B117E]]
08:07:05.545 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
08:07:05.545 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,305,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38298, Token=5448D7E8B22B117E, 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]
08:07:05.545 [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
08:07:05.545 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38298]
08:07:05.545 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.545 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1306, 127.0.0.1:8202] replace CON-POST   MID=38298, Token=5448D7E8B22B117E, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38298, Token=5448D7E8B22B117E, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1306, 127.0.0.1:8202] send response NON-2.05   MID=38298, Token=null, OptionSet={}, "server responds hi"
08:07:05.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1306, 127.0.0.1:8202, complete]!
08:07:05.546 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1306, 127.0.0.1:8202, complete] completed NON-2.04   MID=38298, Token=5448D7E8B22B117E, 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!
08:07:05.546 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.546 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,306,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38298, Token=5448D7E8B22B117E, 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]
08:07:05.546 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38298]
08:07:05.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.546 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1305, 127.0.0.1:8205, complete]!
08:07:05.546 [: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-5448D7E8B22B117E]
08:07:05.546 [: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-38298]
08:07:05.546 [: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=38298, Token=5448D7E8B22B117E, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38298, Token=5448D7E8B22B117E, 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!
08:07:05.547 [: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
08:07:05.547 [: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"
08:07:05.547 [: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
08:07:05.547 [: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-38299], CON-POST   MID=38299, 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
08:07:05.547 [: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-00B82CB226555E16], CON-POST   MID=38299, Token=00B82CB226555E16, 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
08:07:05.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-38299], KeyToken[127.0.0.1:8205-00B82CB226555E16]]
08:07:05.547 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
08:07:05.547 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,307,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38299, Token=00B82CB226555E16, 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]
08:07:05.547 [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
08:07:05.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38299]
08:07:05.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.547 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1308, 127.0.0.1:8202] replace CON-POST   MID=38299, Token=00B82CB226555E16, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38299, Token=00B82CB226555E16, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.548 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1308, 127.0.0.1:8202] send response NON-2.05   MID=38299, Token=null, OptionSet={}, "server responds hi"
08:07:05.548 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1308, 127.0.0.1:8202, complete]!
08:07:05.548 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1308, 127.0.0.1:8202, complete] completed NON-2.04   MID=38299, Token=00B82CB226555E16, 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!
08:07:05.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
08:07:05.548 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,308,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38299, Token=00B82CB226555E16, 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]
08:07:05.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
08:07:05.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-38299]
08:07:05.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.548 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1307, 127.0.0.1:8205, complete]!
08:07:05.548 [: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-00B82CB226555E16]
08:07:05.548 [: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-38299]
08:07:05.548 [: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=38299, Token=00B82CB226555E16, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38299, Token=00B82CB226555E16, 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!
08:07:05.549 [: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
08:07:05.549 [: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"
08:07:05.549 [: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
08:07:05.549 [: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-38300], CON-POST   MID=38300, 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
08:07:05.549 [: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-78DC2B75646DD5BA], CON-POST   MID=38300, Token=78DC2B75646DD5BA, 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
08:07:05.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-38300], KeyToken[127.0.0.1:8205-78DC2B75646DD5BA]]
08:07:05.549 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
08:07:05.549 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,309,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38300, Token=78DC2B75646DD5BA, 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]
08:07:05.549 [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
08:07:05.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38300]
08:07:05.549 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1310, 127.0.0.1:8202] replace CON-POST   MID=38300, Token=78DC2B75646DD5BA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38300, Token=78DC2B75646DD5BA, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1310, 127.0.0.1:8202] send response NON-2.05   MID=38300, Token=null, OptionSet={}, "server responds hi"
08:07:05.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1310, 127.0.0.1:8202, complete]!
08:07:05.550 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1310, 127.0.0.1:8202, complete] completed NON-2.04   MID=38300, Token=78DC2B75646DD5BA, 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!
08:07:05.550 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.550 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,310,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38300, Token=78DC2B75646DD5BA, 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]
08:07:05.550 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38300]
08:07:05.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.550 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1309, 127.0.0.1:8205, complete]!
08:07:05.550 [: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-78DC2B75646DD5BA]
08:07:05.550 [: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-38300]
08:07:05.550 [: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=38300, Token=78DC2B75646DD5BA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38300, Token=78DC2B75646DD5BA, 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!
08:07:05.551 [: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
08:07:05.551 [: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"
08:07:05.551 [: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
08:07:05.551 [: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-38301], CON-POST   MID=38301, 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
08:07:05.551 [: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-503B584E17A6D982], CON-POST   MID=38301, Token=503B584E17A6D982, 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
08:07:05.551 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38301], KeyToken[127.0.0.1:8205-503B584E17A6D982]]
08:07:05.551 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
08:07:05.551 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,311,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38301, Token=503B584E17A6D982, 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]
08:07:05.551 [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
08:07:05.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38301]
08:07:05.551 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1312, 127.0.0.1:8202] replace CON-POST   MID=38301, Token=503B584E17A6D982, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38301, Token=503B584E17A6D982, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1312, 127.0.0.1:8202] send response NON-2.05   MID=38301, Token=null, OptionSet={}, "server responds hi"
08:07:05.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1312, 127.0.0.1:8202, complete]!
08:07:05.552 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1312, 127.0.0.1:8202, complete] completed NON-2.04   MID=38301, Token=503B584E17A6D982, 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!
08:07:05.552 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.552 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,312,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38301, Token=503B584E17A6D982, 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]
08:07:05.552 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38301]
08:07:05.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.552 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1311, 127.0.0.1:8205, complete]!
08:07:05.552 [: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-503B584E17A6D982]
08:07:05.552 [: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-38301]
08:07:05.552 [: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=38301, Token=503B584E17A6D982, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38301, Token=503B584E17A6D982, 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!
08:07:05.553 [: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
08:07:05.553 [: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"
08:07:05.553 [: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
08:07:05.553 [: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-38302], CON-POST   MID=38302, 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
08:07:05.553 [: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-0029759E5C93D083], CON-POST   MID=38302, Token=0029759E5C93D083, 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
08:07:05.553 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38302], KeyToken[127.0.0.1:8205-0029759E5C93D083]]
08:07:05.553 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
08:07:05.553 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,313,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38302, Token=0029759E5C93D083, 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]
08:07:05.554 [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
08:07:05.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38302]
08:07:05.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1314, 127.0.0.1:8202] replace CON-POST   MID=38302, Token=0029759E5C93D083, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38302, Token=0029759E5C93D083, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1314, 127.0.0.1:8202] send response NON-2.05   MID=38302, Token=null, OptionSet={}, "server responds hi"
08:07:05.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1314, 127.0.0.1:8202, complete]!
08:07:05.554 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1314, 127.0.0.1:8202, complete] completed NON-2.04   MID=38302, Token=0029759E5C93D083, 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!
08:07:05.554 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.554 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,314,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38302, Token=0029759E5C93D083, 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]
08:07:05.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
08:07:05.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-38302]
08:07:05.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1313, 127.0.0.1:8205, complete]!
08:07:05.555 [: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-0029759E5C93D083]
08:07:05.555 [: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-38302]
08:07:05.555 [: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=38302, Token=0029759E5C93D083, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38302, Token=0029759E5C93D083, 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!
08:07:05.555 [: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
08:07:05.555 [: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"
08:07:05.555 [: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
08:07:05.555 [: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-38303], CON-POST   MID=38303, 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
08:07:05.555 [: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-5C23A9EACFE83ED7], CON-POST   MID=38303, Token=5C23A9EACFE83ED7, 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
08:07:05.555 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38303], KeyToken[127.0.0.1:8205-5C23A9EACFE83ED7]]
08:07:05.556 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
08:07:05.556 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,315,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38303, Token=5C23A9EACFE83ED7, 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]
08:07:05.556 [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
08:07:05.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38303]
08:07:05.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1316, 127.0.0.1:8202] replace CON-POST   MID=38303, Token=5C23A9EACFE83ED7, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38303, Token=5C23A9EACFE83ED7, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1316, 127.0.0.1:8202] send response NON-2.05   MID=38303, Token=null, OptionSet={}, "server responds hi"
08:07:05.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1316, 127.0.0.1:8202, complete]!
08:07:05.556 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1316, 127.0.0.1:8202, complete] completed NON-2.04   MID=38303, Token=5C23A9EACFE83ED7, 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!
08:07:05.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
08:07:05.557 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,316,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38303, Token=5C23A9EACFE83ED7, 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]
08:07:05.557 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38303]
08:07:05.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.557 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1315, 127.0.0.1:8205, complete]!
08:07:05.557 [: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-5C23A9EACFE83ED7]
08:07:05.557 [: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-38303]
08:07:05.557 [: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=38303, Token=5C23A9EACFE83ED7, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38303, Token=5C23A9EACFE83ED7, 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!
08:07:05.557 [: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
08:07:05.557 [: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"
08:07:05.557 [: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
08:07:05.557 [: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-38304], CON-POST   MID=38304, 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
08:07:05.557 [: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-0CA237B6D8092A45], CON-POST   MID=38304, Token=0CA237B6D8092A45, 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
08:07:05.558 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38304], KeyToken[127.0.0.1:8205-0CA237B6D8092A45]]
08:07:05.558 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
08:07:05.558 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,317,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38304, Token=0CA237B6D8092A45, 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]
08:07:05.558 [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
08:07:05.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38304]
08:07:05.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1318, 127.0.0.1:8202] replace CON-POST   MID=38304, Token=0CA237B6D8092A45, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38304, Token=0CA237B6D8092A45, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1318, 127.0.0.1:8202] send response NON-2.05   MID=38304, Token=null, OptionSet={}, "server responds hi"
08:07:05.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1318, 127.0.0.1:8202, complete]!
08:07:05.558 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1318, 127.0.0.1:8202, complete] completed NON-2.04   MID=38304, Token=0CA237B6D8092A45, 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!
08:07:05.559 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.559 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,318,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38304, Token=0CA237B6D8092A45, 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]
08:07:05.559 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38304]
08:07:05.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.559 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1317, 127.0.0.1:8205, complete]!
08:07:05.559 [: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-0CA237B6D8092A45]
08:07:05.559 [: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-38304]
08:07:05.559 [: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=38304, Token=0CA237B6D8092A45, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38304, Token=0CA237B6D8092A45, 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!
08:07:05.559 [: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
08:07:05.559 [: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"
08:07:05.559 [: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
08:07:05.560 [: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-38305], CON-POST   MID=38305, 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
08:07:05.560 [: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-F8FB6CE9D14BF46F], CON-POST   MID=38305, Token=F8FB6CE9D14BF46F, 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
08:07:05.560 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38305], KeyToken[127.0.0.1:8205-F8FB6CE9D14BF46F]]
08:07:05.560 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
08:07:05.560 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,319,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38305, Token=F8FB6CE9D14BF46F, 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]
08:07:05.560 [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
08:07:05.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38305]
08:07:05.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1320, 127.0.0.1:8202] replace CON-POST   MID=38305, Token=F8FB6CE9D14BF46F, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38305, Token=F8FB6CE9D14BF46F, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1320, 127.0.0.1:8202] send response NON-2.05   MID=38305, Token=null, OptionSet={}, "server responds hi"
08:07:05.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1320, 127.0.0.1:8202, complete]!
08:07:05.560 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1320, 127.0.0.1:8202, complete] completed NON-2.04   MID=38305, Token=F8FB6CE9D14BF46F, 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!
08:07:05.561 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.561 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,320,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38305, Token=F8FB6CE9D14BF46F, 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]
08:07:05.561 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38305]
08:07:05.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.561 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1319, 127.0.0.1:8205, complete]!
08:07:05.561 [: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-F8FB6CE9D14BF46F]
08:07:05.561 [: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-38305]
08:07:05.561 [: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=38305, Token=F8FB6CE9D14BF46F, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38305, Token=F8FB6CE9D14BF46F, 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!
08:07:05.561 [: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
08:07:05.561 [: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"
08:07:05.562 [: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
08:07:05.562 [: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-38306], CON-POST   MID=38306, 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
08:07:05.562 [: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-D8F1FB4E56340160], CON-POST   MID=38306, Token=D8F1FB4E56340160, 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
08:07:05.562 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38306], KeyToken[127.0.0.1:8205-D8F1FB4E56340160]]
08:07:05.562 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
08:07:05.562 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,321,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38306, Token=D8F1FB4E56340160, 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]
08:07:05.562 [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
08:07:05.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38306]
08:07:05.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1322, 127.0.0.1:8202] replace CON-POST   MID=38306, Token=D8F1FB4E56340160, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38306, Token=D8F1FB4E56340160, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.562 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1322, 127.0.0.1:8202] send response NON-2.05   MID=38306, Token=null, OptionSet={}, "server responds hi"
08:07:05.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1322, 127.0.0.1:8202, complete]!
08:07:05.563 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1322, 127.0.0.1:8202, complete] completed NON-2.04   MID=38306, Token=D8F1FB4E56340160, 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!
08:07:05.563 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.563 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,322,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38306, Token=D8F1FB4E56340160, 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]
08:07:05.563 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38306]
08:07:05.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.563 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1321, 127.0.0.1:8205, complete]!
08:07:05.563 [: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-D8F1FB4E56340160]
08:07:05.563 [: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-38306]
08:07:05.563 [: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=38306, Token=D8F1FB4E56340160, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38306, Token=D8F1FB4E56340160, 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!
08:07:05.563 [: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
08:07:05.564 [: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"
08:07:05.564 [: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
08:07:05.564 [: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-38307], CON-POST   MID=38307, 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
08:07:05.564 [: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-38B0E0C67FDDE2CD], CON-POST   MID=38307, Token=38B0E0C67FDDE2CD, 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
08:07:05.564 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38307], KeyToken[127.0.0.1:8205-38B0E0C67FDDE2CD]]
08:07:05.564 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
08:07:05.564 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,323,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38307, Token=38B0E0C67FDDE2CD, 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]
08:07:05.564 [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
08:07:05.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38307]
08:07:05.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.564 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1324, 127.0.0.1:8202] replace CON-POST   MID=38307, Token=38B0E0C67FDDE2CD, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38307, Token=38B0E0C67FDDE2CD, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1324, 127.0.0.1:8202] send response NON-2.05   MID=38307, Token=null, OptionSet={}, "server responds hi"
08:07:05.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1324, 127.0.0.1:8202, complete]!
08:07:05.565 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1324, 127.0.0.1:8202, complete] completed NON-2.04   MID=38307, Token=38B0E0C67FDDE2CD, 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!
08:07:05.565 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.565 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,324,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38307, Token=38B0E0C67FDDE2CD, 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]
08:07:05.565 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38307]
08:07:05.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.565 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1323, 127.0.0.1:8205, complete]!
08:07:05.565 [: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-38B0E0C67FDDE2CD]
08:07:05.565 [: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-38307]
08:07:05.565 [: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=38307, Token=38B0E0C67FDDE2CD, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38307, Token=38B0E0C67FDDE2CD, 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!
08:07:05.566 [: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
08:07:05.566 [: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"
08:07:05.566 [: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
08:07:05.566 [: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-38308], CON-POST   MID=38308, 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
08:07:05.566 [: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-283225EE35E4443A], CON-POST   MID=38308, Token=283225EE35E4443A, 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
08:07:05.566 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38308], KeyToken[127.0.0.1:8205-283225EE35E4443A]]
08:07:05.566 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
08:07:05.566 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,325,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38308, Token=283225EE35E4443A, 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]
08:07:05.566 [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
08:07:05.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38308]
08:07:05.566 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1326, 127.0.0.1:8202] replace CON-POST   MID=38308, Token=283225EE35E4443A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38308, Token=283225EE35E4443A, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1326, 127.0.0.1:8202] send response NON-2.05   MID=38308, Token=null, OptionSet={}, "server responds hi"
08:07:05.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1326, 127.0.0.1:8202, complete]!
08:07:05.567 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1326, 127.0.0.1:8202, complete] completed NON-2.04   MID=38308, Token=283225EE35E4443A, 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!
08:07:05.567 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.567 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,326,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38308, Token=283225EE35E4443A, 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]
08:07:05.567 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38308]
08:07:05.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.567 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1325, 127.0.0.1:8205, complete]!
08:07:05.568 [: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-283225EE35E4443A]
08:07:05.568 [: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-38308]
08:07:05.568 [: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=38308, Token=283225EE35E4443A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38308, Token=283225EE35E4443A, 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!
08:07:05.568 [: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
08:07:05.568 [: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"
08:07:05.568 [: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
08:07:05.568 [: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-38309], CON-POST   MID=38309, 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
08:07:05.568 [: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-7C411926DF174B32], CON-POST   MID=38309, Token=7C411926DF174B32, 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
08:07:05.568 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38309], KeyToken[127.0.0.1:8205-7C411926DF174B32]]
08:07:05.568 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
08:07:05.568 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,327,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38309, Token=7C411926DF174B32, 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]
08:07:05.568 [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
08:07:05.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38309]
08:07:05.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1328, 127.0.0.1:8202] replace CON-POST   MID=38309, Token=7C411926DF174B32, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38309, Token=7C411926DF174B32, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1328, 127.0.0.1:8202] send response NON-2.05   MID=38309, Token=null, OptionSet={}, "server responds hi"
08:07:05.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1328, 127.0.0.1:8202, complete]!
08:07:05.569 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1328, 127.0.0.1:8202, complete] completed NON-2.04   MID=38309, Token=7C411926DF174B32, 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!
08:07:05.569 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.569 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,328,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38309, Token=7C411926DF174B32, 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]
08:07:05.569 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.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-38309]
08:07:05.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.570 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1327, 127.0.0.1:8205, complete]!
08:07:05.570 [: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-7C411926DF174B32]
08:07:05.570 [: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-38309]
08:07:05.570 [: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=38309, Token=7C411926DF174B32, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38309, Token=7C411926DF174B32, 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!
08:07:05.594 [: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
08:07:05.594 [: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"
08:07:05.594 [: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
08:07:05.594 [: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-38310], CON-POST   MID=38310, 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
08:07:05.594 [: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-DC08C087772156CC], CON-POST   MID=38310, Token=DC08C087772156CC, 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
08:07:05.594 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38310], KeyToken[127.0.0.1:8205-DC08C087772156CC]]
08:07:05.595 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
08:07:05.595 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,329,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38310, Token=DC08C087772156CC, 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]
08:07:05.595 [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
08:07:05.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38310]
08:07:05.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1330, 127.0.0.1:8202] replace CON-POST   MID=38310, Token=DC08C087772156CC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38310, Token=DC08C087772156CC, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1330, 127.0.0.1:8202] send response NON-2.05   MID=38310, Token=null, OptionSet={}, "server responds hi"
08:07:05.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1330, 127.0.0.1:8202, complete]!
08:07:05.595 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1330, 127.0.0.1:8202, complete] completed NON-2.04   MID=38310, Token=DC08C087772156CC, 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!
08:07:05.595 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.596 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,330,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38310, Token=DC08C087772156CC, 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]
08:07:05.596 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38310]
08:07:05.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.596 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1329, 127.0.0.1:8205, complete]!
08:07:05.596 [: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-DC08C087772156CC]
08:07:05.596 [: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-38310]
08:07:05.596 [: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=38310, Token=DC08C087772156CC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38310, Token=DC08C087772156CC, 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!
08:07:05.596 [: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
08:07:05.596 [: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"
08:07:05.596 [: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
08:07:05.597 [: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-38311], CON-POST   MID=38311, 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
08:07:05.597 [: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-5803B0E34200A367], CON-POST   MID=38311, Token=5803B0E34200A367, 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
08:07:05.597 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38311], KeyToken[127.0.0.1:8205-5803B0E34200A367]]
08:07:05.597 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
08:07:05.597 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,331,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38311, Token=5803B0E34200A367, 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]
08:07:05.597 [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
08:07:05.597 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38311]
08:07:05.597 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.597 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1332, 127.0.0.1:8202] replace CON-POST   MID=38311, Token=5803B0E34200A367, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38311, Token=5803B0E34200A367, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.597 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1332, 127.0.0.1:8202] send response NON-2.05   MID=38311, Token=null, OptionSet={}, "server responds hi"
08:07:05.597 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1332, 127.0.0.1:8202, complete]!
08:07:05.597 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1332, 127.0.0.1:8202, complete] completed NON-2.04   MID=38311, Token=5803B0E34200A367, 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!
08:07:05.598 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.598 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,332,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38311, Token=5803B0E34200A367, 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]
08:07:05.598 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38311]
08:07:05.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.598 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1331, 127.0.0.1:8205, complete]!
08:07:05.598 [: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-5803B0E34200A367]
08:07:05.598 [: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-38311]
08:07:05.598 [: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=38311, Token=5803B0E34200A367, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38311, Token=5803B0E34200A367, 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!
08:07:05.598 [: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
08:07:05.598 [: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"
08:07:05.599 [: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
08:07:05.599 [: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-38312], CON-POST   MID=38312, 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
08:07:05.599 [: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-785C47523676F4EF], CON-POST   MID=38312, Token=785C47523676F4EF, 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
08:07:05.599 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38312], KeyToken[127.0.0.1:8205-785C47523676F4EF]]
08:07:05.599 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
08:07:05.599 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,333,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38312, Token=785C47523676F4EF, 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]
08:07:05.599 [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
08:07:05.599 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38312]
08:07:05.599 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.599 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1334, 127.0.0.1:8202] replace CON-POST   MID=38312, Token=785C47523676F4EF, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38312, Token=785C47523676F4EF, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1334, 127.0.0.1:8202] send response NON-2.05   MID=38312, Token=null, OptionSet={}, "server responds hi"
08:07:05.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1334, 127.0.0.1:8202, complete]!
08:07:05.600 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1334, 127.0.0.1:8202, complete] completed NON-2.04   MID=38312, Token=785C47523676F4EF, 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!
08:07:05.600 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.600 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,334,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38312, Token=785C47523676F4EF, 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]
08:07:05.600 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38312]
08:07:05.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.600 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1333, 127.0.0.1:8205, complete]!
08:07:05.601 [: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-785C47523676F4EF]
08:07:05.601 [: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-38312]
08:07:05.601 [: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=38312, Token=785C47523676F4EF, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38312, Token=785C47523676F4EF, 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!
08:07:05.601 [: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
08:07:05.601 [: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"
08:07:05.601 [: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
08:07:05.601 [: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-38313], CON-POST   MID=38313, 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
08:07:05.601 [: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-ECE94A25A10B6417], CON-POST   MID=38313, Token=ECE94A25A10B6417, 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
08:07:05.601 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38313], KeyToken[127.0.0.1:8205-ECE94A25A10B6417]]
08:07:05.601 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
08:07:05.602 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,335,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38313, Token=ECE94A25A10B6417, 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]
08:07:05.602 [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
08:07:05.602 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38313]
08:07:05.602 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.602 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1336, 127.0.0.1:8202] replace CON-POST   MID=38313, Token=ECE94A25A10B6417, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38313, Token=ECE94A25A10B6417, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.602 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1336, 127.0.0.1:8202] send response NON-2.05   MID=38313, Token=null, OptionSet={}, "server responds hi"
08:07:05.602 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1336, 127.0.0.1:8202, complete]!
08:07:05.602 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1336, 127.0.0.1:8202, complete] completed NON-2.04   MID=38313, Token=ECE94A25A10B6417, 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!
08:07:05.602 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.602 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,336,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38313, Token=ECE94A25A10B6417, 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]
08:07:05.602 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38313]
08:07:05.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1335, 127.0.0.1:8205, complete]!
08:07:05.603 [: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-ECE94A25A10B6417]
08:07:05.603 [: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-38313]
08:07:05.603 [: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=38313, Token=ECE94A25A10B6417, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38313, Token=ECE94A25A10B6417, 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!
08:07:05.603 [: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
08:07:05.603 [: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"
08:07:05.603 [: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
08:07:05.603 [: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-38314], CON-POST   MID=38314, 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
08:07:05.604 [: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-F8ED34243B47FEAC], CON-POST   MID=38314, Token=F8ED34243B47FEAC, 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
08:07:05.604 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38314], KeyToken[127.0.0.1:8205-F8ED34243B47FEAC]]
08:07:05.604 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
08:07:05.604 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,337,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38314, Token=F8ED34243B47FEAC, 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]
08:07:05.604 [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
08:07:05.604 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38314]
08:07:05.604 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.604 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1338, 127.0.0.1:8202] replace CON-POST   MID=38314, Token=F8ED34243B47FEAC, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38314, Token=F8ED34243B47FEAC, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.604 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1338, 127.0.0.1:8202] send response NON-2.05   MID=38314, Token=null, OptionSet={}, "server responds hi"
08:07:05.604 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1338, 127.0.0.1:8202, complete]!
08:07:05.604 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1338, 127.0.0.1:8202, complete] completed NON-2.04   MID=38314, Token=F8ED34243B47FEAC, 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!
08:07:05.605 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.605 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,338,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38314, Token=F8ED34243B47FEAC, 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]
08:07:05.605 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38314]
08:07:05.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1337, 127.0.0.1:8205, complete]!
08:07:05.605 [: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-F8ED34243B47FEAC]
08:07:05.605 [: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-38314]
08:07:05.605 [: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=38314, Token=F8ED34243B47FEAC, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38314, Token=F8ED34243B47FEAC, 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!
08:07:05.605 [: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
08:07:05.605 [: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"
08:07:05.606 [: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
08:07:05.606 [: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-38315], CON-POST   MID=38315, 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
08:07:05.606 [: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-A8AA34D820D263E1], CON-POST   MID=38315, Token=A8AA34D820D263E1, 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
08:07:05.606 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38315], KeyToken[127.0.0.1:8205-A8AA34D820D263E1]]
08:07:05.606 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
08:07:05.606 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,339,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38315, Token=A8AA34D820D263E1, 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]
08:07:05.606 [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
08:07:05.606 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38315]
08:07:05.606 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.606 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1340, 127.0.0.1:8202] replace CON-POST   MID=38315, Token=A8AA34D820D263E1, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38315, Token=A8AA34D820D263E1, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.606 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1340, 127.0.0.1:8202] send response NON-2.05   MID=38315, Token=null, OptionSet={}, "server responds hi"
08:07:05.607 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1340, 127.0.0.1:8202, complete]!
08:07:05.607 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1340, 127.0.0.1:8202, complete] completed NON-2.04   MID=38315, Token=A8AA34D820D263E1, 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!
08:07:05.607 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.607 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,340,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38315, Token=A8AA34D820D263E1, 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]
08:07:05.607 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.607 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38315]
08:07:05.607 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.607 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.607 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1339, 127.0.0.1:8205, complete]!
08:07:05.607 [: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-A8AA34D820D263E1]
08:07:05.607 [: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-38315]
08:07:05.607 [: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=38315, Token=A8AA34D820D263E1, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38315, Token=A8AA34D820D263E1, 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!
08:07:05.608 [: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
08:07:05.608 [: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"
08:07:05.608 [: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
08:07:05.608 [: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-38316], CON-POST   MID=38316, 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
08:07:05.608 [: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-E855A8995696B54D], CON-POST   MID=38316, Token=E855A8995696B54D, 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
08:07:05.608 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38316], KeyToken[127.0.0.1:8205-E855A8995696B54D]]
08:07:05.608 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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
08:07:05.608 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,341,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38316, Token=E855A8995696B54D, 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]
08:07:05.608 [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
08:07:05.609 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38316]
08:07:05.609 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.609 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1342, 127.0.0.1:8202] replace CON-POST   MID=38316, Token=E855A8995696B54D, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38316, Token=E855A8995696B54D, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.609 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1342, 127.0.0.1:8202] send response NON-2.05   MID=38316, Token=null, OptionSet={}, "server responds hi"
08:07:05.609 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1342, 127.0.0.1:8202, complete]!
08:07:05.609 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1342, 127.0.0.1:8202, complete] completed NON-2.04   MID=38316, Token=E855A8995696B54D, 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!
08:07:05.609 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.609 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,342,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38316, Token=E855A8995696B54D, 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]
08:07:05.609 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.609 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38316]
08:07:05.609 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.609 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.610 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1341, 127.0.0.1:8205, complete]!
08:07:05.610 [: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-E855A8995696B54D]
08:07:05.610 [: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-38316]
08:07:05.610 [: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=38316, Token=E855A8995696B54D, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38316, Token=E855A8995696B54D, 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!
08:07:05.610 [: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
08:07:05.610 [: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"
08:07:05.610 [: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
08:07:05.610 [: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-38317], CON-POST   MID=38317, 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
08:07:05.610 [: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-0055032060D3A1C9], CON-POST   MID=38317, Token=0055032060D3A1C9, 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
08:07:05.610 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38317], KeyToken[127.0.0.1:8205-0055032060D3A1C9]]
08:07:05.611 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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
08:07:05.611 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,343,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38317, Token=0055032060D3A1C9, 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]
08:07:05.611 [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
08:07:05.611 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38317]
08:07:05.611 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.611 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1344, 127.0.0.1:8202] replace CON-POST   MID=38317, Token=0055032060D3A1C9, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38317, Token=0055032060D3A1C9, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.611 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1344, 127.0.0.1:8202] send response NON-2.05   MID=38317, Token=null, OptionSet={}, "server responds hi"
08:07:05.611 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1344, 127.0.0.1:8202, complete]!
08:07:05.611 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1344, 127.0.0.1:8202, complete] completed NON-2.04   MID=38317, Token=0055032060D3A1C9, 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!
08:07:05.611 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.611 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,344,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38317, Token=0055032060D3A1C9, 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]
08:07:05.611 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.612 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38317]
08:07:05.612 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.612 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.612 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1343, 127.0.0.1:8205, complete]!
08:07:05.612 [: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-0055032060D3A1C9]
08:07:05.612 [: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-38317]
08:07:05.612 [: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=38317, Token=0055032060D3A1C9, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38317, Token=0055032060D3A1C9, 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!
08:07:05.612 [: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
08:07:05.612 [: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"
08:07:05.612 [: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
08:07:05.612 [: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-38318], CON-POST   MID=38318, 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
08:07:05.612 [: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-10116057CDEFBC75], CON-POST   MID=38318, Token=10116057CDEFBC75, 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
08:07:05.613 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38318], KeyToken[127.0.0.1:8205-10116057CDEFBC75]]
08:07:05.613 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (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
08:07:05.613 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,345,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38318, Token=10116057CDEFBC75, 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]
08:07:05.613 [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
08:07:05.613 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38318]
08:07:05.613 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.613 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1346, 127.0.0.1:8202] replace CON-POST   MID=38318, Token=10116057CDEFBC75, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38318, Token=10116057CDEFBC75, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.613 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1346, 127.0.0.1:8202] send response NON-2.05   MID=38318, Token=null, OptionSet={}, "server responds hi"
08:07:05.613 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1346, 127.0.0.1:8202, complete]!
08:07:05.613 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1346, 127.0.0.1:8202, complete] completed NON-2.04   MID=38318, Token=10116057CDEFBC75, 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!
08:07:05.613 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.614 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,346,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38318, Token=10116057CDEFBC75, 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]
08:07:05.614 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.614 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38318]
08:07:05.614 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.614 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.614 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1345, 127.0.0.1:8205, complete]!
08:07:05.614 [: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-10116057CDEFBC75]
08:07:05.614 [: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-38318]
08:07:05.614 [: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=38318, Token=10116057CDEFBC75, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38318, Token=10116057CDEFBC75, 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!
08:07:05.614 [: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
08:07:05.614 [: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"
08:07:05.614 [: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
08:07:05.614 [: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-38319], CON-POST   MID=38319, 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
08:07:05.615 [: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-0C782F3397D6D384], CON-POST   MID=38319, Token=0C782F3397D6D384, 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
08:07:05.615 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38319], KeyToken[127.0.0.1:8205-0C782F3397D6D384]]
08:07:05.615 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
08:07:05.615 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,347,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38319, Token=0C782F3397D6D384, 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]
08:07:05.615 [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
08:07:05.615 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38319]
08:07:05.615 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.615 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1348, 127.0.0.1:8202] replace CON-POST   MID=38319, Token=0C782F3397D6D384, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38319, Token=0C782F3397D6D384, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.615 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1348, 127.0.0.1:8202] send response NON-2.05   MID=38319, Token=null, OptionSet={}, "server responds hi"
08:07:05.615 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1348, 127.0.0.1:8202, complete]!
08:07:05.615 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1348, 127.0.0.1:8202, complete] completed NON-2.04   MID=38319, Token=0C782F3397D6D384, 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!
08:07:05.615 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.616 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,348,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38319, Token=0C782F3397D6D384, 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]
08:07:05.616 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.616 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38319]
08:07:05.616 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.616 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.616 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1347, 127.0.0.1:8205, complete]!
08:07:05.616 [: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-0C782F3397D6D384]
08:07:05.616 [: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-38319]
08:07:05.616 [: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=38319, Token=0C782F3397D6D384, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38319, Token=0C782F3397D6D384, 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!
08:07:05.616 [: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
08:07:05.616 [: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"
08:07:05.616 [: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
08:07:05.616 [: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-38320], CON-POST   MID=38320, 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
08:07:05.617 [: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-7C352BCB6137F42C], CON-POST   MID=38320, Token=7C352BCB6137F42C, 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
08:07:05.617 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8205-38320], KeyToken[127.0.0.1:8205-7C352BCB6137F42C]]
08:07:05.617 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8205
08:07:05.617 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,349,T74) 127.0.0.1:8,202 ==> :8,205 [CON-POST   MID=38320, Token=7C352BCB6137F42C, 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]
08:07:05.617 [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
08:07:05.617 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-38320]
08:07:05.617 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.617 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1350, 127.0.0.1:8202] replace CON-POST   MID=38320, Token=7C352BCB6137F42C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=38320, Token=7C352BCB6137F42C, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.617 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1350, 127.0.0.1:8202] send response NON-2.05   MID=38320, Token=null, OptionSet={}, "server responds hi"
08:07:05.617 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1350, 127.0.0.1:8202, complete]!
08:07:05.617 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1350, 127.0.0.1:8202, complete] completed NON-2.04   MID=38320, Token=7C352BCB6137F42C, 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!
08:07:05.618 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.618 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,350,T59) 127.0.0.1:8,205 ==> :8,202 [NON-2.04   MID=38320, Token=7C352BCB6137F42C, 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]
08:07:05.618 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8202) received 42 bytes from 127.0.0.1:8205
08:07:05.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8205-38320]
08:07:05.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.618 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1349, 127.0.0.1:8205, complete]!
08:07:05.618 [: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-7C352BCB6137F42C]
08:07:05.618 [: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-38320]
08:07:05.618 [: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=38320, Token=7C352BCB6137F42C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=38320, Token=7C352BCB6137F42C, 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!
08:07:05.618 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:05.618 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8205
08:07:05.618 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8205
08:07:05.618 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8205] stopping ...
08:07:05.618 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8205, address /127.0.0.1
08:07:05.618 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8205] has stopped.
08:07:05.619 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8205
08:07:05.619 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
08:07:05.619 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:05.619 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:05.619 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:05.619 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:05.619 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:05.620 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:05.620 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:05.620 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:05.620 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:05.620 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8206
08:07:05.620 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:05.620 [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
08:07:05.620 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8206
08:07:05.620 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:05.620 [UDP-Sender-localhost/127.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
08:07:05.621 [: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
08:07:05.621 [: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"
08:07:05.621 [: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
08:07:05.621 [: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
08:07:05.621 [: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-446EB3DEAF22D30C], CON-POST   MID=10000, Token=446EB3DEAF22D30C, 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
08:07:05.621 [: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-446EB3DEAF22D30C]]
08:07:05.621 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8206
08:07:05.621 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,351,T79) 127.0.0.1:8,202 ==> :8,206 [CON-POST   MID=10000, Token=446EB3DEAF22D30C, 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]
08:07:05.621 [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
08:07:05.622 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-10000]
08:07:05.622 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.622 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1352, 127.0.0.1:8202] replace CON-POST   MID=10000, Token=446EB3DEAF22D30C, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=10000, Token=446EB3DEAF22D30C, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.622 [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"
08:07:05.622 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1352, 127.0.0.1:8202, complete]!
08:07:05.622 [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=446EB3DEAF22D30C, 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!
08:07:05.622 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.623 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,352,T59) 127.0.0.1:8,206 ==> :8,202 [NON-2.04   MID=10000, Token=446EB3DEAF22D30C, 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]
08:07:05.623 [UDP-Receiver-0.0.0.0/0.0.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
08:07:05.623 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8206-10000]
08:07:05.623 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.623 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.623 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1351, 127.0.0.1:8206, complete]!
08:07:05.623 [: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-446EB3DEAF22D30C]
08:07:05.623 [: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]
08:07:05.623 [: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=446EB3DEAF22D30C, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=10000, Token=446EB3DEAF22D30C, 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
08:07:05.623 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:05.624 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8206
08:07:05.624 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8206
08:07:05.624 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8206] stopping ...
08:07:05.624 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8206, address /127.0.0.1
08:07:05.624 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8206] has stopped.
08:07:05.624 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8206
08:07:05.624 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
08:07:05.624 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:05.624 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:05.624 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:05.624 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:05.625 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:05.625 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:05.625 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:05.625 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:05.625 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:05.625 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8207
08:07:05.625 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:05.625 [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
08:07:05.625 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:05.625 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8207
08:07:05.625 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
client sent request
08:07:05.626 [: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
08:07:05.626 [: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"
08:07:05.626 [: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
08:07:05.626 [: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
08:07:05.626 [: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-A490B831CCB1A6CA], CON-POST   MID=10000, Token=A490B831CCB1A6CA, 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
08:07:05.626 [: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-A490B831CCB1A6CA]]
08:07:05.626 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8207
08:07:05.627 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,353,T84) 127.0.0.1:8,202 ==> :8,207 [CON-POST   MID=10000, Token=A490B831CCB1A6CA, 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]
08:07:05.627 [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
08:07:05.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-10000]
08:07:05.627 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Security context not found
08:07:05.627 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Security context not found
08:07:05.627 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1354, 127.0.0.1:8202, complete]!
08:07:05.627 [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=A490B831CCB1A6CA, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found"!
08:07:05.627 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 41 bytes to 127.0.0.1:8202
08:07:05.627 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,354,T59) 127.0.0.1:8,207 ==> :8,202 [ACK-4.01   MID=10000, Token=A490B831CCB1A6CA, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found"]
08:07:05.627 [UDP-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
08:07:05.627 [: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!
08:07:05.628 [: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=A490B831CCB1A6CA, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found":
08:07:05.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1353, 127.0.0.1:8207, complete]!
08:07:05.628 [: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-A490B831CCB1A6CA]
08:07:05.628 [: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]
08:07:05.628 [: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=A490B831CCB1A6CA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=10000, Token=A490B831CCB1A6CA, 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
08:07:05.628 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:05.628 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8207
08:07:05.628 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8207
08:07:05.628 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8207] stopping ...
08:07:05.628 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8207, address /127.0.0.1
08:07:05.628 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8207] has stopped.
08:07:05.628 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8207
08:07:05.628 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
08:07:05.629 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:05.629 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:05.629 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:05.629 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:05.629 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:05.629 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:05.629 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:05.630 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:05.630 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:05.630 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8208
08:07:05.630 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:05.630 [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
08:07:05.630 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:05.630 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8208
08:07:05.630 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:05.630 [: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
08:07:05.630 [: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"
08:07:05.631 [: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
08:07:05.631 [: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-50132], CON-POST   MID=50132, 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
08:07:05.631 [: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-347F9F4CFA5FB1FE], CON-POST   MID=50132, Token=347F9F4CFA5FB1FE, 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
08:07:05.631 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8208-50132], KeyToken[127.0.0.1:8208-347F9F4CFA5FB1FE]]
08:07:05.631 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8208
08:07:05.631 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,355,T89) 127.0.0.1:8,202 ==> :8,208 [CON-POST   MID=50132, Token=347F9F4CFA5FB1FE, 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]
08:07:05.631 [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
08:07:05.631 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-50132]
08:07:05.631 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.632 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1356, 127.0.0.1:8202] replace CON-POST   MID=50132, Token=347F9F4CFA5FB1FE, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=50132, Token=347F9F4CFA5FB1FE, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.632 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1356, 127.0.0.1:8202] send response NON-2.05   MID=50132, Token=null, OptionSet={}, "server responds hi"
08:07:05.632 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1356, 127.0.0.1:8202, complete]!
08:07:05.632 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1356, 127.0.0.1:8202, complete] completed NON-2.04   MID=50132, Token=347F9F4CFA5FB1FE, 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!
08:07:05.633 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.633 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,356,T59) 127.0.0.1:8,208 ==> :8,202 [NON-2.04   MID=50132, Token=347F9F4CFA5FB1FE, 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]
08:07:05.633 [UDP-Receiver-0.0.0.0/0.0.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
08:07:05.633 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8208-50132]
08:07:05.633 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.633 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.633 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1355, 127.0.0.1:8208, complete]!
08:07:05.633 [: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-347F9F4CFA5FB1FE]
08:07:05.633 [: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-50132]
08:07:05.633 [: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=50132, Token=347F9F4CFA5FB1FE, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=50132, Token=347F9F4CFA5FB1FE, 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!
08:07:05.633 [: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
08:07:05.633 [: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"
08:07:05.634 [: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
08:07:05.634 [: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-50133], CON-POST   MID=50133, 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
08:07:05.634 [: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-C4AC0F1EF38CE6FA], CON-POST   MID=50133, Token=C4AC0F1EF38CE6FA, 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
08:07:05.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8208-50133], KeyToken[127.0.0.1:8208-C4AC0F1EF38CE6FA]]
08:07:05.634 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8208
08:07:05.634 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,357,T89) 127.0.0.1:8,202 ==> :8,208 [CON-POST   MID=50133, Token=C4AC0F1EF38CE6FA, 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]
08:07:05.634 [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
08:07:05.634 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-50133]
08:07:05.634 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.634 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1358, 127.0.0.1:8202] replace CON-POST   MID=50133, Token=C4AC0F1EF38CE6FA, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=50133, Token=C4AC0F1EF38CE6FA, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.635 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1358, 127.0.0.1:8202] send response NON-2.05   MID=50133, Token=null, OptionSet={}, "server responds hi"
08:07:05.635 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1358, 127.0.0.1:8202, complete]!
08:07:05.635 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1358, 127.0.0.1:8202, complete] completed NON-2.04   MID=50133, Token=C4AC0F1EF38CE6FA, 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!
08:07:05.635 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.635 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,358,T59) 127.0.0.1:8,208 ==> :8,202 [NON-2.04   MID=50133, Token=C4AC0F1EF38CE6FA, 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]
08:07:05.635 [UDP-Receiver-0.0.0.0/0.0.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
08:07:05.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8208-50133]
08:07:05.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1357, 127.0.0.1:8208, complete]!
08:07:05.635 [: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-C4AC0F1EF38CE6FA]
08:07:05.635 [: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-50133]
08:07:05.635 [: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=50133, Token=C4AC0F1EF38CE6FA, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=50133, Token=C4AC0F1EF38CE6FA, 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!
08:07:05.636 [: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
08:07:05.636 [: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"
08:07:05.636 [: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
08:07:05.636 [: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-50134], CON-POST   MID=50134, 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
08:07:05.636 [: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-A816F120D26F8E20], CON-POST   MID=50134, Token=A816F120D26F8E20, 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
08:07:05.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8208-50134], KeyToken[127.0.0.1:8208-A816F120D26F8E20]]
08:07:05.636 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8208
08:07:05.636 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,359,T89) 127.0.0.1:8,202 ==> :8,208 [CON-POST   MID=50134, Token=A816F120D26F8E20, 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]
08:07:05.636 [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
08:07:05.636 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-50134]
08:07:05.636 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.636 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.OSCoreCtx - Replayed message detected
08:07:05.636 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.RequestDecryptor - Replay detected
08:07:05.636 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Replay detected
08:07:05.637 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1360, 127.0.0.1:8202, complete]!
08:07:05.637 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1360, 127.0.0.1:8202, complete] completed ACK-4.01   MID=50134, Token=A816F120D26F8E20, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"!
08:07:05.637 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 30 bytes to 127.0.0.1:8202
08:07:05.637 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,360,T59) 127.0.0.1:8,208 ==> :8,202 [ACK-4.01   MID=50134, Token=A816F120D26F8E20, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected"]
08:07:05.637 [UDP-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
08:07:05.637 [: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!
08:07:05.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error ACK-4.01   MID=50134, Token=A816F120D26F8E20, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Replay detected":
08:07:05.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1359, 127.0.0.1:8208, complete]!
08:07:05.637 [: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-A816F120D26F8E20]
08:07:05.637 [: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-50134]
08:07:05.637 [: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=50134, Token=A816F120D26F8E20, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=50134, Token=A816F120D26F8E20, 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!
08:07:05.637 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:05.638 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8208
08:07:05.638 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8208
08:07:05.638 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8208] stopping ...
08:07:05.638 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8208, address /127.0.0.1
08:07:05.638 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8208] has stopped.
08:07:05.638 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8208
08:07:05.638 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest

Start OSCoreServerClientTest
08:07:05.639 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:05.639 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:05.639 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:05.639 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:05.639 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:05.640 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:05.640 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:05.640 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:05.640 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:05.640 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8209
08:07:05.640 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:05.640 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:05.640 [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
08:07:05.640 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8209
08:07:05.640 [UDP-Sender-localhost/127.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
08:07:05.641 [: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
08:07:05.641 [: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"
08:07:05.641 [: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
08:07:05.641 [: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
08:07:05.641 [: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-90ED83ADF7A8F953], CON-POST   MID=10000, Token=90ED83ADF7A8F953, 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
08:07:05.642 [: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-90ED83ADF7A8F953]]
08:07:05.642 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8209
08:07:05.642 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,361,T94) 127.0.0.1:8,202 ==> :8,209 [CON-POST   MID=10000, Token=90ED83ADF7A8F953, 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]
08:07:05.642 [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
08:07:05.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-10000]
08:07:05.642 [CoapServer(main)#1] ERROR org.eclipse.californium.oscore.ObjectSecurityLayer - Error while receiving OSCore request: Security context not found (resend with ID Context)
08:07:05.642 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1362, 127.0.0.1:8202, complete]!
08:07:05.642 [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=90ED83ADF7A8F953, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes!
08:07:05.642 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 66 bytes to 127.0.0.1:8202
08:07:05.642 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,362,T59) 127.0.0.1:8,209 ==> :8,202 [ACK-4.01   MID=10000, Token=90ED83ADF7A8F953, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes]
08:07:05.642 [UDP-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
08:07:05.643 [: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!
08:07:05.643 [: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=90ED83ADF7A8F953, OptionSet={"Content-Format":"text/plain", "Max-Age":0}, "Security context not found (rese".. 51 bytes:
08:07:05.643 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1361, 127.0.0.1:8209, complete]!
08:07:05.643 [: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-90ED83ADF7A8F953]
08:07:05.643 [: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]
08:07:05.643 [: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=90ED83ADF7A8F953, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=10000, Token=90ED83ADF7A8F953, 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
08:07:05.643 [: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
08:07:05.643 [: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"
08:07:05.643 [: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
08:07:05.643 [: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
08:07:05.643 [: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-F0A833005A0BB13A], CON-POST   MID=10001, Token=F0A833005A0BB13A, 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
08:07:05.644 [: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-F0A833005A0BB13A]]
08:07:05.644 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8209
08:07:05.644 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,363,T94) 127.0.0.1:8,202 ==> :8,209 [CON-POST   MID=10001, Token=F0A833005A0BB13A, 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]
08:07:05.644 [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
08:07:05.644 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8202-10001]
08:07:05.644 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.644 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1364, 127.0.0.1:8202] replace CON-POST   MID=10001, Token=F0A833005A0BB13A, OptionSet={"Object-Security":0x}, "client says hi" by CON-POST   MID=10001, Token=F0A833005A0BB13A, OptionSet={"Object-Security":0x}, "client says hi"
08:07:05.644 [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"
08:07:05.645 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1364, 127.0.0.1:8202, complete]!
08:07:05.645 [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=F0A833005A0BB13A, 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!
08:07:05.645 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8202
08:07:05.645 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,364,T59) 127.0.0.1:8,209 ==> :8,202 [NON-2.04   MID=10001, Token=F0A833005A0BB13A, 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]
08:07:05.645 [UDP-Receiver-0.0.0.0/0.0.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
08:07:05.645 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8209-10001]
08:07:05.645 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.645 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.645 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1363, 127.0.0.1:8209, complete]!
08:07:05.645 [: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-F0A833005A0BB13A]
08:07:05.645 [: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]
08:07:05.645 [: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=F0A833005A0BB13A, OptionSet={"Object-Security":0x}, "client says hi" -/- CON-POST   MID=10001, Token=F0A833005A0BB13A, 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
08:07:05.646 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:05.646 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8209
08:07:05.646 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8209
08:07:05.646 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8209] stopping ...
08:07:05.646 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8209, address /127.0.0.1
08:07:05.646 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8209] has stopped.
08:07:05.646 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8209
08:07:05.646 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End OSCoreServerClientTest
08:07:05.646 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
08:07:05.646 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8202
08:07:05.646 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8202
08:07:05.646 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8202] stopping ...
08:07:05.647 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8202, address /0.0.0.0
08:07:05.647 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8202] has stopped.
08:07:05.647 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8202
08:07:05.647 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.414 s - in org.eclipse.californium.oscore.OSCoreServerClientTest
[INFO] Running org.eclipse.californium.oscore.EndpointContextInfoTest

Start EndpointContextInfoTest
08:07:05.648 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:05.648 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:05.648 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:05.648 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:05.649 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:05.649 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:05.649 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:05.649 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:05.649 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:05.649 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8210
08:07:05.649 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:05.649 [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
08:07:05.649 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:05.650 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8210
08:07:05.650 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:05.651 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:05.651 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:05.651 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:05.651 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:05.651 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:05.651 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:05.651 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:05.651 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:05.651 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:05.651 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8211
08:07:05.651 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:05.651 [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
08:07:05.651 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8211
08:07:05.651 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8211 for coap
08:07:05.651 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
client sent request
08:07:05.651 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:05.652 [: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
08:07:05.652 [: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>
08:07:05.652 [: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
08:07:05.652 [: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-56603], CON-POST   MID=56603, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79
08:07:05.652 [: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-8401676055199FDF], CON-POST   MID=56603, Token=8401676055199FDF, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79
08:07:05.652 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8210-56603], KeyToken[127.0.0.1:8210-8401676055199FDF]]
Client: Request endpoint context type: class org.eclipse.californium.elements.MapBasedEndpointContext
08:07:05.653 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8210
08:07:05.653 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,365,T99) 127.0.0.1:8,211 ==> :8,210 [CON-POST   MID=56603, Token=8401676055199FDF, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79]
08:07:05.653 [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
08:07:05.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8211-56603]
08:07:05.653 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1366, 127.0.0.1:8211] replace CON-POST   MID=56603, Token=8401676055199FDF, OptionSet={"Object-Security":0x77665544}, <empty data> by CON-GET    MID=56603, Token=8401676055199FDF, OptionSet={"Object-Security":0x}, <empty data>
server received request
Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext
08:07:05.654 [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"
08:07:05.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1366, 127.0.0.1:8211, complete]!
08:07:05.654 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1366, 127.0.0.1:8211, complete] completed ACK-2.04   MID=56603, Token=8401676055199FDF, 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
08:07:05.654 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8211
08:07:05.655 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,366,T102) 127.0.0.1:8,210 ==> :8,211 [ACK-2.04   MID=56603, Token=8401676055199FDF, 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]
08:07:05.655 [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
08:07:05.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1365, 127.0.0.1:8210, complete]!
08:07:05.655 [: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-8401676055199FDF]
08:07:05.655 [: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-56603]
08:07:05.655 [: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=56603, Token=8401676055199FDF, OptionSet={"Object-Security":0x}, <empty data> -/- CON-POST   MID=56603, Token=8401676055199FDF, OptionSet={"Object-Security":0x090077665544}, acked 47 95 96 04 DA CD 5C DF 79!
client received response
08:07:05.655 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:05.656 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8210
08:07:05.656 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8210
08:07:05.656 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8210] stopping ...
08:07:05.656 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8210, address /127.0.0.1
08:07:05.656 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8210] has stopped.
08:07:05.656 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8210
08:07:05.656 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End EndpointContextInfoTest

Start EndpointContextInfoTest
08:07:05.656 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:05.656 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:05.657 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:05.657 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:05.657 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:05.657 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:05.657 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:05.657 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:05.657 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:05.657 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8212
08:07:05.657 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:05.657 [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
08:07:05.657 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8212
08:07:05.657 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:05.657 [UDP-Sender-localhost/127.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
08:07:05.658 [: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
08:07:05.658 [: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>
08:07:05.658 [: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
08:07:05.659 [: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-45124], CON-POST   MID=45124, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79
08:07:05.659 [: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-EC7C6F9F1FDD3245], CON-POST   MID=45124, Token=EC7C6F9F1FDD3245, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79
08:07:05.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-45124], KeyToken[127.0.0.1:8212-EC7C6F9F1FDD3245]]
08:07:05.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 29 bytes to 127.0.0.1:8212
08:07:05.659 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,367,T107) 127.0.0.1:8,211 ==> :8,212 [CON-POST   MID=45124, Token=EC7C6F9F1FDD3245, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79]
08:07:05.659 [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
08:07:05.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8211-45124]
08:07:05.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.659 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1368, 127.0.0.1:8211] replace CON-POST   MID=45124, Token=EC7C6F9F1FDD3245, OptionSet={"Object-Security":0x77665544}, <empty data> by CON-GET    MID=45124, Token=EC7C6F9F1FDD3245, OptionSet={"Object-Security":0x}, <empty data>
server received request
Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext
08:07:05.660 [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"
08:07:05.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1368, 127.0.0.1:8211, complete]!
08:07:05.660 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1368, 127.0.0.1:8211, complete] completed ACK-2.04   MID=45124, Token=EC7C6F9F1FDD3245, 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
08:07:05.660 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8211
08:07:05.660 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,368,T102) 127.0.0.1:8,212 ==> :8,211 [ACK-2.04   MID=45124, Token=EC7C6F9F1FDD3245, 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]
08:07:05.660 [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
08:07:05.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.661 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1367, 127.0.0.1:8212, complete]!
08:07:05.661 [: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-EC7C6F9F1FDD3245]
08:07:05.661 [: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-45124]
08:07:05.661 [: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=45124, Token=EC7C6F9F1FDD3245, OptionSet={"Object-Security":0x}, <empty data> -/- CON-POST   MID=45124, Token=EC7C6F9F1FDD3245, 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
08:07:05.661 [: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
08:07:05.661 [: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>
08:07:05.662 [: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
08:07:05.662 [: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-45125], CON-POST   MID=45125, Token=null, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24
08:07:05.662 [: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-DCC5C38840D65784], CON-POST   MID=45125, Token=DCC5C38840D65784, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24
08:07:05.662 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8212-45125], KeyToken[127.0.0.1:8212-DCC5C38840D65784]]
08:07:05.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 29 bytes to 127.0.0.1:8212
08:07:05.662 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,369,T107) 127.0.0.1:8,211 ==> :8,212 [CON-POST   MID=45125, Token=DCC5C38840D65784, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24]
08:07:05.662 [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
08:07:05.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8211-45125]
08:07:05.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1370, 127.0.0.1:8211] replace CON-POST   MID=45125, Token=DCC5C38840D65784, OptionSet={"Object-Security":0x77665544}, <empty data> by CON-GET    MID=45125, Token=DCC5C38840D65784, OptionSet={"Object-Security":0x}, <empty data>
server received request
Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext
08:07:05.663 [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"
08:07:05.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1370, 127.0.0.1:8211, complete]!
08:07:05.663 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1370, 127.0.0.1:8211, complete] completed ACK-2.04   MID=45125, Token=DCC5C38840D65784, 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
08:07:05.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:8211
08:07:05.663 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,370,T102) 127.0.0.1:8,212 ==> :8,211 [ACK-2.04   MID=45125, Token=DCC5C38840D65784, 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]
08:07:05.664 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8211) received 42 bytes from 127.0.0.1:8212
08:07:05.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.664 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1369, 127.0.0.1:8212, complete]!
08:07:05.664 [: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-DCC5C38840D65784]
08:07:05.664 [: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-45125]
08:07:05.664 [: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=45125, Token=DCC5C38840D65784, OptionSet={"Object-Security":0x}, <empty data> -/- CON-POST   MID=45125, Token=DCC5C38840D65784, OptionSet={"Object-Security":0x090177665544}, acked 37 88 6D 3B 6C 12 FF 8C 24!
client received response
08:07:05.664 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:05.665 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8212
08:07:05.665 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8212
08:07:05.665 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8212] stopping ...
08:07:05.665 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8212, address /127.0.0.1
08:07:05.694 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8212] has stopped.
08:07:05.694 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8212
08:07:05.694 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End EndpointContextInfoTest
08:07:05.694 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
08:07:05.694 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8211
08:07:05.694 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8211
08:07:05.694 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8211] stopping ...
08:07:05.694 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8211, address /0.0.0.0
08:07:05.694 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8211] has stopped.
08:07:05.694 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8211
08:07:05.694 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.californium.oscore.EndpointContextInfoTest
[INFO] Running org.eclipse.californium.oscore.OSCoreInnerBlockwiseTest
08:07:05.698 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePost
08:07:05.699 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:05.699 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:05.699 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:05.700 [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
08:07:05.700 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:05.700 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:05.700 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:05.700 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:05.700 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:05.700 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8213
08:07:05.700 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:05.700 [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
08:07:05.700 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8213
08:07:05.700 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:05.700 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:05.701 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:05.701 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:05.701 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:05.701 [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
08:07:05.701 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:05.701 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:05.701 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:05.701 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:05.701 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:05.701 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8214
08:07:05.701 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:05.701 [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
08:07:05.701 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8214
08:07:05.701 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:05.702 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:05.705 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [256/64] requires blockwise transfer
08:07:05.707 [: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
08:07:05.707 [: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
08:07:05.708 [: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
08:07:05.708 [: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
08:07:05.709 [: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
08:07:05.709 [: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-4604], CON-POST   MID= 4604, 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
08:07:05.709 [: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-3851F460602B6F84], CON-POST   MID= 4604, Token=3851F460602B6F84, 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
08:07:05.709 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-4604], KeyToken[127.0.0.1:8213-3851F460602B6F84]]
08:07:05.710 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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
08:07:05.710 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,371,T112) 127.0.0.1:8,214 ==> :8,213 [CON-POST   MID= 4604, Token=3851F460602B6F84, 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]
08:07:05.710 [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
08:07:05.710 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-4604]
08:07:05.710 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.711 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1372, 127.0.0.1:8214] replace CON-POST   MID= 4604, Token=3851F460602B6F84, 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= 4604, Token=3851F460602B6F84, 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
08:07:05.711 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=0)
08:07:05.711 [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
08:07:05.711 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come
08:07:05.711 [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>
08:07:05.712 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1372, 127.0.0.1:8214, complete]!
08:07:05.712 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1372, 127.0.0.1:8214, complete] completed ACK-2.04   MID= 4604, Token=3851F460602B6F84, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03!
08:07:05.712 [UDP-Sender-localhost/127.0.0.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
08:07:05.712 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,372,T115) 127.0.0.1:8,213 ==> :8,214 [ACK-2.04   MID= 4604, Token=3851F460602B6F84, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03]
08:07:05.712 [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
08:07:05.712 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.712 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.713 [: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)
08:07:05.714 [: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
08:07:05.714 [: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= 4604, Token=3851F460602B6F84, 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
08:07:05.714 [: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
08:07:05.714 [: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
08:07:05.714 [: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
08:07:05.715 [: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-4605], CON-POST   MID= 4605, 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
08:07:05.715 [: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-4604]
08:07:05.715 [: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-D080E7AE78D6057A], CON-POST   MID= 4605, Token=D080E7AE78D6057A, 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
08:07:05.715 [: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-3851F460602B6F84]
08:07:05.715 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-4605], KeyToken[127.0.0.1:8213-D080E7AE78D6057A]]
08:07:05.715 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8213
08:07:05.715 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,373,T112) 127.0.0.1:8,214 ==> :8,213 [CON-POST   MID= 4605, Token=D080E7AE78D6057A, 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]
08:07:05.715 [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
08:07:05.716 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-4605]
08:07:05.716 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.716 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1373, 127.0.0.1:8214] replace CON-POST   MID= 4605, Token=D080E7AE78D6057A, 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= 4605, Token=D080E7AE78D6057A, 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
08:07:05.716 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=1)
08:07:05.716 [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= 4605, Token=D080E7AE78D6057A, 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
08:07:05.716 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come
08:07:05.716 [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>
08:07:05.717 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1373, 127.0.0.1:8214, complete]!
08:07:05.717 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1373, 127.0.0.1:8214, complete] completed ACK-2.04   MID= 4605, Token=D080E7AE78D6057A, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C!
08:07:05.717 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8214
08:07:05.717 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,374,T115) 127.0.0.1:8,213 ==> :8,214 [ACK-2.04   MID= 4605, Token=D080E7AE78D6057A, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C]
08:07:05.717 [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
08:07:05.717 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.717 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.718 [: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)
08:07:05.718 [: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
08:07:05.718 [: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= 4605, Token=D080E7AE78D6057A, 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
08:07:05.718 [: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
08:07:05.718 [: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
08:07:05.719 [: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
08:07:05.719 [: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-4606], CON-POST   MID= 4606, 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
08:07:05.719 [: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-4605]
08:07:05.719 [: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-48FBE6AD632F8C57], CON-POST   MID= 4606, Token=48FBE6AD632F8C57, 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
08:07:05.719 [: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-D080E7AE78D6057A]
08:07:05.719 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-4606], KeyToken[127.0.0.1:8213-48FBE6AD632F8C57]]
08:07:05.719 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8213
08:07:05.719 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,375,T112) 127.0.0.1:8,214 ==> :8,213 [CON-POST   MID= 4606, Token=48FBE6AD632F8C57, 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]
08:07:05.719 [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
08:07:05.720 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-4606]
08:07:05.720 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.720 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1374, 127.0.0.1:8214] replace CON-POST   MID= 4606, Token=48FBE6AD632F8C57, 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= 4606, Token=48FBE6AD632F8C57, 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
08:07:05.720 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=2)
08:07:05.720 [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= 4606, Token=48FBE6AD632F8C57, 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
08:07:05.720 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come
08:07:05.721 [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>
08:07:05.721 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1374, 127.0.0.1:8214, complete]!
08:07:05.721 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1374, 127.0.0.1:8214, complete] completed ACK-2.04   MID= 4606, Token=48FBE6AD632F8C57, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B!
08:07:05.721 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8214
08:07:05.721 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,376,T115) 127.0.0.1:8,213 ==> :8,214 [ACK-2.04   MID= 4606, Token=48FBE6AD632F8C57, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B]
08:07:05.721 [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
08:07:05.721 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.721 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.722 [: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)
08:07:05.722 [: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
08:07:05.722 [: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= 4606, Token=48FBE6AD632F8C57, 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
08:07:05.722 [: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
08:07:05.722 [: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
08:07:05.723 [: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
08:07:05.723 [: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-4607], CON-POST   MID= 4607, 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
08:07:05.723 [: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-4606]
08:07:05.723 [: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-9836FA44F5EF2ADD], CON-POST   MID= 4607, Token=9836FA44F5EF2ADD, 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
08:07:05.723 [: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-48FBE6AD632F8C57]
08:07:05.723 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-4607], KeyToken[127.0.0.1:8213-9836FA44F5EF2ADD]]
08:07:05.723 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8213
08:07:05.723 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,377,T112) 127.0.0.1:8,214 ==> :8,213 [CON-POST   MID= 4607, Token=9836FA44F5EF2ADD, 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]
08:07:05.723 [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
08:07:05.723 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-4607]
08:07:05.724 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.724 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1375, 127.0.0.1:8214] replace CON-POST   MID= 4607, Token=9836FA44F5EF2ADD, 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= 4607, Token=9836FA44F5EF2ADD, 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
08:07:05.724 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=false, num=3)
08:07:05.724 [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= 4607, Token=9836FA44F5EF2ADD, 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
08:07:05.724 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=3], delivering request to application layer
08:07:05.724 [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
08:07:05.726 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [512/64] requires blockwise transfer
08:07:05.727 [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
08:07:05.727 [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
08:07:05.727 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1375, 127.0.0.1:8214, complete]!
08:07:05.727 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1375, 127.0.0.1:8214, complete] completed ACK-2.04   MID= 4607, Token=9836FA44F5EF2ADD, 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!
08:07:05.728 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 96 bytes to 127.0.0.1:8214
08:07:05.728 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,378,T115) 127.0.0.1:8,213 ==> :8,214 [ACK-2.04   MID= 4607, Token=9836FA44F5EF2ADD, 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]
08:07:05.728 [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
08:07:05.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.728 [: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)
08:07:05.728 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap Block1 followed by Block2 transfer
08:07:05.728 [: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= 4607, Token=9836FA44F5EF2ADD, 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
08:07:05.729 [: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>
08:07:05.729 [: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= 4607, Token=9836FA44F5EF2ADD, 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>
08:07:05.729 [: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
08:07:05.729 [: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>
08:07:05.730 [: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
08:07:05.730 [: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-4608], CON-POST   MID= 4608, 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
08:07:05.730 [: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-4607]
08:07:05.730 [: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-1061C94D9F8BFA33], CON-POST   MID= 4608, Token=1061C94D9F8BFA33, 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
08:07:05.730 [: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-9836FA44F5EF2ADD]
08:07:05.730 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-4608], KeyToken[127.0.0.1:8213-1061C94D9F8BFA33]]
08:07:05.730 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8213
08:07:05.730 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,379,T112) 127.0.0.1:8,214 ==> :8,213 [CON-POST   MID= 4608, Token=1061C94D9F8BFA33, 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]
08:07:05.730 [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
08:07:05.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-4608]
08:07:05.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.731 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1376, 127.0.0.1:8214] replace CON-POST   MID= 4608, Token=1061C94D9F8BFA33, 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= 4608, Token=1061C94D9F8BFA33, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, <empty data>
08:07:05.731 [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]
08:07:05.731 [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
08:07:05.732 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1376, 127.0.0.1:8214, complete]!
08:07:05.732 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1376, 127.0.0.1:8214, complete] completed ACK-2.04   MID= 4608, Token=1061C94D9F8BFA33, 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!
08:07:05.732 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8214
08:07:05.732 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,380,T115) 127.0.0.1:8,213 ==> :8,214 [ACK-2.04   MID= 4608, Token=1061C94D9F8BFA33, 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]
08:07:05.732 [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
08:07:05.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.732 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.732 [: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>
08:07:05.733 [: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= 4608, Token=1061C94D9F8BFA33, 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>
08:07:05.733 [: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
08:07:05.733 [: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>
08:07:05.733 [: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
08:07:05.734 [: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-4609], CON-POST   MID= 4609, 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
08:07:05.734 [: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-4608]
08:07:05.734 [: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-408C2641897CE081], CON-POST   MID= 4609, Token=408C2641897CE081, 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
08:07:05.734 [: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-1061C94D9F8BFA33]
08:07:05.734 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-4609], KeyToken[127.0.0.1:8213-408C2641897CE081]]
08:07:05.734 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8213
08:07:05.734 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,381,T112) 127.0.0.1:8,214 ==> :8,213 [CON-POST   MID= 4609, Token=408C2641897CE081, 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]
08:07:05.734 [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
08:07:05.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-4609]
08:07:05.734 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.735 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1377, 127.0.0.1:8214] replace CON-POST   MID= 4609, Token=408C2641897CE081, 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= 4609, Token=408C2641897CE081, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, <empty data>
08:07:05.735 [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]
08:07:05.735 [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
08:07:05.735 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1377, 127.0.0.1:8214, complete]!
08:07:05.735 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1377, 127.0.0.1:8214, complete] completed ACK-2.04   MID= 4609, Token=408C2641897CE081, 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!
08:07:05.735 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8214
08:07:05.736 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,382,T115) 127.0.0.1:8,213 ==> :8,214 [ACK-2.04   MID= 4609, Token=408C2641897CE081, 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]
08:07:05.736 [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
08:07:05.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.736 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.736 [: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>
08:07:05.736 [: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= 4609, Token=408C2641897CE081, 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>
08:07:05.737 [: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
08:07:05.737 [: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>
08:07:05.737 [: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
08:07:05.737 [: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-4610], CON-POST   MID= 4610, 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
08:07:05.737 [: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-4609]
08:07:05.737 [: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-FC4A30AE5848A00E], CON-POST   MID= 4610, Token=FC4A30AE5848A00E, 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
08:07:05.737 [: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-408C2641897CE081]
08:07:05.737 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-4610], KeyToken[127.0.0.1:8213-FC4A30AE5848A00E]]
08:07:05.738 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8213
08:07:05.738 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,383,T112) 127.0.0.1:8,214 ==> :8,213 [CON-POST   MID= 4610, Token=FC4A30AE5848A00E, 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]
08:07:05.738 [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
08:07:05.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-4610]
08:07:05.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.738 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1378, 127.0.0.1:8214] replace CON-POST   MID= 4610, Token=FC4A30AE5848A00E, 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= 4610, Token=FC4A30AE5848A00E, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, <empty data>
08:07:05.739 [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]
08:07:05.739 [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
08:07:05.739 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1378, 127.0.0.1:8214, complete]!
08:07:05.739 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1378, 127.0.0.1:8214, complete] completed ACK-2.04   MID= 4610, Token=FC4A30AE5848A00E, 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!
08:07:05.739 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8214
08:07:05.739 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,384,T115) 127.0.0.1:8,213 ==> :8,214 [ACK-2.04   MID= 4610, Token=FC4A30AE5848A00E, 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]
08:07:05.739 [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
08:07:05.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.740 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.740 [: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>
08:07:05.740 [: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= 4610, Token=FC4A30AE5848A00E, 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>
08:07:05.740 [: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
08:07:05.740 [: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>
08:07:05.741 [: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
08:07:05.741 [: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-4611], CON-POST   MID= 4611, 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
08:07:05.741 [: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-4610]
08:07:05.741 [: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-8C4A4DEE9A64243B], CON-POST   MID= 4611, Token=8C4A4DEE9A64243B, 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
08:07:05.741 [: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-FC4A30AE5848A00E]
08:07:05.741 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-4611], KeyToken[127.0.0.1:8213-8C4A4DEE9A64243B]]
08:07:05.741 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8213
08:07:05.741 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,385,T112) 127.0.0.1:8,214 ==> :8,213 [CON-POST   MID= 4611, Token=8C4A4DEE9A64243B, 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]
08:07:05.741 [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
08:07:05.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-4611]
08:07:05.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.742 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1379, 127.0.0.1:8214] replace CON-POST   MID= 4611, Token=8C4A4DEE9A64243B, 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= 4611, Token=8C4A4DEE9A64243B, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, <empty data>
08:07:05.742 [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]
08:07:05.742 [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
08:07:05.743 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1379, 127.0.0.1:8214, complete]!
08:07:05.743 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1379, 127.0.0.1:8214, complete] completed ACK-2.04   MID= 4611, Token=8C4A4DEE9A64243B, 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!
08:07:05.743 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8214
08:07:05.743 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,386,T115) 127.0.0.1:8,213 ==> :8,214 [ACK-2.04   MID= 4611, Token=8C4A4DEE9A64243B, 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]
08:07:05.743 [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
08:07:05.743 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.743 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.743 [: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>
08:07:05.744 [: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= 4611, Token=8C4A4DEE9A64243B, 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>
08:07:05.744 [: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
08:07:05.744 [: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>
08:07:05.744 [: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
08:07:05.745 [: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-4612], CON-POST   MID= 4612, 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
08:07:05.745 [: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-4611]
08:07:05.745 [: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-B4F23751149C695D], CON-POST   MID= 4612, Token=B4F23751149C695D, 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
08:07:05.745 [: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-8C4A4DEE9A64243B]
08:07:05.745 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-4612], KeyToken[127.0.0.1:8213-B4F23751149C695D]]
08:07:05.745 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8213
08:07:05.745 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,387,T112) 127.0.0.1:8,214 ==> :8,213 [CON-POST   MID= 4612, Token=B4F23751149C695D, 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]
08:07:05.745 [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
08:07:05.745 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-4612]
08:07:05.745 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.746 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1380, 127.0.0.1:8214] replace CON-POST   MID= 4612, Token=B4F23751149C695D, 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= 4612, Token=B4F23751149C695D, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, <empty data>
08:07:05.746 [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]
08:07:05.746 [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
08:07:05.746 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1380, 127.0.0.1:8214, complete]!
08:07:05.746 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1380, 127.0.0.1:8214, complete] completed ACK-2.04   MID= 4612, Token=B4F23751149C695D, 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!
08:07:05.746 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8214
08:07:05.747 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,388,T115) 127.0.0.1:8,213 ==> :8,214 [ACK-2.04   MID= 4612, Token=B4F23751149C695D, 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]
08:07:05.747 [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
08:07:05.747 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.747 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.747 [: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>
08:07:05.747 [: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= 4612, Token=B4F23751149C695D, 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>
08:07:05.747 [: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
08:07:05.747 [: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>
08:07:05.748 [: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
08:07:05.748 [: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-4613], CON-POST   MID= 4613, 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
08:07:05.748 [: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-4612]
08:07:05.748 [: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-C40B8B9C47475F15], CON-POST   MID= 4613, Token=C40B8B9C47475F15, 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
08:07:05.748 [: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-B4F23751149C695D]
08:07:05.748 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-4613], KeyToken[127.0.0.1:8213-C40B8B9C47475F15]]
08:07:05.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 38 bytes to 127.0.0.1:8213
08:07:05.749 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,389,T112) 127.0.0.1:8,214 ==> :8,213 [CON-POST   MID= 4613, Token=C40B8B9C47475F15, 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]
08:07:05.749 [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
08:07:05.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-4613]
08:07:05.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.749 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1381, 127.0.0.1:8214] replace CON-POST   MID= 4613, Token=C40B8B9C47475F15, 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= 4613, Token=C40B8B9C47475F15, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, <empty data>
08:07:05.750 [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]
08:07:05.750 [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
08:07:05.750 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1381, 127.0.0.1:8214, complete]!
08:07:05.750 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1381, 127.0.0.1:8214, complete] completed ACK-2.04   MID= 4613, Token=C40B8B9C47475F15, 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!
08:07:05.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 91 bytes to 127.0.0.1:8214
08:07:05.750 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,390,T115) 127.0.0.1:8,213 ==> :8,214 [ACK-2.04   MID= 4613, Token=C40B8B9C47475F15, 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]
08:07:05.750 [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
08:07:05.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.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
08:07:05.794 [: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>
08:07:05.794 [: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= 4613, Token=C40B8B9C47475F15, 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>
08:07:05.794 [: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
08:07:05.794 [: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>
08:07:05.795 [: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
08:07:05.795 [: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-4614], CON-POST   MID= 4614, 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
08:07:05.795 [: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-4613]
08:07:05.795 [: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-28F3F984E25968BC], CON-POST   MID= 4614, Token=28F3F984E25968BC, 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
08:07:05.795 [: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-C40B8B9C47475F15]
08:07:05.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8213-4614], KeyToken[127.0.0.1:8213-28F3F984E25968BC]]
08:07:05.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 38 bytes to 127.0.0.1:8213
08:07:05.796 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,391,T112) 127.0.0.1:8,214 ==> :8,213 [CON-POST   MID= 4614, Token=28F3F984E25968BC, 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]
08:07:05.796 [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
08:07:05.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8214-4614]
08:07:05.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1382, 127.0.0.1:8214] replace CON-POST   MID= 4614, Token=28F3F984E25968BC, 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= 4614, Token=28F3F984E25968BC, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, <empty data>
08:07:05.796 [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]
08:07:05.797 [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
08:07:05.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1382, 127.0.0.1:8214, complete]!
08:07:05.797 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1382, 127.0.0.1:8214, complete] completed ACK-2.04   MID= 4614, Token=28F3F984E25968BC, 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!
08:07:05.797 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8214
08:07:05.797 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,392,T115) 127.0.0.1:8,213 ==> :8,214 [ACK-2.04   MID= 4614, Token=28F3F984E25968BC, 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]
08:07:05.797 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8214) received 91 bytes from 127.0.0.1:8213
08:07:05.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.798 [: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
08:07:05.798 [: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
08:07:05.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.05   MID= 4607, Token=9836FA44F5EF2ADD, OptionSet={"Object-Security":0x, "Size2":512}, "97509355062585950531841781678883".. 512 bytes
08:07:05.798 [: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= 4614, Token=28F3F984E25968BC, 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= 4604, Token=3851F460602B6F84, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes
08:07:05.798 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1371, 127.0.0.1:8213, complete]!
08:07:05.798 [: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-28F3F984E25968BC]
08:07:05.798 [: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-4614]
08:07:05.798 [: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= 4604, Token=3851F460602B6F84, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes!
08:07:05.799 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:05.799 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:05.799 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8213
08:07:05.799 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8213
08:07:05.799 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8213] stopping ...
08:07:05.799 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8213, address /127.0.0.1
08:07:05.800 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8213] has stopped.
08:07:05.800 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8213
08:07:05.800 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:05.800 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8214
08:07:05.800 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8214
08:07:05.800 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8214] stopping ...
08:07:05.800 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8214, address /0.0.0.0
08:07:05.800 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8214] has stopped.
08:07:05.800 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8214
08:07:05.800 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePost
08:07:05.801 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwiseGet
08:07:05.801 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:05.801 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:05.802 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:05.802 [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
08:07:05.802 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:05.802 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:05.802 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:05.802 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:05.802 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:05.802 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8215
08:07:05.802 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:05.802 [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
08:07:05.802 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8215
08:07:05.802 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:05.802 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:05.803 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:05.803 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:05.803 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:05.803 [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
08:07:05.803 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:05.803 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:05.803 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:05.803 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:05.803 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:05.803 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8216
08:07:05.803 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:05.803 [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
08:07:05.803 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:05.803 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8216
08:07:05.803 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:05.804 [: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
08:07:05.804 [: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>
08:07:05.805 [: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
08:07:05.805 [: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-9040], CON-POST   MID= 9040, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
08:07:05.805 [: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-0C21F8CA9A98E633], CON-POST   MID= 9040, Token=0C21F8CA9A98E633, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
08:07:05.805 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8215-9040], KeyToken[127.0.0.1:8215-0C21F8CA9A98E633]]
08:07:05.805 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8215
08:07:05.806 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,393,T120) 127.0.0.1:8,216 ==> :8,215 [CON-POST   MID= 9040, Token=0C21F8CA9A98E633, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3]
08:07:05.806 [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
08:07:05.806 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8216-9040]
08:07:05.806 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.806 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1384, 127.0.0.1:8216] replace CON-POST   MID= 9040, Token=0C21F8CA9A98E633, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data> by CON-GET    MID= 9040, Token=0C21F8CA9A98E633, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>
08:07:05.807 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [256/64] requires blockwise transfer
08:07:05.807 [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
08:07:05.807 [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
08:07:05.807 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1384, 127.0.0.1:8216, complete]!
08:07:05.807 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1384, 127.0.0.1:8216, complete] completed ACK-2.04   MID= 9040, Token=0C21F8CA9A98E633, 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!
08:07:05.807 [UDP-Sender-localhost/127.0.0.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
08:07:05.808 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,394,T123) 127.0.0.1:8,215 ==> :8,216 [ACK-2.04   MID= 9040, Token=0C21F8CA9A98E633, 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]
08:07:05.808 [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
08:07:05.808 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.808 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.808 [: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= 9040, Token=0C21F8CA9A98E633, OptionSet={"Object-Security":0x, "Block2":"(szx=2/64, m=true, num=0)", "Size2":256}, "97509355062585950531841781678883".. 64 bytes
08:07:05.808 [: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>
08:07:05.808 [: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= 9040, Token=0C21F8CA9A98E633, 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>
08:07:05.809 [: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
08:07:05.809 [: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>
08:07:05.809 [: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
08:07:05.809 [: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-9041], CON-POST   MID= 9041, 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
08:07:05.809 [: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-9040]
08:07:05.809 [: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-8CC398491E9DB120], CON-POST   MID= 9041, Token=8CC398491E9DB120, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13
08:07:05.810 [: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-0C21F8CA9A98E633]
08:07:05.810 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8215-9041], KeyToken[127.0.0.1:8215-8CC398491E9DB120]]
08:07:05.810 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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
08:07:05.810 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,395,T120) 127.0.0.1:8,216 ==> :8,215 [CON-POST   MID= 9041, Token=8CC398491E9DB120, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13]
08:07:05.810 [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
08:07:05.810 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8216-9041]
08:07:05.810 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.810 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1385, 127.0.0.1:8216] replace CON-POST   MID= 9041, Token=8CC398491E9DB120, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, <empty data> by CON-GET    MID= 9041, Token=8CC398491E9DB120, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, <empty data>
08:07:05.811 [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]
08:07:05.811 [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
08:07:05.811 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1385, 127.0.0.1:8216, complete]!
08:07:05.811 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1385, 127.0.0.1:8216, complete] completed ACK-2.04   MID= 9041, Token=8CC398491E9DB120, 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!
08:07:05.811 [UDP-Sender-localhost/127.0.0.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
08:07:05.812 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,396,T123) 127.0.0.1:8,215 ==> :8,216 [ACK-2.04   MID= 9041, Token=8CC398491E9DB120, 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]
08:07:05.812 [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
08:07:05.812 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.812 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.812 [: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>
08:07:05.812 [: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= 9041, Token=8CC398491E9DB120, 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>
08:07:05.812 [: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
08:07:05.812 [: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>
08:07:05.813 [: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
08:07:05.813 [: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-9042], CON-POST   MID= 9042, 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
08:07:05.813 [: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-9041]
08:07:05.813 [: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-88AEC053F83B6EC6], CON-POST   MID= 9042, Token=88AEC053F83B6EC6, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2
08:07:05.813 [: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-8CC398491E9DB120]
08:07:05.813 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8215-9042], KeyToken[127.0.0.1:8215-88AEC053F83B6EC6]]
08:07:05.813 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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
08:07:05.813 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,397,T120) 127.0.0.1:8,216 ==> :8,215 [CON-POST   MID= 9042, Token=88AEC053F83B6EC6, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2]
08:07:05.813 [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
08:07:05.814 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8216-9042]
08:07:05.814 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.814 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1386, 127.0.0.1:8216] replace CON-POST   MID= 9042, Token=88AEC053F83B6EC6, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, <empty data> by CON-GET    MID= 9042, Token=88AEC053F83B6EC6, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, <empty data>
08:07:05.814 [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]
08:07:05.814 [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
08:07:05.815 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1386, 127.0.0.1:8216, complete]!
08:07:05.815 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1386, 127.0.0.1:8216, complete] completed ACK-2.04   MID= 9042, Token=88AEC053F83B6EC6, 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!
08:07:05.815 [UDP-Sender-localhost/127.0.0.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
08:07:05.815 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,398,T123) 127.0.0.1:8,215 ==> :8,216 [ACK-2.04   MID= 9042, Token=88AEC053F83B6EC6, 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]
08:07:05.815 [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
08:07:05.815 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.815 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.815 [: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>
08:07:05.816 [: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= 9042, Token=88AEC053F83B6EC6, 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>
08:07:05.816 [: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
08:07:05.816 [: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>
08:07:05.816 [: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
08:07:05.816 [: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-9043], CON-POST   MID= 9043, 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
08:07:05.817 [: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-9042]
08:07:05.817 [: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-48C95CDB3574D1B7], CON-POST   MID= 9043, Token=48C95CDB3574D1B7, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9
08:07:05.817 [: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-88AEC053F83B6EC6]
08:07:05.817 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8215-9043], KeyToken[127.0.0.1:8215-48C95CDB3574D1B7]]
08:07:05.817 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8215
08:07:05.817 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,399,T120) 127.0.0.1:8,216 ==> :8,215 [CON-POST   MID= 9043, Token=48C95CDB3574D1B7, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9]
08:07:05.817 [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
08:07:05.817 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8216-9043]
08:07:05.817 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.817 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1387, 127.0.0.1:8216] replace CON-POST   MID= 9043, Token=48C95CDB3574D1B7, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, <empty data> by CON-GET    MID= 9043, Token=48C95CDB3574D1B7, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, <empty data>
08:07:05.818 [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]
08:07:05.818 [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
08:07:05.818 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1387, 127.0.0.1:8216, complete]!
08:07:05.818 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1387, 127.0.0.1:8216, complete] completed ACK-2.04   MID= 9043, Token=48C95CDB3574D1B7, 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!
08:07:05.818 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8216
08:07:05.818 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,400,T123) 127.0.0.1:8,215 ==> :8,216 [ACK-2.04   MID= 9043, Token=48C95CDB3574D1B7, 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]
08:07:05.818 [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
08:07:05.819 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.819 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.819 [: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
08:07:05.819 [: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
08:07:05.819 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.05   MID= 9040, Token=0C21F8CA9A98E633, OptionSet={"Object-Security":0x, "Size2":256}, "97509355062585950531841781678883".. 256 bytes
08:07:05.819 [: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= 9043, Token=48C95CDB3574D1B7, 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= 9040, Token=0C21F8CA9A98E633, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>
08:07:05.819 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1383, 127.0.0.1:8215, complete]!
08:07:05.819 [: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-48C95CDB3574D1B7]
08:07:05.819 [: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-9043]
08:07:05.819 [: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= 9040, Token=0C21F8CA9A98E633, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>!
08:07:05.819 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:05.819 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:05.820 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8215
08:07:05.820 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8215
08:07:05.820 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8215] stopping ...
08:07:05.820 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8215, address /127.0.0.1
08:07:05.820 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8215] has stopped.
08:07:05.820 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8215
08:07:05.820 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:05.820 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8216
08:07:05.820 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8216
08:07:05.820 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8216] stopping ...
08:07:05.820 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8216, address /0.0.0.0
08:07:05.820 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8216] has stopped.
08:07:05.820 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8216
08:07:05.821 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwiseGet
08:07:05.821 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePut
08:07:05.822 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:05.822 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:05.822 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:05.822 [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
08:07:05.822 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:05.823 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:05.823 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:05.823 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:05.823 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:05.823 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8217
08:07:05.823 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:05.823 [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
08:07:05.823 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8217
08:07:05.823 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:05.823 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:05.823 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:05.823 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:05.823 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:05.823 [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
08:07:05.824 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:05.824 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:05.824 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:05.824 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:05.824 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:05.824 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8218
08:07:05.824 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:05.824 [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
08:07:05.824 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8218
08:07:05.824 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:05.824 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:05.825 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [256/64] requires blockwise transfer
08:07:05.825 [: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
08:07:05.825 [: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
08:07:05.825 [: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
08:07:05.825 [: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
08:07:05.826 [: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
08:07:05.827 [: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-49499], CON-POST   MID=49499, 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
08:07:05.827 [: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-D8E29AF419D5BD66], CON-POST   MID=49499, Token=D8E29AF419D5BD66, 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
08:07:05.827 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8217-49499], KeyToken[127.0.0.1:8217-D8E29AF419D5BD66]]
08:07:05.827 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 107 bytes to 127.0.0.1:8217
08:07:05.827 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,401,T128) 127.0.0.1:8,218 ==> :8,217 [CON-POST   MID=49499, Token=D8E29AF419D5BD66, 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]
08:07:05.827 [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
08:07:05.828 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8218-49499]
08:07:05.828 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.828 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1389, 127.0.0.1:8218] replace CON-POST   MID=49499, Token=D8E29AF419D5BD66, 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=49499, Token=D8E29AF419D5BD66, 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
08:07:05.828 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=0)
08:07:05.828 [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
08:07:05.829 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come
08:07:05.829 [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>
08:07:05.829 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1389, 127.0.0.1:8218, complete]!
08:07:05.829 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1389, 127.0.0.1:8218, complete] completed ACK-2.04   MID=49499, Token=D8E29AF419D5BD66, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03!
08:07:05.829 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8218
08:07:05.829 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,402,T131) 127.0.0.1:8,217 ==> :8,218 [ACK-2.04   MID=49499, Token=D8E29AF419D5BD66, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03]
08:07:05.829 [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
08:07:05.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.830 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.830 [: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)
08:07:05.830 [: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
08:07:05.830 [: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=49499, Token=D8E29AF419D5BD66, 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
08:07:05.830 [: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
08:07:05.830 [: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
08:07:05.831 [: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
08:07:05.831 [: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-49500], CON-POST   MID=49500, 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
08:07:05.831 [: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-49499]
08:07:05.831 [: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-38748FC1C104F6CE], CON-POST   MID=49500, Token=38748FC1C104F6CE, 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
08:07:05.831 [: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-D8E29AF419D5BD66]
08:07:05.831 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8217-49500], KeyToken[127.0.0.1:8217-38748FC1C104F6CE]]
08:07:05.832 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8217
08:07:05.832 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,403,T128) 127.0.0.1:8,218 ==> :8,217 [CON-POST   MID=49500, Token=38748FC1C104F6CE, 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]
08:07:05.832 [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
08:07:05.832 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8218-49500]
08:07:05.832 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.832 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1390, 127.0.0.1:8218] replace CON-POST   MID=49500, Token=38748FC1C104F6CE, 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=49500, Token=38748FC1C104F6CE, 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
08:07:05.833 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=1)
08:07:05.833 [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=49500, Token=38748FC1C104F6CE, 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
08:07:05.833 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come
08:07:05.833 [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>
08:07:05.833 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1390, 127.0.0.1:8218, complete]!
08:07:05.833 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1390, 127.0.0.1:8218, complete] completed ACK-2.04   MID=49500, Token=38748FC1C104F6CE, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C!
08:07:05.833 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8218
08:07:05.833 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,404,T131) 127.0.0.1:8,217 ==> :8,218 [ACK-2.04   MID=49500, Token=38748FC1C104F6CE, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C]
08:07:05.834 [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
08:07:05.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.834 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.834 [: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)
08:07:05.834 [: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
08:07:05.834 [: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=49500, Token=38748FC1C104F6CE, 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
08:07:05.834 [: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
08:07:05.834 [: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
08:07:05.835 [: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
08:07:05.835 [: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-49501], CON-POST   MID=49501, 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
08:07:05.835 [: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-49500]
08:07:05.835 [: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-D8E55162F1D8D604], CON-POST   MID=49501, Token=D8E55162F1D8D604, 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
08:07:05.836 [: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-38748FC1C104F6CE]
08:07:05.836 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8217-49501], KeyToken[127.0.0.1:8217-D8E55162F1D8D604]]
08:07:05.836 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8217
08:07:05.836 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,405,T128) 127.0.0.1:8,218 ==> :8,217 [CON-POST   MID=49501, Token=D8E55162F1D8D604, 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]
08:07:05.836 [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
08:07:05.836 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8218-49501]
08:07:05.836 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.836 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1391, 127.0.0.1:8218] replace CON-POST   MID=49501, Token=D8E55162F1D8D604, 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=49501, Token=D8E55162F1D8D604, 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
08:07:05.837 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=2)
08:07:05.837 [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=49501, Token=D8E55162F1D8D604, 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
08:07:05.837 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come
08:07:05.837 [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>
08:07:05.837 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1391, 127.0.0.1:8218, complete]!
08:07:05.837 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1391, 127.0.0.1:8218, complete] completed ACK-2.04   MID=49501, Token=D8E55162F1D8D604, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B!
08:07:05.837 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8218
08:07:05.837 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,406,T131) 127.0.0.1:8,217 ==> :8,218 [ACK-2.04   MID=49501, Token=D8E55162F1D8D604, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B]
08:07:05.838 [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
08:07:05.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.838 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.838 [: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)
08:07:05.838 [: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
08:07:05.838 [: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=49501, Token=D8E55162F1D8D604, 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
08:07:05.838 [: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
08:07:05.838 [: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
08:07:05.839 [: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
08:07:05.839 [: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-49502], CON-POST   MID=49502, 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
08:07:05.839 [: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-49501]
08:07:05.839 [: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-F0DF139273F7A07F], CON-POST   MID=49502, Token=F0DF139273F7A07F, 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
08:07:05.839 [: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-D8E55162F1D8D604]
08:07:05.839 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8217-49502], KeyToken[127.0.0.1:8217-F0DF139273F7A07F]]
08:07:05.840 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8217
08:07:05.840 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,407,T128) 127.0.0.1:8,218 ==> :8,217 [CON-POST   MID=49502, Token=F0DF139273F7A07F, 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]
08:07:05.840 [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
08:07:05.840 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8218-49502]
08:07:05.840 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.840 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1392, 127.0.0.1:8218] replace CON-POST   MID=49502, Token=F0DF139273F7A07F, 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=49502, Token=F0DF139273F7A07F, 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
08:07:05.840 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=false, num=3)
08:07:05.841 [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=49502, Token=F0DF139273F7A07F, 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
08:07:05.841 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=3], delivering request to application layer
08:07:05.841 [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
08:07:05.841 [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>
08:07:05.841 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1392, 127.0.0.1:8218, complete]!
08:07:05.841 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1392, 127.0.0.1:8218, complete] completed ACK-2.04   MID=49502, Token=F0DF139273F7A07F, OptionSet={"Object-Security":0x}, 2A A1 B2 DE F0 13 27 AA C7 8E E7 BF!
08:07:05.841 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8218
08:07:05.841 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,408,T131) 127.0.0.1:8,217 ==> :8,218 [ACK-2.04   MID=49502, Token=F0DF139273F7A07F, OptionSet={"Object-Security":0x}, 2A A1 B2 DE F0 13 27 AA C7 8E E7 BF]
08:07:05.842 [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
08:07:05.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.842 [: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)
08:07:05.842 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1388, 127.0.0.1:8217, complete]!
08:07:05.842 [: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-F0DF139273F7A07F]
08:07:05.842 [: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-49502]
08:07:05.842 [: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=49499, Token=D8E29AF419D5BD66, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes -/- CON-POST   MID=49502, Token=F0DF139273F7A07F, 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!
08:07:05.842 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:05.842 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:05.843 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8217
08:07:05.843 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8217
08:07:05.843 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8217] stopping ...
08:07:05.843 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8217, address /127.0.0.1
08:07:05.843 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8217] has stopped.
08:07:05.843 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8217
08:07:05.843 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:05.843 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8218
08:07:05.843 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8218
08:07:05.843 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8218] stopping ...
08:07:05.843 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8218, address /0.0.0.0
08:07:05.843 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8218] has stopped.
08:07:05.843 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8218
08:07:05.844 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePut
08:07:05.844 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreExceedMaxUnfragmentedSize
08:07:05.894 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:05.894 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:05.894 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:05.894 [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
08:07:05.894 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:05.895 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:05.895 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:05.895 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:05.895 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:05.895 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8219
08:07:05.895 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:05.895 [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
08:07:05.895 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:05.895 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8219
08:07:05.895 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:05.895 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:05.895 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:05.896 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:05.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
08:07:05.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
08:07:05.896 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:05.896 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:05.896 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:05.896 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:05.896 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8220
08:07:05.896 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:05.896 [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
08:07:05.896 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8220
08:07:05.896 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:05.896 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:05.901 [: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
08:07:05.901 [: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
08:07:05.902 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1393, 127.0.0.1:8219, complete]!
08:07:05.902 [: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]
08:07:05.902 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:05.902 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:05.903 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8219
08:07:05.903 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8219
08:07:05.903 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8219] stopping ...
08:07:05.903 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8219, address /127.0.0.1
08:07:05.903 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8219] has stopped.
08:07:05.903 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8219
08:07:05.903 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:05.903 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8220
08:07:05.903 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8220
08:07:05.903 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8220] stopping ...
08:07:05.903 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8220, address /0.0.0.0
08:07:05.903 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8220] has stopped.
08:07:05.903 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8220
08:07:05.905 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreExceedMaxUnfragmentedSize
08:07:05.905 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
08:07:05.906 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.21 s - in org.eclipse.californium.oscore.OSCoreInnerBlockwiseTest
[INFO] Running org.eclipse.californium.oscore.OSCoreOuterBlockwiseTest
08:07:05.906 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyClientBW
08:07:05.907 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:05.907 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:05.907 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:05.907 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:05.907 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:05.908 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:05.908 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:05.908 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:05.908 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:05.908 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8221
08:07:05.908 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:05.908 [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
08:07:05.908 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8221
08:07:05.908 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:05.908 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:05.908 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:05.908 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:05.908 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:05.909 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:05.909 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:05.909 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:05.909 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:05.909 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:05.909 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:05.909 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8222
08:07:05.909 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:05.910 [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
08:07:05.910 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:05.910 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:05.910 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8222
08:07:05.910 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8222
08:07:05.915 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:05.915 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:05.916 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:05.916 [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
08:07:05.916 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:05.917 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:05.917 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:05.917 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:05.917 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:05.917 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8223
08:07:05.917 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:05.917 [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
08:07:05.917 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:05.917 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8223
08:07:05.917 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:05.918 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:05.918 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:05.918 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:05.918 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:05.918 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:05.918 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:05.918 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:05.918 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:05.918 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:05.918 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8224
08:07:05.918 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:05.919 [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
08:07:05.919 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:05.919 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8224
08:07:05.919 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8224
08:07:05.919 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:05.919 [: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
08:07:05.920 [: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
08:07:05.920 [: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-3654], NON-POST   MID= 3654, 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
08:07:05.921 [: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-0000320F16D33F92], NON-POST   MID= 3654, Token=0000320F16D33F92, 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
08:07:05.921 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8223-3654], KeyToken[127.0.0.1:8223-0000320F16D33F92]]
08:07:05.921 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8223
08:07:05.921 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,409,T152) 127.0.0.1:8,224 ==> :8,223 [NON-POST   MID= 3654, Token=0000320F16D33F92, 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]
08:07:05.921 [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
08:07:05.921 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8224-3654]
08:07:05.922 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8221
==[ CoAP Request ]=============================================
MID    : 3654
Token  : 0000320F16D33F92
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
===============================================================
08:07:05.923 [: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
08:07:05.923 [: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-18], NON-POST   MID=   18, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
08:07:05.923 [: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-408D1EEF609F2A32], NON-POST   MID=   18, Token=408D1EEF609F2A32, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
08:07:05.923 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8221-18], KeyToken[127.0.0.1:8221-408D1EEF609F2A32]]
08:07:05.924 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8221
08:07:05.924 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,410,T144) 127.0.0.1:8,222 ==> :8,221 [NON-POST   MID=   18, Token=408D1EEF609F2A32, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3]
08:07:05.924 [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
08:07:05.924 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8222-18]
08:07:05.924 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:05.924 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1397, 127.0.0.1:8222] replace NON-POST   MID=   18, Token=408D1EEF609F2A32, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data> by NON-GET    MID=   18, Token=408D1EEF609F2A32, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>
08:07:05.925 [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
08:07:05.925 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1397, 127.0.0.1:8222, complete]!
08:07:05.925 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1397, 127.0.0.1:8222, complete] completed NON-2.04   MID=17780, Token=408D1EEF609F2A32, 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!
08:07:05.925 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 153 bytes to 127.0.0.1:8222
08:07:05.926 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,411,T147) 127.0.0.1:8,221 ==> :8,222 [NON-2.04   MID=17780, Token=408D1EEF609F2A32, 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]
08:07:05.926 [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
08:07:05.926 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8221-17780]
08:07:05.926 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1396, 127.0.0.1:8221, complete]!
08:07:05.926 [: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-408D1EEF609F2A32]
08:07:05.926 [: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-18]
08:07:05.926 [: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=   18, Token=408D1EEF609F2A32, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3!
08:07:05.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
08:07:05.926 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [139/32] requires blockwise transfer
08:07:05.926 [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
08:07:05.926 [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
08:07:05.927 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1395, 127.0.0.1:8224, complete]!
08:07:05.927 [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=37833, Token=0000320F16D33F92, 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!
08:07:05.927 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8224
08:07:05.927 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,412,T155) 127.0.0.1:8,223 ==> :8,224 [NON-2.04   MID=37833, Token=0000320F16D33F92, 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]
08:07:05.927 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8224) received 51 bytes from 127.0.0.1:8223
08:07:05.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8223-37833]
08:07:05.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:05.928 [: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
08:07:05.928 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1394, 127.0.0.1:8223, complete]!
08:07:05.928 [: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-0000320F16D33F92]
08:07:05.928 [: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-3654]
08:07:05.928 [: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= 3654, Token=0000320F16D33F92, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8221/resource"}, <empty data> -/- NON-POST   MID= 3654, Token=0000320F16D33F92, 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!
08:07:05.928 [: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=3654, Token=0000320F16D33F92]
08:07:05.928 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:05.928 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:05.929 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8221
08:07:05.929 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8221
08:07:05.929 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8221] stopping ...
08:07:05.929 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8221, address /127.0.0.1
08:07:05.929 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8221] has stopped.
08:07:05.929 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8221
08:07:05.929 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:05.929 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:05.929 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8222
08:07:05.929 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8222
08:07:05.929 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8222] stopping ...
08:07:05.929 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8222, address /0.0.0.0
08:07:05.929 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8222] has stopped.
08:07:05.929 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8222
08:07:05.929 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:05.929 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:05.930 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8223
08:07:05.930 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8223
08:07:05.930 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8223] stopping ...
08:07:05.930 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8223, address /127.0.0.1
08:07:05.930 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8223] has stopped.
08:07:05.930 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8223
08:07:05.930 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:05.930 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:05.930 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8224
08:07:05.930 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8224
08:07:05.930 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8224] stopping ...
08:07:05.930 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8224, address /0.0.0.0
08:07:05.930 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8224] has stopped.
08:07:05.930 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8224
08:07:05.931 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyClientBW
08:07:05.931 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyServerBW
08:07:05.931 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:05.931 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:05.932 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:05.932 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:05.932 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:05.932 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:05.932 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:05.932 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:05.932 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:05.932 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8225
08:07:05.932 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:05.932 [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
08:07:05.932 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:05.932 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8225
08:07:05.933 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:05.933 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:05.933 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:05.933 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:05.933 [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
08:07:05.933 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:05.933 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:05.933 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:05.933 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:05.933 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:05.933 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8226
08:07:05.933 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:05.934 [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
08:07:05.934 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:05.934 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8226
08:07:05.934 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:05.934 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8226
08:07:05.934 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:05.934 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:05.934 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:05.934 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:05.934 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:05.934 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:05.935 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:05.935 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:05.935 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:05.935 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8227
08:07:05.935 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:05.935 [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
08:07:05.935 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:05.935 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8227
08:07:05.935 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:05.935 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:05.935 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:05.936 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:05.936 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:05.936 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:05.936 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:05.936 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:05.936 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:05.936 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:05.936 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8228
08:07:05.936 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:05.936 [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
08:07:05.936 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:05.936 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8228
08:07:05.936 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:05.936 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8228
08:07:05.937 [: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
08:07:05.937 [: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
08:07:05.938 [: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-11563], NON-POST   MID=11563, 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
08:07:05.938 [: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-580037D4F2EA92EC], NON-POST   MID=11563, Token=580037D4F2EA92EC, 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
08:07:05.938 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8227-11563], KeyToken[127.0.0.1:8227-580037D4F2EA92EC]]
08:07:05.938 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8227
08:07:05.939 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,413,T168) 127.0.0.1:8,228 ==> :8,227 [NON-POST   MID=11563, Token=580037D4F2EA92EC, 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]
08:07:05.939 [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
08:07:05.939 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8228-11563]
08:07:05.939 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8225
==[ CoAP Request ]=============================================
MID    : 11563
Token  : 580037D4F2EA92EC
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
===============================================================
08:07:05.939 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer
08:07:05.939 [: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
08:07:05.940 [: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
08:07:05.940 [: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
08:07:05.940 [: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-41572], NON-POST   MID=41572, 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
08:07:05.940 [: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-B470ABD0B4FE151C], NON-POST   MID=41572, Token=B470ABD0B4FE151C, 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
08:07:05.940 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8225-41572], KeyToken[127.0.0.1:8225-B470ABD0B4FE151C]]
08:07:05.941 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8225
08:07:05.941 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,414,T160) 127.0.0.1:8,226 ==> :8,225 [NON-POST   MID=41572, Token=B470ABD0B4FE151C, 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]
08:07:05.941 [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
08:07:05.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8226-41572]
08:07:05.941 [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"
08:07:05.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1401, 127.0.0.1:8226, complete]!
08:07:05.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1401, 127.0.0.1:8226, complete] completed NON-4.13   MID= 4947, Token=B470ABD0B4FE151C, OptionSet={"Size1":64}, "body too large, max. 64 bytes"!
08:07:05.942 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8226
08:07:05.942 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,415,T163) 127.0.0.1:8,225 ==> :8,226 [NON-4.13   MID= 4947, Token=B470ABD0B4FE151C, OptionSet={"Size1":64}, "body too large, max. 64 bytes"]
08:07:05.942 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8226) received 45 bytes from 127.0.0.1:8225
08:07:05.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8225-4947]
08:07:05.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error NON-4.13   MID= 4947, Token=B470ABD0B4FE151C, OptionSet={"Size1":64}, "body too large, max. 64 bytes":
08:07:05.942 [: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
08:07:05.942 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1400, 127.0.0.1:8225, complete]!
08:07:05.942 [: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-B470ABD0B4FE151C]
08:07:05.942 [: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-41572]
08:07:05.942 [: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=41572, Token=B470ABD0B4FE151C, 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=41572, Token=B470ABD0B4FE151C, 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!
08:07:05.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
08:07:05.943 [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"
08:07:05.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1399, 127.0.0.1:8228, complete]!
08:07:05.943 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1399, 127.0.0.1:8228, complete] completed NON-4.13   MID=30939, Token=580037D4F2EA92EC, OptionSet={"Size1":64}, "body too large, max. 64 bytes"!
08:07:05.943 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8228
08:07:05.943 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,416,T171) 127.0.0.1:8,227 ==> :8,228 [NON-4.13   MID=30939, Token=580037D4F2EA92EC, OptionSet={"Size1":64}, "body too large, max. 64 bytes"]
08:07:05.943 [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
08:07:05.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8227-30939]
08:07:05.944 [: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!
08:07:05.944 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error NON-4.13   MID=30939, Token=580037D4F2EA92EC, OptionSet={"Size1":64}, "body too large, max. 64 bytes":
08:07:05.944 [: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
08:07:05.944 [: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=11563, Token=580037D4F2EA92EC, 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=580037D4F2EA92EC, 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
08:07:05.944 [: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
08:07:05.994 [: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=580037D4F2EA92EC, 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=580037D4F2EA92EC, 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
08:07:05.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap Exchange[L1398, 127.0.0.1:8227] added with generated mid KeyMID[127.0.0.1:8227-11564], NON-POST   MID=11564, Token=580037D4F2EA92EC, 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
08:07:05.994 [: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-11563]
08:07:05.994 [: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-580037D4F2EA92EC], NON-POST   MID=11564, Token=580037D4F2EA92EC, 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
08:07:05.994 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8227-11564], KeyToken[127.0.0.1:8227-580037D4F2EA92EC]]
08:07:05.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 130 bytes to 127.0.0.1:8227
08:07:05.995 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,417,T168) 127.0.0.1:8,228 ==> :8,227 [NON-POST   MID=11564, Token=580037D4F2EA92EC, 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]
08:07:05.995 [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
08:07:05.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8228-11564]
08:07:05.995 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8225
==[ CoAP Request ]=============================================
MID    : 11564
Token  : 580037D4F2EA92EC
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
===============================================================
08:07:05.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [90/32] requires blockwise transfer
08:07:05.996 [: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
08:07:05.996 [: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
08:07:05.996 [: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
08:07:05.996 [: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-41573], NON-POST   MID=41573, 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
08:07:05.996 [: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-F4178DB3910885A9], NON-POST   MID=41573, Token=F4178DB3910885A9, 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
08:07:05.996 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8225-41573], KeyToken[127.0.0.1:8225-F4178DB3910885A9]]
08:07:05.997 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8225
08:07:05.997 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,418,T160) 127.0.0.1:8,226 ==> :8,225 [NON-POST   MID=41573, Token=F4178DB3910885A9, 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]
08:07:05.997 [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
08:07:05.997 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8226-41573]
08:07:05.997 [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"
08:07:05.997 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1404, 127.0.0.1:8226, complete]!
08:07:05.997 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1404, 127.0.0.1:8226, complete] completed NON-4.13   MID= 4948, Token=F4178DB3910885A9, OptionSet={"Size1":64}, "body too large, max. 64 bytes"!
08:07:05.998 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8226
08:07:05.998 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,419,T163) 127.0.0.1:8,225 ==> :8,226 [NON-4.13   MID= 4948, Token=F4178DB3910885A9, OptionSet={"Size1":64}, "body too large, max. 64 bytes"]
08:07:05.998 [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
08:07:05.998 [: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-4948]
08:07:05.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error NON-4.13   MID= 4948, Token=F4178DB3910885A9, OptionSet={"Size1":64}, "body too large, max. 64 bytes":
08:07:05.998 [: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
08:07:05.998 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1403, 127.0.0.1:8225, complete]!
08:07:05.998 [: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-F4178DB3910885A9]
08:07:05.998 [: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-41573]
08:07:05.998 [: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=41573, Token=F4178DB3910885A9, 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=41573, Token=F4178DB3910885A9, 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!
08:07:05.999 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
08:07:05.999 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[R1402, 127.0.0.1:8228] send response null-4.13   MID=   -1, Token=null, OptionSet={"Size1":64}, "body too large, max. 64 bytes"
08:07:05.999 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1402, 127.0.0.1:8228, complete]!
08:07:05.999 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1402, 127.0.0.1:8228, complete] completed NON-4.13   MID=30940, Token=580037D4F2EA92EC, OptionSet={"Size1":64}, "body too large, max. 64 bytes"!
08:07:05.999 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8228
08:07:05.999 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,420,T171) 127.0.0.1:8,227 ==> :8,228 [NON-4.13   MID=30940, Token=580037D4F2EA92EC, OptionSet={"Size1":64}, "body too large, max. 64 bytes"]
08:07:05.999 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8228) received 45 bytes from 127.0.0.1:8227
08:07:05.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8227-30940]
08:07:05.999 [: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!
08:07:05.999 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error NON-4.13   MID=30940, Token=580037D4F2EA92EC, OptionSet={"Size1":64}, "body too large, max. 64 bytes":
08:07:06.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap removing block1 tracker [KeyUri[PUT, coap:/, 127.0.0.1:8227]], block1 transfers still in progress: 0
08:07:06.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1398, 127.0.0.1:8227, complete]!
08:07:06.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1398, 127.0.0.1:8227, complete] for token KeyToken[127.0.0.1:8227-580037D4F2EA92EC]
08:07:06.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap removing Exchange[L1398, 127.0.0.1:8227, complete] for MID KeyMID[127.0.0.1:8227-11564]
08:07:06.000 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - local Exchange[L1398, 127.0.0.1:8227, complete] completed NON-PUT    MID=11563, Token=580037D4F2EA92EC, 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=11564, Token=580037D4F2EA92EC, 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  : 580037D4F2EA92EC
Type   : NON
Status : 4.13 - REQUEST_ENTITY_TOO_LARGE
Options: {"Size1":64}
RTT    : 63 ms
Payload: 29 Bytes
===============================================================
08:07:06.000 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.000 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:06.001 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8225
08:07:06.001 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8225
08:07:06.001 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8225] stopping ...
08:07:06.001 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8225, address /127.0.0.1
08:07:06.001 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8225] has stopped.
08:07:06.001 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8225
08:07:06.001 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:06.001 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.001 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8226
08:07:06.001 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8226
08:07:06.001 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8226] stopping ...
08:07:06.001 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8226, address /0.0.0.0
08:07:06.001 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8226] has stopped.
08:07:06.001 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8226
08:07:06.001 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.001 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:06.002 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8227
08:07:06.002 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8227
08:07:06.002 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8227] stopping ...
08:07:06.002 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8227, address /127.0.0.1
08:07:06.002 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8227] has stopped.
08:07:06.002 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8227
08:07:06.002 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:06.002 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.002 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8228
08:07:06.002 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8228
08:07:06.002 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8228] stopping ...
08:07:06.002 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8228, address /0.0.0.0
08:07:06.003 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8228] has stopped.
08:07:06.003 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8228
08:07:06.003 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyServerBW
08:07:06.003 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePutProxyServerBW
08:07:06.004 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.004 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.004 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.004 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.004 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:06.004 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:06.004 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.004 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.004 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:06.004 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8229
08:07:06.004 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.005 [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
08:07:06.005 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:06.005 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8229
08:07:06.005 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:06.005 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.005 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.005 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.005 [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
08:07:06.005 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:06.005 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:06.005 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.005 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.006 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:06.006 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8230
08:07:06.006 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.006 [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
08:07:06.006 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8230
08:07:06.006 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:06.006 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8230
08:07:06.006 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:06.006 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.006 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.006 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.006 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.006 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:06.007 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:06.007 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.007 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.007 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:06.007 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8231
08:07:06.007 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.007 [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
08:07:06.007 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8231
08:07:06.007 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:06.007 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:06.007 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.007 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.008 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.008 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.008 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:06.008 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:06.008 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.008 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.008 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:06.008 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8232
08:07:06.008 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.008 [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
08:07:06.008 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8232
08:07:06.008 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8232
08:07:06.008 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:06.008 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:06.009 [: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
08:07:06.009 [: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
08:07:06.009 [: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
08:07:06.010 [: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-39345], CON-POST   MID=39345, 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
08:07:06.010 [: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-4C225EC7A098749B], CON-POST   MID=39345, Token=4C225EC7A098749B, 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
08:07:06.010 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8231-39345], KeyToken[127.0.0.1:8231-4C225EC7A098749B]]
08:07:06.010 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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
08:07:06.010 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,421,T184) 127.0.0.1:8,232 ==> :8,231 [CON-POST   MID=39345, Token=4C225EC7A098749B, 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]
08:07:06.010 [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
08:07:06.011 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8232-39345]
08:07:06.011 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8229
==[ CoAP Request ]=============================================
MID    : 39345
Token  : 4C225EC7A098749B
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
===============================================================
08:07:06.011 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer
08:07:06.011 [: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
08:07:06.011 [: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
08:07:06.012 [: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
08:07:06.012 [: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
08:07:06.012 [: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-47352], CON-POST   MID=47352, 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
08:07:06.012 [: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-10967B3A98B9E5DA], CON-POST   MID=47352, Token=10967B3A98B9E5DA, 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
08:07:06.012 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8229-47352], KeyToken[127.0.0.1:8229-10967B3A98B9E5DA]]
08:07:06.013 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,422,T176) 127.0.0.1:8,230 ==> :8,229 [CON-POST   MID=47352, Token=10967B3A98B9E5DA, 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]
08:07:06.013 [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
08:07:06.013 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8230-47352]
08:07:06.013 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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
08:07:06.013 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=0)
08:07:06.013 [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
08:07:06.013 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come
08:07:06.013 [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>
08:07:06.013 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1408, 127.0.0.1:8230, complete]!
08:07:06.013 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1408, 127.0.0.1:8230, complete] completed ACK-2.31   MID=47352, Token=10967B3A98B9E5DA, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, <empty data>!
08:07:06.013 [UDP-Sender-localhost/127.0.0.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
08:07:06.014 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,423,T179) 127.0.0.1:8,229 ==> :8,230 [ACK-2.31   MID=47352, Token=10967B3A98B9E5DA, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, <empty data>]
08:07:06.014 [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
08:07:06.014 [: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)
08:07:06.014 [: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
08:07:06.014 [: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=47352, Token=10967B3A98B9E5DA, 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
08:07:06.014 [: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
08:07:06.014 [: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
08:07:06.014 [: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-47353], CON-POST   MID=47353, 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
08:07:06.015 [: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-47352]
08:07:06.015 [: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-6C8694C02BD281E4], CON-POST   MID=47353, Token=6C8694C02BD281E4, 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
08:07:06.015 [: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-10967B3A98B9E5DA]
08:07:06.015 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8229-47353], KeyToken[127.0.0.1:8229-6C8694C02BD281E4]]
08:07:06.015 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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
08:07:06.015 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,424,T176) 127.0.0.1:8,230 ==> :8,229 [CON-POST   MID=47353, Token=6C8694C02BD281E4, 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]
08:07:06.015 [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
08:07:06.015 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8230-47353]
08:07:06.015 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=1)
08:07:06.015 [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=47353, Token=6C8694C02BD281E4, 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
08:07:06.016 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come
08:07:06.016 [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>
08:07:06.016 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1409, 127.0.0.1:8230, complete]!
08:07:06.016 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1409, 127.0.0.1:8230, complete] completed ACK-2.31   MID=47353, Token=6C8694C02BD281E4, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, <empty data>!
08:07:06.016 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8230
08:07:06.016 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,425,T179) 127.0.0.1:8,229 ==> :8,230 [ACK-2.31   MID=47353, Token=6C8694C02BD281E4, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, <empty data>]
08:07:06.016 [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
08:07:06.016 [: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)
08:07:06.016 [: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
08:07:06.016 [: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=47353, Token=6C8694C02BD281E4, 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
08:07:06.017 [: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
08:07:06.017 [: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
08:07:06.017 [: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-47354], CON-POST   MID=47354, 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
08:07:06.017 [: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-47353]
08:07:06.017 [: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-60D510EFC80F3F58], CON-POST   MID=47354, Token=60D510EFC80F3F58, 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
08:07:06.017 [: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-6C8694C02BD281E4]
08:07:06.017 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8229-47354], KeyToken[127.0.0.1:8229-60D510EFC80F3F58]]
08:07:06.017 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8229
08:07:06.017 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,426,T176) 127.0.0.1:8,230 ==> :8,229 [CON-POST   MID=47354, Token=60D510EFC80F3F58, 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]
08:07:06.018 [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
08:07:06.018 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8230-47354]
08:07:06.018 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=2)
08:07:06.018 [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=47354, Token=60D510EFC80F3F58, 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
08:07:06.018 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come
08:07:06.018 [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>
08:07:06.018 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1410, 127.0.0.1:8230, complete]!
08:07:06.018 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1410, 127.0.0.1:8230, complete] completed ACK-2.31   MID=47354, Token=60D510EFC80F3F58, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, <empty data>!
08:07:06.018 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8230
08:07:06.018 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,427,T179) 127.0.0.1:8,229 ==> :8,230 [ACK-2.31   MID=47354, Token=60D510EFC80F3F58, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, <empty data>]
08:07:06.018 [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
08:07:06.019 [: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)
08:07:06.019 [: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
08:07:06.019 [: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=47354, Token=60D510EFC80F3F58, 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
08:07:06.019 [: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
08:07:06.019 [: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
08:07:06.019 [: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-47355], CON-POST   MID=47355, 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
08:07:06.019 [: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-47354]
08:07:06.019 [: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-A8E2EFB2ADDCFA89], CON-POST   MID=47355, Token=A8E2EFB2ADDCFA89, 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
08:07:06.019 [: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-60D510EFC80F3F58]
08:07:06.019 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8229-47355], KeyToken[127.0.0.1:8229-A8E2EFB2ADDCFA89]]
08:07:06.020 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8229
08:07:06.020 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,428,T176) 127.0.0.1:8,230 ==> :8,229 [CON-POST   MID=47355, Token=A8E2EFB2ADDCFA89, 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]
08:07:06.020 [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
08:07:06.020 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8230-47355]
08:07:06.020 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=3)
08:07:06.020 [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=47355, Token=A8E2EFB2ADDCFA89, 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
08:07:06.020 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=3], expecting more blocks to come
08:07:06.020 [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>
08:07:06.020 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1411, 127.0.0.1:8230, complete]!
08:07:06.020 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1411, 127.0.0.1:8230, complete] completed ACK-2.31   MID=47355, Token=A8E2EFB2ADDCFA89, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, <empty data>!
08:07:06.021 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8230
08:07:06.021 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,429,T179) 127.0.0.1:8,229 ==> :8,230 [ACK-2.31   MID=47355, Token=A8E2EFB2ADDCFA89, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, <empty data>]
08:07:06.021 [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
08:07:06.021 [: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)
08:07:06.021 [: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
08:07:06.021 [: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=47355, Token=A8E2EFB2ADDCFA89, 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
08:07:06.021 [: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
08:07:06.021 [: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
08:07:06.021 [: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-47356], CON-POST   MID=47356, 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
08:07:06.022 [: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-47355]
08:07:06.022 [: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-C46FE5F2FECEDEE1], CON-POST   MID=47356, Token=C46FE5F2FECEDEE1, 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
08:07:06.022 [: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-A8E2EFB2ADDCFA89]
08:07:06.022 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8229-47356], KeyToken[127.0.0.1:8229-C46FE5F2FECEDEE1]]
08:07:06.022 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8229
08:07:06.022 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,430,T176) 127.0.0.1:8,230 ==> :8,229 [CON-POST   MID=47356, Token=C46FE5F2FECEDEE1, 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]
08:07:06.022 [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
08:07:06.022 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8230-47356]
08:07:06.022 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=false, num=4)
08:07:06.022 [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=47356, Token=C46FE5F2FECEDEE1, 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
08:07:06.023 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=4], delivering request to application layer
08:07:06.023 [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
08:07:06.023 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE request uses outer block-wise
08:07:06.023 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.023 [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>
08:07:06.023 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1412, 127.0.0.1:8230, complete]!
08:07:06.023 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1412, 127.0.0.1:8230, complete] completed ACK-2.04   MID=47356, Token=C46FE5F2FECEDEE1, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB!
08:07:06.024 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8230
08:07:06.024 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,431,T179) 127.0.0.1:8,229 ==> :8,230 [ACK-2.04   MID=47356, Token=C46FE5F2FECEDEE1, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB]
08:07:06.024 [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
08:07:06.024 [: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)
08:07:06.024 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1407, 127.0.0.1:8229, complete]!
08:07:06.024 [: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-C46FE5F2FECEDEE1]
08:07:06.024 [: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-47356]
08:07:06.024 [: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=47352, Token=10967B3A98B9E5DA, 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=47356, Token=C46FE5F2FECEDEE1, 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!
08:07:06.024 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
08:07:06.024 [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
08:07:06.025 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1406, 127.0.0.1:8232, complete]!
08:07:06.025 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1406, 127.0.0.1:8232, complete] completed ACK-2.04   MID=39345, Token=4C225EC7A098749B, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB!
08:07:06.025 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8232
08:07:06.025 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,432,T187) 127.0.0.1:8,231 ==> :8,232 [ACK-2.04   MID=39345, Token=4C225EC7A098749B, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB]
08:07:06.025 [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
08:07:06.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.025 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.026 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1405, 127.0.0.1:8231, complete]!
08:07:06.026 [: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-4C225EC7A098749B]
08:07:06.026 [: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-39345]
08:07:06.026 [: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=39345, Token=4C225EC7A098749B, 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=39345, Token=4C225EC7A098749B, 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    : 39345
Token  : 4C225EC7A098749B
Type   : ACK
Status : 2.04 - CHANGED
Options: {"Object-Security":0x}
RTT    : 17 ms
Payload: 0 Bytes
===============================================================
08:07:06.026 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.026 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:06.026 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8229
08:07:06.026 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8229
08:07:06.026 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8229] stopping ...
08:07:06.026 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8229, address /127.0.0.1
08:07:06.026 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8229] has stopped.
08:07:06.026 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8229
08:07:06.027 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:06.027 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.027 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8230
08:07:06.027 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8230
08:07:06.027 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8230] stopping ...
08:07:06.027 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8230, address /0.0.0.0
08:07:06.027 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8230] has stopped.
08:07:06.027 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8230
08:07:06.027 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.027 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:06.027 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8231
08:07:06.027 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8231
08:07:06.027 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8231] stopping ...
08:07:06.027 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8231, address /127.0.0.1
08:07:06.027 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8231] has stopped.
08:07:06.027 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8231
08:07:06.027 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:06.027 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.027 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8232
08:07:06.027 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8232
08:07:06.027 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8232] stopping ...
08:07:06.027 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8232, address /0.0.0.0
08:07:06.027 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8232] has stopped.
08:07:06.028 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8232
08:07:06.028 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePutProxyServerBW
08:07:06.028 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxyLargeGet
08:07:06.029 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.029 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.029 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.029 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.029 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:06.029 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:06.029 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.029 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.029 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:06.029 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8233
08:07:06.029 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.030 [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
08:07:06.030 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:06.030 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8233
08:07:06.030 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:06.030 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.030 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.030 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.030 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.030 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:06.030 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:06.030 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.030 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.030 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:06.030 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8234
08:07:06.030 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.030 [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
08:07:06.031 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8234
08:07:06.031 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8234
08:07:06.031 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:06.031 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:06.031 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.031 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.031 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.031 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.031 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:06.031 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:06.031 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.031 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.031 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:06.031 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8235
08:07:06.031 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.032 [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
08:07:06.032 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:06.032 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8235
08:07:06.032 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:06.032 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.032 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.032 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.032 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.032 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:06.033 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:06.033 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.033 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.033 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:06.033 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8236
08:07:06.033 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.033 [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
08:07:06.033 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:06.033 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8236
08:07:06.033 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8236
08:07:06.033 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:06.033 [: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
08:07:06.033 [: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>
08:07:06.034 [: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
08:07:06.034 [: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-12657], CON-POST   MID=12657, 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
08:07:06.034 [: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-A4549F89453C8E02], CON-POST   MID=12657, Token=A4549F89453C8E02, 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
08:07:06.034 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8235-12657], KeyToken[127.0.0.1:8235-A4549F89453C8E02]]
08:07:06.034 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8235
08:07:06.035 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,433,T200) 127.0.0.1:8,236 ==> :8,235 [CON-POST   MID=12657, Token=A4549F89453C8E02, 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]
08:07:06.035 [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
08:07:06.035 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8236-12657]
08:07:06.035 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8233
==[ CoAP Request ]=============================================
MID    : 12657
Token  : A4549F89453C8E02
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
===============================================================
08:07:06.035 [: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
08:07:06.035 [: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
08:07:06.036 [: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-20318], CON-POST   MID=20318, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
08:07:06.036 [: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-6CAE9A05322D16D4], CON-POST   MID=20318, Token=6CAE9A05322D16D4, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
08:07:06.036 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8233-20318], KeyToken[127.0.0.1:8233-6CAE9A05322D16D4]]
08:07:06.036 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8233
08:07:06.036 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,434,T192) 127.0.0.1:8,234 ==> :8,233 [CON-POST   MID=20318, Token=6CAE9A05322D16D4, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3]
08:07:06.036 [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
08:07:06.036 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8234-20318]
08:07:06.037 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.037 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1416, 127.0.0.1:8234] replace CON-POST   MID=20318, Token=6CAE9A05322D16D4, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data> by CON-GET    MID=20318, Token=6CAE9A05322D16D4, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>
08:07:06.037 [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
08:07:06.037 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1416, 127.0.0.1:8234, complete]!
08:07:06.037 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1416, 127.0.0.1:8234, complete] completed ACK-2.04   MID=20318, Token=6CAE9A05322D16D4, 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!
08:07:06.038 [UDP-Sender-localhost/127.0.0.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
08:07:06.038 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,435,T195) 127.0.0.1:8,233 ==> :8,234 [ACK-2.04   MID=20318, Token=6CAE9A05322D16D4, 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]
08:07:06.038 [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
08:07:06.038 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1415, 127.0.0.1:8233, complete]!
08:07:06.038 [: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-6CAE9A05322D16D4]
08:07:06.038 [: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-20318]
08:07:06.038 [: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=20318, Token=6CAE9A05322D16D4, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3!
08:07:06.038 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
08:07:06.038 [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
08:07:06.038 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1414, 127.0.0.1:8236, complete]!
08:07:06.038 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1414, 127.0.0.1:8236, complete] completed ACK-2.04   MID=12657, Token=A4549F89453C8E02, 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!
08:07:06.039 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 153 bytes to 127.0.0.1:8236
08:07:06.039 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,436,T203) 127.0.0.1:8,235 ==> :8,236 [ACK-2.04   MID=12657, Token=A4549F89453C8E02, 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]
08:07:06.039 [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
08:07:06.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.039 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1413, 127.0.0.1:8235, complete]!
08:07:06.039 [: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-A4549F89453C8E02]
08:07:06.039 [: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-12657]
08:07:06.039 [: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=12657, Token=A4549F89453C8E02, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8233/resource"}, <empty data> -/- CON-POST   MID=12657, Token=A4549F89453C8E02, 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    : 12657
Token  : A4549F89453C8E02
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x, "Content-Format":"text/plain"}
RTT    : 5 ms
Payload: 128 Bytes
---------------------------------------------------------------
98257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098
===============================================================
08:07:06.040 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.040 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:06.040 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8233
08:07:06.040 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8233
08:07:06.040 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8233] stopping ...
08:07:06.040 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8233, address /127.0.0.1
08:07:06.040 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8233] has stopped.
08:07:06.040 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8233
08:07:06.040 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:06.040 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.040 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8234
08:07:06.040 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8234
08:07:06.040 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8234] stopping ...
08:07:06.040 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8234, address /0.0.0.0
08:07:06.040 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8234] has stopped.
08:07:06.040 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8234
08:07:06.040 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.040 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:06.041 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8235
08:07:06.041 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8235
08:07:06.041 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8235] stopping ...
08:07:06.041 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8235, address /127.0.0.1
08:07:06.041 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8235] has stopped.
08:07:06.041 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8235
08:07:06.041 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:06.041 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.041 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8236
08:07:06.041 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8236
08:07:06.041 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8236] stopping ...
08:07:06.041 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8236, address /0.0.0.0
08:07:06.041 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8236] has stopped.
08:07:06.041 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8236
08:07:06.041 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxyLargeGet
08:07:06.041 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxySmallGet
08:07:06.042 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.042 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.042 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.042 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.042 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:06.043 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:06.043 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.043 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.043 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:06.043 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8237
08:07:06.043 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.043 [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
08:07:06.043 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:06.043 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8237
08:07:06.043 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:06.043 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.043 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.043 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.043 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.043 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:06.044 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:06.044 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.044 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.044 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:06.044 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8238
08:07:06.044 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.044 [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
08:07:06.044 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:06.044 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8238
08:07:06.044 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:06.044 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8238
08:07:06.044 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.044 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.044 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.045 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.045 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:06.045 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:06.045 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.045 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.045 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:06.045 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8239
08:07:06.045 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.045 [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
08:07:06.045 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:06.045 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8239
08:07:06.045 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:06.046 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.046 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.046 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.046 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.046 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:06.046 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:06.046 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.046 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.046 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:06.046 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8240
08:07:06.046 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.047 [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
08:07:06.047 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:06.047 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8240
08:07:06.047 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8240
08:07:06.047 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:06.047 [: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
08:07:06.047 [: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>
08:07:06.048 [: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
08:07:06.048 [: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-23395], CON-POST   MID=23395, 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
08:07:06.048 [: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-581AB12D5F664A3B], CON-POST   MID=23395, Token=581AB12D5F664A3B, 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
08:07:06.048 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8239-23395], KeyToken[127.0.0.1:8239-581AB12D5F664A3B]]
08:07:06.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 58 bytes to 127.0.0.1:8239
08:07:06.048 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,437,T216) 127.0.0.1:8,240 ==> :8,239 [CON-POST   MID=23395, Token=581AB12D5F664A3B, 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]
08:07:06.048 [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
08:07:06.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8240-23395]
08:07:06.049 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8237
==[ CoAP Request ]=============================================
MID    : 23395
Token  : 581AB12D5F664A3B
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
===============================================================
08:07:06.049 [: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
08:07:06.049 [: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
08:07:06.049 [: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-4121], CON-POST   MID= 4121, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
08:07:06.050 [: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-C0621017DA13F0F1], CON-POST   MID= 4121, Token=C0621017DA13F0F1, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
08:07:06.050 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8237-4121], KeyToken[127.0.0.1:8237-C0621017DA13F0F1]]
08:07:06.050 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8237
08:07:06.050 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,438,T208) 127.0.0.1:8,238 ==> :8,237 [CON-POST   MID= 4121, Token=C0621017DA13F0F1, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3]
08:07:06.050 [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
08:07:06.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8238-4121]
08:07:06.050 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1420, 127.0.0.1:8238] replace CON-POST   MID= 4121, Token=C0621017DA13F0F1, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data> by CON-GET    MID= 4121, Token=C0621017DA13F0F1, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>
08:07:06.051 [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"
08:07:06.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1420, 127.0.0.1:8238, complete]!
08:07:06.051 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1420, 127.0.0.1:8238, complete] completed ACK-2.04   MID= 4121, Token=C0621017DA13F0F1, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C!
08:07:06.051 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8238
08:07:06.051 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,439,T211) 127.0.0.1:8,237 ==> :8,238 [ACK-2.04   MID= 4121, Token=C0621017DA13F0F1, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C]
08:07:06.051 [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
08:07:06.052 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1419, 127.0.0.1:8237, complete]!
08:07:06.052 [: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-C0621017DA13F0F1]
08:07:06.052 [: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-4121]
08:07:06.052 [: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= 4121, Token=C0621017DA13F0F1, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3!
08:07:06.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
08:07:06.052 [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
08:07:06.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1418, 127.0.0.1:8240, complete]!
08:07:06.052 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1418, 127.0.0.1:8240, complete] completed ACK-2.04   MID=23395, Token=581AB12D5F664A3B, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C!
08:07:06.052 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8240
08:07:06.052 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,440,T219) 127.0.0.1:8,239 ==> :8,240 [ACK-2.04   MID=23395, Token=581AB12D5F664A3B, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C]
08:07:06.052 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8240) received 29 bytes from 127.0.0.1:8239
08:07:06.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.053 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1417, 127.0.0.1:8239, complete]!
08:07:06.053 [: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-581AB12D5F664A3B]
08:07:06.053 [: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-23395]
08:07:06.053 [: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=23395, Token=581AB12D5F664A3B, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8237/resource"}, <empty data> -/- CON-POST   MID=23395, Token=581AB12D5F664A3B, 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    : 23395
Token  : 581AB12D5F664A3B
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x, "Content-Format":"text/plain"}
RTT    : 5 ms
Payload: 4 Bytes
---------------------------------------------------------------
test
===============================================================
08:07:06.053 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.053 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:06.054 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8237
08:07:06.054 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8237
08:07:06.054 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8237] stopping ...
08:07:06.054 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8237, address /127.0.0.1
08:07:06.054 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8237] has stopped.
08:07:06.054 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8237
08:07:06.054 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:06.054 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.054 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8238
08:07:06.054 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8238
08:07:06.054 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8238] stopping ...
08:07:06.054 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8238, address /0.0.0.0
08:07:06.054 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8238] has stopped.
08:07:06.054 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8238
08:07:06.054 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.054 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:06.054 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8239
08:07:06.054 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8239
08:07:06.054 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8239] stopping ...
08:07:06.054 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8239, address /127.0.0.1
08:07:06.054 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8239] has stopped.
08:07:06.054 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8239
08:07:06.054 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:06.054 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.054 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8240
08:07:06.054 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8240
08:07:06.054 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8240] stopping ...
08:07:06.054 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8240, address /0.0.0.0
08:07:06.055 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8240] has stopped.
08:07:06.055 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8240
08:07:06.055 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxySmallGet
08:07:06.055 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyClientBW
08:07:06.056 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.056 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.056 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.056 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.056 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:06.056 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:06.056 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.056 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.056 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:06.057 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8241
08:07:06.057 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.057 [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
08:07:06.057 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8241
08:07:06.057 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:06.057 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:06.057 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.057 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.057 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.057 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.057 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:06.057 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:06.058 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.058 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.058 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:06.058 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8242
08:07:06.058 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.058 [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
08:07:06.058 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:06.058 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8242
08:07:06.058 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8242
08:07:06.058 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:06.058 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.058 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.058 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.058 [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
08:07:06.058 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:06.059 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:06.059 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.059 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.059 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:06.059 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8243
08:07:06.059 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.059 [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
08:07:06.059 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:06.059 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8243
08:07:06.059 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:06.060 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.060 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.060 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.060 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.060 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:06.060 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:06.060 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.060 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.060 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:06.060 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8244
08:07:06.060 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.060 [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
08:07:06.060 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:06.061 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8244
08:07:06.061 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:06.061 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8244
08:07:06.061 [: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
08:07:06.061 [: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
08:07:06.062 [: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
08:07:06.062 [: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-22941], CON-POST   MID=22941, 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
08:07:06.093 [: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-245BECDA07C8EF77], CON-POST   MID=22941, Token=245BECDA07C8EF77, 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
08:07:06.094 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8243-22941], KeyToken[127.0.0.1:8243-245BECDA07C8EF77]]
08:07:06.094 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8243
08:07:06.094 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,441,T232) 127.0.0.1:8,244 ==> :8,243 [CON-POST   MID=22941, Token=245BECDA07C8EF77, 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]
08:07:06.094 [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
08:07:06.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8244-22941]
08:07:06.095 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8241
==[ CoAP Request ]=============================================
MID    : 22941
Token  : 245BECDA07C8EF77
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
===============================================================
08:07:06.095 [: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
08:07:06.095 [: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
08:07:06.095 [: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-24266], CON-POST   MID=24266, 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
08:07:06.096 [: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-AC9FF9C11386E33A], CON-POST   MID=24266, Token=AC9FF9C11386E33A, 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
08:07:06.096 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8241-24266], KeyToken[127.0.0.1:8241-AC9FF9C11386E33A]]
08:07:06.096 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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
08:07:06.096 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,442,T224) 127.0.0.1:8,242 ==> :8,241 [CON-POST   MID=24266, Token=AC9FF9C11386E33A, 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]
08:07:06.096 [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
08:07:06.096 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8242-24266]
08:07:06.096 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1424, 127.0.0.1:8242] replace CON-POST   MID=24266, Token=AC9FF9C11386E33A, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "98257387005764743526667350535128".. 128 bytes by CON-POST   MID=24266, Token=AC9FF9C11386E33A, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "98257387005764743526667350535128".. 128 bytes
08:07:06.097 [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
08:07:06.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1424, 127.0.0.1:8242, complete]!
08:07:06.097 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1424, 127.0.0.1:8242, complete] completed ACK-2.04   MID=24266, Token=AC9FF9C11386E33A, 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!
08:07:06.097 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 281 bytes to 127.0.0.1:8242
08:07:06.098 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,443,T227) 127.0.0.1:8,241 ==> :8,242 [ACK-2.04   MID=24266, Token=AC9FF9C11386E33A, 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]
08:07:06.098 [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
08:07:06.098 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1423, 127.0.0.1:8241, complete]!
08:07:06.098 [: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-AC9FF9C11386E33A]
08:07:06.098 [: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-24266]
08:07:06.098 [: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=24266, Token=AC9FF9C11386E33A, 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!
08:07:06.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
08:07:06.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [267/32] requires blockwise transfer
08:07:06.098 [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
08:07:06.098 [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
08:07:06.098 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1422, 127.0.0.1:8244, complete]!
08:07:06.098 [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=22941, Token=245BECDA07C8EF77, 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!
08:07:06.099 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 52 bytes to 127.0.0.1:8244
08:07:06.099 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,444,T235) 127.0.0.1:8,243 ==> :8,244 [ACK-2.04   MID=22941, Token=245BECDA07C8EF77, 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]
08:07:06.099 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8244) received 52 bytes from 127.0.0.1:8243
08:07:06.099 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.099 [: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=22941, Token=245BECDA07C8EF77, 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
08:07:06.099 [: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>
08:07:06.100 [: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=22941, Token=245BECDA07C8EF77, 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>
08:07:06.100 [: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
08:07:06.100 [: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>
08:07:06.100 [: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-22942], CON-POST   MID=22942, 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>
08:07:06.100 [: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-22941]
08:07:06.100 [: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-60E0A677CF66BF3E], CON-POST   MID=22942, Token=60E0A677CF66BF3E, 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>
08:07:06.101 [: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-245BECDA07C8EF77]
08:07:06.101 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8243-22942], KeyToken[127.0.0.1:8243-60E0A677CF66BF3E]]
08:07:06.101 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8243
08:07:06.101 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,445,T232) 127.0.0.1:8,244 ==> :8,243 [CON-POST   MID=22942, Token=60E0A677CF66BF3E, 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>]
08:07:06.101 [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
08:07:06.101 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8244-22942]
08:07:06.101 [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]
08:07:06.101 [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
08:07:06.101 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1425, 127.0.0.1:8244, complete]!
08:07:06.101 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1425, 127.0.0.1:8244, complete] completed ACK-2.04   MID=22942, Token=60E0A677CF66BF3E, 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!
08:07:06.102 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8244
08:07:06.102 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,446,T235) 127.0.0.1:8,243 ==> :8,244 [ACK-2.04   MID=22942, Token=60E0A677CF66BF3E, 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]
08:07:06.102 [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
08:07:06.102 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.102 [: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>
08:07:06.102 [: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=22942, Token=60E0A677CF66BF3E, 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>
08:07:06.103 [: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
08:07:06.103 [: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>
08:07:06.103 [: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-22943], CON-POST   MID=22943, 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>
08:07:06.103 [: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-22942]
08:07:06.103 [: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-14F12AD8BC8FF98C], CON-POST   MID=22943, Token=14F12AD8BC8FF98C, 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>
08:07:06.103 [: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-60E0A677CF66BF3E]
08:07:06.103 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8243-22943], KeyToken[127.0.0.1:8243-14F12AD8BC8FF98C]]
08:07:06.103 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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
08:07:06.103 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,447,T232) 127.0.0.1:8,244 ==> :8,243 [CON-POST   MID=22943, Token=14F12AD8BC8FF98C, 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>]
08:07:06.103 [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
08:07:06.104 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8244-22943]
08:07:06.104 [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]
08:07:06.104 [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
08:07:06.104 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1426, 127.0.0.1:8244, complete]!
08:07:06.104 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1426, 127.0.0.1:8244, complete] completed ACK-2.04   MID=22943, Token=14F12AD8BC8FF98C, 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!
08:07:06.104 [UDP-Sender-localhost/127.0.0.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
08:07:06.104 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,448,T235) 127.0.0.1:8,243 ==> :8,244 [ACK-2.04   MID=22943, Token=14F12AD8BC8FF98C, 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]
08:07:06.104 [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
08:07:06.105 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.105 [: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>
08:07:06.105 [: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=22943, Token=14F12AD8BC8FF98C, 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>
08:07:06.105 [: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
08:07:06.105 [: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>
08:07:06.105 [: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-22944], CON-POST   MID=22944, 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>
08:07:06.105 [: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-22943]
08:07:06.105 [: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-C0E4333DF1C97833], CON-POST   MID=22944, Token=C0E4333DF1C97833, 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>
08:07:06.105 [: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-14F12AD8BC8FF98C]
08:07:06.106 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8243-22944], KeyToken[127.0.0.1:8243-C0E4333DF1C97833]]
08:07:06.106 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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
08:07:06.106 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,449,T232) 127.0.0.1:8,244 ==> :8,243 [CON-POST   MID=22944, Token=C0E4333DF1C97833, 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>]
08:07:06.106 [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
08:07:06.106 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8244-22944]
08:07:06.106 [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]
08:07:06.106 [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
08:07:06.106 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1427, 127.0.0.1:8244, complete]!
08:07:06.106 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1427, 127.0.0.1:8244, complete] completed ACK-2.04   MID=22944, Token=C0E4333DF1C97833, 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!
08:07:06.107 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8244
08:07:06.107 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,450,T235) 127.0.0.1:8,243 ==> :8,244 [ACK-2.04   MID=22944, Token=C0E4333DF1C97833, 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]
08:07:06.107 [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
08:07:06.107 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.107 [: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>
08:07:06.107 [: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=22944, Token=C0E4333DF1C97833, 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>
08:07:06.108 [: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
08:07:06.108 [: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>
08:07:06.108 [: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-22945], CON-POST   MID=22945, 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>
08:07:06.108 [: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-22944]
08:07:06.108 [: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-C067BC8051860559], CON-POST   MID=22945, Token=C067BC8051860559, 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>
08:07:06.108 [: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-C0E4333DF1C97833]
08:07:06.108 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8243-22945], KeyToken[127.0.0.1:8243-C067BC8051860559]]
08:07:06.108 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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
08:07:06.108 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,451,T232) 127.0.0.1:8,244 ==> :8,243 [CON-POST   MID=22945, Token=C067BC8051860559, 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>]
08:07:06.109 [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
08:07:06.109 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8244-22945]
08:07:06.109 [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]
08:07:06.109 [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
08:07:06.109 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1428, 127.0.0.1:8244, complete]!
08:07:06.109 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1428, 127.0.0.1:8244, complete] completed ACK-2.04   MID=22945, Token=C067BC8051860559, 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!
08:07:06.109 [UDP-Sender-localhost/127.0.0.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
08:07:06.109 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,452,T235) 127.0.0.1:8,243 ==> :8,244 [ACK-2.04   MID=22945, Token=C067BC8051860559, 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]
08:07:06.109 [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
08:07:06.110 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.110 [: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>
08:07:06.110 [: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=22945, Token=C067BC8051860559, 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>
08:07:06.110 [: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
08:07:06.110 [: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>
08:07:06.110 [: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-22946], CON-POST   MID=22946, 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>
08:07:06.111 [: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-22945]
08:07:06.111 [: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-804EA57D19A51E50], CON-POST   MID=22946, Token=804EA57D19A51E50, 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>
08:07:06.111 [: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-C067BC8051860559]
08:07:06.111 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8243-22946], KeyToken[127.0.0.1:8243-804EA57D19A51E50]]
08:07:06.111 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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
08:07:06.111 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,453,T232) 127.0.0.1:8,244 ==> :8,243 [CON-POST   MID=22946, Token=804EA57D19A51E50, 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>]
08:07:06.111 [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
08:07:06.111 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8244-22946]
08:07:06.112 [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]
08:07:06.112 [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
08:07:06.112 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1429, 127.0.0.1:8244, complete]!
08:07:06.112 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1429, 127.0.0.1:8244, complete] completed ACK-2.04   MID=22946, Token=804EA57D19A51E50, 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!
08:07:06.112 [UDP-Sender-localhost/127.0.0.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
08:07:06.112 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,454,T235) 127.0.0.1:8,243 ==> :8,244 [ACK-2.04   MID=22946, Token=804EA57D19A51E50, 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]
08:07:06.112 [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
08:07:06.112 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.113 [: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>
08:07:06.113 [: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=22946, Token=804EA57D19A51E50, 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>
08:07:06.113 [: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
08:07:06.113 [: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>
08:07:06.113 [: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-22947], CON-POST   MID=22947, 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>
08:07:06.113 [: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-22946]
08:07:06.113 [: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-B43142EF95E5A9E2], CON-POST   MID=22947, Token=B43142EF95E5A9E2, 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>
08:07:06.114 [: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-804EA57D19A51E50]
08:07:06.114 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8243-22947], KeyToken[127.0.0.1:8243-B43142EF95E5A9E2]]
08:07:06.114 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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
08:07:06.114 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,455,T232) 127.0.0.1:8,244 ==> :8,243 [CON-POST   MID=22947, Token=B43142EF95E5A9E2, 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>]
08:07:06.114 [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
08:07:06.114 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8244-22947]
08:07:06.114 [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]
08:07:06.114 [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
08:07:06.115 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1430, 127.0.0.1:8244, complete]!
08:07:06.115 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1430, 127.0.0.1:8244, complete] completed ACK-2.04   MID=22947, Token=B43142EF95E5A9E2, 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!
08:07:06.115 [UDP-Sender-localhost/127.0.0.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
08:07:06.115 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,456,T235) 127.0.0.1:8,243 ==> :8,244 [ACK-2.04   MID=22947, Token=B43142EF95E5A9E2, 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]
08:07:06.115 [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
08:07:06.115 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.115 [: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>
08:07:06.115 [: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=22947, Token=B43142EF95E5A9E2, 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>
08:07:06.116 [: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
08:07:06.116 [: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>
08:07:06.116 [: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-22948], CON-POST   MID=22948, 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>
08:07:06.116 [: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-22947]
08:07:06.116 [: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-A42AD885E7B69870], CON-POST   MID=22948, Token=A42AD885E7B69870, 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>
08:07:06.116 [: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-B43142EF95E5A9E2]
08:07:06.116 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8243-22948], KeyToken[127.0.0.1:8243-A42AD885E7B69870]]
08:07:06.117 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8243
08:07:06.117 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,457,T232) 127.0.0.1:8,244 ==> :8,243 [CON-POST   MID=22948, Token=A42AD885E7B69870, 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>]
08:07:06.117 [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
08:07:06.117 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8244-22948]
08:07:06.117 [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]
08:07:06.117 [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
08:07:06.117 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1431, 127.0.0.1:8244, complete]!
08:07:06.117 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1431, 127.0.0.1:8244, complete] completed ACK-2.04   MID=22948, Token=A42AD885E7B69870, 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!
08:07:06.118 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8244
08:07:06.118 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,458,T235) 127.0.0.1:8,243 ==> :8,244 [ACK-2.04   MID=22948, Token=A42AD885E7B69870, 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]
08:07:06.118 [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
08:07:06.118 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.118 [: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>
08:07:06.118 [: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=22948, Token=A42AD885E7B69870, 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>
08:07:06.119 [: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
08:07:06.119 [: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>
08:07:06.119 [: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-22949], CON-POST   MID=22949, 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>
08:07:06.119 [: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-22948]
08:07:06.119 [: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-A424DAF2C26D0A59], CON-POST   MID=22949, Token=A424DAF2C26D0A59, 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>
08:07:06.119 [: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-A42AD885E7B69870]
08:07:06.119 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8243-22949], KeyToken[127.0.0.1:8243-A424DAF2C26D0A59]]
08:07:06.119 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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
08:07:06.120 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,459,T232) 127.0.0.1:8,244 ==> :8,243 [CON-POST   MID=22949, Token=A424DAF2C26D0A59, 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>]
08:07:06.120 [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
08:07:06.120 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8244-22949]
08:07:06.120 [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]
08:07:06.120 [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
08:07:06.120 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1432, 127.0.0.1:8244, complete]!
08:07:06.120 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1432, 127.0.0.1:8244, complete] completed ACK-2.04   MID=22949, Token=A424DAF2C26D0A59, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, C6 67 7E E8 4E 3E B9 2C 0B 19 E6!
08:07:06.120 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 28 bytes to 127.0.0.1:8244
08:07:06.121 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,460,T235) 127.0.0.1:8,243 ==> :8,244 [ACK-2.04   MID=22949, Token=A424DAF2C26D0A59, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, C6 67 7E E8 4E 3E B9 2C 0B 19 E6]
08:07:06.121 [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
08:07:06.121 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.121 [: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
08:07:06.121 [: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
08:07:06.121 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.04   MID=22941, Token=245BECDA07C8EF77, 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
08:07:06.121 [: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=22949, Token=A424DAF2C26D0A59, 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=22941, Token=245BECDA07C8EF77, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, "98257387005764743526667350535128".. 128 bytes
08:07:06.121 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1421, 127.0.0.1:8243, complete]!
08:07:06.121 [: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-A424DAF2C26D0A59]
08:07:06.121 [: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-22949]
08:07:06.121 [: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=22941, Token=245BECDA07C8EF77, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8241/resource"}, "98257387005764743526667350535128".. 128 bytes!
08:07:06.122 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE response uses outer block-wise
08:07:06.122 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
==[ CoAP Response ]============================================
MID    : 22941
Token  : 245BECDA07C8EF77
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x, "Content-Format":"text/plain"}
RTT    : 60 ms
Payload: 256 Bytes
---------------------------------------------------------------
9825738700576474352666735053512878218700320913599900364160263437163052680218709341331217088868805914495093768541575311672954009898257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098
===============================================================
08:07:06.122 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.122 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:06.122 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8241
08:07:06.122 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8241
08:07:06.122 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8241] stopping ...
08:07:06.122 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8241, address /127.0.0.1
08:07:06.123 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8241] has stopped.
08:07:06.123 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8241
08:07:06.123 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:06.123 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.123 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8242
08:07:06.123 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8242
08:07:06.123 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8242] stopping ...
08:07:06.123 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8242, address /0.0.0.0
08:07:06.123 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8242] has stopped.
08:07:06.123 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8242
08:07:06.123 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.123 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:06.123 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8243
08:07:06.123 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8243
08:07:06.123 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8243] stopping ...
08:07:06.123 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8243, address /127.0.0.1
08:07:06.123 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8243] has stopped.
08:07:06.123 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8243
08:07:06.123 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:06.123 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.123 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8244
08:07:06.123 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8244
08:07:06.123 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8244] stopping ...
08:07:06.123 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8244, address /0.0.0.0
08:07:06.123 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8244] has stopped.
08:07:06.123 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8244
08:07:06.124 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyClientBW
08:07:06.125 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyServerBW
08:07:06.125 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.125 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.126 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.126 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.126 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:06.126 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:06.126 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.126 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.126 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:06.126 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8245
08:07:06.126 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.126 [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
08:07:06.127 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8245
08:07:06.127 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:06.127 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:06.127 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.127 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.127 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.127 [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
08:07:06.127 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:06.127 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:06.127 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.127 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.127 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:06.127 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8246
08:07:06.127 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.127 [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
08:07:06.127 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:06.127 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8246
08:07:06.127 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8246
08:07:06.127 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:06.128 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.128 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.128 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.128 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.128 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:06.128 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:06.128 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.128 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.128 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:06.128 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8247
08:07:06.128 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.128 [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
08:07:06.128 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:06.128 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8247
08:07:06.128 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:06.129 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.129 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.129 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.129 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.129 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:06.129 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:06.129 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.129 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.129 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:06.129 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8248
08:07:06.129 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.130 [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
08:07:06.130 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:06.130 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8248
08:07:06.130 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8248
08:07:06.130 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:06.130 [: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
08:07:06.130 [: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
08:07:06.131 [: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
08:07:06.131 [: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-20737], CON-POST   MID=20737, 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
08:07:06.131 [: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-4CBBDC2896537962], CON-POST   MID=20737, Token=4CBBDC2896537962, 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
08:07:06.131 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8247-20737], KeyToken[127.0.0.1:8247-4CBBDC2896537962]]
08:07:06.131 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8247
08:07:06.131 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,461,T248) 127.0.0.1:8,248 ==> :8,247 [CON-POST   MID=20737, Token=4CBBDC2896537962, 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]
08:07:06.132 [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
08:07:06.132 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8248-20737]
08:07:06.132 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8245
==[ CoAP Request ]=============================================
MID    : 20737
Token  : 4CBBDC2896537962
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
===============================================================
08:07:06.132 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer
08:07:06.132 [: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
08:07:06.133 [: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
08:07:06.133 [: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
08:07:06.133 [: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
08:07:06.133 [: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-56120], CON-POST   MID=56120, 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
08:07:06.133 [: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-C8E5C7FFE60B654B], CON-POST   MID=56120, Token=C8E5C7FFE60B654B, 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
08:07:06.133 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-56120], KeyToken[127.0.0.1:8245-C8E5C7FFE60B654B]]
08:07:06.134 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8245
08:07:06.134 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,462,T240) 127.0.0.1:8,246 ==> :8,245 [CON-POST   MID=56120, Token=C8E5C7FFE60B654B, 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]
08:07:06.134 [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
08:07:06.134 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-56120]
08:07:06.134 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=0)
08:07:06.134 [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
08:07:06.134 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come
08:07:06.134 [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>
08:07:06.134 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1436, 127.0.0.1:8246, complete]!
08:07:06.134 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1436, 127.0.0.1:8246, complete] completed ACK-2.31   MID=56120, Token=C8E5C7FFE60B654B, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, <empty data>!
08:07:06.135 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8246
08:07:06.135 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,463,T243) 127.0.0.1:8,245 ==> :8,246 [ACK-2.31   MID=56120, Token=C8E5C7FFE60B654B, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, <empty data>]
08:07:06.135 [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
08:07:06.135 [: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)
08:07:06.135 [: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
08:07:06.135 [: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=56120, Token=C8E5C7FFE60B654B, 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
08:07:06.135 [: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
08:07:06.135 [: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
08:07:06.136 [: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-56121], CON-POST   MID=56121, 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
08:07:06.136 [: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-56120]
08:07:06.136 [: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-4CE34C6BE2474C0F], CON-POST   MID=56121, Token=4CE34C6BE2474C0F, 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
08:07:06.136 [: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-C8E5C7FFE60B654B]
08:07:06.136 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-56121], KeyToken[127.0.0.1:8245-4CE34C6BE2474C0F]]
08:07:06.136 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8245
08:07:06.136 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,464,T240) 127.0.0.1:8,246 ==> :8,245 [CON-POST   MID=56121, Token=4CE34C6BE2474C0F, 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]
08:07:06.136 [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
08:07:06.137 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-56121]
08:07:06.137 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=1)
08:07:06.137 [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=56121, Token=4CE34C6BE2474C0F, 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
08:07:06.137 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come
08:07:06.137 [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>
08:07:06.137 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1437, 127.0.0.1:8246, complete]!
08:07:06.137 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1437, 127.0.0.1:8246, complete] completed ACK-2.31   MID=56121, Token=4CE34C6BE2474C0F, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, <empty data>!
08:07:06.137 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8246
08:07:06.137 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,465,T243) 127.0.0.1:8,245 ==> :8,246 [ACK-2.31   MID=56121, Token=4CE34C6BE2474C0F, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, <empty data>]
08:07:06.137 [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
08:07:06.137 [: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)
08:07:06.138 [: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
08:07:06.138 [: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=56121, Token=4CE34C6BE2474C0F, 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
08:07:06.138 [: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
08:07:06.138 [: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
08:07:06.138 [: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-56122], CON-POST   MID=56122, 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
08:07:06.138 [: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-56121]
08:07:06.138 [: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-CC4737F63D7B2039], CON-POST   MID=56122, Token=CC4737F63D7B2039, 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
08:07:06.138 [: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-4CE34C6BE2474C0F]
08:07:06.139 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-56122], KeyToken[127.0.0.1:8245-CC4737F63D7B2039]]
08:07:06.139 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8245
08:07:06.139 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,466,T240) 127.0.0.1:8,246 ==> :8,245 [CON-POST   MID=56122, Token=CC4737F63D7B2039, 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]
08:07:06.139 [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
08:07:06.139 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-56122]
08:07:06.139 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=2)
08:07:06.139 [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=56122, Token=CC4737F63D7B2039, 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
08:07:06.139 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come
08:07:06.139 [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>
08:07:06.139 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1438, 127.0.0.1:8246, complete]!
08:07:06.139 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1438, 127.0.0.1:8246, complete] completed ACK-2.31   MID=56122, Token=CC4737F63D7B2039, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, <empty data>!
08:07:06.140 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8246
08:07:06.140 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,467,T243) 127.0.0.1:8,245 ==> :8,246 [ACK-2.31   MID=56122, Token=CC4737F63D7B2039, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, <empty data>]
08:07:06.140 [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
08:07:06.140 [: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)
08:07:06.140 [: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
08:07:06.140 [: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=56122, Token=CC4737F63D7B2039, 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
08:07:06.140 [: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
08:07:06.140 [: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
08:07:06.141 [: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-56123], CON-POST   MID=56123, 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
08:07:06.141 [: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-56122]
08:07:06.141 [: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-C8FEC7E59CFC58F4], CON-POST   MID=56123, Token=C8FEC7E59CFC58F4, 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
08:07:06.141 [: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-CC4737F63D7B2039]
08:07:06.141 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-56123], KeyToken[127.0.0.1:8245-C8FEC7E59CFC58F4]]
08:07:06.141 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8245
08:07:06.141 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,468,T240) 127.0.0.1:8,246 ==> :8,245 [CON-POST   MID=56123, Token=C8FEC7E59CFC58F4, 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]
08:07:06.141 [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
08:07:06.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-56123]
08:07:06.141 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=3)
08:07:06.142 [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=56123, Token=C8FEC7E59CFC58F4, 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
08:07:06.142 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=3], expecting more blocks to come
08:07:06.142 [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>
08:07:06.142 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1439, 127.0.0.1:8246, complete]!
08:07:06.142 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1439, 127.0.0.1:8246, complete] completed ACK-2.31   MID=56123, Token=C8FEC7E59CFC58F4, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, <empty data>!
08:07:06.142 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8246
08:07:06.142 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,469,T243) 127.0.0.1:8,245 ==> :8,246 [ACK-2.31   MID=56123, Token=C8FEC7E59CFC58F4, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, <empty data>]
08:07:06.142 [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
08:07:06.142 [: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)
08:07:06.142 [: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
08:07:06.143 [: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=56123, Token=C8FEC7E59CFC58F4, 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
08:07:06.143 [: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
08:07:06.143 [: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
08:07:06.143 [: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-56124], CON-POST   MID=56124, 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
08:07:06.143 [: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-56123]
08:07:06.143 [: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-10636342F31A144F], CON-POST   MID=56124, Token=10636342F31A144F, 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
08:07:06.143 [: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-C8FEC7E59CFC58F4]
08:07:06.143 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8245-56124], KeyToken[127.0.0.1:8245-10636342F31A144F]]
08:07:06.144 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8245
08:07:06.144 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,470,T240) 127.0.0.1:8,246 ==> :8,245 [CON-POST   MID=56124, Token=10636342F31A144F, 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]
08:07:06.144 [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
08:07:06.144 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8246-56124]
08:07:06.144 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=false, num=4)
08:07:06.144 [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=56124, Token=10636342F31A144F, 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
08:07:06.144 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=4], delivering request to application layer
08:07:06.144 [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
08:07:06.144 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE request uses outer block-wise
08:07:06.144 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.145 [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
08:07:06.145 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1440, 127.0.0.1:8246, complete]!
08:07:06.145 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1440, 127.0.0.1:8246, complete] completed ACK-2.04   MID=56124, Token=10636342F31A144F, 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!
08:07:06.145 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 284 bytes to 127.0.0.1:8246
08:07:06.145 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,471,T243) 127.0.0.1:8,245 ==> :8,246 [ACK-2.04   MID=56124, Token=10636342F31A144F, 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]
08:07:06.145 [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
08:07:06.146 [: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)
08:07:06.146 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1435, 127.0.0.1:8245, complete]!
08:07:06.146 [: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-10636342F31A144F]
08:07:06.146 [: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-56124]
08:07:06.146 [: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=56120, Token=C8E5C7FFE60B654B, 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=56124, Token=10636342F31A144F, 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!
08:07:06.146 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
08:07:06.146 [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
08:07:06.146 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1434, 127.0.0.1:8248, complete]!
08:07:06.146 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1434, 127.0.0.1:8248, complete] completed ACK-2.04   MID=20737, Token=4CBBDC2896537962, 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!
08:07:06.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 284 bytes to 127.0.0.1:8248
08:07:06.147 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,472,T251) 127.0.0.1:8,247 ==> :8,248 [ACK-2.04   MID=20737, Token=4CBBDC2896537962, 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]
08:07:06.147 [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
08:07:06.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.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
08:07:06.147 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1433, 127.0.0.1:8247, complete]!
08:07:06.147 [: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-4CBBDC2896537962]
08:07:06.147 [: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-20737]
08:07:06.147 [: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=20737, Token=4CBBDC2896537962, 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=20737, Token=4CBBDC2896537962, 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    : 20737
Token  : 4CBBDC2896537962
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x, "Content-Format":"text/plain"}
RTT    : 17 ms
Payload: 256 Bytes
---------------------------------------------------------------
9825738700576474352666735053512878218700320913599900364160263437163052680218709341331217088868805914495093768541575311672954009898257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098
===============================================================
08:07:06.148 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.148 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:06.201 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8245
08:07:06.202 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8245
08:07:06.202 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8245] stopping ...
08:07:06.202 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8245, address /127.0.0.1
08:07:06.202 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8245] has stopped.
08:07:06.202 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8245
08:07:06.202 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:06.202 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.202 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8246
08:07:06.202 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8246
08:07:06.202 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8246] stopping ...
08:07:06.202 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8246, address /0.0.0.0
08:07:06.202 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8246] has stopped.
08:07:06.202 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8246
08:07:06.203 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.203 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:06.203 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8247
08:07:06.203 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8247
08:07:06.203 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8247] stopping ...
08:07:06.203 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8247, address /127.0.0.1
08:07:06.203 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8247] has stopped.
08:07:06.203 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8247
08:07:06.203 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:06.203 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.203 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8248
08:07:06.203 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8248
08:07:06.203 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8248] stopping ...
08:07:06.203 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8248, address /0.0.0.0
08:07:06.203 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8248] has stopped.
08:07:06.203 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8248
08:07:06.203 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyServerBW
08:07:06.203 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
08:07:06.204 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
[WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.297 s - in org.eclipse.californium.oscore.OSCoreOuterBlockwiseTest
[INFO] Running org.eclipse.californium.oscore.OSCoreInnerBlockwiseTest
08:07:06.204 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePost
08:07:06.205 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.205 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.205 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.205 [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
08:07:06.205 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:06.206 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:06.206 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.206 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.206 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:06.206 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8249
08:07:06.206 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.206 [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
08:07:06.206 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:06.206 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8249
08:07:06.206 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:06.206 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.206 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.206 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.206 [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
08:07:06.206 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:06.206 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:06.206 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.207 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.207 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:06.207 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8250
08:07:06.207 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.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]]
08:07:06.294 [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
08:07:06.294 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8250
08:07:06.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]]
08:07:06.295 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [256/64] requires blockwise transfer
08:07:06.295 [: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
08:07:06.295 [: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
08:07:06.295 [: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
08:07:06.295 [: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
08:07:06.296 [: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
08:07:06.296 [: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-4581], CON-POST   MID= 4581, 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
08:07:06.296 [: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-98003B55C20AD65A], CON-POST   MID= 4581, Token=98003B55C20AD65A, 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
08:07:06.296 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-4581], KeyToken[127.0.0.1:8249-98003B55C20AD65A]]
08:07:06.297 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 107 bytes to 127.0.0.1:8249
08:07:06.297 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,473,T256) 127.0.0.1:8,250 ==> :8,249 [CON-POST   MID= 4581, Token=98003B55C20AD65A, 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]
08:07:06.297 [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
08:07:06.297 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-4581]
08:07:06.297 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.298 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1442, 127.0.0.1:8250] replace CON-POST   MID= 4581, Token=98003B55C20AD65A, 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= 4581, Token=98003B55C20AD65A, 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
08:07:06.298 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=0)
08:07:06.298 [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
08:07:06.298 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come
08:07:06.298 [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>
08:07:06.298 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1442, 127.0.0.1:8250, complete]!
08:07:06.298 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1442, 127.0.0.1:8250, complete] completed ACK-2.04   MID= 4581, Token=98003B55C20AD65A, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03!
08:07:06.299 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8250
08:07:06.299 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,474,T259) 127.0.0.1:8,249 ==> :8,250 [ACK-2.04   MID= 4581, Token=98003B55C20AD65A, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03]
08:07:06.299 [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
08:07:06.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.299 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.299 [: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)
08:07:06.299 [: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
08:07:06.299 [: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= 4581, Token=98003B55C20AD65A, 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
08:07:06.300 [: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
08:07:06.300 [: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
08:07:06.300 [: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
08:07:06.300 [: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-4582], CON-POST   MID= 4582, 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
08:07:06.301 [: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-4581]
08:07:06.301 [: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-14D7F3C746DA0E95], CON-POST   MID= 4582, Token=14D7F3C746DA0E95, 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
08:07:06.301 [: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-98003B55C20AD65A]
08:07:06.301 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-4582], KeyToken[127.0.0.1:8249-14D7F3C746DA0E95]]
08:07:06.301 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8249
08:07:06.301 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,475,T256) 127.0.0.1:8,250 ==> :8,249 [CON-POST   MID= 4582, Token=14D7F3C746DA0E95, 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]
08:07:06.301 [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
08:07:06.301 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-4582]
08:07:06.301 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.301 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1443, 127.0.0.1:8250] replace CON-POST   MID= 4582, Token=14D7F3C746DA0E95, 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= 4582, Token=14D7F3C746DA0E95, 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
08:07:06.302 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=1)
08:07:06.302 [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= 4582, Token=14D7F3C746DA0E95, 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
08:07:06.302 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come
08:07:06.302 [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>
08:07:06.302 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1443, 127.0.0.1:8250, complete]!
08:07:06.302 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1443, 127.0.0.1:8250, complete] completed ACK-2.04   MID= 4582, Token=14D7F3C746DA0E95, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C!
08:07:06.302 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8250
08:07:06.303 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,476,T259) 127.0.0.1:8,249 ==> :8,250 [ACK-2.04   MID= 4582, Token=14D7F3C746DA0E95, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C]
08:07:06.303 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8250) received 26 bytes from 127.0.0.1:8249
08:07:06.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.303 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.303 [: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)
08:07:06.303 [: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
08:07:06.303 [: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= 4582, Token=14D7F3C746DA0E95, 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
08:07:06.303 [: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
08:07:06.304 [: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
08:07:06.304 [: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
08:07:06.304 [: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-4583], CON-POST   MID= 4583, 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
08:07:06.304 [: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-4582]
08:07:06.304 [: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-94D2DDC3194BDD28], CON-POST   MID= 4583, Token=94D2DDC3194BDD28, 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
08:07:06.304 [: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-14D7F3C746DA0E95]
08:07:06.304 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-4583], KeyToken[127.0.0.1:8249-94D2DDC3194BDD28]]
08:07:06.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 103 bytes to 127.0.0.1:8249
08:07:06.305 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,477,T256) 127.0.0.1:8,250 ==> :8,249 [CON-POST   MID= 4583, Token=94D2DDC3194BDD28, 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]
08:07:06.305 [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
08:07:06.305 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-4583]
08:07:06.305 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.305 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1444, 127.0.0.1:8250] replace CON-POST   MID= 4583, Token=94D2DDC3194BDD28, 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= 4583, Token=94D2DDC3194BDD28, 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
08:07:06.306 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=2)
08:07:06.306 [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= 4583, Token=94D2DDC3194BDD28, 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
08:07:06.306 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come
08:07:06.306 [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>
08:07:06.306 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1444, 127.0.0.1:8250, complete]!
08:07:06.306 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1444, 127.0.0.1:8250, complete] completed ACK-2.04   MID= 4583, Token=94D2DDC3194BDD28, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B!
08:07:06.306 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8250
08:07:06.307 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,478,T259) 127.0.0.1:8,249 ==> :8,250 [ACK-2.04   MID= 4583, Token=94D2DDC3194BDD28, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B]
08:07:06.307 [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
08:07:06.307 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.307 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.307 [: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)
08:07:06.307 [: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
08:07:06.307 [: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= 4583, Token=94D2DDC3194BDD28, 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
08:07:06.307 [: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
08:07:06.307 [: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
08:07:06.308 [: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
08:07:06.308 [: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-4584], CON-POST   MID= 4584, 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
08:07:06.308 [: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-4583]
08:07:06.308 [: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-6C03663AB7BA37D6], CON-POST   MID= 4584, Token=6C03663AB7BA37D6, 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
08:07:06.308 [: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-94D2DDC3194BDD28]
08:07:06.308 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-4584], KeyToken[127.0.0.1:8249-6C03663AB7BA37D6]]
08:07:06.308 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8249
08:07:06.309 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,479,T256) 127.0.0.1:8,250 ==> :8,249 [CON-POST   MID= 4584, Token=6C03663AB7BA37D6, 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]
08:07:06.309 [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
08:07:06.309 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-4584]
08:07:06.309 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.309 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1445, 127.0.0.1:8250] replace CON-POST   MID= 4584, Token=6C03663AB7BA37D6, 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= 4584, Token=6C03663AB7BA37D6, 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
08:07:06.310 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=false, num=3)
08:07:06.310 [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= 4584, Token=6C03663AB7BA37D6, 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
08:07:06.310 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=3], delivering request to application layer
08:07:06.310 [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
08:07:06.310 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [512/64] requires blockwise transfer
08:07:06.310 [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
08:07:06.310 [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
08:07:06.310 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1445, 127.0.0.1:8250, complete]!
08:07:06.310 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1445, 127.0.0.1:8250, complete] completed ACK-2.04   MID= 4584, Token=6C03663AB7BA37D6, 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!
08:07:06.311 [UDP-Sender-localhost/127.0.0.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
08:07:06.311 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,480,T259) 127.0.0.1:8,249 ==> :8,250 [ACK-2.04   MID= 4584, Token=6C03663AB7BA37D6, 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]
08:07:06.311 [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
08:07:06.311 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.311 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.311 [: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)
08:07:06.311 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap Block1 followed by Block2 transfer
08:07:06.311 [: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= 4584, Token=6C03663AB7BA37D6, 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
08:07:06.311 [: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>
08:07:06.312 [: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= 4584, Token=6C03663AB7BA37D6, 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>
08:07:06.312 [: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
08:07:06.312 [: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>
08:07:06.312 [: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
08:07:06.312 [: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-4585], CON-POST   MID= 4585, 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
08:07:06.313 [: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-4584]
08:07:06.313 [: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-58EC9A37B9C93335], CON-POST   MID= 4585, Token=58EC9A37B9C93335, 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
08:07:06.313 [: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-6C03663AB7BA37D6]
08:07:06.313 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-4585], KeyToken[127.0.0.1:8249-58EC9A37B9C93335]]
08:07:06.313 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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
08:07:06.313 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,481,T256) 127.0.0.1:8,250 ==> :8,249 [CON-POST   MID= 4585, Token=58EC9A37B9C93335, 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]
08:07:06.313 [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
08:07:06.313 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-4585]
08:07:06.313 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.314 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1446, 127.0.0.1:8250] replace CON-POST   MID= 4585, Token=58EC9A37B9C93335, 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= 4585, Token=58EC9A37B9C93335, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=1)"}, <empty data>
08:07:06.314 [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]
08:07:06.314 [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
08:07:06.314 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1446, 127.0.0.1:8250, complete]!
08:07:06.314 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1446, 127.0.0.1:8250, complete] completed ACK-2.04   MID= 4585, Token=58EC9A37B9C93335, 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!
08:07:06.315 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8250
08:07:06.315 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,482,T259) 127.0.0.1:8,249 ==> :8,250 [ACK-2.04   MID= 4585, Token=58EC9A37B9C93335, 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]
08:07:06.315 [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
08:07:06.315 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.315 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.315 [: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>
08:07:06.315 [: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= 4585, Token=58EC9A37B9C93335, 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>
08:07:06.315 [: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
08:07:06.315 [: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>
08:07:06.316 [: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
08:07:06.316 [: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-4586], CON-POST   MID= 4586, 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
08:07:06.316 [: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-4585]
08:07:06.316 [: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-54F0E50099638750], CON-POST   MID= 4586, Token=54F0E50099638750, 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
08:07:06.316 [: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-58EC9A37B9C93335]
08:07:06.316 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-4586], KeyToken[127.0.0.1:8249-54F0E50099638750]]
08:07:06.317 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8249
08:07:06.317 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,483,T256) 127.0.0.1:8,250 ==> :8,249 [CON-POST   MID= 4586, Token=54F0E50099638750, 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]
08:07:06.317 [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
08:07:06.317 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-4586]
08:07:06.317 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.317 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1447, 127.0.0.1:8250] replace CON-POST   MID= 4586, Token=54F0E50099638750, 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= 4586, Token=54F0E50099638750, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=2)"}, <empty data>
08:07:06.318 [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]
08:07:06.318 [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
08:07:06.318 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1447, 127.0.0.1:8250, complete]!
08:07:06.318 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1447, 127.0.0.1:8250, complete] completed ACK-2.04   MID= 4586, Token=54F0E50099638750, 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!
08:07:06.318 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8250
08:07:06.318 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,484,T259) 127.0.0.1:8,249 ==> :8,250 [ACK-2.04   MID= 4586, Token=54F0E50099638750, 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]
08:07:06.318 [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
08:07:06.318 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.319 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.319 [: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>
08:07:06.319 [: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= 4586, Token=54F0E50099638750, 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>
08:07:06.319 [: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
08:07:06.319 [: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>
08:07:06.320 [: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
08:07:06.320 [: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-4587], CON-POST   MID= 4587, 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
08:07:06.320 [: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-4586]
08:07:06.320 [: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-D0EEC7CEA04B8857], CON-POST   MID= 4587, Token=D0EEC7CEA04B8857, 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
08:07:06.320 [: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-54F0E50099638750]
08:07:06.320 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-4587], KeyToken[127.0.0.1:8249-D0EEC7CEA04B8857]]
08:07:06.320 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8249
08:07:06.320 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,485,T256) 127.0.0.1:8,250 ==> :8,249 [CON-POST   MID= 4587, Token=D0EEC7CEA04B8857, 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]
08:07:06.320 [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
08:07:06.321 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-4587]
08:07:06.321 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.321 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1448, 127.0.0.1:8250] replace CON-POST   MID= 4587, Token=D0EEC7CEA04B8857, 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= 4587, Token=D0EEC7CEA04B8857, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=3)"}, <empty data>
08:07:06.321 [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]
08:07:06.321 [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
08:07:06.322 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1448, 127.0.0.1:8250, complete]!
08:07:06.322 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1448, 127.0.0.1:8250, complete] completed ACK-2.04   MID= 4587, Token=D0EEC7CEA04B8857, 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!
08:07:06.322 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8250
08:07:06.322 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,486,T259) 127.0.0.1:8,249 ==> :8,250 [ACK-2.04   MID= 4587, Token=D0EEC7CEA04B8857, 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]
08:07:06.322 [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
08:07:06.322 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.322 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.322 [: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>
08:07:06.323 [: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= 4587, Token=D0EEC7CEA04B8857, 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>
08:07:06.323 [: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
08:07:06.323 [: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>
08:07:06.323 [: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
08:07:06.323 [: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-4588], CON-POST   MID= 4588, 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
08:07:06.324 [: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-4587]
08:07:06.324 [: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-F8460D58F357C9FE], CON-POST   MID= 4588, Token=F8460D58F357C9FE, 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
08:07:06.324 [: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-D0EEC7CEA04B8857]
08:07:06.324 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-4588], KeyToken[127.0.0.1:8249-F8460D58F357C9FE]]
08:07:06.324 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8249
08:07:06.324 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,487,T256) 127.0.0.1:8,250 ==> :8,249 [CON-POST   MID= 4588, Token=F8460D58F357C9FE, 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]
08:07:06.324 [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
08:07:06.324 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-4588]
08:07:06.324 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.325 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1449, 127.0.0.1:8250] replace CON-POST   MID= 4588, Token=F8460D58F357C9FE, 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= 4588, Token=F8460D58F357C9FE, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=4)"}, <empty data>
08:07:06.325 [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]
08:07:06.325 [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
08:07:06.325 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1449, 127.0.0.1:8250, complete]!
08:07:06.325 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1449, 127.0.0.1:8250, complete] completed ACK-2.04   MID= 4588, Token=F8460D58F357C9FE, 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!
08:07:06.325 [UDP-Sender-localhost/127.0.0.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
08:07:06.326 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,488,T259) 127.0.0.1:8,249 ==> :8,250 [ACK-2.04   MID= 4588, Token=F8460D58F357C9FE, 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]
08:07:06.326 [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
08:07:06.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.326 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.326 [: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>
08:07:06.326 [: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= 4588, Token=F8460D58F357C9FE, 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>
08:07:06.326 [: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
08:07:06.326 [: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>
08:07:06.327 [: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
08:07:06.327 [: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-4589], CON-POST   MID= 4589, 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
08:07:06.327 [: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-4588]
08:07:06.327 [: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-189DAF9C8F4F7AAF], CON-POST   MID= 4589, Token=189DAF9C8F4F7AAF, 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
08:07:06.327 [: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-F8460D58F357C9FE]
08:07:06.327 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-4589], KeyToken[127.0.0.1:8249-189DAF9C8F4F7AAF]]
08:07:06.327 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8249
08:07:06.328 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,489,T256) 127.0.0.1:8,250 ==> :8,249 [CON-POST   MID= 4589, Token=189DAF9C8F4F7AAF, 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]
08:07:06.328 [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
08:07:06.328 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-4589]
08:07:06.328 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.328 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1450, 127.0.0.1:8250] replace CON-POST   MID= 4589, Token=189DAF9C8F4F7AAF, 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= 4589, Token=189DAF9C8F4F7AAF, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=5)"}, <empty data>
08:07:06.329 [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]
08:07:06.329 [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
08:07:06.329 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1450, 127.0.0.1:8250, complete]!
08:07:06.329 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1450, 127.0.0.1:8250, complete] completed ACK-2.04   MID= 4589, Token=189DAF9C8F4F7AAF, 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!
08:07:06.329 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8250
08:07:06.329 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,490,T259) 127.0.0.1:8,249 ==> :8,250 [ACK-2.04   MID= 4589, Token=189DAF9C8F4F7AAF, 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]
08:07:06.329 [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
08:07:06.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.329 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.330 [: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>
08:07:06.330 [: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= 4589, Token=189DAF9C8F4F7AAF, 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>
08:07:06.330 [: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
08:07:06.330 [: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>
08:07:06.330 [: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
08:07:06.331 [: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-4590], CON-POST   MID= 4590, 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
08:07:06.331 [: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-4589]
08:07:06.331 [: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-30DD242EB6B47216], CON-POST   MID= 4590, Token=30DD242EB6B47216, 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
08:07:06.331 [: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-189DAF9C8F4F7AAF]
08:07:06.331 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-4590], KeyToken[127.0.0.1:8249-30DD242EB6B47216]]
08:07:06.331 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8249
08:07:06.331 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,491,T256) 127.0.0.1:8,250 ==> :8,249 [CON-POST   MID= 4590, Token=30DD242EB6B47216, 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]
08:07:06.331 [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
08:07:06.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-4590]
08:07:06.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1451, 127.0.0.1:8250] replace CON-POST   MID= 4590, Token=30DD242EB6B47216, 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= 4590, Token=30DD242EB6B47216, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=6)"}, <empty data>
08:07:06.332 [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]
08:07:06.332 [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
08:07:06.332 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1451, 127.0.0.1:8250, complete]!
08:07:06.333 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1451, 127.0.0.1:8250, complete] completed ACK-2.04   MID= 4590, Token=30DD242EB6B47216, 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!
08:07:06.333 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8250
08:07:06.333 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,492,T259) 127.0.0.1:8,249 ==> :8,250 [ACK-2.04   MID= 4590, Token=30DD242EB6B47216, 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]
08:07:06.333 [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
08:07:06.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.333 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.333 [: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>
08:07:06.333 [: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= 4590, Token=30DD242EB6B47216, 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>
08:07:06.334 [: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
08:07:06.334 [: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>
08:07:06.334 [: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
08:07:06.334 [: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-4591], CON-POST   MID= 4591, 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
08:07:06.334 [: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-4590]
08:07:06.334 [: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-18D946110445D84C], CON-POST   MID= 4591, Token=18D946110445D84C, 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
08:07:06.335 [: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-30DD242EB6B47216]
08:07:06.335 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8249-4591], KeyToken[127.0.0.1:8249-18D946110445D84C]]
08:07:06.335 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 38 bytes to 127.0.0.1:8249
08:07:06.335 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,493,T256) 127.0.0.1:8,250 ==> :8,249 [CON-POST   MID= 4591, Token=18D946110445D84C, 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]
08:07:06.335 [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
08:07:06.335 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8250-4591]
08:07:06.335 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.335 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1452, 127.0.0.1:8250] replace CON-POST   MID= 4591, Token=18D946110445D84C, 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= 4591, Token=18D946110445D84C, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain", "Block2":"(szx=2/64, m=false, num=7)"}, <empty data>
08:07:06.336 [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]
08:07:06.336 [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
08:07:06.336 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1452, 127.0.0.1:8250, complete]!
08:07:06.336 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1452, 127.0.0.1:8250, complete] completed ACK-2.04   MID= 4591, Token=18D946110445D84C, 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!
08:07:06.336 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8250
08:07:06.337 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,494,T259) 127.0.0.1:8,249 ==> :8,250 [ACK-2.04   MID= 4591, Token=18D946110445D84C, 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]
08:07:06.337 [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
08:07:06.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.337 [: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
08:07:06.337 [: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
08:07:06.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.05   MID= 4584, Token=6C03663AB7BA37D6, OptionSet={"Object-Security":0x, "Size2":512}, "97509355062585950531841781678883".. 512 bytes
08:07:06.337 [: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= 4591, Token=18D946110445D84C, 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= 4581, Token=98003B55C20AD65A, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes
08:07:06.337 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1441, 127.0.0.1:8249, complete]!
08:07:06.337 [: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-18D946110445D84C]
08:07:06.337 [: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-4591]
08:07:06.337 [: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= 4581, Token=98003B55C20AD65A, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes!
08:07:06.338 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.338 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:06.338 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8249
08:07:06.338 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8249
08:07:06.338 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8249] stopping ...
08:07:06.338 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8249, address /127.0.0.1
08:07:06.338 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8249] has stopped.
08:07:06.338 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8249
08:07:06.338 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:06.338 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8250
08:07:06.338 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8250
08:07:06.338 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8250] stopping ...
08:07:06.338 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8250, address /0.0.0.0
08:07:06.338 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8250] has stopped.
08:07:06.338 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8250
08:07:06.339 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePost
08:07:06.339 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwiseGet
08:07:06.339 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.339 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.340 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.340 [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
08:07:06.340 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:06.340 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:06.340 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.340 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.340 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:06.340 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8251
08:07:06.340 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.341 [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
08:07:06.341 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:06.341 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8251
08:07:06.341 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:06.341 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.341 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.341 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.341 [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
08:07:06.341 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:06.341 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:06.341 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.341 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.341 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:06.341 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8252
08:07:06.341 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.342 [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
08:07:06.342 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:06.342 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8252
08:07:06.342 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:06.342 [: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
08:07:06.342 [: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>
08:07:06.343 [: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
08:07:06.343 [: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-29967], CON-POST   MID=29967, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
08:07:06.344 [: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-BC1254AFF82EB4C6], CON-POST   MID=29967, Token=BC1254AFF82EB4C6, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
08:07:06.344 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8251-29967], KeyToken[127.0.0.1:8251-BC1254AFF82EB4C6]]
08:07:06.344 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8251
08:07:06.344 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,495,T264) 127.0.0.1:8,252 ==> :8,251 [CON-POST   MID=29967, Token=BC1254AFF82EB4C6, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3]
08:07:06.344 [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
08:07:06.344 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8252-29967]
08:07:06.344 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.394 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1454, 127.0.0.1:8252] replace CON-POST   MID=29967, Token=BC1254AFF82EB4C6, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data> by CON-GET    MID=29967, Token=BC1254AFF82EB4C6, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>
08:07:06.394 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [256/64] requires blockwise transfer
08:07:06.394 [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
08:07:06.394 [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
08:07:06.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1454, 127.0.0.1:8252, complete]!
08:07:06.395 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1454, 127.0.0.1:8252, complete] completed ACK-2.04   MID=29967, Token=BC1254AFF82EB4C6, 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!
08:07:06.395 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 94 bytes to 127.0.0.1:8252
08:07:06.395 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,496,T267) 127.0.0.1:8,251 ==> :8,252 [ACK-2.04   MID=29967, Token=BC1254AFF82EB4C6, 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]
08:07:06.395 [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
08:07:06.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.395 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.395 [: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=29967, Token=BC1254AFF82EB4C6, OptionSet={"Object-Security":0x, "Block2":"(szx=2/64, m=true, num=0)", "Size2":256}, "97509355062585950531841781678883".. 64 bytes
08:07:06.396 [: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>
08:07:06.396 [: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=29967, Token=BC1254AFF82EB4C6, 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>
08:07:06.396 [: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
08:07:06.396 [: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>
08:07:06.397 [: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
08:07:06.397 [: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-29968], CON-POST   MID=29968, 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
08:07:06.397 [: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-29967]
08:07:06.397 [: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-74BB624F1FF6749D], CON-POST   MID=29968, Token=74BB624F1FF6749D, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13
08:07:06.397 [: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-BC1254AFF82EB4C6]
08:07:06.397 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8251-29968], KeyToken[127.0.0.1:8251-74BB624F1FF6749D]]
08:07:06.397 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8251
08:07:06.398 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,497,T264) 127.0.0.1:8,252 ==> :8,251 [CON-POST   MID=29968, Token=74BB624F1FF6749D, OptionSet={"Object-Security":0x0901}, 19 4C 36 46 C7 DF B3 38 22 D0 44 3E 99 A8 57 01 95 51 57 13]
08:07:06.398 [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
08:07:06.398 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8252-29968]
08:07:06.398 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.398 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1455, 127.0.0.1:8252] replace CON-POST   MID=29968, Token=74BB624F1FF6749D, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, <empty data> by CON-GET    MID=29968, Token=74BB624F1FF6749D, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=1)"}, <empty data>
08:07:06.398 [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]
08:07:06.398 [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
08:07:06.399 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1455, 127.0.0.1:8252, complete]!
08:07:06.399 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1455, 127.0.0.1:8252, complete] completed ACK-2.04   MID=29968, Token=74BB624F1FF6749D, 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!
08:07:06.399 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8252
08:07:06.399 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,498,T267) 127.0.0.1:8,251 ==> :8,252 [ACK-2.04   MID=29968, Token=74BB624F1FF6749D, 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]
08:07:06.399 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8252) received 91 bytes from 127.0.0.1:8251
08:07:06.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.399 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.399 [: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>
08:07:06.399 [: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=29968, Token=74BB624F1FF6749D, 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>
08:07:06.400 [: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
08:07:06.400 [: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>
08:07:06.400 [: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
08:07:06.400 [: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-29969], CON-POST   MID=29969, 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
08:07:06.401 [: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-29968]
08:07:06.401 [: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-5CF1CD59E6424E94], CON-POST   MID=29969, Token=5CF1CD59E6424E94, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2
08:07:06.401 [: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-74BB624F1FF6749D]
08:07:06.401 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8251-29969], KeyToken[127.0.0.1:8251-5CF1CD59E6424E94]]
08:07:06.401 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 36 bytes to 127.0.0.1:8251
08:07:06.401 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,499,T264) 127.0.0.1:8,252 ==> :8,251 [CON-POST   MID=29969, Token=5CF1CD59E6424E94, OptionSet={"Object-Security":0x0902}, 8E 46 3F 6A D1 78 0E 0A 1E 29 4F 04 41 29 8B 4A C2 73 2F A2]
08:07:06.401 [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
08:07:06.401 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8252-29969]
08:07:06.401 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.402 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1456, 127.0.0.1:8252] replace CON-POST   MID=29969, Token=5CF1CD59E6424E94, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, <empty data> by CON-GET    MID=29969, Token=5CF1CD59E6424E94, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=2)"}, <empty data>
08:07:06.402 [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]
08:07:06.402 [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
08:07:06.402 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1456, 127.0.0.1:8252, complete]!
08:07:06.402 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1456, 127.0.0.1:8252, complete] completed ACK-2.04   MID=29969, Token=5CF1CD59E6424E94, 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!
08:07:06.402 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 91 bytes to 127.0.0.1:8252
08:07:06.402 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,500,T267) 127.0.0.1:8,251 ==> :8,252 [ACK-2.04   MID=29969, Token=5CF1CD59E6424E94, 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]
08:07:06.402 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8252) received 91 bytes from 127.0.0.1:8251
08:07:06.403 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.403 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.403 [: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>
08:07:06.403 [: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=29969, Token=5CF1CD59E6424E94, 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>
08:07:06.403 [: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
08:07:06.403 [: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>
08:07:06.404 [: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
08:07:06.404 [: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-29970], CON-POST   MID=29970, 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
08:07:06.404 [: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-29969]
08:07:06.404 [: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-10BF9488D4D1CE04], CON-POST   MID=29970, Token=10BF9488D4D1CE04, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9
08:07:06.404 [: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-5CF1CD59E6424E94]
08:07:06.404 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8251-29970], KeyToken[127.0.0.1:8251-10BF9488D4D1CE04]]
08:07:06.404 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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
08:07:06.405 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,501,T264) 127.0.0.1:8,252 ==> :8,251 [CON-POST   MID=29970, Token=10BF9488D4D1CE04, OptionSet={"Object-Security":0x0903}, 7D D4 E5 39 EE DF EC 7D E9 70 77 31 8F 3F E6 04 8F 9F 59 B9]
08:07:06.405 [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
08:07:06.405 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8252-29970]
08:07:06.405 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.405 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1457, 127.0.0.1:8252] replace CON-POST   MID=29970, Token=10BF9488D4D1CE04, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, <empty data> by CON-GET    MID=29970, Token=10BF9488D4D1CE04, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Block2":"(szx=2/64, m=false, num=3)"}, <empty data>
08:07:06.405 [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]
08:07:06.405 [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
08:07:06.406 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1457, 127.0.0.1:8252, complete]!
08:07:06.406 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1457, 127.0.0.1:8252, complete] completed ACK-2.04   MID=29970, Token=10BF9488D4D1CE04, 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!
08:07:06.406 [UDP-Sender-localhost/127.0.0.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
08:07:06.406 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,502,T267) 127.0.0.1:8,251 ==> :8,252 [ACK-2.04   MID=29970, Token=10BF9488D4D1CE04, 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]
08:07:06.406 [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
08:07:06.406 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.406 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.406 [: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
08:07:06.406 [: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
08:07:06.406 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.05   MID=29967, Token=BC1254AFF82EB4C6, OptionSet={"Object-Security":0x, "Size2":256}, "97509355062585950531841781678883".. 256 bytes
08:07:06.406 [: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=29970, Token=10BF9488D4D1CE04, 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=29967, Token=BC1254AFF82EB4C6, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>
08:07:06.407 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1453, 127.0.0.1:8251, complete]!
08:07:06.407 [: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-10BF9488D4D1CE04]
08:07:06.407 [: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-29970]
08:07:06.407 [: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=29967, Token=BC1254AFF82EB4C6, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>!
08:07:06.407 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.407 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:06.407 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8251
08:07:06.407 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8251
08:07:06.407 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8251] stopping ...
08:07:06.407 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8251, address /127.0.0.1
08:07:06.407 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8251] has stopped.
08:07:06.407 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8251
08:07:06.407 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:06.407 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8252
08:07:06.407 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8252
08:07:06.407 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8252] stopping ...
08:07:06.407 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8252, address /0.0.0.0
08:07:06.407 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8252] has stopped.
08:07:06.407 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8252
08:07:06.408 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwiseGet
08:07:06.408 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePut
08:07:06.409 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.409 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.409 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.409 [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
08:07:06.409 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:06.409 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:06.410 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.410 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.410 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:06.410 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8253
08:07:06.410 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.410 [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
08:07:06.410 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8253
08:07:06.410 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:06.410 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:06.410 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.410 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.410 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.410 [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
08:07:06.410 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:06.410 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:06.410 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.410 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.410 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:06.410 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8254
08:07:06.410 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.411 [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
08:07:06.411 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:06.411 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8254
08:07:06.411 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:06.412 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [256/64] requires blockwise transfer
08:07:06.412 [: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
08:07:06.412 [: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
08:07:06.412 [: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
08:07:06.412 [: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
08:07:06.413 [: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
08:07:06.413 [: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-24048], CON-POST   MID=24048, 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
08:07:06.413 [: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-5C96498364CE3483], CON-POST   MID=24048, Token=5C96498364CE3483, 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
08:07:06.413 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8253-24048], KeyToken[127.0.0.1:8253-5C96498364CE3483]]
08:07:06.413 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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
08:07:06.413 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,503,T272) 127.0.0.1:8,254 ==> :8,253 [CON-POST   MID=24048, Token=5C96498364CE3483, 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]
08:07:06.413 [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
08:07:06.414 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8254-24048]
08:07:06.414 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.414 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1459, 127.0.0.1:8254] replace CON-POST   MID=24048, Token=5C96498364CE3483, 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=24048, Token=5C96498364CE3483, 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
08:07:06.414 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=0)
08:07:06.414 [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
08:07:06.415 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come
08:07:06.415 [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>
08:07:06.415 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1459, 127.0.0.1:8254, complete]!
08:07:06.415 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1459, 127.0.0.1:8254, complete] completed ACK-2.04   MID=24048, Token=5C96498364CE3483, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03!
08:07:06.415 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8254
08:07:06.415 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,504,T275) 127.0.0.1:8,253 ==> :8,254 [ACK-2.04   MID=24048, Token=5C96498364CE3483, OptionSet={"Object-Security":0x}, 02 EC B2 39 7F 76 49 72 A5 F0 3F 03]
08:07:06.415 [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
08:07:06.415 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.415 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.416 [: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)
08:07:06.416 [: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
08:07:06.416 [: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=24048, Token=5C96498364CE3483, 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
08:07:06.416 [: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
08:07:06.416 [: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
08:07:06.416 [: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
08:07:06.417 [: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-24049], CON-POST   MID=24049, 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
08:07:06.417 [: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-24048]
08:07:06.417 [: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-8C1A9D4372411384], CON-POST   MID=24049, Token=8C1A9D4372411384, 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
08:07:06.417 [: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-5C96498364CE3483]
08:07:06.417 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8253-24049], KeyToken[127.0.0.1:8253-8C1A9D4372411384]]
08:07:06.417 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8253
08:07:06.417 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,505,T272) 127.0.0.1:8,254 ==> :8,253 [CON-POST   MID=24049, Token=8C1A9D4372411384, 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]
08:07:06.417 [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
08:07:06.417 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8254-24049]
08:07:06.417 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.418 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1460, 127.0.0.1:8254] replace CON-POST   MID=24049, Token=8C1A9D4372411384, 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=24049, Token=8C1A9D4372411384, 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
08:07:06.418 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=1)
08:07:06.418 [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=24049, Token=8C1A9D4372411384, 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
08:07:06.418 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come
08:07:06.418 [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>
08:07:06.418 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1460, 127.0.0.1:8254, complete]!
08:07:06.418 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1460, 127.0.0.1:8254, complete] completed ACK-2.04   MID=24049, Token=8C1A9D4372411384, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C!
08:07:06.419 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8254
08:07:06.419 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,506,T275) 127.0.0.1:8,253 ==> :8,254 [ACK-2.04   MID=24049, Token=8C1A9D4372411384, OptionSet={"Object-Security":0x}, 5D 6D 74 5A A1 D7 E3 DB 06 A7 DB 6C]
08:07:06.419 [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
08:07:06.419 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.419 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.419 [: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)
08:07:06.419 [: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
08:07:06.419 [: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=24049, Token=8C1A9D4372411384, 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
08:07:06.419 [: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
08:07:06.419 [: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
08:07:06.420 [: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
08:07:06.420 [: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-24050], CON-POST   MID=24050, 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
08:07:06.420 [: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-24049]
08:07:06.420 [: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-D44127EBF09959C3], CON-POST   MID=24050, Token=D44127EBF09959C3, 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
08:07:06.420 [: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-8C1A9D4372411384]
08:07:06.420 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8253-24050], KeyToken[127.0.0.1:8253-D44127EBF09959C3]]
08:07:06.420 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8253
08:07:06.421 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,507,T272) 127.0.0.1:8,254 ==> :8,253 [CON-POST   MID=24050, Token=D44127EBF09959C3, 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]
08:07:06.421 [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
08:07:06.421 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8254-24050]
08:07:06.421 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.421 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1461, 127.0.0.1:8254] replace CON-POST   MID=24050, Token=D44127EBF09959C3, 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=24050, Token=D44127EBF09959C3, 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
08:07:06.421 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=true, num=2)
08:07:06.421 [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=24050, Token=D44127EBF09959C3, 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
08:07:06.422 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come
08:07:06.422 [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>
08:07:06.422 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1461, 127.0.0.1:8254, complete]!
08:07:06.422 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1461, 127.0.0.1:8254, complete] completed ACK-2.04   MID=24050, Token=D44127EBF09959C3, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B!
08:07:06.422 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8254
08:07:06.422 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,508,T275) 127.0.0.1:8,253 ==> :8,254 [ACK-2.04   MID=24050, Token=D44127EBF09959C3, OptionSet={"Object-Security":0x}, 68 A6 6B F0 6E 94 F3 3E 9A B4 6C 1B]
08:07:06.422 [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
08:07:06.422 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.422 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.422 [: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)
08:07:06.423 [: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
08:07:06.423 [: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=24050, Token=D44127EBF09959C3, 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
08:07:06.423 [: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
08:07:06.423 [: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
08:07:06.423 [: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
08:07:06.424 [: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-24051], CON-POST   MID=24051, 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
08:07:06.424 [: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-24050]
08:07:06.424 [: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-D0927B1FAD7ED763], CON-POST   MID=24051, Token=D0927B1FAD7ED763, 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
08:07:06.424 [: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-D44127EBF09959C3]
08:07:06.424 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8253-24051], KeyToken[127.0.0.1:8253-D0927B1FAD7ED763]]
08:07:06.424 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 103 bytes to 127.0.0.1:8253
08:07:06.424 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,509,T272) 127.0.0.1:8,254 ==> :8,253 [CON-POST   MID=24051, Token=D0927B1FAD7ED763, 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]
08:07:06.424 [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
08:07:06.424 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8254-24051]
08:07:06.424 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.425 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1462, 127.0.0.1:8254] replace CON-POST   MID=24051, Token=D0927B1FAD7ED763, 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=24051, Token=D0927B1FAD7ED763, 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
08:07:06.425 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=2/64, m=false, num=3)
08:07:06.425 [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=24051, Token=D0927B1FAD7ED763, 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
08:07:06.425 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=3], delivering request to application layer
08:07:06.425 [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
08:07:06.425 [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>
08:07:06.425 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1462, 127.0.0.1:8254, complete]!
08:07:06.425 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1462, 127.0.0.1:8254, complete] completed ACK-2.04   MID=24051, Token=D0927B1FAD7ED763, OptionSet={"Object-Security":0x}, 2A A1 B2 DE F0 13 27 AA C7 8E E7 BF!
08:07:06.426 [UDP-Sender-localhost/127.0.0.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
08:07:06.426 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,510,T275) 127.0.0.1:8,253 ==> :8,254 [ACK-2.04   MID=24051, Token=D0927B1FAD7ED763, OptionSet={"Object-Security":0x}, 2A A1 B2 DE F0 13 27 AA C7 8E E7 BF]
08:07:06.426 [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
08:07:06.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.426 [: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)
08:07:06.426 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1458, 127.0.0.1:8253, complete]!
08:07:06.426 [: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-D0927B1FAD7ED763]
08:07:06.426 [: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-24051]
08:07:06.426 [: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=24048, Token=5C96498364CE3483, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "97509355062585950531841781678883".. 256 bytes -/- CON-POST   MID=24051, Token=D0927B1FAD7ED763, 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!
08:07:06.426 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.426 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:06.427 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8253
08:07:06.427 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8253
08:07:06.427 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8253] stopping ...
08:07:06.427 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8253, address /127.0.0.1
08:07:06.427 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8253] has stopped.
08:07:06.427 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8253
08:07:06.427 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:06.427 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8254
08:07:06.427 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8254
08:07:06.427 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8254] stopping ...
08:07:06.427 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8254, address /0.0.0.0
08:07:06.427 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8254] has stopped.
08:07:06.427 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8254
08:07:06.427 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreBlockwisePut
08:07:06.428 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreExceedMaxUnfragmentedSize
08:07:06.428 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.429 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.429 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.429 [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
08:07:06.429 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:06.429 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:06.429 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.429 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.429 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:06.429 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8255
08:07:06.429 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.429 [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
08:07:06.429 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:06.430 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8255
08:07:06.430 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:06.430 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.430 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.430 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.430 [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
08:07:06.430 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:06.430 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:06.430 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.430 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.430 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:06.430 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8256
08:07:06.430 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.430 [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
08:07:06.430 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:06.430 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8256
08:07:06.430 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:06.431 [: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
08:07:06.431 [: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
08:07:06.432 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1463, 127.0.0.1:8255, complete]!
08:07:06.432 [: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]
08:07:06.432 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.432 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:06.432 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8255
08:07:06.432 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8255
08:07:06.432 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8255] stopping ...
08:07:06.432 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8255, address /127.0.0.1
08:07:06.432 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8255] has stopped.
08:07:06.432 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8255
08:07:06.432 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:06.432 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8256
08:07:06.432 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8256
08:07:06.432 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8256] stopping ...
08:07:06.432 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8256, address /0.0.0.0
08:07:06.432 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8256] has stopped.
08:07:06.432 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8256
08:07:06.433 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOscoreExceedMaxUnfragmentedSize
08:07:06.433 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
08:07:06.433 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 s - in org.eclipse.californium.oscore.OSCoreInnerBlockwiseTest
[INFO] Running org.eclipse.californium.oscore.OSCoreOuterBlockwiseTest
08:07:06.433 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyClientBW
08:07:06.434 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.434 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.434 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.434 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.434 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:06.435 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:06.435 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.435 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.435 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:06.435 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8257
08:07:06.435 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.435 [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
08:07:06.435 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:06.435 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8257
08:07:06.435 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:06.435 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.435 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.435 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.435 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.435 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:06.436 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:06.436 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.436 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.436 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:06.436 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8258
08:07:06.436 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.436 [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
08:07:06.436 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8258
08:07:06.436 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:06.436 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8258
08:07:06.436 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:06.436 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.436 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.436 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.436 [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
08:07:06.436 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:06.437 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:06.437 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.437 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.437 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:06.437 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8259
08:07:06.437 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.437 [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
08:07:06.437 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:06.437 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8259
08:07:06.437 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:06.437 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.437 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.437 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.437 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.438 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:06.438 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:06.438 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.438 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.438 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:06.438 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8260
08:07:06.438 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.438 [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
08:07:06.438 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:06.438 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8260
08:07:06.438 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8260
08:07:06.438 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:06.438 [: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
08:07:06.439 [: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
08:07:06.439 [: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-60443], NON-POST   MID=60443, 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
08:07:06.439 [: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-B41009E2B9EA4161], NON-POST   MID=60443, Token=B41009E2B9EA4161, 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
08:07:06.439 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8259-60443], KeyToken[127.0.0.1:8259-B41009E2B9EA4161]]
08:07:06.439 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8259
08:07:06.440 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,511,T296) 127.0.0.1:8,260 ==> :8,259 [NON-POST   MID=60443, Token=B41009E2B9EA4161, 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]
08:07:06.440 [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
08:07:06.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8260-60443]
08:07:06.440 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8257
==[ CoAP Request ]=============================================
MID    : 60443
Token  : B41009E2B9EA4161
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
===============================================================
08:07:06.441 [: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
08:07:06.441 [: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-44795], NON-POST   MID=44795, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
08:07:06.441 [: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-C83DF5CFDBA34A04], NON-POST   MID=44795, Token=C83DF5CFDBA34A04, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
08:07:06.441 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8257-44795], KeyToken[127.0.0.1:8257-C83DF5CFDBA34A04]]
08:07:06.441 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8257
08:07:06.441 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,512,T288) 127.0.0.1:8,258 ==> :8,257 [NON-POST   MID=44795, Token=C83DF5CFDBA34A04, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3]
08:07:06.441 [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
08:07:06.441 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8258-44795]
08:07:06.441 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.442 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1467, 127.0.0.1:8258] replace NON-POST   MID=44795, Token=C83DF5CFDBA34A04, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data> by NON-GET    MID=44795, Token=C83DF5CFDBA34A04, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>
08:07:06.442 [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
08:07:06.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1467, 127.0.0.1:8258, complete]!
08:07:06.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1467, 127.0.0.1:8258, complete] completed NON-2.04   MID=13921, Token=C83DF5CFDBA34A04, 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!
08:07:06.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 153 bytes to 127.0.0.1:8258
08:07:06.494 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,513,T291) 127.0.0.1:8,257 ==> :8,258 [NON-2.04   MID=13921, Token=C83DF5CFDBA34A04, 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]
08:07:06.494 [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
08:07:06.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:8257-13921]
08:07:06.494 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1466, 127.0.0.1:8257, complete]!
08:07:06.494 [: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-C83DF5CFDBA34A04]
08:07:06.494 [: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-44795]
08:07:06.494 [: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=44795, Token=C83DF5CFDBA34A04, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3!
08:07:06.494 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
08:07:06.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [139/32] requires blockwise transfer
08:07:06.495 [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
08:07:06.495 [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
08:07:06.495 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1465, 127.0.0.1:8260, complete]!
08:07:06.495 [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=45870, Token=B41009E2B9EA4161, 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!
08:07:06.495 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8260
08:07:06.495 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,514,T299) 127.0.0.1:8,259 ==> :8,260 [NON-2.04   MID=45870, Token=B41009E2B9EA4161, 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]
08:07:06.495 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8260) received 51 bytes from 127.0.0.1:8259
08:07:06.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8259-45870]
08:07:06.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.496 [: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
08:07:06.496 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1464, 127.0.0.1:8259, complete]!
08:07:06.496 [: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-B41009E2B9EA4161]
08:07:06.496 [: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-60443]
08:07:06.496 [: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=60443, Token=B41009E2B9EA4161, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8257/resource"}, <empty data> -/- NON-POST   MID=60443, Token=B41009E2B9EA4161, 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!
08:07:06.496 [: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=60443, Token=B41009E2B9EA4161]
08:07:06.496 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.496 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:06.496 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8257
08:07:06.496 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8257
08:07:06.496 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8257] stopping ...
08:07:06.496 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8257, address /127.0.0.1
08:07:06.496 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8257] has stopped.
08:07:06.497 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8257
08:07:06.497 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:06.497 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.497 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8258
08:07:06.497 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8258
08:07:06.497 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8258] stopping ...
08:07:06.497 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8258, address /0.0.0.0
08:07:06.497 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8258] has stopped.
08:07:06.497 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8258
08:07:06.497 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.497 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:06.497 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8259
08:07:06.497 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8259
08:07:06.497 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8259] stopping ...
08:07:06.497 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8259, address /127.0.0.1
08:07:06.497 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8259] has stopped.
08:07:06.497 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8259
08:07:06.497 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:06.497 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.497 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8260
08:07:06.497 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8260
08:07:06.497 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8260] stopping ...
08:07:06.497 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8260, address /0.0.0.0
08:07:06.497 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8260] has stopped.
08:07:06.497 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8260
08:07:06.498 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyClientBW
08:07:06.498 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyServerBW
08:07:06.499 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.499 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.499 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.499 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.499 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:06.499 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:06.500 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.500 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.500 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:06.500 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8261
08:07:06.500 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.500 [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
08:07:06.500 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:06.500 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8261
08:07:06.500 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:06.500 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.500 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.500 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.500 [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
08:07:06.500 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:06.501 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:06.501 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.501 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.501 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:06.501 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8262
08:07:06.501 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.501 [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
08:07:06.501 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:06.501 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8262
08:07:06.501 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8262
08:07:06.501 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:06.501 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.501 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.501 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.501 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.502 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:06.502 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:06.502 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.502 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.502 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:06.502 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8263
08:07:06.502 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.502 [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
08:07:06.502 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:06.502 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:06.502 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8263
08:07:06.503 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.503 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.503 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.503 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.503 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:06.503 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:06.503 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.503 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.504 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:06.504 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8264
08:07:06.504 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.504 [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
08:07:06.504 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:06.504 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8264
08:07:06.504 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:06.504 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8264
08:07:06.504 [: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
08:07:06.505 [: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
08:07:06.505 [: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-57137], NON-POST   MID=57137, 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
08:07:06.505 [: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-3093A39F9F774DDB], NON-POST   MID=57137, Token=3093A39F9F774DDB, 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
08:07:06.505 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8263-57137], KeyToken[127.0.0.1:8263-3093A39F9F774DDB]]
08:07:06.505 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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
08:07:06.506 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,515,T312) 127.0.0.1:8,264 ==> :8,263 [NON-POST   MID=57137, Token=3093A39F9F774DDB, 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]
08:07:06.506 [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
08:07:06.506 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8264-57137]
08:07:06.506 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8261
==[ CoAP Request ]=============================================
MID    : 57137
Token  : 3093A39F9F774DDB
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
===============================================================
08:07:06.507 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer
08:07:06.507 [: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
08:07:06.507 [: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
08:07:06.507 [: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
08:07:06.507 [: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-14982], NON-POST   MID=14982, 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
08:07:06.507 [: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-80FE0715707402D6], NON-POST   MID=14982, Token=80FE0715707402D6, 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
08:07:06.507 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8261-14982], KeyToken[127.0.0.1:8261-80FE0715707402D6]]
08:07:06.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 54 bytes to 127.0.0.1:8261
08:07:06.508 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,516,T304) 127.0.0.1:8,262 ==> :8,261 [NON-POST   MID=14982, Token=80FE0715707402D6, 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]
08:07:06.508 [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
08:07:06.508 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8262-14982]
08:07:06.508 [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"
08:07:06.508 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1471, 127.0.0.1:8262, complete]!
08:07:06.508 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1471, 127.0.0.1:8262, complete] completed NON-4.13   MID= 2865, Token=80FE0715707402D6, OptionSet={"Size1":64}, "body too large, max. 64 bytes"!
08:07:06.508 [UDP-Sender-localhost/127.0.0.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
08:07:06.509 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,517,T307) 127.0.0.1:8,261 ==> :8,262 [NON-4.13   MID= 2865, Token=80FE0715707402D6, OptionSet={"Size1":64}, "body too large, max. 64 bytes"]
08:07:06.509 [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
08:07:06.509 [: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-2865]
08:07:06.509 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error NON-4.13   MID= 2865, Token=80FE0715707402D6, OptionSet={"Size1":64}, "body too large, max. 64 bytes":
08:07:06.509 [: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
08:07:06.509 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1470, 127.0.0.1:8261, complete]!
08:07:06.509 [: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-80FE0715707402D6]
08:07:06.509 [: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-14982]
08:07:06.509 [: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=14982, Token=80FE0715707402D6, 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=14982, Token=80FE0715707402D6, 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!
08:07:06.509 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
08:07:06.509 [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"
08:07:06.510 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1469, 127.0.0.1:8264, complete]!
08:07:06.510 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1469, 127.0.0.1:8264, complete] completed NON-4.13   MID=64580, Token=3093A39F9F774DDB, OptionSet={"Size1":64}, "body too large, max. 64 bytes"!
08:07:06.510 [UDP-Sender-localhost/127.0.0.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
08:07:06.510 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,518,T315) 127.0.0.1:8,263 ==> :8,264 [NON-4.13   MID=64580, Token=3093A39F9F774DDB, OptionSet={"Size1":64}, "body too large, max. 64 bytes"]
08:07:06.510 [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
08:07:06.510 [: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-64580]
08:07:06.510 [: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!
08:07:06.510 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error NON-4.13   MID=64580, Token=3093A39F9F774DDB, OptionSet={"Size1":64}, "body too large, max. 64 bytes":
08:07:06.510 [: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
08:07:06.510 [: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=57137, Token=3093A39F9F774DDB, 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=3093A39F9F774DDB, 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
08:07:06.511 [: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
08:07:06.511 [: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=3093A39F9F774DDB, 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=3093A39F9F774DDB, 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
08:07:06.511 [: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-57138], NON-POST   MID=57138, Token=3093A39F9F774DDB, 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
08:07:06.511 [: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-57137]
08:07:06.511 [: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-3093A39F9F774DDB], NON-POST   MID=57138, Token=3093A39F9F774DDB, 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
08:07:06.512 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8263-57138], KeyToken[127.0.0.1:8263-3093A39F9F774DDB]]
08:07:06.512 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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
08:07:06.512 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,519,T312) 127.0.0.1:8,264 ==> :8,263 [NON-POST   MID=57138, Token=3093A39F9F774DDB, 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]
08:07:06.512 [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
08:07:06.512 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8264-57138]
08:07:06.512 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8261
==[ CoAP Request ]=============================================
MID    : 57138
Token  : 3093A39F9F774DDB
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
===============================================================
08:07:06.513 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [90/32] requires blockwise transfer
08:07:06.513 [: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
08:07:06.513 [: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
08:07:06.513 [: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
08:07:06.513 [: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-14983], NON-POST   MID=14983, 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
08:07:06.513 [: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-30108619E2456092], NON-POST   MID=14983, Token=30108619E2456092, 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
08:07:06.513 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8261-14983], KeyToken[127.0.0.1:8261-30108619E2456092]]
08:07:06.513 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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
08:07:06.514 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,520,T304) 127.0.0.1:8,262 ==> :8,261 [NON-POST   MID=14983, Token=30108619E2456092, 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]
08:07:06.514 [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
08:07:06.514 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8262-14983]
08:07:06.514 [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"
08:07:06.514 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1474, 127.0.0.1:8262, complete]!
08:07:06.514 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1474, 127.0.0.1:8262, complete] completed NON-4.13   MID= 2866, Token=30108619E2456092, OptionSet={"Size1":64}, "body too large, max. 64 bytes"!
08:07:06.514 [UDP-Sender-localhost/127.0.0.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
08:07:06.515 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,521,T307) 127.0.0.1:8,261 ==> :8,262 [NON-4.13   MID= 2866, Token=30108619E2456092, OptionSet={"Size1":64}, "body too large, max. 64 bytes"]
08:07:06.515 [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
08:07:06.515 [: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-2866]
08:07:06.515 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error NON-4.13   MID= 2866, Token=30108619E2456092, OptionSet={"Size1":64}, "body too large, max. 64 bytes":
08:07:06.515 [: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
08:07:06.515 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1473, 127.0.0.1:8261, complete]!
08:07:06.515 [: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-30108619E2456092]
08:07:06.515 [: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-14983]
08:07:06.515 [: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=14983, Token=30108619E2456092, 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=14983, Token=30108619E2456092, 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!
08:07:06.515 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
08:07:06.515 [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"
08:07:06.515 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1472, 127.0.0.1:8264, complete]!
08:07:06.515 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1472, 127.0.0.1:8264, complete] completed NON-4.13   MID=64581, Token=3093A39F9F774DDB, OptionSet={"Size1":64}, "body too large, max. 64 bytes"!
08:07:06.516 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8264
08:07:06.516 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,522,T315) 127.0.0.1:8,263 ==> :8,264 [NON-4.13   MID=64581, Token=3093A39F9F774DDB, OptionSet={"Size1":64}, "body too large, max. 64 bytes"]
08:07:06.516 [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
08:07:06.516 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8263-64581]
08:07:06.516 [: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!
08:07:06.516 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap  received error NON-4.13   MID=64581, Token=3093A39F9F774DDB, OptionSet={"Size1":64}, "body too large, max. 64 bytes":
08:07:06.516 [: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
08:07:06.516 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1468, 127.0.0.1:8263, complete]!
08:07:06.516 [: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-3093A39F9F774DDB]
08:07:06.516 [: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-57138]
08:07:06.516 [: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=57137, Token=3093A39F9F774DDB, 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=57138, Token=3093A39F9F774DDB, 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  : 3093A39F9F774DDB
Type   : NON
Status : 4.13 - REQUEST_ENTITY_TOO_LARGE
Options: {"Size1":64}
RTT    : 12 ms
Payload: 29 Bytes
===============================================================
08:07:06.517 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.517 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:06.517 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8261
08:07:06.517 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8261
08:07:06.517 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8261] stopping ...
08:07:06.517 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8261, address /127.0.0.1
08:07:06.517 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8261] has stopped.
08:07:06.517 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8261
08:07:06.517 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:06.517 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.517 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8262
08:07:06.517 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8262
08:07:06.517 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8262] stopping ...
08:07:06.517 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8262, address /0.0.0.0
08:07:06.517 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8262] has stopped.
08:07:06.517 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8262
08:07:06.518 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.518 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:06.518 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8263
08:07:06.518 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8263
08:07:06.518 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8263] stopping ...
08:07:06.518 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8263, address /127.0.0.1
08:07:06.518 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8263] has stopped.
08:07:06.518 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8263
08:07:06.518 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:06.518 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.518 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8264
08:07:06.518 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8264
08:07:06.518 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8264] stopping ...
08:07:06.518 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8264, address /0.0.0.0
08:07:06.518 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8264] has stopped.
08:07:06.518 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8264
08:07:06.518 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwiseExceedMaxUnfragmentedSizeProxyServerBW
08:07:06.519 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePutProxyServerBW
08:07:06.519 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.519 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.519 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.520 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.520 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:06.520 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:06.520 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.520 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.520 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:06.520 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8265
08:07:06.520 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.521 [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
08:07:06.521 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:06.521 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:06.521 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8265
08:07:06.521 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.521 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.521 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.521 [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
08:07:06.521 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:06.521 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:06.521 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.521 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.521 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:06.521 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8266
08:07:06.521 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.522 [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
08:07:06.522 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:06.522 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:06.522 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8266
08:07:06.522 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8266
08:07:06.522 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.522 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.522 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.522 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.522 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:06.522 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:06.522 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.522 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.523 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:06.523 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8267
08:07:06.523 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.523 [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
08:07:06.523 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:06.523 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8267
08:07:06.523 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:06.523 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.523 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.523 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.523 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.524 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:06.524 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:06.524 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.524 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.524 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:06.524 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8268
08:07:06.524 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.524 [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
08:07:06.524 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:06.524 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8268
08:07:06.524 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:06.524 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8268
08:07:06.525 [: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
08:07:06.525 [: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
08:07:06.525 [: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
08:07:06.526 [: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-64687], CON-POST   MID=64687, 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
08:07:06.526 [: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-8CEAFF7BD55CD89C], CON-POST   MID=64687, Token=8CEAFF7BD55CD89C, 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
08:07:06.526 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8267-64687], KeyToken[127.0.0.1:8267-8CEAFF7BD55CD89C]]
08:07:06.526 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8267
08:07:06.526 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,523,T328) 127.0.0.1:8,268 ==> :8,267 [CON-POST   MID=64687, Token=8CEAFF7BD55CD89C, 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]
08:07:06.526 [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
08:07:06.526 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8268-64687]
08:07:06.527 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8265
==[ CoAP Request ]=============================================
MID    : 64687
Token  : 8CEAFF7BD55CD89C
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
===============================================================
08:07:06.527 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer
08:07:06.527 [: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
08:07:06.527 [: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
08:07:06.527 [: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
08:07:06.527 [: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
08:07:06.528 [: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-51057], CON-POST   MID=51057, 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
08:07:06.528 [: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-98F93C793722F120], CON-POST   MID=51057, Token=98F93C793722F120, 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
08:07:06.528 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8265-51057], KeyToken[127.0.0.1:8265-98F93C793722F120]]
08:07:06.528 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8265
08:07:06.528 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,524,T320) 127.0.0.1:8,266 ==> :8,265 [CON-POST   MID=51057, Token=98F93C793722F120, 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]
08:07:06.528 [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
08:07:06.528 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8266-51057]
08:07:06.529 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=0)
08:07:06.529 [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
08:07:06.529 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come
08:07:06.529 [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>
08:07:06.529 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1478, 127.0.0.1:8266, complete]!
08:07:06.529 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1478, 127.0.0.1:8266, complete] completed ACK-2.31   MID=51057, Token=98F93C793722F120, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, <empty data>!
08:07:06.529 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8266
08:07:06.529 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,525,T323) 127.0.0.1:8,265 ==> :8,266 [ACK-2.31   MID=51057, Token=98F93C793722F120, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, <empty data>]
08:07:06.529 [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
08:07:06.529 [: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)
08:07:06.530 [: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
08:07:06.530 [: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=51057, Token=98F93C793722F120, 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
08:07:06.530 [: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
08:07:06.530 [: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
08:07:06.530 [: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-51058], CON-POST   MID=51058, 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
08:07:06.530 [: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-51057]
08:07:06.530 [: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-B0F6F9D142AEF3CD], CON-POST   MID=51058, Token=B0F6F9D142AEF3CD, 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
08:07:06.530 [: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-98F93C793722F120]
08:07:06.530 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8265-51058], KeyToken[127.0.0.1:8265-B0F6F9D142AEF3CD]]
08:07:06.531 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8265
08:07:06.531 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,526,T320) 127.0.0.1:8,266 ==> :8,265 [CON-POST   MID=51058, Token=B0F6F9D142AEF3CD, 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]
08:07:06.531 [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
08:07:06.531 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8266-51058]
08:07:06.531 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=1)
08:07:06.531 [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=51058, Token=B0F6F9D142AEF3CD, 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
08:07:06.531 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come
08:07:06.531 [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>
08:07:06.531 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1479, 127.0.0.1:8266, complete]!
08:07:06.531 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1479, 127.0.0.1:8266, complete] completed ACK-2.31   MID=51058, Token=B0F6F9D142AEF3CD, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, <empty data>!
08:07:06.532 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8266
08:07:06.532 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,527,T323) 127.0.0.1:8,265 ==> :8,266 [ACK-2.31   MID=51058, Token=B0F6F9D142AEF3CD, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, <empty data>]
08:07:06.532 [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
08:07:06.532 [: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)
08:07:06.532 [: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
08:07:06.532 [: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=51058, Token=B0F6F9D142AEF3CD, 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
08:07:06.532 [: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
08:07:06.532 [: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
08:07:06.532 [: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-51059], CON-POST   MID=51059, 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
08:07:06.533 [: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-51058]
08:07:06.533 [: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-F83F6278E7B3B369], CON-POST   MID=51059, Token=F83F6278E7B3B369, 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
08:07:06.533 [: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-B0F6F9D142AEF3CD]
08:07:06.533 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8265-51059], KeyToken[127.0.0.1:8265-F83F6278E7B3B369]]
08:07:06.533 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8265
08:07:06.533 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,528,T320) 127.0.0.1:8,266 ==> :8,265 [CON-POST   MID=51059, Token=F83F6278E7B3B369, 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]
08:07:06.533 [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
08:07:06.533 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8266-51059]
08:07:06.533 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=2)
08:07:06.533 [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=51059, Token=F83F6278E7B3B369, 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
08:07:06.534 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come
08:07:06.534 [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>
08:07:06.534 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1480, 127.0.0.1:8266, complete]!
08:07:06.534 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1480, 127.0.0.1:8266, complete] completed ACK-2.31   MID=51059, Token=F83F6278E7B3B369, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, <empty data>!
08:07:06.534 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8266
08:07:06.534 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,529,T323) 127.0.0.1:8,265 ==> :8,266 [ACK-2.31   MID=51059, Token=F83F6278E7B3B369, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, <empty data>]
08:07:06.534 [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
08:07:06.534 [: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)
08:07:06.534 [: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
08:07:06.534 [: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=51059, Token=F83F6278E7B3B369, 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
08:07:06.535 [: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
08:07:06.535 [: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
08:07:06.535 [: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-51060], CON-POST   MID=51060, 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
08:07:06.535 [: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-51059]
08:07:06.535 [: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-1CFBA0BDA1718306], CON-POST   MID=51060, Token=1CFBA0BDA1718306, 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
08:07:06.535 [: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-F83F6278E7B3B369]
08:07:06.535 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8265-51060], KeyToken[127.0.0.1:8265-1CFBA0BDA1718306]]
08:07:06.535 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8265
08:07:06.535 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,530,T320) 127.0.0.1:8,266 ==> :8,265 [CON-POST   MID=51060, Token=1CFBA0BDA1718306, 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]
08:07:06.535 [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
08:07:06.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8266-51060]
08:07:06.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=3)
08:07:06.536 [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=51060, Token=1CFBA0BDA1718306, 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
08:07:06.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=3], expecting more blocks to come
08:07:06.536 [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>
08:07:06.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1481, 127.0.0.1:8266, complete]!
08:07:06.536 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1481, 127.0.0.1:8266, complete] completed ACK-2.31   MID=51060, Token=1CFBA0BDA1718306, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, <empty data>!
08:07:06.536 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8266
08:07:06.536 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,531,T323) 127.0.0.1:8,265 ==> :8,266 [ACK-2.31   MID=51060, Token=1CFBA0BDA1718306, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, <empty data>]
08:07:06.536 [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
08:07:06.536 [: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)
08:07:06.537 [: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
08:07:06.537 [: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=51060, Token=1CFBA0BDA1718306, 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
08:07:06.537 [: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
08:07:06.537 [: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
08:07:06.537 [: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-51061], CON-POST   MID=51061, 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
08:07:06.537 [: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-51060]
08:07:06.537 [: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-B4FB5B2BC4C9B718], CON-POST   MID=51061, Token=B4FB5B2BC4C9B718, 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
08:07:06.537 [: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-1CFBA0BDA1718306]
08:07:06.537 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8265-51061], KeyToken[127.0.0.1:8265-B4FB5B2BC4C9B718]]
08:07:06.537 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8265
08:07:06.538 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,532,T320) 127.0.0.1:8,266 ==> :8,265 [CON-POST   MID=51061, Token=B4FB5B2BC4C9B718, 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]
08:07:06.538 [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
08:07:06.538 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8266-51061]
08:07:06.538 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=false, num=4)
08:07:06.538 [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=51061, Token=B4FB5B2BC4C9B718, 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
08:07:06.538 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=4], delivering request to application layer
08:07:06.538 [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
08:07:06.538 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE request uses outer block-wise
08:07:06.538 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.539 [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>
08:07:06.539 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1482, 127.0.0.1:8266, complete]!
08:07:06.539 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1482, 127.0.0.1:8266, complete] completed ACK-2.04   MID=51061, Token=B4FB5B2BC4C9B718, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB!
08:07:06.539 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8266
08:07:06.539 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,533,T323) 127.0.0.1:8,265 ==> :8,266 [ACK-2.04   MID=51061, Token=B4FB5B2BC4C9B718, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB]
08:07:06.539 [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
08:07:06.540 [: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)
08:07:06.540 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1477, 127.0.0.1:8265, complete]!
08:07:06.540 [: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-B4FB5B2BC4C9B718]
08:07:06.540 [: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-51061]
08:07:06.540 [: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=51057, Token=98F93C793722F120, 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=51061, Token=B4FB5B2BC4C9B718, 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!
08:07:06.540 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
08:07:06.540 [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
08:07:06.540 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1476, 127.0.0.1:8268, complete]!
08:07:06.540 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1476, 127.0.0.1:8268, complete] completed ACK-2.04   MID=64687, Token=8CEAFF7BD55CD89C, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB!
08:07:06.540 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 26 bytes to 127.0.0.1:8268
08:07:06.541 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,534,T331) 127.0.0.1:8,267 ==> :8,268 [ACK-2.04   MID=64687, Token=8CEAFF7BD55CD89C, OptionSet={"Object-Security":0x, "Block1":"(szx=1/32, m=false, num=4)"}, 19 F7 CC 6A 15 20 8B 2D AB]
08:07:06.541 [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
08:07:06.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.541 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1475, 127.0.0.1:8267, complete]!
08:07:06.541 [: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-8CEAFF7BD55CD89C]
08:07:06.541 [: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-64687]
08:07:06.541 [: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=64687, Token=8CEAFF7BD55CD89C, 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=64687, Token=8CEAFF7BD55CD89C, 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    : 64687
Token  : 8CEAFF7BD55CD89C
Type   : ACK
Status : 2.04 - CHANGED
Options: {"Object-Security":0x}
RTT    : 16 ms
Payload: 0 Bytes
===============================================================
08:07:06.541 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.541 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:06.594 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8265
08:07:06.594 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8265
08:07:06.594 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8265] stopping ...
08:07:06.594 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8265, address /127.0.0.1
08:07:06.594 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8265] has stopped.
08:07:06.594 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8265
08:07:06.594 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:06.594 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.594 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8266
08:07:06.594 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8266
08:07:06.594 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8266] stopping ...
08:07:06.594 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8266, address /0.0.0.0
08:07:06.594 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8266] has stopped.
08:07:06.594 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8266
08:07:06.594 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.594 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:06.595 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8267
08:07:06.595 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8267
08:07:06.595 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8267] stopping ...
08:07:06.595 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8267, address /127.0.0.1
08:07:06.595 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8267] has stopped.
08:07:06.595 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8267
08:07:06.595 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:06.595 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.595 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8268
08:07:06.595 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8268
08:07:06.595 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8268] stopping ...
08:07:06.595 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8268, address /0.0.0.0
08:07:06.595 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8268] has stopped.
08:07:06.595 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8268
08:07:06.595 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePutProxyServerBW
08:07:06.596 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxyLargeGet
08:07:06.596 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.596 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.597 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.597 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.597 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:06.597 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:06.597 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.597 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.597 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:06.597 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8269
08:07:06.597 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.598 [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
08:07:06.598 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:06.598 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:06.598 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8269
08:07:06.598 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.598 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.598 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.598 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.598 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:06.598 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:06.598 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.598 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.598 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:06.598 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8270
08:07:06.598 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.599 [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
08:07:06.599 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:06.599 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:06.599 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8270
08:07:06.599 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8270
08:07:06.599 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.599 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.599 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.599 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.599 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:06.599 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:06.599 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.600 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.600 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:06.600 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8271
08:07:06.600 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.600 [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
08:07:06.600 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:06.600 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8271
08:07:06.600 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:06.600 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.600 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.600 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.600 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.601 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:06.601 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:06.601 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.601 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.601 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:06.601 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8272
08:07:06.601 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.601 [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
08:07:06.601 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:06.601 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:06.601 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8272
08:07:06.601 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8272
08:07:06.601 [: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
08:07:06.602 [: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>
08:07:06.602 [: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
08:07:06.602 [: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-34495], CON-POST   MID=34495, 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
08:07:06.603 [: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-0C61879A42268CEC], CON-POST   MID=34495, Token=0C61879A42268CEC, 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
08:07:06.603 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8271-34495], KeyToken[127.0.0.1:8271-0C61879A42268CEC]]
08:07:06.603 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 58 bytes to 127.0.0.1:8271
08:07:06.603 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,535,T344) 127.0.0.1:8,272 ==> :8,271 [CON-POST   MID=34495, Token=0C61879A42268CEC, 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]
08:07:06.603 [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
08:07:06.603 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8272-34495]
08:07:06.603 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8269
==[ CoAP Request ]=============================================
MID    : 34495
Token  : 0C61879A42268CEC
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
===============================================================
08:07:06.604 [: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
08:07:06.604 [: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
08:07:06.605 [: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-19096], CON-POST   MID=19096, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
08:07:06.605 [: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-60532A32E26470F4], CON-POST   MID=19096, Token=60532A32E26470F4, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
08:07:06.605 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8269-19096], KeyToken[127.0.0.1:8269-60532A32E26470F4]]
08:07:06.605 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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
08:07:06.605 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,536,T336) 127.0.0.1:8,270 ==> :8,269 [CON-POST   MID=19096, Token=60532A32E26470F4, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3]
08:07:06.605 [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
08:07:06.605 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8270-19096]
08:07:06.605 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.606 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1486, 127.0.0.1:8270] replace CON-POST   MID=19096, Token=60532A32E26470F4, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data> by CON-GET    MID=19096, Token=60532A32E26470F4, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>
08:07:06.606 [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
08:07:06.606 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1486, 127.0.0.1:8270, complete]!
08:07:06.606 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1486, 127.0.0.1:8270, complete] completed ACK-2.04   MID=19096, Token=60532A32E26470F4, 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!
08:07:06.606 [UDP-Sender-localhost/127.0.0.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
08:07:06.606 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,537,T339) 127.0.0.1:8,269 ==> :8,270 [ACK-2.04   MID=19096, Token=60532A32E26470F4, 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]
08:07:06.606 [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
08:07:06.607 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1485, 127.0.0.1:8269, complete]!
08:07:06.607 [: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-60532A32E26470F4]
08:07:06.607 [: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-19096]
08:07:06.607 [: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=19096, Token=60532A32E26470F4, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3!
08:07:06.607 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
08:07:06.607 [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
08:07:06.607 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1484, 127.0.0.1:8272, complete]!
08:07:06.607 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1484, 127.0.0.1:8272, complete] completed ACK-2.04   MID=34495, Token=0C61879A42268CEC, 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!
08:07:06.607 [UDP-Sender-localhost/127.0.0.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
08:07:06.607 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,538,T347) 127.0.0.1:8,271 ==> :8,272 [ACK-2.04   MID=34495, Token=0C61879A42268CEC, 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]
08:07:06.607 [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
08:07:06.607 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.607 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.608 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1483, 127.0.0.1:8271, complete]!
08:07:06.608 [: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-0C61879A42268CEC]
08:07:06.608 [: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-34495]
08:07:06.608 [: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=34495, Token=0C61879A42268CEC, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8269/resource"}, <empty data> -/- CON-POST   MID=34495, Token=0C61879A42268CEC, 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    : 34495
Token  : 0C61879A42268CEC
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x, "Content-Format":"text/plain"}
RTT    : 6 ms
Payload: 128 Bytes
---------------------------------------------------------------
98257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098
===============================================================
08:07:06.608 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.608 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:06.608 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8269
08:07:06.608 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8269
08:07:06.608 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8269] stopping ...
08:07:06.608 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8269, address /127.0.0.1
08:07:06.608 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8269] has stopped.
08:07:06.608 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8269
08:07:06.608 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:06.608 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.608 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8270
08:07:06.608 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8270
08:07:06.608 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8270] stopping ...
08:07:06.608 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8270, address /0.0.0.0
08:07:06.608 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8270] has stopped.
08:07:06.608 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8270
08:07:06.609 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.609 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:06.609 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8271
08:07:06.609 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8271
08:07:06.609 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8271] stopping ...
08:07:06.609 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8271, address /127.0.0.1
08:07:06.609 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8271] has stopped.
08:07:06.609 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8271
08:07:06.609 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:06.609 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.609 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8272
08:07:06.609 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8272
08:07:06.609 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8272] stopping ...
08:07:06.609 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8272, address /0.0.0.0
08:07:06.609 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8272] has stopped.
08:07:06.609 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8272
08:07:06.609 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxyLargeGet
08:07:06.610 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxySmallGet
08:07:06.610 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.610 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.610 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.610 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.611 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:06.611 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:06.611 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.611 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.611 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:06.611 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8273
08:07:06.611 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.611 [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
08:07:06.611 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:06.611 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8273
08:07:06.611 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:06.611 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.612 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.612 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.612 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.612 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:06.612 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:06.612 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.612 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.612 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:06.612 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8274
08:07:06.612 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.612 [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
08:07:06.612 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:06.612 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8274
08:07:06.612 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8274
08:07:06.612 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:06.612 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.612 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.612 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.613 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.613 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:06.613 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:06.613 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.613 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.613 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:06.613 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8275
08:07:06.613 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.613 [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
08:07:06.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]]
08:07:06.613 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8275
08:07:06.613 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:06.614 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.614 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.614 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.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
08:07:06.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
08:07:06.614 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:06.614 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.614 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.614 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:06.614 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8276
08:07:06.614 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.614 [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
08:07:06.614 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:06.614 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8276
08:07:06.614 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:06.614 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8276
08:07:06.615 [: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
08:07:06.615 [: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>
08:07:06.615 [: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
08:07:06.615 [: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-27570], CON-POST   MID=27570, 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
08:07:06.616 [: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-10C18229E7C7187E], CON-POST   MID=27570, Token=10C18229E7C7187E, 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
08:07:06.616 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8275-27570], KeyToken[127.0.0.1:8275-10C18229E7C7187E]]
08:07:06.616 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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
08:07:06.616 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,539,T360) 127.0.0.1:8,276 ==> :8,275 [CON-POST   MID=27570, Token=10C18229E7C7187E, 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]
08:07:06.616 [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
08:07:06.616 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8276-27570]
08:07:06.616 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8273
==[ CoAP Request ]=============================================
MID    : 27570
Token  : 10C18229E7C7187E
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
===============================================================
08:07:06.617 [: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
08:07:06.617 [: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
08:07:06.617 [: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-25663], CON-POST   MID=25663, Token=null, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
08:07:06.617 [: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-3078CE88209E4246], CON-POST   MID=25663, Token=3078CE88209E4246, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3
08:07:06.617 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8273-25663], KeyToken[127.0.0.1:8273-3078CE88209E4246]]
08:07:06.617 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8273
08:07:06.617 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,540,T352) 127.0.0.1:8,274 ==> :8,273 [CON-POST   MID=25663, Token=3078CE88209E4246, OptionSet={"Object-Security":0x0900}, AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3]
08:07:06.617 [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
08:07:06.617 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8274-25663]
08:07:06.617 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.618 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1490, 127.0.0.1:8274] replace CON-POST   MID=25663, Token=3078CE88209E4246, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data> by CON-GET    MID=25663, Token=3078CE88209E4246, OptionSet={"Object-Security":0x, "Uri-Path":"resource"}, <empty data>
08:07:06.618 [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"
08:07:06.618 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1490, 127.0.0.1:8274, complete]!
08:07:06.618 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1490, 127.0.0.1:8274, complete] completed ACK-2.04   MID=25663, Token=3078CE88209E4246, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C!
08:07:06.618 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8274
08:07:06.619 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,541,T355) 127.0.0.1:8,273 ==> :8,274 [ACK-2.04   MID=25663, Token=3078CE88209E4246, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C]
08:07:06.619 [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
08:07:06.619 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1489, 127.0.0.1:8273, complete]!
08:07:06.619 [: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-3078CE88209E4246]
08:07:06.619 [: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-25663]
08:07:06.619 [: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=25663, Token=3078CE88209E4246, OptionSet={"Object-Security":0x0900}, acked AE 81 2C 10 62 83 58 E4 DD E3 0F B4 A0 28 F3 90 F0 D3!
08:07:06.619 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
08:07:06.619 [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
08:07:06.619 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1488, 127.0.0.1:8276, complete]!
08:07:06.619 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1488, 127.0.0.1:8276, complete] completed ACK-2.04   MID=27570, Token=10C18229E7C7187E, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C!
08:07:06.619 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8276
08:07:06.619 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,542,T363) 127.0.0.1:8,275 ==> :8,276 [ACK-2.04   MID=27570, Token=10C18229E7C7187E, OptionSet={"Object-Security":0x}, 18 FD 43 47 CC 2E 50 96 2B 98 CE E5 67 E3 9C]
08:07:06.619 [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
08:07:06.619 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.619 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.620 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1487, 127.0.0.1:8275, complete]!
08:07:06.620 [: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-10C18229E7C7187E]
08:07:06.620 [: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-27570]
08:07:06.620 [: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=27570, Token=10C18229E7C7187E, OptionSet={"Object-Security":0x, "Proxy-Uri":"coap://127.0.0.1:8273/resource"}, <empty data> -/- CON-POST   MID=27570, Token=10C18229E7C7187E, 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    : 27570
Token  : 10C18229E7C7187E
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x, "Content-Format":"text/plain"}
RTT    : 4 ms
Payload: 4 Bytes
---------------------------------------------------------------
test
===============================================================
08:07:06.620 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.620 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:06.620 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8273
08:07:06.620 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8273
08:07:06.620 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8273] stopping ...
08:07:06.620 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8273, address /127.0.0.1
08:07:06.620 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8273] has stopped.
08:07:06.620 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8273
08:07:06.620 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:06.620 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.620 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8274
08:07:06.620 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8274
08:07:06.620 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8274] stopping ...
08:07:06.620 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8274, address /0.0.0.0
08:07:06.620 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8274] has stopped.
08:07:06.620 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8274
08:07:06.621 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.621 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:06.621 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8275
08:07:06.621 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8275
08:07:06.621 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8275] stopping ...
08:07:06.621 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8275, address /127.0.0.1
08:07:06.621 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8275] has stopped.
08:07:06.621 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8275
08:07:06.621 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:06.621 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.621 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8276
08:07:06.621 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8276
08:07:06.621 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8276] stopping ...
08:07:06.621 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8276, address /0.0.0.0
08:07:06.621 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8276] has stopped.
08:07:06.621 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8276
08:07:06.621 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testProxySmallGet
08:07:06.622 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyClientBW
08:07:06.622 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.622 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.622 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.623 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.623 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:06.623 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:06.623 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.623 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.623 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:06.623 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8277
08:07:06.623 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.623 [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
08:07:06.623 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:06.623 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:06.623 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8277
08:07:06.624 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.624 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.624 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.624 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.624 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:06.624 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:06.624 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.624 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.624 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:06.624 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8278
08:07:06.624 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.624 [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
08:07:06.624 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:06.625 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8278
08:07:06.625 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:06.625 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8278
08:07:06.625 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.625 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.625 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.625 [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
08:07:06.625 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:06.625 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:06.625 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.625 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.625 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:06.625 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8279
08:07:06.625 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.626 [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
08:07:06.626 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:06.626 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:06.626 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8279
08:07:06.626 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.626 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.626 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.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
08:07:06.627 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:06.627 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:06.627 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.627 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.627 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:06.627 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8280
08:07:06.627 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.627 [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
08:07:06.627 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:06.627 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8280
08:07:06.627 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:06.627 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8280
08:07:06.627 [: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
08:07:06.627 [: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
08:07:06.628 [: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
08:07:06.628 [: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-58230], CON-POST   MID=58230, 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
08:07:06.628 [: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-C480964E0CF2545D], CON-POST   MID=58230, Token=C480964E0CF2545D, 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
08:07:06.628 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-58230], KeyToken[127.0.0.1:8279-C480964E0CF2545D]]
08:07:06.629 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8279
08:07:06.629 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,543,T376) 127.0.0.1:8,280 ==> :8,279 [CON-POST   MID=58230, Token=C480964E0CF2545D, 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]
08:07:06.629 [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
08:07:06.629 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-58230]
08:07:06.629 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8277
==[ CoAP Request ]=============================================
MID    : 58230
Token  : C480964E0CF2545D
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
===============================================================
08:07:06.629 [: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
08:07:06.629 [: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
08:07:06.630 [: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-34363], CON-POST   MID=34363, 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
08:07:06.630 [: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-08F9E3905AA96351], CON-POST   MID=34363, Token=08F9E3905AA96351, 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
08:07:06.630 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8277-34363], KeyToken[127.0.0.1:8277-08F9E3905AA96351]]
08:07:06.630 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 165 bytes to 127.0.0.1:8277
08:07:06.630 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,544,T368) 127.0.0.1:8,278 ==> :8,277 [CON-POST   MID=34363, Token=08F9E3905AA96351, 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]
08:07:06.630 [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
08:07:06.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8278-34363]
08:07:06.630 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.631 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1494, 127.0.0.1:8278] replace CON-POST   MID=34363, Token=08F9E3905AA96351, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "98257387005764743526667350535128".. 128 bytes by CON-POST   MID=34363, Token=08F9E3905AA96351, OptionSet={"Object-Security":0x, "Uri-Path":"resource", "Content-Format":"text/plain", "Accept":"text/plain"}, "98257387005764743526667350535128".. 128 bytes
08:07:06.631 [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
08:07:06.631 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1494, 127.0.0.1:8278, complete]!
08:07:06.631 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1494, 127.0.0.1:8278, complete] completed ACK-2.04   MID=34363, Token=08F9E3905AA96351, 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!
08:07:06.631 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 281 bytes to 127.0.0.1:8278
08:07:06.631 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,545,T371) 127.0.0.1:8,277 ==> :8,278 [ACK-2.04   MID=34363, Token=08F9E3905AA96351, 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]
08:07:06.631 [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
08:07:06.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1493, 127.0.0.1:8277, complete]!
08:07:06.632 [: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-08F9E3905AA96351]
08:07:06.632 [: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-34363]
08:07:06.632 [: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=34363, Token=08F9E3905AA96351, 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!
08:07:06.632 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
08:07:06.632 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap response body [267/32] requires blockwise transfer
08:07:06.632 [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
08:07:06.632 [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
08:07:06.632 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1492, 127.0.0.1:8280, complete]!
08:07:06.632 [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=58230, Token=C480964E0CF2545D, 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!
08:07:06.632 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 52 bytes to 127.0.0.1:8280
08:07:06.633 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,546,T379) 127.0.0.1:8,279 ==> :8,280 [ACK-2.04   MID=58230, Token=C480964E0CF2545D, 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]
08:07:06.633 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 52 bytes from 127.0.0.1:8279
08:07:06.633 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.633 [: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=58230, Token=C480964E0CF2545D, 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
08:07:06.633 [: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>
08:07:06.633 [: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=58230, Token=C480964E0CF2545D, 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>
08:07:06.633 [: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
08:07:06.633 [: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>
08:07:06.633 [: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-58231], CON-POST   MID=58231, 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>
08:07:06.633 [: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-58230]
08:07:06.634 [: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-D496474AE2047C55], CON-POST   MID=58231, Token=D496474AE2047C55, 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>
08:07:06.634 [: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-C480964E0CF2545D]
08:07:06.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-58231], KeyToken[127.0.0.1:8279-D496474AE2047C55]]
08:07:06.634 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8279
08:07:06.634 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,547,T376) 127.0.0.1:8,280 ==> :8,279 [CON-POST   MID=58231, Token=D496474AE2047C55, 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>]
08:07:06.634 [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
08:07:06.634 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-58231]
08:07:06.634 [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]
08:07:06.634 [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
08:07:06.634 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1495, 127.0.0.1:8280, complete]!
08:07:06.634 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1495, 127.0.0.1:8280, complete] completed ACK-2.04   MID=58231, Token=D496474AE2047C55, 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!
08:07:06.635 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8280
08:07:06.635 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,548,T379) 127.0.0.1:8,279 ==> :8,280 [ACK-2.04   MID=58231, Token=D496474AE2047C55, 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]
08:07:06.635 [UDP-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
08:07:06.635 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.635 [: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>
08:07:06.635 [: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=58231, Token=D496474AE2047C55, 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>
08:07:06.635 [: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
08:07:06.635 [: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>
08:07:06.635 [: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-58232], CON-POST   MID=58232, 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>
08:07:06.635 [: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-58231]
08:07:06.636 [: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-609A9C60168808FB], CON-POST   MID=58232, Token=609A9C60168808FB, 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>
08:07:06.636 [: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-D496474AE2047C55]
08:07:06.636 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-58232], KeyToken[127.0.0.1:8279-609A9C60168808FB]]
08:07:06.636 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8279
08:07:06.636 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,549,T376) 127.0.0.1:8,280 ==> :8,279 [CON-POST   MID=58232, Token=609A9C60168808FB, 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>]
08:07:06.636 [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
08:07:06.636 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-58232]
08:07:06.636 [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]
08:07:06.636 [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
08:07:06.636 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1496, 127.0.0.1:8280, complete]!
08:07:06.636 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1496, 127.0.0.1:8280, complete] completed ACK-2.04   MID=58232, Token=609A9C60168808FB, 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!
08:07:06.637 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8280
08:07:06.637 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,550,T379) 127.0.0.1:8,279 ==> :8,280 [ACK-2.04   MID=58232, Token=609A9C60168808FB, 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]
08:07:06.637 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 49 bytes from 127.0.0.1:8279
08:07:06.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.637 [: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>
08:07:06.637 [: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=58232, Token=609A9C60168808FB, 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>
08:07:06.637 [: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
08:07:06.637 [: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>
08:07:06.637 [: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-58233], CON-POST   MID=58233, 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>
08:07:06.637 [: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-58232]
08:07:06.638 [: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-0045E1AF8CC4FD75], CON-POST   MID=58233, Token=0045E1AF8CC4FD75, 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>
08:07:06.638 [: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-609A9C60168808FB]
08:07:06.638 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-58233], KeyToken[127.0.0.1:8279-0045E1AF8CC4FD75]]
08:07:06.638 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8279
08:07:06.638 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,551,T376) 127.0.0.1:8,280 ==> :8,279 [CON-POST   MID=58233, Token=0045E1AF8CC4FD75, 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>]
08:07:06.638 [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
08:07:06.638 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-58233]
08:07:06.638 [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]
08:07:06.638 [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
08:07:06.638 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1497, 127.0.0.1:8280, complete]!
08:07:06.638 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1497, 127.0.0.1:8280, complete] completed ACK-2.04   MID=58233, Token=0045E1AF8CC4FD75, 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!
08:07:06.638 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8280
08:07:06.694 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,552,T379) 127.0.0.1:8,279 ==> :8,280 [ACK-2.04   MID=58233, Token=0045E1AF8CC4FD75, 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]
08:07:06.694 [UDP-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
08:07:06.694 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.694 [: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>
08:07:06.694 [: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=58233, Token=0045E1AF8CC4FD75, 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>
08:07:06.694 [: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
08:07:06.694 [: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>
08:07:06.694 [: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-58234], CON-POST   MID=58234, 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>
08:07:06.695 [: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-58233]
08:07:06.695 [: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-987C43DC199ED770], CON-POST   MID=58234, Token=987C43DC199ED770, 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>
08:07:06.695 [: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-0045E1AF8CC4FD75]
08:07:06.695 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-58234], KeyToken[127.0.0.1:8279-987C43DC199ED770]]
08:07:06.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 49 bytes to 127.0.0.1:8279
08:07:06.695 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,553,T376) 127.0.0.1:8,280 ==> :8,279 [CON-POST   MID=58234, Token=987C43DC199ED770, 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>]
08:07:06.695 [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
08:07:06.695 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-58234]
08:07:06.696 [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]
08:07:06.696 [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
08:07:06.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1498, 127.0.0.1:8280, complete]!
08:07:06.696 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1498, 127.0.0.1:8280, complete] completed ACK-2.04   MID=58234, Token=987C43DC199ED770, 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!
08:07:06.696 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8280
08:07:06.696 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,554,T379) 127.0.0.1:8,279 ==> :8,280 [ACK-2.04   MID=58234, Token=987C43DC199ED770, 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]
08:07:06.696 [UDP-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
08:07:06.696 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.696 [: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>
08:07:06.696 [: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=58234, Token=987C43DC199ED770, 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>
08:07:06.697 [: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
08:07:06.697 [: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>
08:07:06.697 [: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-58235], CON-POST   MID=58235, 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>
08:07:06.697 [: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-58234]
08:07:06.697 [: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-605590AA4D856153], CON-POST   MID=58235, Token=605590AA4D856153, 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>
08:07:06.697 [: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-987C43DC199ED770]
08:07:06.697 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-58235], KeyToken[127.0.0.1:8279-605590AA4D856153]]
08:07:06.697 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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
08:07:06.697 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,555,T376) 127.0.0.1:8,280 ==> :8,279 [CON-POST   MID=58235, Token=605590AA4D856153, 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>]
08:07:06.697 [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
08:07:06.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-58235]
08:07:06.698 [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]
08:07:06.698 [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
08:07:06.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1499, 127.0.0.1:8280, complete]!
08:07:06.698 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1499, 127.0.0.1:8280, complete] completed ACK-2.04   MID=58235, Token=605590AA4D856153, 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!
08:07:06.698 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8280
08:07:06.698 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,556,T379) 127.0.0.1:8,279 ==> :8,280 [ACK-2.04   MID=58235, Token=605590AA4D856153, 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]
08:07:06.698 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 49 bytes from 127.0.0.1:8279
08:07:06.698 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.698 [: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>
08:07:06.699 [: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=58235, Token=605590AA4D856153, 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>
08:07:06.699 [: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
08:07:06.699 [: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>
08:07:06.699 [: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-58236], CON-POST   MID=58236, 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>
08:07:06.699 [: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-58235]
08:07:06.699 [: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-4CA79EC27FF9BEAC], CON-POST   MID=58236, Token=4CA79EC27FF9BEAC, 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>
08:07:06.699 [: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-605590AA4D856153]
08:07:06.699 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-58236], KeyToken[127.0.0.1:8279-4CA79EC27FF9BEAC]]
08:07:06.699 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8279
08:07:06.699 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,557,T376) 127.0.0.1:8,280 ==> :8,279 [CON-POST   MID=58236, Token=4CA79EC27FF9BEAC, 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>]
08:07:06.700 [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
08:07:06.700 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-58236]
08:07:06.700 [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]
08:07:06.700 [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
08:07:06.700 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1500, 127.0.0.1:8280, complete]!
08:07:06.700 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1500, 127.0.0.1:8280, complete] completed ACK-2.04   MID=58236, Token=4CA79EC27FF9BEAC, 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!
08:07:06.700 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 49 bytes to 127.0.0.1:8280
08:07:06.700 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,558,T379) 127.0.0.1:8,279 ==> :8,280 [ACK-2.04   MID=58236, Token=4CA79EC27FF9BEAC, 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]
08:07:06.700 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8280) received 49 bytes from 127.0.0.1:8279
08:07:06.700 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.700 [: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>
08:07:06.701 [: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=58236, Token=4CA79EC27FF9BEAC, 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>
08:07:06.701 [: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
08:07:06.701 [: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>
08:07:06.701 [: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-58237], CON-POST   MID=58237, 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>
08:07:06.701 [: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-58236]
08:07:06.701 [: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-D4FCC3E403F74459], CON-POST   MID=58237, Token=D4FCC3E403F74459, 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>
08:07:06.701 [: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-4CA79EC27FF9BEAC]
08:07:06.701 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-58237], KeyToken[127.0.0.1:8279-D4FCC3E403F74459]]
08:07:06.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 49 bytes to 127.0.0.1:8279
08:07:06.702 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,559,T376) 127.0.0.1:8,280 ==> :8,279 [CON-POST   MID=58237, Token=D4FCC3E403F74459, 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>]
08:07:06.702 [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
08:07:06.702 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-58237]
08:07:06.702 [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]
08:07:06.702 [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
08:07:06.702 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1501, 127.0.0.1:8280, complete]!
08:07:06.702 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1501, 127.0.0.1:8280, complete] completed ACK-2.04   MID=58237, Token=D4FCC3E403F74459, 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!
08:07:06.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 49 bytes to 127.0.0.1:8280
08:07:06.702 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,560,T379) 127.0.0.1:8,279 ==> :8,280 [ACK-2.04   MID=58237, Token=D4FCC3E403F74459, 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]
08:07:06.702 [UDP-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
08:07:06.702 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.703 [: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>
08:07:06.703 [: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=58237, Token=D4FCC3E403F74459, 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>
08:07:06.703 [: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
08:07:06.703 [: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>
08:07:06.703 [: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-58238], CON-POST   MID=58238, 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>
08:07:06.703 [: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-58237]
08:07:06.703 [: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-EC7FBC3C6461654A], CON-POST   MID=58238, Token=EC7FBC3C6461654A, 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>
08:07:06.703 [: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-D4FCC3E403F74459]
08:07:06.703 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8279-58238], KeyToken[127.0.0.1:8279-EC7FBC3C6461654A]]
08:07:06.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 49 bytes to 127.0.0.1:8279
08:07:06.704 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,561,T376) 127.0.0.1:8,280 ==> :8,279 [CON-POST   MID=58238, Token=EC7FBC3C6461654A, 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>]
08:07:06.704 [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
08:07:06.704 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8280-58238]
08:07:06.704 [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]
08:07:06.704 [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
08:07:06.704 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1502, 127.0.0.1:8280, complete]!
08:07:06.704 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1502, 127.0.0.1:8280, complete] completed ACK-2.04   MID=58238, Token=EC7FBC3C6461654A, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, C6 67 7E E8 4E 3E B9 2C 0B 19 E6!
08:07:06.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 28 bytes to 127.0.0.1:8280
08:07:06.704 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,562,T379) 127.0.0.1:8,279 ==> :8,280 [ACK-2.04   MID=58238, Token=EC7FBC3C6461654A, OptionSet={"Object-Security":0x, "Block2":"(szx=1/32, m=false, num=8)"}, C6 67 7E E8 4E 3E B9 2C 0B 19 E6]
08:07:06.704 [UDP-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
08:07:06.705 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.705 [: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
08:07:06.705 [: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
08:07:06.705 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap assembled response: ACK-2.04   MID=58230, Token=C480964E0CF2545D, 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
08:07:06.705 [: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=58238, Token=EC7FBC3C6461654A, 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=58230, Token=C480964E0CF2545D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, "98257387005764743526667350535128".. 128 bytes
08:07:06.705 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1491, 127.0.0.1:8279, complete]!
08:07:06.705 [: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-EC7FBC3C6461654A]
08:07:06.705 [: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-58238]
08:07:06.705 [: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=58230, Token=C480964E0CF2545D, OptionSet={"Object-Security":0x, "Content-Format":"text/plain", "Accept":"text/plain", "Proxy-Uri":"coap://127.0.0.1:8277/resource"}, "98257387005764743526667350535128".. 128 bytes!
08:07:06.705 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE response uses outer block-wise
08:07:06.705 [:CoapEndpoint-UDP-0.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    : 58230
Token  : C480964E0CF2545D
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x, "Content-Format":"text/plain"}
RTT    : 77 ms
Payload: 256 Bytes
---------------------------------------------------------------
9825738700576474352666735053512878218700320913599900364160263437163052680218709341331217088868805914495093768541575311672954009898257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098
===============================================================
08:07:06.705 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.705 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:06.706 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8277
08:07:06.706 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8277
08:07:06.706 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8277] stopping ...
08:07:06.706 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8277, address /127.0.0.1
08:07:06.706 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8277] has stopped.
08:07:06.706 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8277
08:07:06.706 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:06.706 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.706 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8278
08:07:06.706 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8278
08:07:06.706 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8278] stopping ...
08:07:06.706 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8278, address /0.0.0.0
08:07:06.706 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8278] has stopped.
08:07:06.706 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8278
08:07:06.706 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.706 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:06.706 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8279
08:07:06.706 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8279
08:07:06.706 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8279] stopping ...
08:07:06.707 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8279, address /127.0.0.1
08:07:06.707 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8279] has stopped.
08:07:06.707 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8279
08:07:06.707 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:06.707 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.707 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8280
08:07:06.707 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8280
08:07:06.707 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8280] stopping ...
08:07:06.707 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8280, address /0.0.0.0
08:07:06.707 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8280] has stopped.
08:07:06.707 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8280
08:07:06.707 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyClientBW
08:07:06.707 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyServerBW
08:07:06.708 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.708 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.708 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.708 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.709 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:06.709 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:06.709 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.709 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.709 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:06.709 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8281
08:07:06.709 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.709 [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
08:07:06.709 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8281
08:07:06.709 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:06.709 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:06.710 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.710 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.710 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.710 [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
08:07:06.710 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:06.710 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:06.710 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.710 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.710 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:06.710 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8282
08:07:06.710 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.710 [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
08:07:06.711 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8282
08:07:06.711 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:06.711 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8282
08:07:06.711 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:06.711 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.711 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.711 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.711 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.711 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:06.711 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:06.711 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.711 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.711 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:06.711 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8283
08:07:06.712 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.712 [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
08:07:06.712 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8283
08:07:06.712 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:06.712 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:06.712 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.712 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.712 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.712 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.713 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:06.713 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:06.713 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.713 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.713 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:06.713 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8284
08:07:06.713 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.713 [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
08:07:06.713 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:06.713 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8284
08:07:06.713 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:06.713 [main] INFO org.eclipse.californium.core.CoapClient - started set client endpoint 0.0.0.0/0.0.0.0:8284
08:07:06.714 [: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
08:07:06.714 [: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
08:07:06.714 [: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
08:07:06.714 [: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-63262], CON-POST   MID=63262, 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
08:07:06.715 [: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-446D85566A034775], CON-POST   MID=63262, Token=446D85566A034775, 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
08:07:06.715 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8283-63262], KeyToken[127.0.0.1:8283-446D85566A034775]]
08:07:06.715 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 189 bytes to 127.0.0.1:8283
08:07:06.715 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,563,T392) 127.0.0.1:8,284 ==> :8,283 [CON-POST   MID=63262, Token=446D85566A034775, 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]
08:07:06.715 [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
08:07:06.715 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8284-63262]
08:07:06.715 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming request translated correctly
Proxy: coap://127.0.0.1:8281
==[ CoAP Request ]=============================================
MID    : 63262
Token  : 446D85566A034775
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
===============================================================
08:07:06.716 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap request body [149/32] requires blockwise transfer
08:07:06.716 [: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
08:07:06.716 [: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
08:07:06.716 [: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
08:07:06.716 [: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
08:07:06.716 [: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-46469], CON-POST   MID=46469, 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
08:07:06.716 [: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-D4941357A45D6E75], CON-POST   MID=46469, Token=D4941357A45D6E75, 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
08:07:06.716 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8281-46469], KeyToken[127.0.0.1:8281-D4941357A45D6E75]]
08:07:06.716 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 54 bytes to 127.0.0.1:8281
08:07:06.717 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,564,T384) 127.0.0.1:8,282 ==> :8,281 [CON-POST   MID=46469, Token=D4941357A45D6E75, 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]
08:07:06.717 [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
08:07:06.717 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8282-46469]
08:07:06.717 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=0)
08:07:06.717 [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
08:07:06.717 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=0], expecting more blocks to come
08:07:06.717 [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>
08:07:06.717 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1506, 127.0.0.1:8282, complete]!
08:07:06.717 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1506, 127.0.0.1:8282, complete] completed ACK-2.31   MID=46469, Token=D4941357A45D6E75, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, <empty data>!
08:07:06.717 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8282
08:07:06.718 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,565,T387) 127.0.0.1:8,281 ==> :8,282 [ACK-2.31   MID=46469, Token=D4941357A45D6E75, OptionSet={"Block1":"(szx=1/32, m=true, num=0)"}, <empty data>]
08:07:06.718 [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
08:07:06.718 [: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)
08:07:06.718 [: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
08:07:06.718 [: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=46469, Token=D4941357A45D6E75, 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
08:07:06.718 [: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
08:07:06.718 [: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
08:07:06.718 [: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-46470], CON-POST   MID=46470, 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
08:07:06.718 [: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-46469]
08:07:06.718 [: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-941EB44AE8829587], CON-POST   MID=46470, Token=941EB44AE8829587, 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
08:07:06.718 [: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-D4941357A45D6E75]
08:07:06.718 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8281-46470], KeyToken[127.0.0.1:8281-941EB44AE8829587]]
08:07:06.718 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8281
08:07:06.719 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,566,T384) 127.0.0.1:8,282 ==> :8,281 [CON-POST   MID=46470, Token=941EB44AE8829587, 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]
08:07:06.719 [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
08:07:06.719 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8282-46470]
08:07:06.719 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=1)
08:07:06.719 [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=46470, Token=941EB44AE8829587, 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
08:07:06.719 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=1], expecting more blocks to come
08:07:06.719 [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>
08:07:06.719 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1507, 127.0.0.1:8282, complete]!
08:07:06.719 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1507, 127.0.0.1:8282, complete] completed ACK-2.31   MID=46470, Token=941EB44AE8829587, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, <empty data>!
08:07:06.719 [UDP-Sender-localhost/127.0.0.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
08:07:06.719 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,567,T387) 127.0.0.1:8,281 ==> :8,282 [ACK-2.31   MID=46470, Token=941EB44AE8829587, OptionSet={"Block1":"(szx=1/32, m=true, num=1)"}, <empty data>]
08:07:06.719 [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
08:07:06.719 [: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)
08:07:06.720 [: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
08:07:06.720 [: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=46470, Token=941EB44AE8829587, 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
08:07:06.720 [: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
08:07:06.720 [: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
08:07:06.720 [: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-46471], CON-POST   MID=46471, 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
08:07:06.720 [: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-46470]
08:07:06.720 [: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-8CA044EA07DA306E], CON-POST   MID=46471, Token=8CA044EA07DA306E, 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
08:07:06.720 [: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-941EB44AE8829587]
08:07:06.720 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8281-46471], KeyToken[127.0.0.1:8281-8CA044EA07DA306E]]
08:07:06.720 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8281
08:07:06.720 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,568,T384) 127.0.0.1:8,282 ==> :8,281 [CON-POST   MID=46471, Token=8CA044EA07DA306E, 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]
08:07:06.720 [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
08:07:06.720 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8282-46471]
08:07:06.720 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=2)
08:07:06.720 [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=46471, Token=8CA044EA07DA306E, 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
08:07:06.721 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=2], expecting more blocks to come
08:07:06.721 [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>
08:07:06.721 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1508, 127.0.0.1:8282, complete]!
08:07:06.721 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1508, 127.0.0.1:8282, complete] completed ACK-2.31   MID=46471, Token=8CA044EA07DA306E, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, <empty data>!
08:07:06.721 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8282
08:07:06.721 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,569,T387) 127.0.0.1:8,281 ==> :8,282 [ACK-2.31   MID=46471, Token=8CA044EA07DA306E, OptionSet={"Block1":"(szx=1/32, m=true, num=2)"}, <empty data>]
08:07:06.721 [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
08:07:06.721 [: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)
08:07:06.721 [: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
08:07:06.721 [: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=46471, Token=8CA044EA07DA306E, 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
08:07:06.721 [: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
08:07:06.721 [: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
08:07:06.721 [: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-46472], CON-POST   MID=46472, 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
08:07:06.722 [: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-46471]
08:07:06.722 [: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-E4FAD97C033BDA79], CON-POST   MID=46472, Token=E4FAD97C033BDA79, 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
08:07:06.722 [: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-8CA044EA07DA306E]
08:07:06.722 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8281-46472], KeyToken[127.0.0.1:8281-E4FAD97C033BDA79]]
08:07:06.722 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 51 bytes to 127.0.0.1:8281
08:07:06.722 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,570,T384) 127.0.0.1:8,282 ==> :8,281 [CON-POST   MID=46472, Token=E4FAD97C033BDA79, 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]
08:07:06.722 [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
08:07:06.722 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8282-46472]
08:07:06.722 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=true, num=3)
08:07:06.722 [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=46472, Token=E4FAD97C033BDA79, 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
08:07:06.722 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap acknowledging incoming block1 [num=3], expecting more blocks to come
08:07:06.722 [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>
08:07:06.722 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1509, 127.0.0.1:8282, complete]!
08:07:06.722 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1509, 127.0.0.1:8282, complete] completed ACK-2.31   MID=46472, Token=E4FAD97C033BDA79, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, <empty data>!
08:07:06.722 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 15 bytes to 127.0.0.1:8282
08:07:06.723 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,571,T387) 127.0.0.1:8,281 ==> :8,282 [ACK-2.31   MID=46472, Token=E4FAD97C033BDA79, OptionSet={"Block1":"(szx=1/32, m=true, num=3)"}, <empty data>]
08:07:06.723 [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
08:07:06.723 [: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)
08:07:06.723 [: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
08:07:06.723 [: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=46472, Token=E4FAD97C033BDA79, 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
08:07:06.723 [: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
08:07:06.723 [: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
08:07:06.723 [: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-46473], CON-POST   MID=46473, 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
08:07:06.723 [: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-46472]
08:07:06.723 [: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-7C14D2EE741DBF29], CON-POST   MID=46473, Token=7C14D2EE741DBF29, 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
08:07:06.723 [: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-E4FAD97C033BDA79]
08:07:06.723 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8281-46473], KeyToken[127.0.0.1:8281-7C14D2EE741DBF29]]
08:07:06.723 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 40 bytes to 127.0.0.1:8281
08:07:06.724 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,572,T384) 127.0.0.1:8,282 ==> :8,281 [CON-POST   MID=46473, Token=7C14D2EE741DBF29, 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]
08:07:06.724 [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
08:07:06.724 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8282-46473]
08:07:06.724 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap inbound request contains block1 option (szx=1/32, m=false, num=4)
08:07:06.724 [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=46473, Token=7C14D2EE741DBF29, 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
08:07:06.724 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.stack.BlockwiseLayer - coap peer has sent last block1 [num=4], delivering request to application layer
08:07:06.724 [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
08:07:06.724 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityContextLayer - Incoming OSCORE request uses outer block-wise
08:07:06.724 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.724 [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
08:07:06.725 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1510, 127.0.0.1:8282, complete]!
08:07:06.725 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1510, 127.0.0.1:8282, complete] completed ACK-2.04   MID=46473, Token=7C14D2EE741DBF29, 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!
08:07:06.725 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 284 bytes to 127.0.0.1:8282
08:07:06.725 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,573,T387) 127.0.0.1:8,281 ==> :8,282 [ACK-2.04   MID=46473, Token=7C14D2EE741DBF29, 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]
08:07:06.725 [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
08:07:06.725 [: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)
08:07:06.725 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1505, 127.0.0.1:8281, complete]!
08:07:06.725 [: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-7C14D2EE741DBF29]
08:07:06.725 [: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-46473]
08:07:06.725 [: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=46469, Token=D4941357A45D6E75, 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=46473, Token=7C14D2EE741DBF29, 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!
08:07:06.725 [CoapServer(main)#1] DEBUG org.eclipse.californium.proxy2.Coap2CoapTranslator - Incoming response translated correctly
08:07:06.726 [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
08:07:06.726 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1504, 127.0.0.1:8284, complete]!
08:07:06.726 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1504, 127.0.0.1:8284, complete] completed ACK-2.04   MID=63262, Token=446D85566A034775, 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!
08:07:06.726 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 284 bytes to 127.0.0.1:8284
08:07:06.726 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,574,T395) 127.0.0.1:8,283 ==> :8,284 [ACK-2.04   MID=63262, Token=446D85566A034775, 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]
08:07:06.726 [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
08:07:06.726 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.726 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.726 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1503, 127.0.0.1:8283, complete]!
08:07:06.726 [: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-446D85566A034775]
08:07:06.726 [: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-63262]
08:07:06.726 [: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=63262, Token=446D85566A034775, 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=63262, Token=446D85566A034775, 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    : 63262
Token  : 446D85566A034775
Type   : ACK
Status : 2.05 - CONTENT
Options: {"Object-Security":0x, "Content-Format":"text/plain"}
RTT    : 12 ms
Payload: 256 Bytes
---------------------------------------------------------------
9825738700576474352666735053512878218700320913599900364160263437163052680218709341331217088868805914495093768541575311672954009898257387005764743526667350535128782187003209135999003641602634371630526802187093413312170888688059144950937685415753116729540098
===============================================================
08:07:06.727 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.727 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:06.727 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8281
08:07:06.727 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8281
08:07:06.727 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8281] stopping ...
08:07:06.727 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8281, address /127.0.0.1
08:07:06.727 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8281] has stopped.
08:07:06.727 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8281
08:07:06.727 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:06.727 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.727 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8282
08:07:06.727 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8282
08:07:06.727 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8282] stopping ...
08:07:06.727 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8282, address /0.0.0.0
08:07:06.727 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8282] has stopped.
08:07:06.727 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8282
08:07:06.728 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.728 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:06.728 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8283
08:07:06.728 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8283
08:07:06.728 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8283] stopping ...
08:07:06.728 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8283, address /127.0.0.1
08:07:06.728 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8283] has stopped.
08:07:06.728 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8283
08:07:06.728 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:06.728 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:06.728 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8284
08:07:06.728 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8284
08:07:06.728 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8284] stopping ...
08:07:06.728 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8284, address /0.0.0.0
08:07:06.728 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8284] has stopped.
08:07:06.728 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8284
08:07:06.729 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testOuterBlockwisePostProxyServerBW
08:07:06.729 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
08:07:06.729 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
[WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.289 s - in org.eclipse.californium.oscore.OSCoreOuterBlockwiseTest
[INFO] Running org.eclipse.californium.oscore.EndpointContextInfoTest

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

Start EndpointContextInfoTest
08:07:06.736 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:06.736 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:06.737 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:06.737 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:06.737 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:06.737 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:06.737 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:06.737 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:06.737 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:06.737 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8287
08:07:06.737 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:06.738 [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
08:07:06.738 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:06.738 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8287
08:07:06.738 [UDP-Sender-localhost/127.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
08:07:06.738 [: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
08:07:06.738 [: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>
08:07:06.739 [: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
08:07:06.739 [: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-23918], CON-POST   MID=23918, Token=null, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79
08:07:06.739 [: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-C08A2DC0A2EB150D], CON-POST   MID=23918, Token=C08A2DC0A2EB150D, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79
08:07:06.739 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8287-23918], KeyToken[127.0.0.1:8287-C08A2DC0A2EB150D]]
08:07:06.739 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 29 bytes to 127.0.0.1:8287
08:07:06.739 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,577,T408) 127.0.0.1:8,286 ==> :8,287 [CON-POST   MID=23918, Token=C08A2DC0A2EB150D, OptionSet={"Object-Security":0x090077665544}, 47 95 96 04 DA CD 5C DF 79]
08:07:06.739 [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
08:07:06.739 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8286-23918]
08:07:06.740 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.740 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1514, 127.0.0.1:8286] replace CON-POST   MID=23918, Token=C08A2DC0A2EB150D, OptionSet={"Object-Security":0x77665544}, <empty data> by CON-GET    MID=23918, Token=C08A2DC0A2EB150D, OptionSet={"Object-Security":0x}, <empty data>
server received request
Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext
08:07:06.740 [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"
08:07:06.740 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1514, 127.0.0.1:8286, complete]!
08:07:06.740 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1514, 127.0.0.1:8286, complete] completed ACK-2.04   MID=23918, Token=C08A2DC0A2EB150D, 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
08:07:06.740 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 42 bytes to 127.0.0.1:8286
08:07:06.740 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,578,T403) 127.0.0.1:8,287 ==> :8,286 [ACK-2.04   MID=23918, Token=C08A2DC0A2EB150D, 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]
08:07:06.793 [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
08:07:06.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.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
08:07:06.794 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1513, 127.0.0.1:8287, complete]!
08:07:06.794 [: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-C08A2DC0A2EB150D]
08:07:06.794 [: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-23918]
08:07:06.794 [: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=23918, Token=C08A2DC0A2EB150D, OptionSet={"Object-Security":0x}, <empty data> -/- CON-POST   MID=23918, Token=C08A2DC0A2EB150D, 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
08:07:06.795 [: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
08:07:06.795 [: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>
08:07:06.795 [: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
08:07:06.795 [: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-23919], CON-POST   MID=23919, Token=null, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24
08:07:06.795 [: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-74BD3CA9E5BFEC56], CON-POST   MID=23919, Token=74BD3CA9E5BFEC56, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24
08:07:06.795 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8287-23919], KeyToken[127.0.0.1:8287-74BD3CA9E5BFEC56]]
08:07:06.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 29 bytes to 127.0.0.1:8287
08:07:06.795 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,579,T408) 127.0.0.1:8,286 ==> :8,287 [CON-POST   MID=23919, Token=74BD3CA9E5BFEC56, OptionSet={"Object-Security":0x090177665544}, 37 88 6D 3B 6C 12 FF 8C 24]
08:07:06.795 [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
08:07:06.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8286-23919]
08:07:06.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1516, 127.0.0.1:8286] replace CON-POST   MID=23919, Token=74BD3CA9E5BFEC56, OptionSet={"Object-Security":0x77665544}, <empty data> by CON-GET    MID=23919, Token=74BD3CA9E5BFEC56, OptionSet={"Object-Security":0x}, <empty data>
server received request
Server: Request source context type: class org.eclipse.californium.elements.MapBasedEndpointContext
08:07:06.796 [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"
08:07:06.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R1516, 127.0.0.1:8286, complete]!
08:07:06.796 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R1516, 127.0.0.1:8286, complete] completed ACK-2.04   MID=23919, Token=74BD3CA9E5BFEC56, 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
08:07:06.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:8286
08:07:06.797 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,580,T403) 127.0.0.1:8,287 ==> :8,286 [ACK-2.04   MID=23919, Token=74BD3CA9E5BFEC56, 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]
08:07:06.797 [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
08:07:06.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:06.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:06.797 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1515, 127.0.0.1:8287, complete]!
08:07:06.797 [: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-74BD3CA9E5BFEC56]
08:07:06.797 [: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-23919]
08:07:06.797 [: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=23919, Token=74BD3CA9E5BFEC56, OptionSet={"Object-Security":0x}, <empty data> -/- CON-POST   MID=23919, Token=74BD3CA9E5BFEC56, OptionSet={"Object-Security":0x090177665544}, acked 37 88 6D 3B 6C 12 FF 8C 24!
client received response
08:07:06.797 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:06.797 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8287
08:07:06.797 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8287
08:07:06.797 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8287] stopping ...
08:07:06.798 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8287, address /127.0.0.1
08:07:06.798 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8287] has stopped.
08:07:06.798 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8287
08:07:06.798 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
End EndpointContextInfoTest
08:07:06.798 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
08:07:06.798 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8286
08:07:06.798 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8286
08:07:06.798 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8286] stopping ...
08:07:06.798 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8286, address /0.0.0.0
08:07:06.798 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8286] has stopped.
08:07:06.798 [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.068 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.10.0.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/cf-oscore/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ cf-oscore ---
[INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-release/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source files for package org.eclipse.californium.cose...
Loading source files for package org.eclipse.californium.oscore...
Constructing Javadoc information...
Standard Doclet version 1.7.0_80
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/cose/AlgorithmID.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/cose/Attribute.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/cose/CoseException.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/cose/Encrypt0Message.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/cose/EncryptCommon.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/cose/HeaderKeys.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/cose/Message.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/cose/MessageTag.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/ByteId.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/CoapOSException.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/CoapOSExceptionHandler.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/ContextRederivation.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/ContextRederivation.PHASE.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/Decryptor.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/Encryptor.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/ErrorDescriptions.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/HashMapCtxDB.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/ObjectSecurityContextLayer.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/ObjectSecurityLayer.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/OptionJuggle.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/OSCoreCoapStackFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/OSCoreCtx.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/OSCoreCtxDB.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/OSCoreEndpointContextInfo.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/OscoreOptionDecoder.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/OscoreOptionEncoder.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/OSCoreResource.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/OSCoreTcpStack.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/OSCoreUdpStack.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/OSException.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/OSSerializer.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/RequestDecryptor.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/RequestEncryptor.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/ResponseDecryptor.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/ResponseEncryptor.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/overview-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/cose/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/cose/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/cose/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/serialized-form.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/cose/class-use/MessageTag.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/cose/class-use/Message.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/cose/class-use/HeaderKeys.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/cose/class-use/EncryptCommon.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/cose/class-use/Encrypt0Message.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/cose/class-use/CoseException.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/cose/class-use/Attribute.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/cose/class-use/AlgorithmID.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/ResponseEncryptor.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/ResponseDecryptor.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/RequestEncryptor.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/RequestDecryptor.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/OscoreOptionEncoder.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/OscoreOptionDecoder.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/OptionJuggle.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/ObjectSecurityLayer.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/ObjectSecurityContextLayer.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/OSSerializer.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/OSException.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/OSCoreUdpStack.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/OSCoreTcpStack.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/OSCoreResource.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/OSCoreEndpointContextInfo.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/OSCoreCtxDB.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/OSCoreCtx.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/OSCoreCoapStackFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/HashMapCtxDB.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/ErrorDescriptions.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/Encryptor.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/Decryptor.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/ContextRederivation.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/ContextRederivation.PHASE.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/CoapOSExceptionHandler.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/CoapOSException.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/class-use/ByteId.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/cose/package-use.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/org/eclipse/californium/oscore/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/index-all.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-oscore/target/apidocs/help-doc.html...
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/cf-oscore/target/cf-oscore-3.10.0-javadoc.jar
[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.10.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-oscore ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
08:07:10.579 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:10.593 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added COAP.
08:07:10.594 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added SYS.
08:07:10.595 [main] INFO org.eclipse.californium.elements.config.Configuration - defaults added UDP.
[INFO] Running org.eclipse.californium.oscore.OSCoreObserveTest
08:07:10.610 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testObserve
08:07:10.692 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE default setup
08:07:10.694 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Loading net.i2p.crypto.eddsa.EdDSASecurityProvider failed!
08:07:10.733 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - AES: restricted to 128 bits key length
08:07:10.733 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - RSA: true
08:07:10.733 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - EC: true
08:07:10.747 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - ECDSA not vulnerable.
08:07:10.747 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - EdDSA not supported!
08:07:10.747 [main] INFO org.eclipse.californium.elements.util.JceProviderUtil - JCE setup: null, ready.
08:07:10.747 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [0]: SUN version 1.7.
08:07:10.747 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [1]: SunRsaSign version 1.7.
08:07:10.747 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [2]: SunEC version 1.7.
08:07:10.747 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [3]: SunJSSE version 1.7.
08:07:10.747 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [4]: SunJCE version 1.7.
08:07:10.747 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [5]: SunJGSS version 1.7.
08:07:10.747 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [6]: SunSASL version 1.7.
08:07:10.747 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [7]: XMLDSig version 1.0.
08:07:10.747 [main] DEBUG org.eclipse.californium.elements.util.JceProviderUtil - Security Provider [8]: SunPCSC version 1.7.
08:07:10.840 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:10.847 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:10.848 [main] INFO org.eclipse.californium.ban - Started.
08:07:10.849 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:10.863 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:10.878 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:10.881 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:10.883 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:10.885 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:10.886 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:10.886 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8192
08:07:10.886 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:10.888 [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
08:07:10.888 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:10.888 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:10.888 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8192
08:07:10.897 [main] DEBUG org.eclipse.californium.elements.util.NetworkInterfacesUtil - Found broadcast address /10.40.71.255 - eth0.
08:07:10.897 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:10.897 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:10.897 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:10.897 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:10.898 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:10.899 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:10.899 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:10.899 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:10.899 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:10.899 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8193
08:07:10.900 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:10.900 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:10.900 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector listening on 0.0.0.0/0.0.0.0:8193, recv buf = 0, send buf = 0, recv packet size = 2048
08:07:10.900 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:10.900 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8193
08:07:10.900 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8193 for coap
08:07:10.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] send request
08:07:10.909 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.stack.ReliabilityLayer - Exchange[L1, 127.0.0.1:8192] prepare retransmission for CON-GET    MID=   -1, Token=A19B511E14534D97, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data>
08:07:10.917 [: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=A19B511E14534D97, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data> by CON-FETCH  MID=   -1, Token=A19B511E14534D97, 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
08:07:10.918 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.BaseMatcher - registering observe request CON-FETCH  MID=60632, Token=A19B511E14534D97, 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
08:07:10.918 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.observe.InMemoryObservationStore - added observation for Token=A19B511E14534D97
08:07:10.919 [: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-60632], CON-FETCH  MID=60632, Token=A19B511E14534D97, 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
08:07:10.921 [: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[A19B511E14534D97], CON-FETCH  MID=60632, Token=A19B511E14534D97, 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
08:07:10.921 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-60632], KeyToken[A19B511E14534D97]]
08:07:10.925 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8192
08:07:10.927 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E1,T14) 127.0.0.1:8,193 ==> :8,192 [CON-FETCH  MID=60632, Token=A19B511E14534D97, 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]
08:07:10.927 [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
08:07:10.929 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-60632]
08:07:10.931 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:10.932 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, 127.0.0.1:8193] replace CON-FETCH  MID=60632, Token=A19B511E14534D97, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data> by CON-GET    MID=60632, Token=A19B511E14534D97, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data>
08:07:10.932 [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]
08:07:10.933 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.observe.ObserveRelation - Observe-relation, checks every 120000000000ns or 100 notifications.
08:07:10.938 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapResource - successfully established observe relation between KeyToken[127.0.0.1:8193-A19B511E14534D97] and resource /oscore/observe2 (Exchange[R2, 127.0.0.1:8193], size 1)
08:07:10.938 [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"
08:07:10.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, 127.0.0.1:8193, complete]!
08:07:10.941 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R2, 127.0.0.1:8193, complete] completed ACK-2.04   MID=60632, Token=A19B511E14534D97, OptionSet={"Observe":0, "Object-Security":0x0100}, 4D D3 3B FC 90 86 BC 88 2F C2 A2 05 C2 2E 96!
08:07:10.943 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 32 bytes to 127.0.0.1:8193
08:07:10.944 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E2,T17) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04   MID=60632, Token=A19B511E14534D97, OptionSet={"Observe":0, "Object-Security":0x0100}, 4D D3 3B FC 90 86 BC 88 2F C2 A2 05 C2 2E 96]
08:07:10.944 [UDP-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
08:07:10.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:10.945 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:10.946 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L1, 127.0.0.1:8192, complete]!
08:07:10.946 [: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[A19B511E14534D97]
08:07:10.946 [: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-60632]
08:07:10.946 [: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=60632, Token=A19B511E14534D97, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data> -/- CON-FETCH  MID=60632, Token=A19B511E14534D97, 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!
08:07:10.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Updated with ACK-2.05   MID=60632, Token=A19B511E14534D97, OptionSet={"Observe":0, "Object-Security":0x0100, "Content-Format":"text/plain"}, "one"
08:07:10.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Wait for 62000ms fresh notifies.
NOTIFICATION: one
08:07:10.948 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.core.test.CountingCoapHandler - Received 1. Notification: ACK-2.05   MID=60632, Token=A19B511E14534D97, OptionSet={"Observe":0, "Object-Security":0x0100, "Content-Format":"text/plain"}, "one"
08:07:11.629 [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"
08:07:11.630 [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-4884], NON-2.04   MID= 4884, Token=A19B511E14534D97, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E
08:07:11.631 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8193
08:07:11.631 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E3,T17) 127.0.0.1:8,192 ==> :8,193 [NON-2.04   MID= 4884, Token=A19B511E14534D97, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E]
08:07:11.631 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (0.0.0.0:8193) received 34 bytes from 127.0.0.1:8192
08:07:11.632 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.observe.InMemoryObservationStore - looking up observation for token Token=A19B511E14534D97: CON-FETCH  MID=60632, Token=A19B511E14534D97, 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
08:07:11.633 [: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=60632, Token=A19B511E14534D97, 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
08:07:11.633 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8192-4884]
08:07:11.633 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:11.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:11.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L3, 127.0.0.1:8192, complete]!
08:07:11.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Updated with NON-2.05   MID= 4884, Token=A19B511E14534D97, OptionSet={"Observe":1, "Object-Security":0x0101, "Content-Format":"text/plain"}, "two"
08:07:11.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Wait for 62000ms fresh notifies.
NOTIFICATION: two
08:07:11.634 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.core.test.CountingCoapHandler - Received 2. Notification: NON-2.05   MID= 4884, Token=A19B511E14534D97, OptionSet={"Observe":1, "Object-Security":0x0101, "Content-Format":"text/plain"}, "two"
08:07:11.635 [: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
08:07:11.635 [: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=A19B511E14534D97, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data>
08:07:11.636 [: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=A19B511E14534D97, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data> by CON-FETCH  MID=   -1, Token=A19B511E14534D97, 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
08:07:11.636 [: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-60633], CON-FETCH  MID=60633, Token=A19B511E14534D97, 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
08:07:11.637 [: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[A19B511E14534D97], CON-FETCH  MID=60633, Token=A19B511E14534D97, 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
08:07:11.637 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8192-60633], KeyToken[A19B511E14534D97]]
08:07:11.637 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 45 bytes to 127.0.0.1:8192
08:07:11.638 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E4,T14) 127.0.0.1:8,193 ==> :8,192 [CON-FETCH  MID=60633, Token=A19B511E14534D97, 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]
08:07:11.638 [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
08:07:11.638 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8193-60633]
08:07:11.638 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:11.638 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R5, 127.0.0.1:8193] replace CON-FETCH  MID=60633, Token=A19B511E14534D97, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data> by CON-GET    MID=60633, Token=A19B511E14534D97, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data>
08:07:11.639 [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]
08:07:11.639 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.observe.ObserveRelation - Canceling observe relation KeyToken[127.0.0.1:8193-A19B511E14534D97] with /oscore/observe2 (Exchange[R2, 127.0.0.1:8193])
08:07:11.639 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapResource - remove observe relation between KeyToken[127.0.0.1:8193-A19B511E14534D97] and resource /oscore/observe2 (Exchange[R2, 127.0.0.1:8193], size 0)
08:07:11.640 [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"
08:07:11.640 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R5, 127.0.0.1:8193, complete]!
08:07:11.640 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R5, 127.0.0.1:8193, complete] completed ACK-2.04   MID=60633, Token=A19B511E14534D97, OptionSet={"Object-Security":0x0102}, 37 10 24 E0 C9 5C 0F C8 AD EE 14 BD B2 0E!
08:07:11.641 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R2, 127.0.0.1:8193, complete]!
08:07:11.641 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 30 bytes to 127.0.0.1:8193
08:07:11.641 [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-4884]
08:07:11.641 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R2, 127.0.0.1:8193, complete] completed NON-2.04   MID= 4884, Token=A19B511E14534D97, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E!
08:07:11.641 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E5,T17) 127.0.0.1:8,192 ==> :8,193 [ACK-2.04   MID=60633, Token=A19B511E14534D97, OptionSet={"Object-Security":0x0102}, 37 10 24 E0 C9 5C 0F C8 AD EE 14 BD B2 0E]
08:07:11.641 [UDP-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
08:07:11.641 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:11.642 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:11.642 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L4, 127.0.0.1:8192, complete]!
08:07:11.642 [: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[A19B511E14534D97]
08:07:11.642 [: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-60633]
08:07:11.642 [: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=60633, Token=A19B511E14534D97, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data> -/- CON-FETCH  MID=60633, Token=A19B511E14534D97, 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!
08:07:11.644 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:11.644 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:11.644 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8192
08:07:11.644 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8192
08:07:11.644 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] stopping ...
08:07:11.644 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8192, address /127.0.0.1
08:07:11.644 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8192] has stopped.
08:07:11.645 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8192
08:07:11.645 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:11.645 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8193
08:07:11.645 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8193
08:07:11.645 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] stopping ...
08:07:11.645 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8193, address /0.0.0.0
08:07:11.645 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8193] has stopped.
08:07:11.645 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8193
08:07:11.646 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testObserve
08:07:11.646 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
08:07:11.647 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:11.647 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testObserve
08:07:11.648 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:11.648 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:11.648 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:11.648 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:11.649 [main] INFO org.eclipse.californium.core.CoapServer - Starting server
08:07:11.649 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://127.0.0.1:0
08:07:11.649 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:11.649 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:11.649 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address localhost/127.0.0.1
08:07:11.649 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8194
08:07:11.649 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:11.650 [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
08:07:11.650 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-localhost/127.0.0.1:0[0]]
08:07:11.650 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-localhost/127.0.0.1:0[0]]
08:07:11.650 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://127.0.0.1:8194
08:07:11.650 [main] INFO org.eclipse.californium.core.network.RandomTokenGenerator - using tokens of 8 bytes in length
08:07:11.651 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap using TokenProvider org.eclipse.californium.core.network.RandomTokenGenerator
08:07:11.651 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap CoapEndpoint uses udp context
08:07:11.651 [main] INFO org.eclipse.californium.core.network.stack.BlockwiseLayer - coap BlockwiseLayer uses MAX_MESSAGE_SIZE=1024, PREFERRED_BLOCK_SIZE=512, BLOCKWISE_STATUS_LIFETIME=300000, MAX_RESOURCE_BODY_SIZE=8192, BLOCKWISE_STRICT_BLOCK2_OPTION=false
08:07:11.651 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Endpoint [coap://0.0.0.0:0] requires an executor to start, using default single-threaded daemon executor
08:07:11.651 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Starting endpoint at coap://0.0.0.0:0
08:07:11.651 [main] DEBUG org.eclipse.californium.core.network.InMemoryMessageExchangeStore - coap no MessageIdProvider set, using default org.eclipse.californium.core.network.InMemoryMessageIdProvider
08:07:11.651 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 1 rules active.
08:07:11.652 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - binding to port 0, address 0.0.0.0/0.0.0.0
08:07:11.652 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - assigned port 8195
08:07:11.652 [main] INFO org.eclipse.californium.elements.UDPConnector - UDPConnector starts up 1 sender threads and 1 receiver threads
08:07:11.652 [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
08:07:11.652 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]]
08:07:11.652 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - Starting network stage thread [UDP-Sender-0.0.0.0/0.0.0.0:0[0]]
08:07:11.652 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Started endpoint at coap://0.0.0.0:8195
08:07:11.652 [main] INFO org.eclipse.californium.core.network.EndpointManager - created implicit endpoint coap://0.0.0.0:8195 for coap
08:07:11.652 [: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
08:07:11.652 [: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=A1BA361D6F25DFB5, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data>
08:07:11.653 [: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=A1BA361D6F25DFB5, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data> by CON-FETCH  MID=   -1, Token=A1BA361D6F25DFB5, 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
08:07:11.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.BaseMatcher - registering observe request CON-FETCH  MID= 8850, Token=A1BA361D6F25DFB5, 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
08:07:11.654 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.observe.InMemoryObservationStore - added observation for Token=A1BA361D6F25DFB5
08:07:11.654 [: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-8850], CON-FETCH  MID= 8850, Token=A1BA361D6F25DFB5, 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
08:07:11.654 [: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[A1BA361D6F25DFB5], CON-FETCH  MID= 8850, Token=A1BA361D6F25DFB5, 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
08:07:11.655 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-8850], KeyToken[A1BA361D6F25DFB5]]
08:07:11.655 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-0.0.0.0/0.0.0.0:0[0],5,Californium/Elements]) sent 43 bytes to 127.0.0.1:8194
08:07:11.655 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E6,T24) 127.0.0.1:8,195 ==> :8,194 [CON-FETCH  MID= 8850, Token=A1BA361D6F25DFB5, 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]
08:07:11.656 [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
08:07:11.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-8850]
08:07:11.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:11.656 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7, 127.0.0.1:8195] replace CON-FETCH  MID= 8850, Token=A1BA361D6F25DFB5, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data> by CON-GET    MID= 8850, Token=A1BA361D6F25DFB5, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data>
08:07:11.657 [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]
08:07:11.657 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.observe.ObserveRelation - Observe-relation, checks every 120000000000ns or 100 notifications.
08:07:11.657 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapResource - successfully established observe relation between KeyToken[127.0.0.1:8195-A1BA361D6F25DFB5] and resource /oscore/observe2 (Exchange[R7, 127.0.0.1:8195], size 1)
08:07:11.657 [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"
08:07:11.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7, 127.0.0.1:8195, complete]!
08:07:11.658 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R7, 127.0.0.1:8195, complete] completed ACK-2.04   MID= 8850, Token=A1BA361D6F25DFB5, OptionSet={"Observe":0, "Object-Security":0x0100}, 4D D3 3B FC 90 86 BC 88 2F C2 A2 05 C2 2E 96!
08:07:11.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 32 bytes to 127.0.0.1:8195
08:07:11.659 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E7,T27) 127.0.0.1:8,194 ==> :8,195 [ACK-2.04   MID= 8850, Token=A1BA361D6F25DFB5, OptionSet={"Observe":0, "Object-Security":0x0100}, 4D D3 3B FC 90 86 BC 88 2F C2 A2 05 C2 2E 96]
08:07:11.659 [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
08:07:11.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:11.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
08:07:11.659 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L6, 127.0.0.1:8194, complete]!
08:07:11.659 [: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[A1BA361D6F25DFB5]
08:07:11.659 [: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-8850]
08:07:11.660 [: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= 8850, Token=A1BA361D6F25DFB5, OptionSet={"Observe":0, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data> -/- CON-FETCH  MID= 8850, Token=A1BA361D6F25DFB5, 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!
08:07:11.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Updated with ACK-2.05   MID= 8850, Token=A1BA361D6F25DFB5, OptionSet={"Observe":0, "Object-Security":0x0100, "Content-Format":"text/plain"}, "one"
08:07:11.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Wait for 62000ms fresh notifies.
NOTIFICATION: one
08:07:11.660 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.core.test.CountingCoapHandler - Received 1. Notification: ACK-2.05   MID= 8850, Token=A1BA361D6F25DFB5, OptionSet={"Observe":0, "Object-Security":0x0100, "Content-Format":"text/plain"}, "one"
08:07:12.399 [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"
08:07:12.401 [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-11520], NON-2.04   MID=11520, Token=A1BA361D6F25DFB5, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E
08:07:12.401 [UDP-Sender-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector (Thread[UDP-Sender-localhost/127.0.0.1:0[0],5,Californium/Elements]) sent 34 bytes to 127.0.0.1:8195
08:07:12.402 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E8,T27) 127.0.0.1:8,194 ==> :8,195 [NON-2.04   MID=11520, Token=A1BA361D6F25DFB5, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E]
08:07:12.402 [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
08:07:12.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.observe.InMemoryObservationStore - looking up observation for token Token=A1BA361D6F25DFB5: CON-FETCH  MID= 8850, Token=A1BA361D6F25DFB5, 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
08:07:12.402 [: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= 8850, Token=A1BA361D6F25DFB5, 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
08:07:12.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8194-11520]
08:07:12.402 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:12.403 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:12.403 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L8, 127.0.0.1:8194, complete]!
08:07:12.403 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Updated with NON-2.05   MID=11520, Token=A1BA361D6F25DFB5, OptionSet={"Observe":1, "Object-Security":0x0101, "Content-Format":"text/plain"}, "two"
08:07:12.403 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.coap.ClientObserveRelation - Wait for 62000ms fresh notifies.
NOTIFICATION: two
08:07:12.403 [:CoapEndpoint-UDP-0.0.0.0:0#1] INFO org.eclipse.californium.core.test.CountingCoapHandler - Received 2. Notification: NON-2.05   MID=11520, Token=A1BA361D6F25DFB5, OptionSet={"Observe":1, "Object-Security":0x0101, "Content-Format":"text/plain"}, "two"
08:07:12.404 [: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
08:07:12.404 [: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=A1BA361D6F25DFB5, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data>
08:07:12.405 [: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=A1BA361D6F25DFB5, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data> by CON-FETCH  MID=   -1, Token=A1BA361D6F25DFB5, 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
08:07:12.405 [: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-8851], CON-FETCH  MID= 8851, Token=A1BA361D6F25DFB5, 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
08:07:12.405 [: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[A1BA361D6F25DFB5], CON-FETCH  MID= 8851, Token=A1BA361D6F25DFB5, 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
08:07:12.406 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.UdpMatcher - tracking open request [KeyMID[127.0.0.1:8194-8851], KeyToken[A1BA361D6F25DFB5]]
08:07:12.406 [UDP-Sender-0.0.0.0/0.0.0.0:0[0]] 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
08:07:12.406 [UDP-Receiver-localhost/127.0.0.1:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E9,T24) 127.0.0.1:8,195 ==> :8,194 [CON-FETCH  MID= 8851, Token=A1BA361D6F25DFB5, 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]
08:07:12.406 [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
08:07:12.407 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.deduplication.SweepDeduplicator - add exchange for KeyMID[127.0.0.1:8195-8851]
08:07:12.407 [CoapServer(main)#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:12.407 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8195] replace CON-FETCH  MID= 8851, Token=A1BA361D6F25DFB5, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data> by CON-GET    MID= 8851, Token=A1BA361D6F25DFB5, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data>
08:07:12.408 [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]
08:07:12.408 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.observe.ObserveRelation - Canceling observe relation KeyToken[127.0.0.1:8195-A1BA361D6F25DFB5] with /oscore/observe2 (Exchange[R7, 127.0.0.1:8195])
08:07:12.408 [CoapServer(main)#1] INFO org.eclipse.californium.core.CoapResource - remove observe relation between KeyToken[127.0.0.1:8195-A1BA361D6F25DFB5] and resource /oscore/observe2 (Exchange[R7, 127.0.0.1:8195], size 0)
08:07:12.408 [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"
08:07:12.408 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R10, 127.0.0.1:8195, complete]!
08:07:12.408 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R10, 127.0.0.1:8195, complete] completed ACK-2.04   MID= 8851, Token=A1BA361D6F25DFB5, OptionSet={"Object-Security":0x0102}, 37 10 24 E0 C9 5C 0F C8 AD EE 14 BD B2 0E!
08:07:12.409 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[R7, 127.0.0.1:8195, complete]!
08:07:12.409 [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-11520]
08:07:12.409 [UDP-Sender-localhost/127.0.0.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
08:07:12.409 [CoapServer(main)#1] DEBUG org.eclipse.californium.core.network.Exchange - Remote Exchange[R7, 127.0.0.1:8195, complete] completed NON-2.04   MID=11520, Token=A1BA361D6F25DFB5, OptionSet={"Observe":1, "Object-Security":0x0101}, 52 82 A2 6B 2D 57 56 04 A8 18 12 C6 9A 79 95 9E!
08:07:12.409 [UDP-Receiver-0.0.0.0/0.0.0.0:0[0]] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - >> (E10,T27) 127.0.0.1:8,194 ==> :8,195 [ACK-2.04   MID= 8851, Token=A1BA361D6F25DFB5, OptionSet={"Object-Security":0x0102}, 37 10 24 E0 C9 5C 0F C8 AD EE 14 BD B2 0E]
08:07:12.409 [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
08:07:12.409 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ObjectSecurityLayer - Incoming response is OSCORE protected
08:07:12.409 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.oscore.ContextRederivation - Context re-derivation not considered due to it being disabled for this context
08:07:12.410 [:CoapEndpoint-UDP-0.0.0.0:0#1] DEBUG org.eclipse.californium.core.network.Exchange - Exchange[L9, 127.0.0.1:8194, complete]!
08:07:12.410 [: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[A1BA361D6F25DFB5]
08:07:12.410 [: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-8851]
08:07:12.410 [: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= 8851, Token=A1BA361D6F25DFB5, OptionSet={"Observe":1, "Object-Security":0x, "Uri-Path":["oscore","observe2"]}, <empty data> -/- CON-FETCH  MID= 8851, Token=A1BA361D6F25DFB5, 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!
08:07:12.410 [main] DEBUG org.eclipse.californium.rule.CoapThreadsRule - shutdown
08:07:12.410 [main] INFO org.eclipse.californium.core.CoapServer - Destroying server
08:07:12.411 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://127.0.0.1:8194
08:07:12.411 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://127.0.0.1:8194
08:07:12.411 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] stopping ...
08:07:12.411 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8194, address /127.0.0.1
08:07:12.411 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [/127.0.0.1:8194] has stopped.
08:07:12.411 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://127.0.0.1:8194
08:07:12.411 [main] INFO org.eclipse.californium.core.CoapServer - CoAP server has been destroyed
08:07:12.411 [main] INFO org.eclipse.californium.core.network.CoapEndpoint - coap Destroying endpoint at coap://0.0.0.0:8195
08:07:12.411 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopping endpoint at coap://0.0.0.0:8195
08:07:12.411 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8195] stopping ...
08:07:12.411 [main] DEBUG org.eclipse.californium.elements.util.DirectDatagramSocketImpl - closing port 8195, address /0.0.0.0
08:07:12.411 [main] DEBUG org.eclipse.californium.elements.UDPConnector - UDPConnector on [0.0.0.0/0.0.0.0:8195] has stopped.
08:07:12.411 [main] DEBUG org.eclipse.californium.core.network.CoapEndpoint - coap Stopped endpoint at coap://0.0.0.0:8195
08:07:12.412 [main] INFO org.eclipse.californium.elements.rule.TestNameLoggerRule - Test testObserve
08:07:12.412 [main] INFO org.eclipse.californium.elements.rule.NetworkRule - 0 rules active.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.806 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] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.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.10.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-oscore/target/cf-oscore-3.10.0-javadoc.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-oscore/target/cf-oscore-3.10.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.10.0/cf-oscore-3.10.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-oscore/target/cf-oscore-3.10.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/3.10.0/cf-oscore-3.10.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-oscore/target/cf-oscore-3.10.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/3.10.0/cf-oscore-3.10.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-oscore/target/cf-oscore-3.10.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-oscore/3.10.0/cf-oscore-3.10.0-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ cf-oscore ---
[INFO] Installing org/eclipse/californium/cf-oscore/3.10.0/cf-oscore-3.10.0.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] -----------------< org.eclipse.californium:cf-pubsub >------------------
[INFO] Building Cf-PubSub 3.10.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] --- toolchains:3.1.0:toolchain (default) @ cf-pubsub ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [forked debug target 1.7] to target/classes
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-pubsub ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-pubsub ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-pubsub ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.0.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ cf-pubsub ---
[INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-release/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source files for package org.eclipse.californium.pubsub...
Constructing Javadoc information...
Standard Doclet version 1.7.0_80
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/apidocs/org/eclipse/californium/pubsub/Converter.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/apidocs/org/eclipse/californium/pubsub/PubSub.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/apidocs/org/eclipse/californium/pubsub/PubSub.Subscription.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/apidocs/org/eclipse/californium/pubsub/Topic.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/apidocs/org/eclipse/californium/pubsub/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/apidocs/org/eclipse/californium/pubsub/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/apidocs/org/eclipse/californium/pubsub/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/apidocs/org/eclipse/californium/pubsub/class-use/Topic.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/apidocs/org/eclipse/californium/pubsub/class-use/PubSub.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/apidocs/org/eclipse/californium/pubsub/class-use/PubSub.Subscription.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/apidocs/org/eclipse/californium/pubsub/class-use/Converter.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/apidocs/org/eclipse/californium/pubsub/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/apidocs/index-all.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/apidocs/help-doc.html...
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/cf-pubsub-3.10.0-javadoc.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.10.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-pubsub ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-pubsub ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.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.10.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/cf-pubsub-3.10.0-javadoc.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/cf-pubsub-3.10.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.10.0/cf-pubsub-3.10.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/cf-pubsub-3.10.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-pubsub/3.10.0/cf-pubsub-3.10.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/cf-pubsub-3.10.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-pubsub/3.10.0/cf-pubsub-3.10.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/cf-pubsub/target/cf-pubsub-3.10.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-pubsub/3.10.0/cf-pubsub-3.10.0-sources.jar
[INFO] 
[INFO] --------------< org.eclipse.californium:californium-osgi >--------------
[INFO] Building Californium (Cf) OSGi 3.10.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] --- toolchains:3.1.0:toolchain (default) @ californium-osgi ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [forked debug target 1.7] to target/classes
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [forked debug target 1.7] to target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ californium-osgi ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.californium.osgi.ManagedServerTest
08:07:30.885 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)
08:07:30.899 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)
08:07:30.923 WARN [ManagedServer]: Secure endpoint has been configured in server properties but EndpointFactory does not support creation of secure Endpoints (o.e.c.osgi.ManagedServer.updated:168)
08:07:30.927 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)
08:07:30.929 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)
08:07:30.931 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.724 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] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.0.jar
[INFO] Writing manifest: /home/jenkins/agent/workspace/californium-release/californium-osgi/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ californium-osgi ---
[INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-release/legal/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source files for package org.eclipse.californium.osgi...
Constructing Javadoc information...
Standard Doclet version 1.7.0_80
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/californium-osgi/target/apidocs/org/eclipse/californium/osgi/EndpointFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-osgi/target/apidocs/org/eclipse/californium/osgi/ManagedServer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-osgi/target/apidocs/org/eclipse/californium/osgi/ServerEndpointRegistry.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-osgi/target/apidocs/org/eclipse/californium/osgi/ServerInterfaceFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-osgi/target/apidocs/org/eclipse/californium/osgi/SimpleServerEndpointFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-osgi/target/apidocs/org/eclipse/californium/osgi/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-osgi/target/apidocs/org/eclipse/californium/osgi/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-osgi/target/apidocs/org/eclipse/californium/osgi/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-osgi/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-osgi/target/apidocs/org/eclipse/californium/osgi/class-use/SimpleServerEndpointFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-osgi/target/apidocs/org/eclipse/californium/osgi/class-use/ServerInterfaceFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-osgi/target/apidocs/org/eclipse/californium/osgi/class-use/ServerEndpointRegistry.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-osgi/target/apidocs/org/eclipse/californium/osgi/class-use/ManagedServer.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-osgi/target/apidocs/org/eclipse/californium/osgi/class-use/EndpointFactory.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-osgi/target/apidocs/org/eclipse/californium/osgi/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/californium-osgi/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-osgi/target/apidocs/index-all.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-osgi/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/californium-release/californium-osgi/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-osgi/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-osgi/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/californium-release/californium-osgi/target/apidocs/help-doc.html...
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/californium-osgi/target/californium-osgi-3.10.0-javadoc.jar
[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.10.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ californium-osgi ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.0-sources.jar
[INFO] 
[INFO] --- revapi:0.15.0:check (default) @ californium-osgi ---
[INFO] Comparing [org.eclipse.californium:californium-osgi:jar:3.9.1] against [org.eclipse.californium:californium-osgi:jar:3.10.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.10.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/californium-osgi/target/californium-osgi-3.10.0-javadoc.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/californium-osgi/target/californium-osgi-3.10.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.10.0/californium-osgi-3.10.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/californium-osgi/target/californium-osgi-3.10.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/3.10.0/californium-osgi-3.10.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/californium-osgi/target/californium-osgi-3.10.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/3.10.0/californium-osgi-3.10.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/californium-osgi/target/californium-osgi-3.10.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/californium-osgi/3.10.0/californium-osgi-3.10.0-sources.jar
[INFO] 
[INFO] --- bundle:5.1.9:install (default-install) @ californium-osgi ---
[INFO] Installing org/eclipse/californium/californium-osgi/3.10.0/californium-osgi-3.10.0.jar
[INFO] Writing OBR metadata
[INFO] 
[INFO] -----------------< org.eclipse.californium:demo-apps >------------------
[INFO] Building Californium (Cf) Demo Applications 3.10.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] --- toolchains:3.1.0:toolchain (default) @ demo-apps ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ demo-apps ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ demo-apps ---
[INFO] Skipping javadoc generation
[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.10.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ demo-apps ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ demo-apps ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.0/demo-apps-3.10.0.pom
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ demo-apps ---
[INFO] Configured Artifact: org.eclipse.californium:demo-apps:3.10.0:pom
[INFO] Copying pom.xml to /home/jenkins/agent/workspace/californium-release/run/demo-apps-3.10.0.pom
[INFO] 
[INFO] ----------------< org.eclipse.californium:cf-benchmark >----------------
[INFO] Building Cf-BenchmarkServer 3.10.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] --- toolchains:3.1.0:toolchain (default) @ cf-benchmark ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 7 source files with javac [forked debug target 1.7] to target/classes
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-benchmark ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-benchmark ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-benchmark ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.0.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ cf-benchmark ---
[INFO] Skipping javadoc generation
[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.10.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-benchmark ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-benchmark ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.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.10.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-benchmark/target/cf-benchmark-3.10.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.10.0/cf-benchmark-3.10.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-benchmark/target/cf-benchmark-3.10.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-benchmark/3.10.0/cf-benchmark-3.10.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-benchmark/target/cf-benchmark-3.10.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-benchmark/3.10.0/cf-benchmark-3.10.0-sources.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-benchmark ---
[INFO] Configured Artifact: org.eclipse.californium:cf-benchmark:3.10.0:jar
[INFO] Copying cf-benchmark-3.10.0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/cf-benchmark-3.10.0.jar
[INFO] 
[INFO] ------------< org.eclipse.californium:cf-benchmark-observe >------------
[INFO] Building Cf-ObserveBenchmarkClient 3.10.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] --- toolchains:3.1.0:toolchain (default) @ cf-benchmark-observe ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [forked debug target 1.7] to target/classes
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-benchmark-observe ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-benchmark-observe ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-benchmark-observe ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.0.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ cf-benchmark-observe ---
[INFO] Skipping javadoc generation
[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.10.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-benchmark-observe ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-benchmark-observe ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.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.10.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-benchmark-observe/target/cf-benchmark-observe-3.10.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.10.0/cf-benchmark-observe-3.10.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-benchmark-observe/target/cf-benchmark-observe-3.10.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-benchmark-observe/3.10.0/cf-benchmark-observe-3.10.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-benchmark-observe/target/cf-benchmark-observe-3.10.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-benchmark-observe/3.10.0/cf-benchmark-observe-3.10.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.10.0:jar
[INFO] Copying cf-benchmark-observe-3.10.0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/cf-benchmark-observe-3.10.0.jar
[INFO] 
[INFO] ------------------< org.eclipse.californium:cf-cocoa >------------------
[INFO] Building Cf-CoCoAClient 3.10.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] --- toolchains:3.1.0:toolchain (default) @ cf-cocoa ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [forked debug target 1.7] to target/classes
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-cocoa ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-cocoa ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-cocoa ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.0.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ cf-cocoa ---
[INFO] Skipping javadoc generation
[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.10.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-cocoa ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-cocoa ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.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.10.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-cocoa/target/cf-cocoa-3.10.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.10.0/cf-cocoa-3.10.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-cocoa/target/cf-cocoa-3.10.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cocoa/3.10.0/cf-cocoa-3.10.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-cocoa/target/cf-cocoa-3.10.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-cocoa/3.10.0/cf-cocoa-3.10.0-sources.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-cocoa ---
[INFO] Configured Artifact: org.eclipse.californium:cf-cocoa:3.10.0:jar
[INFO] Copying cf-cocoa-3.10.0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/cf-cocoa-3.10.0.jar
[INFO] 
[INFO] -----------< org.eclipse.californium:cf-extplugtest-client >------------
[INFO] Building Cf-ExtendedPlugtestClient 3.10.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] --- toolchains:3.1.0:toolchain (default) @ cf-extplugtest-client ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [forked debug target 1.7] to target/classes
[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.10.0.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ cf-extplugtest-client ---
[INFO] Skipping javadoc generation
[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.10.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.10.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.10.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-client/target/cf-extplugtest-client-3.10.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.10.0/cf-extplugtest-client-3.10.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-client/target/cf-extplugtest-client-3.10.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-extplugtest-client/3.10.0/cf-extplugtest-client-3.10.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-client/target/cf-extplugtest-client-3.10.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-extplugtest-client/3.10.0/cf-extplugtest-client-3.10.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.10.0:jar
[INFO] Copying cf-cli-tcp-netty-3.10.0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-client/target/cf-cli-tcp-netty-3.10.0.jar
[INFO] 
[INFO] -------------< org.eclipse.californium:cf-plugtest-server >-------------
[INFO] Building Cf-PlugtestServer 3.10.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] --- toolchains:3.1.0:toolchain (default) @ cf-plugtest-server ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 32 source files with javac [forked debug target 1.7] to target/classes
[WARNING] /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/src/main/java/org/eclipse/californium/plugtests/PlugtestServer.java:[48,42] [deprecation] 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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-plugtest-server ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-plugtest-server ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-plugtest-server ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.0.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ cf-plugtest-server ---
[INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-release/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-release/demo-certs/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source files for package org.eclipse.californium.plugtests...
Loading source files for package org.eclipse.californium.plugtests.resources...
Constructing Javadoc information...
Standard Doclet version 1.7.0_80
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/AbstractTestServer.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/AbstractTestServer.InterfaceType.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/AbstractTestServer.PlugPskStore.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/AbstractTestServer.Protocol.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/AbstractTestServer.Select.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/EndpointNetSocketObserver.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/PlugtestServer.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/PlugtestServer.ActiveInputReader.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/PlugtestServer.BaseConfig.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/PlugtestServer.BaseConfig.Store.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/PlugtestServer.Config.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Create.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/DefaultTest.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Echo.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Hono.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Large.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/LargeCreate.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/LargePost.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/LargeSeparate.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/LargeUpdate.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Link1.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Link2.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Link3.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/LocationQuery.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/LongPath.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/MultiFormat.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/MyContext.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Observe.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/ObserveLarge.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/ObserveNon.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/ObservePumping.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/ObserveReset.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Oscore.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/OscoreInfo.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Path.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/PathSub.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Query.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Separate.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Shutdown.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/Validate.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/overview-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/class-use/PlugtestServer.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/class-use/PlugtestServer.BaseConfig.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/class-use/PlugtestServer.BaseConfig.Store.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/class-use/PlugtestServer.Config.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/class-use/PlugtestServer.ActiveInputReader.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/class-use/EndpointNetSocketObserver.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/class-use/AbstractTestServer.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/class-use/AbstractTestServer.Protocol.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/class-use/AbstractTestServer.InterfaceType.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/class-use/AbstractTestServer.Select.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/class-use/AbstractTestServer.PlugPskStore.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Validate.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Shutdown.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Separate.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Query.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/PathSub.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Path.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/OscoreInfo.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Oscore.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/ObserveReset.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/ObservePumping.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/ObserveNon.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/ObserveLarge.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Observe.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/MyContext.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/MultiFormat.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/LongPath.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/LocationQuery.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Link3.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Link2.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Link1.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/LargeUpdate.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/LargeSeparate.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/LargePost.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/LargeCreate.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Large.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Hono.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Echo.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/DefaultTest.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/class-use/Create.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/package-use.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/org/eclipse/californium/plugtests/resources/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/index-all.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/apidocs/help-doc.html...
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.10.0-javadoc.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.10.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-plugtest-server ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-plugtest-server ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.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.10.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.10.0-javadoc.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.10.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.10.0/cf-plugtest-server-3.10.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.10.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/3.10.0/cf-plugtest-server-3.10.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.10.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/3.10.0/cf-plugtest-server-3.10.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-server/target/cf-plugtest-server-3.10.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-server/3.10.0/cf-plugtest-server-3.10.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.10.0:jar
[INFO] Copying cf-plugtest-server-3.10.0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/cf-plugtest-server-3.10.0.jar
[INFO] 
[INFO] -----------< org.eclipse.californium:cf-extplugtest-server >------------
[INFO] Building Cf-ExtendedPlugtestServer 3.10.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] --- toolchains:3.1.0:toolchain (default) @ cf-extplugtest-server ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 8 source files with javac [forked debug target 1.7] to target/classes
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-extplugtest-server ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-extplugtest-server ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-extplugtest-server ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.0.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ cf-extplugtest-server ---
[INFO] Skipping javadoc generation
[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.10.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-extplugtest-server ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-extplugtest-server ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.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.10.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-server/target/cf-extplugtest-server-3.10.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.10.0/cf-extplugtest-server-3.10.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-server/target/cf-extplugtest-server-3.10.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-extplugtest-server/3.10.0/cf-extplugtest-server-3.10.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-extplugtest-server/target/cf-extplugtest-server-3.10.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-extplugtest-server/3.10.0/cf-extplugtest-server-3.10.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.10.0:jar
[INFO] Copying cf-extplugtest-server-3.10.0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/cf-extplugtest-server-3.10.0.jar
[INFO] 
[INFO] ------------< org.eclipse.californium:cf-helloworld-client >------------
[INFO] Building Cf-HelloWorldClient 3.10.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] --- toolchains:3.1.0:toolchain (default) @ cf-helloworld-client ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [forked debug target 1.7] to target/classes
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-helloworld-client ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-helloworld-client ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-helloworld-client ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.0.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ cf-helloworld-client ---
[INFO] Skipping javadoc generation
[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.10.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-helloworld-client ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-helloworld-client ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.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.10.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-helloworld-client/target/cf-helloworld-client-3.10.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.10.0/cf-helloworld-client-3.10.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-helloworld-client/target/cf-helloworld-client-3.10.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-helloworld-client/3.10.0/cf-helloworld-client-3.10.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-helloworld-client/target/cf-helloworld-client-3.10.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-helloworld-client/3.10.0/cf-helloworld-client-3.10.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.10.0:jar
[INFO] Copying cf-helloworld-client-3.10.0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/cf-helloworld-client-3.10.0.jar
[INFO] 
[INFO] ------------< org.eclipse.californium:cf-helloworld-server >------------
[INFO] Building Cf-HelloWorldServer 3.10.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] --- toolchains:3.1.0:toolchain (default) @ cf-helloworld-server ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 3 source files with javac [forked debug target 1.7] to target/classes
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-helloworld-server ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-helloworld-server ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-helloworld-server ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.0.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ cf-helloworld-server ---
[INFO] Skipping javadoc generation
[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.10.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-helloworld-server ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-helloworld-server ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.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.10.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-helloworld-server/target/cf-helloworld-server-3.10.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.10.0/cf-helloworld-server-3.10.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-helloworld-server/target/cf-helloworld-server-3.10.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-helloworld-server/3.10.0/cf-helloworld-server-3.10.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-helloworld-server/target/cf-helloworld-server-3.10.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-helloworld-server/3.10.0/cf-helloworld-server-3.10.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.10.0:jar
[INFO] Copying cf-helloworld-server-3.10.0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/cf-helloworld-server-3.10.0.jar
[INFO] 
[INFO] ------------< org.eclipse.californium:cf-plugtest-checker >-------------
[INFO] Building Cf-PlugtestChecker 3.10.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] --- toolchains:3.1.0:toolchain (default) @ cf-plugtest-checker ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 54 source files with javac [forked debug target 1.7] to target/classes
[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.10.0.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ cf-plugtest-checker ---
[INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-release/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-release/demo-certs/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source files for package org.eclipse.californium.plugtests...
Loading source files for package org.eclipse.californium.plugtests.tests...
Constructing Javadoc information...
Standard Doclet version 1.7.0_80
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/Catalog.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/OscoreTest.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/PlugtestChecker.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/Report.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/TestClientAbstract.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/TestClientAbstract.TestNotificationListener.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/TestClientAbstract.TestResponseHandler.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CB01.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CB02.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CB03.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CB04.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CB05.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CB06.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC01.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC02.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC03.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC04.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC05.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC06.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC07.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC08.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC09.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC10.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC11.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC12.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC13.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC14.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC15.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC16.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC17.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC18.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC19.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC20.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC21.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC22.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CC23.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CL01.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CL02.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CL03.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CL04.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CL05.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CL06.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CL07.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CL08.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CL09.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CO01_12.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CO02_05.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CO04.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CO06.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CO07.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CO08.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CO09.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/CO10.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/OC01.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/OC02.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/OC03.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/overview-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/class-use/TestClientAbstract.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/class-use/TestClientAbstract.TestResponseHandler.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/class-use/TestClientAbstract.TestNotificationListener.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/class-use/Report.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/class-use/PlugtestChecker.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/class-use/OscoreTest.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/class-use/Catalog.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/OC03.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/OC02.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/OC01.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CO10.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CO09.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CO08.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CO07.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CO06.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CO04.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CO02_05.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CO01_12.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CL09.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CL08.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CL07.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CL06.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CL05.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CL04.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CL03.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CL02.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CL01.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC23.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC22.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC21.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC20.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC19.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC18.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC17.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC16.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC15.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC14.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC13.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC12.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC11.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC10.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC09.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC08.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC07.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC06.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC05.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC04.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC03.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC02.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CC01.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CB06.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CB05.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CB04.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CB03.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CB02.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/class-use/CB01.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/package-use.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/org/eclipse/californium/plugtests/tests/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/index-all.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/apidocs/help-doc.html...
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.10.0-javadoc.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.10.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.10.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.10.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.10.0-javadoc.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.10.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.10.0/cf-plugtest-checker-3.10.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.10.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-checker/3.10.0/cf-plugtest-checker-3.10.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.10.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-checker/3.10.0/cf-plugtest-checker-3.10.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/cf-plugtest-checker-3.10.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-checker/3.10.0/cf-plugtest-checker-3.10.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.10.0:jar
[INFO] Copying cf-cli-tcp-netty-3.10.0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-checker/target/cf-cli-tcp-netty-3.10.0.jar
[INFO] 
[INFO] -------------< org.eclipse.californium:cf-plugtest-client >-------------
[INFO] Building Cf-PlugtestClient 3.10.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] --- toolchains:3.1.0:toolchain (default) @ cf-plugtest-client ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [forked debug target 1.7] to target/classes
[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.10.0.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ cf-plugtest-client ---
[INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-release/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-release/demo-certs/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source files for package org.eclipse.californium.plugtests...
Constructing Javadoc information...
Standard Doclet version 1.7.0_80
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-client/target/apidocs/org/eclipse/californium/plugtests/PlugtestClient.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-client/target/apidocs/org/eclipse/californium/plugtests/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-client/target/apidocs/org/eclipse/californium/plugtests/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-client/target/apidocs/org/eclipse/californium/plugtests/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-client/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-client/target/apidocs/org/eclipse/californium/plugtests/class-use/PlugtestClient.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-client/target/apidocs/org/eclipse/californium/plugtests/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-client/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-client/target/apidocs/index-all.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-client/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-client/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-client/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-client/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-client/target/apidocs/help-doc.html...
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.10.0-javadoc.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.10.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.10.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.10.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.10.0-javadoc.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.10.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.10.0/cf-plugtest-client-3.10.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.10.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/3.10.0/cf-plugtest-client-3.10.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.10.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/3.10.0/cf-plugtest-client-3.10.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-client/target/cf-plugtest-client-3.10.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-plugtest-client/3.10.0/cf-plugtest-client-3.10.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.10.0:jar
[INFO] Copying cf-cli-tcp-netty-3.10.0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/cf-plugtest-client/target/cf-cli-tcp-netty-3.10.0.jar
[INFO] 
[INFO] -----------------< org.eclipse.californium:cf-proxy2 >------------------
[INFO] Building Cf-ExampleCrossProxy2 3.10.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] --- toolchains:3.1.0:toolchain (default) @ cf-proxy2 ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 14 source files with javac [forked debug target 1.7] to target/classes
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-proxy2 ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-proxy2 ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-proxy2 ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.0.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ cf-proxy2 ---
[INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-release/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-release/demo-certs/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source files for package org.eclipse.californium.examples...
Loading source files for package org.eclipse.californium.examples.basic...
Loading source files for package org.eclipse.californium.examples.util...
Constructing Javadoc information...
Standard Doclet version 1.7.0_80
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/ExampleCoapServer.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/ExampleCoapToHttpProxy2.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/ExampleCrossProxy2.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/ExampleHttpServer.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/ExampleProxy2CoapClient.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/ExampleProxy2HttpClient.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/ExampleSecureProxy2.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/ExampleSecureProxy2CoapClient.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/Proxy2.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/basic/BasicForwardingProxy2.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/basic/BasicHttpForwardingProxy2.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/basic/BasicReverseProxy2.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/util/CoapResponsePrinter.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/util/SecureEndpointPool.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/overview-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/basic/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/basic/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/basic/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/util/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/util/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/util/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/class-use/Proxy2.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/class-use/ExampleSecureProxy2CoapClient.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/class-use/ExampleSecureProxy2.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/class-use/ExampleProxy2HttpClient.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/class-use/ExampleProxy2CoapClient.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/class-use/ExampleHttpServer.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/class-use/ExampleCrossProxy2.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/class-use/ExampleCoapToHttpProxy2.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/class-use/ExampleCoapServer.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/basic/class-use/BasicReverseProxy2.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/basic/class-use/BasicHttpForwardingProxy2.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/basic/class-use/BasicForwardingProxy2.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/util/class-use/SecureEndpointPool.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/util/class-use/CoapResponsePrinter.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/package-use.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/basic/package-use.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/org/eclipse/californium/examples/util/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/index-all.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/apidocs/help-doc.html...
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/cf-proxy2-3.10.0-javadoc.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.10.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-proxy2 ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-proxy2 ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.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.10.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/cf-proxy2-3.10.0-javadoc.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/cf-proxy2-3.10.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.10.0/cf-proxy2-3.10.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/cf-proxy2-3.10.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-proxy2/3.10.0/cf-proxy2-3.10.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/cf-proxy2-3.10.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-proxy2/3.10.0/cf-proxy2-3.10.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-proxy2/target/cf-proxy2-3.10.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-proxy2/3.10.0/cf-proxy2-3.10.0-sources.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-proxy2 ---
[INFO] Configured Artifact: org.eclipse.californium:cf-proxy2:3.10.0:jar
[INFO] Copying cf-proxy2-3.10.0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/cf-proxy2-3.10.0.jar
[INFO] 
[INFO] -----------------< org.eclipse.californium:cf-secure >------------------
[INFO] Building Cf-SecureServer 3.10.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] --- toolchains:3.1.0:toolchain (default) @ cf-secure ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 4 source files with javac [forked debug target 1.7] to target/classes
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-secure ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-secure ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-secure ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.0.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ cf-secure ---
[INFO] Skipping javadoc generation
[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.10.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-secure ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-secure ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.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.10.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-secure/target/cf-secure-3.10.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.10.0/cf-secure-3.10.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-secure/target/cf-secure-3.10.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-secure/3.10.0/cf-secure-3.10.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-secure/target/cf-secure-3.10.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-secure/3.10.0/cf-secure-3.10.0-sources.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-secure ---
[INFO] Configured Artifact: org.eclipse.californium:cf-secure:3.10.0:jar
[INFO] Copying cf-secure-3.10.0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/cf-secure-3.10.0.jar
[INFO] 
[INFO] ---------------< org.eclipse.californium:cf-unix-setup >----------------
[INFO] Building Californium (Cf) Demo Setup for Unix 3.10.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] --- toolchains:3.1.0:toolchain (default) @ cf-unix-setup ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-unix-setup ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-unix-setup ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-unix-setup ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.0.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ cf-unix-setup ---
[INFO] Skipping javadoc generation
[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.10.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-unix-setup ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-unix-setup ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.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.10.0/cf-unix-setup-3.10.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-unix-setup/target/cf-unix-setup-3.10.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-unix-setup/3.10.0/cf-unix-setup-3.10.0.jar
[INFO] 
[INFO] --- dependency:3.6.0:copy (copy-installed) @ cf-unix-setup ---
[INFO] Configured Artifact: org.eclipse.californium:cf-unix-setup:3.10.0:jar
[INFO] Copying cf-unix-setup-3.10.0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/cf-unix-setup-3.10.0.jar
[INFO] 
[INFO] -----------< org.eclipse.californium:sc-dtls-example-client >-----------
[INFO] Building Sc-DTLS-Example-Client 3.10.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] --- toolchains:3.1.0:toolchain (default) @ sc-dtls-example-client ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [forked debug target 1.7] to target/classes
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ sc-dtls-example-client ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ sc-dtls-example-client ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ sc-dtls-example-client ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.0.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ sc-dtls-example-client ---
[INFO] Skipping javadoc generation
[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.10.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ sc-dtls-example-client ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ sc-dtls-example-client ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.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.10.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-client/target/sc-dtls-example-client-3.10.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.10.0/sc-dtls-example-client-3.10.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-client/target/sc-dtls-example-client-3.10.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/sc-dtls-example-client/3.10.0/sc-dtls-example-client-3.10.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-client/target/sc-dtls-example-client-3.10.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/sc-dtls-example-client/3.10.0/sc-dtls-example-client-3.10.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.10.0:jar
[INFO] Copying sc-dtls-example-client-3.10.0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/sc-dtls-example-client-3.10.0.jar
[INFO] 
[INFO] -----------< org.eclipse.californium:sc-dtls-example-server >-----------
[INFO] Building Sc-DTLS-Example-Server 3.10.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] --- toolchains:3.1.0:toolchain (default) @ sc-dtls-example-server ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [forked debug target 1.7] to target/classes
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ sc-dtls-example-server ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ sc-dtls-example-server ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ sc-dtls-example-server ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.0.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ sc-dtls-example-server ---
[INFO] Skipping javadoc generation
[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.10.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ sc-dtls-example-server ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ sc-dtls-example-server ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.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.10.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-server/target/sc-dtls-example-server-3.10.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.10.0/sc-dtls-example-server-3.10.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-server/target/sc-dtls-example-server-3.10.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/sc-dtls-example-server/3.10.0/sc-dtls-example-server-3.10.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/sc-dtls-example-server/target/sc-dtls-example-server-3.10.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/sc-dtls-example-server/3.10.0/sc-dtls-example-server-3.10.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.10.0:jar
[INFO] Copying sc-dtls-example-server-3.10.0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/sc-dtls-example-server-3.10.0.jar
[INFO] 
[INFO] ------------< org.eclipse.californium:cf-simplefile-server >------------
[INFO] Building Cf-SimpleFileServer 3.10.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] --- toolchains:3.1.0:toolchain (default) @ cf-simplefile-server ---
[INFO] Required toolchain: jdk [ version='1.7' ]
[INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 1 source file with javac [forked debug target 1.7] to target/classes
[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] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ cf-simplefile-server ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (small-tests) @ cf-simplefile-server ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (medium-tests) @ cf-simplefile-server ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.0.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ cf-simplefile-server ---
[INFO] Toolchain in maven-javadoc-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-release/legal/target/apidocs. Ignored it.
[ERROR] Error fetching link: /home/jenkins/agent/workspace/californium-release/demo-certs/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source files for package org.eclipse.californium.examples...
Constructing Javadoc information...
Standard Doclet version 1.7.0_80
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/target/apidocs/org/eclipse/californium/examples/SimpleFileServer.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/target/apidocs/org/eclipse/californium/examples/SimpleFileServer.Config.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/target/apidocs/org/eclipse/californium/examples/package-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/target/apidocs/org/eclipse/californium/examples/package-summary.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/target/apidocs/org/eclipse/californium/examples/package-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/target/apidocs/org/eclipse/californium/examples/class-use/SimpleFileServer.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/target/apidocs/org/eclipse/californium/examples/class-use/SimpleFileServer.Config.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/target/apidocs/org/eclipse/californium/examples/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/target/apidocs/index-all.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/target/apidocs/allclasses-frame.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/target/apidocs/allclasses-noframe.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/target/apidocs/help-doc.html...
[INFO] Building jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.10.0-javadoc.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.10.0.jar
[INFO] 
[INFO] --- surefire:2.22.2:test (large-tests) @ cf-simplefile-server ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire:2.22.2:test (native-tests) @ cf-simplefile-server ---
[INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-7/latest]
[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.10.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.10.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.10.0-javadoc.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.10.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.10.0/cf-simplefile-server-3.10.0.pom
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.10.0.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-simplefile-server/3.10.0/cf-simplefile-server-3.10.0.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.10.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-simplefile-server/3.10.0/cf-simplefile-server-3.10.0-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/californium-release/demo-apps/cf-simplefile-server/target/cf-simplefile-server-3.10.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/californium/cf-simplefile-server/3.10.0/cf-simplefile-server-3.10.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.10.0:jar
[INFO] Copying cf-simplefile-server-3.10.0.jar to /home/jenkins/agent/workspace/californium-release/demo-apps/run/cf-simplefile-server-3.10.0.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Californium (Cf) Parent 3.10.0:
[INFO] 
[INFO] Californium (Cf) Parent ............................ SUCCESS [ 23.843 s]
[INFO] Californium (Cf) Custom Assembly Descriptors ....... SUCCESS [  2.451 s]
[INFO] Californium (Cf) BOM ............................... SUCCESS [  0.025 s]
[INFO] Californium (Cf) Legal Documents ................... SUCCESS [  1.318 s]
[INFO] Californium (Cf) Demo Certificates ................. SUCCESS [  1.536 s]
[INFO] Californium (Cf) Element Connector ................. SUCCESS [01:04 min]
[INFO] Scandium (Sc) Core ................................. SUCCESS [03:22 min]
[INFO] Californium (Cf) Element Connector TCP netty ....... SUCCESS [ 43.476 s]
[INFO] Californium (Cf) Core .............................. SUCCESS [02:22 min]
[INFO] Cf-NAT ............................................. SUCCESS [  7.643 s]
[INFO] Cf-Unix-Health ..................................... SUCCESS [  6.952 s]
[INFO] Cf-Cluster ......................................... SUCCESS [  9.959 s]
[INFO] Cf-command-line-interface .......................... SUCCESS [ 20.979 s]
[INFO] Cf-cli-tcp-netty ................................... SUCCESS [  7.787 s]
[INFO] Cf-Encrypt ......................................... SUCCESS [ 13.413 s]
[INFO] Californium (Cf) Tests ............................. SUCCESS [  1.607 s]
[INFO] Californium (Cf) Integration Tests ................. SUCCESS [ 59.598 s]
[INFO] Californium (Cf) Interoperability Tests ............ SUCCESS [ 18.086 s]
[INFO] Californium (Cf) Proxy2 ............................ SUCCESS [ 17.362 s]
[INFO] Cf-OSCORE .......................................... SUCCESS [ 22.880 s]
[INFO] Cf-PubSub .......................................... SUCCESS [  8.730 s]
[INFO] Californium (Cf) OSGi .............................. SUCCESS [ 12.741 s]
[INFO] Californium (Cf) Demo Applications ................. SUCCESS [ 15.218 s]
[INFO] Cf-BenchmarkServer ................................. SUCCESS [  7.234 s]
[INFO] Cf-ObserveBenchmarkClient .......................... SUCCESS [  3.907 s]
[INFO] Cf-CoCoAClient ..................................... SUCCESS [  5.687 s]
[INFO] Cf-ExtendedPlugtestClient .......................... SUCCESS [ 10.707 s]
[INFO] Cf-PlugtestServer .................................. SUCCESS [ 11.891 s]
[INFO] Cf-ExtendedPlugtestServer .......................... SUCCESS [  8.502 s]
[INFO] Cf-HelloWorldClient ................................ SUCCESS [  5.850 s]
[INFO] Cf-HelloWorldServer ................................ SUCCESS [  8.008 s]
[INFO] Cf-PlugtestChecker ................................. SUCCESS [ 12.063 s]
[INFO] Cf-PlugtestClient .................................. SUCCESS [ 14.440 s]
[INFO] Cf-ExampleCrossProxy2 .............................. SUCCESS [ 15.014 s]
[INFO] Cf-SecureServer .................................... SUCCESS [  9.129 s]
[INFO] Californium (Cf) Demo Setup for Unix ............... SUCCESS [  1.112 s]
[INFO] Sc-DTLS-Example-Client ............................. SUCCESS [  4.913 s]
[INFO] Sc-DTLS-Example-Server ............................. SUCCESS [  7.313 s]
[INFO] Cf-SimpleFileServer ................................ SUCCESS [ 14.257 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  14:06 min
[INFO] Finished at: 2023-12-28T08:10:14Z
[INFO] ------------------------------------------------------------------------
[californium-release] $ /bin/sh -xe /tmp/jenkins14114242355881779896.sh
+ git add pom.xml '*/pom.xml'
+ git commit -m 'Release 3.10.0'
[main 7b22bc42b] Release 3.10.0
 39 files changed, 39 insertions(+), 39 deletions(-)
+ git tag 3.10.0
[californium-release] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DBRANCH=main -DNEXT_VERSION=3.11.0-SNAPSHOT -DRELEASE_VERSION=3.10.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: "5.18.5-100.fc35.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.10.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.10.0 -> 3.11.0-SNAPSHOT
[INFO] Processing org.eclipse.californium:parent
[INFO]     Updating project org.eclipse.californium:parent
[INFO]         from version 3.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.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.10.0 to 3.11.0-SNAPSHOT
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Californium (Cf) Parent 3.10.0:
[INFO] 
[INFO] Californium (Cf) Parent ............................ SUCCESS [  1.583 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.354 s
[INFO] Finished at: 2023-12-28T08:10:19Z
[INFO] ------------------------------------------------------------------------
[californium-release] $ /bin/sh -xe /tmp/jenkins3097535098795558650.sh
+ git add pom.xml '*/pom.xml'
+ git commit -m '3.11.0-SNAPSHOT after release 3.10.0'
[main ed1806781] 3.11.0-SNAPSHOT after release 3.10.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
   e0e31849e..ed1806781  main -> main
+ git push --tags ssh://git@github.com/eclipse-californium/californium.git
To ssh://github.com/eclipse-californium/californium.git
 * [new tag]             3.10.0 -> 3.10.0
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 50 killed;
[ssh-agent] Stopped.
Finished: SUCCESS