Skip to content
Failed

Console Output

01:18:34 Started by an SCM change
01:18:34 Running as SYSTEM
01:18:34 Agent basic-8d8nc is provisioned from template basic
01:18:34 ---
01:18:34 apiVersion: "v1"
01:18:34 kind: "Pod"
01:18:34 metadata:
01:18:34   labels:
01:18:34     jenkins: "slave"
01:18:34     jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
01:18:34     jenkins/label: "basic"
01:18:34   name: "basic-8d8nc"
01:18:34   namespace: "ditto"
01:18:34 spec:
01:18:34   containers:
01:18:34   - env:
01:18:34     - name: "JENKINS_SECRET"
01:18:34       value: "********"
01:18:34     - name: "JENKINS_TUNNEL"
01:18:34       value: "jenkins-discovery.ditto.svc.cluster.local:50000"
01:18:34     - name: "JENKINS_AGENT_NAME"
01:18:34       value: "basic-8d8nc"
01:18:34     - name: "JENKINS_REMOTING_JAVA_OPTS"
01:18:34       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
01:18:34         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
01:18:34     - name: "JAVA_TOOL_OPTIONS"
01:18:34       value: ""
01:18:34     - name: "_JAVA_OPTIONS"
01:18:34       value: ""
01:18:34     - name: "OPENJ9_JAVA_OPTIONS"
01:18:34       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
01:18:34     - name: "JENKINS_NAME"
01:18:34       value: "basic-8d8nc"
01:18:34     - name: "JENKINS_AGENT_WORKDIR"
01:18:34       value: "/home/jenkins/agent"
01:18:34     - name: "JENKINS_URL"
01:18:34       value: "http://jenkins-ui.ditto.svc.cluster.local/ditto/"
01:18:34     image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
01:18:34     imagePullPolicy: "Always"
01:18:34     name: "jnlp"
01:18:34     resources:
01:18:34       limits:
01:18:34         cpu: "2000m"
01:18:34         memory: "4096Mi"
01:18:34       requests:
01:18:34         cpu: "1000m"
01:18:34         memory: "4096Mi"
01:18:34     tty: true
01:18:34     volumeMounts:
01:18:34     - mountPath: "/home/jenkins/.m2/toolchains.xml"
01:18:34       name: "m2-dir"
01:18:34       readOnly: true
01:18:34       subPath: "toolchains.xml"
01:18:34     - mountPath: "/home/jenkins/.mavenrc"
01:18:34       name: "m2-dir"
01:18:34       readOnly: true
01:18:34       subPath: ".mavenrc"
01:18:34     - mountPath: "/opt/tools"
01:18:34       name: "volume-0"
01:18:34       readOnly: false
01:18:34     - mountPath: "/home/jenkins"
01:18:34       name: "volume-2"
01:18:34       readOnly: false
01:18:34     - mountPath: "/home/jenkins/.m2/repository"
01:18:34       name: "volume-3"
01:18:34       readOnly: false
01:18:34     - mountPath: "/home/jenkins/.m2/settings-security.xml"
01:18:34       name: "m2-secret-dir"
01:18:34       readOnly: true
01:18:34       subPath: "settings-security.xml"
01:18:34     - mountPath: "/home/jenkins/.m2/wrapper"
01:18:34       name: "volume-4"
01:18:34       readOnly: false
01:18:34     - mountPath: "/home/jenkins/.m2/settings.xml"
01:18:34       name: "m2-secret-dir"
01:18:34       readOnly: true
01:18:34       subPath: "settings.xml"
01:18:34     - mountPath: "/home/jenkins/.ssh"
01:18:34       name: "volume-1"
01:18:34       readOnly: false
01:18:34       subPath: ""
01:18:34     - mountPath: "/home/jenkins/agent"
01:18:34       name: "workspace-volume"
01:18:34       readOnly: false
01:18:34     workingDir: "/home/jenkins/agent"
01:18:34   nodeSelector:
01:18:34     kubernetes.io/os: "linux"
01:18:34   restartPolicy: "Never"
01:18:34   volumes:
01:18:34   - name: "volume-0"
01:18:34     persistentVolumeClaim:
01:18:34       claimName: "tools-claim-jiro-ditto"
01:18:34       readOnly: true
01:18:34   - name: "m2-secret-dir"
01:18:34     secret:
01:18:34       secretName: "m2-secret-dir"
01:18:34   - emptyDir:
01:18:34       medium: ""
01:18:34     name: "volume-2"
01:18:34   - configMap:
01:18:34       name: "m2-dir"
01:18:34     name: "m2-dir"
01:18:34   - configMap:
01:18:34       name: "known-hosts"
01:18:34     name: "volume-1"
01:18:34   - emptyDir:
01:18:34       medium: ""
01:18:34     name: "workspace-volume"
01:18:34   - emptyDir:
01:18:34       medium: ""
01:18:34     name: "volume-4"
01:18:34   - emptyDir:
01:18:34       medium: ""
01:18:34     name: "volume-3"
01:18:34 
01:18:34 Building remotely on basic-8d8nc (basic) in workspace /home/jenkins/agent/workspace/ditto-ci
01:18:35 The recommended git tool is: NONE
01:18:37 No credentials specified
01:18:37 Cloning the remote Git repository
01:18:37 Cloning repository https://github.com/eclipse/ditto.git
01:18:37  > git init /home/jenkins/agent/workspace/ditto-ci # timeout=10
01:18:37 Fetching upstream changes from https://github.com/eclipse/ditto.git
01:18:37  > git --version # timeout=10
01:18:37  > git --version # 'git version 2.20.1'
01:18:37  > git fetch --tags --force --progress -- https://github.com/eclipse/ditto.git +refs/heads/*:refs/remotes/origin/* # timeout=10
01:18:44  > git config remote.origin.url https://github.com/eclipse/ditto.git # timeout=10
01:18:44  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
01:18:45 Avoid second fetch
01:18:45  > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:18:45 Checking out Revision f2904efcb447fc0734cd7ed2ff6ec4967e10fb79 (refs/remotes/origin/master)
01:18:45  > git config core.sparsecheckout # timeout=10
01:18:45  > git checkout -f f2904efcb447fc0734cd7ed2ff6ec4967e10fb79 # timeout=10
01:18:45 Commit message: "Merge pull request #1864 from eclipse-ditto/feature/add-search-count-to-ui"
01:18:45  > git rev-list --no-walk 0ad1528abf3615dc4d40051cf4c85bd7139fa3d3 # timeout=10
01:18:46 [ditto-ci] $ /opt/tools/apache-maven/latest/bin/mvn --batch-mode --errors clean install -DcreateJavadoc=true -DskipITs=true
01:18:46 Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
01:18:46 Maven home: /opt/tools/apache-maven/latest
01:18:46 Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
01:18:46 Default locale: en_US, platform encoding: UTF-8
01:18:46 OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
01:18:47 [INFO] Error stacktraces are turned on.
01:18:47 [INFO] Scanning for projects...
01:19:00 [WARNING] 
01:19:00 [WARNING] Some problems were encountered while building the effective model for org.eclipse.ditto:ditto-policies-service:jar:0-SNAPSHOT
01:19:00 [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.eclipse.ditto:ditto-internal-utils-pekko:test-jar -> duplicate declaration of version (?) @ org.eclipse.ditto:ditto-policies-service:${revision}, /home/jenkins/agent/workspace/ditto-ci/policies/service/pom.xml, line 143, column 21
01:19:00 [WARNING] 
01:19:00 [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
01:19:00 [WARNING] 
01:19:00 [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
01:19:00 [WARNING] 
01:19:00 [WARNING] The project org.eclipse.ditto:ditto:pom:0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
01:19:00 [INFO] ------------------------------------------------------------------------
01:19:00 [INFO] Reactor Build Order:
01:19:00 [INFO] 
01:19:00 [INFO] Eclipse Ditto                                                      [pom]
01:19:00 [INFO] Eclipse Ditto :: Legal                                             [jar]
01:19:00 [INFO] Eclipse Ditto :: BOM                                               [pom]
01:19:00 [INFO] Eclipse Ditto :: Utils                                             [pom]
01:19:00 [INFO] Eclipse Ditto :: Utils :: JSR-305 Extensions                       [jar]
01:19:00 [INFO] Eclipse Ditto :: JSON                                           [bundle]
01:19:00 [INFO] Eclipse Ditto :: Base                                              [pom]
01:19:00 [INFO] Eclipse Ditto :: Base :: Model                                  [bundle]
01:19:00 [INFO] Eclipse Ditto :: Base :: API                                       [jar]
01:19:00 [INFO] Eclipse Ditto :: Internal                                          [pom]
01:19:00 [INFO] Eclipse Ditto :: Internal :: Utils                                 [pom]
01:19:00 [INFO] Eclipse Ditto :: Internal :: Utils :: Config                       [jar]
01:19:00 [INFO] Eclipse Ditto :: Internal :: Utils :: Metrics                      [jar]
01:19:00 [INFO] Eclipse Ditto :: Utils :: Result                                   [jar]
01:19:00 [INFO] Eclipse Ditto :: Internal :: Utils :: Tracing                      [jar]
01:19:00 [INFO] Eclipse Ditto :: Internal :: Models                                [pom]
01:19:00 [INFO] Eclipse Ditto :: Internal :: Models :: Streaming                   [jar]
01:19:00 [INFO] Eclipse Ditto :: Internal :: Utils :: Pekko                        [jar]
01:19:00 [INFO] Eclipse Ditto :: Internal :: Utils :: Health                       [jar]
01:19:00 [INFO] Eclipse Ditto :: JSON CBOR                                      [bundle]
01:19:00 [INFO] Eclipse Ditto :: Policies                                          [pom]
01:19:00 [INFO] Eclipse Ditto :: Policies :: Model                              [bundle]
01:19:00 [INFO] Eclipse Ditto :: Things                                            [pom]
01:19:00 [INFO] Eclipse Ditto :: Things :: Model                                [bundle]
01:19:00 [INFO] Eclipse Ditto :: Internal :: Utils :: Cluster                      [jar]
01:19:00 [INFO] Eclipse Ditto :: Internal :: Utils :: Extension                    [jar]
01:19:00 [INFO] Eclipse Ditto :: Placeholders                                   [bundle]
01:19:00 [INFO] Eclipse Ditto :: Base :: Service                                   [jar]
01:19:00 [INFO] Eclipse Ditto :: Connectivity                                      [pom]
01:19:00 [INFO] Eclipse Ditto :: Connectivity :: Model                          [bundle]
01:19:00 [INFO] Eclipse Ditto :: Thing Search                                      [pom]
01:19:00 [INFO] Eclipse Ditto :: Thing Search :: Model                          [bundle]
01:19:00 [INFO] Eclipse Ditto :: Messages                                          [pom]
01:19:00 [INFO] Eclipse Ditto :: Messages :: Model                              [bundle]
01:19:00 [INFO] Eclipse Ditto :: Protocol                                       [bundle]
01:19:00 [INFO] Eclipse Ditto :: Internal :: Models :: Signal                      [jar]
01:19:00 [INFO] Eclipse Ditto :: Policies :: API                                   [jar]
01:19:00 [INFO] Eclipse Ditto :: Internal :: Utils :: Distributed Data             [jar]
01:19:00 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub                      [jar]
01:19:00 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache                        [jar]
01:19:00 [INFO] Eclipse Ditto :: Internal :: Utils :: Test                         [jar]
01:19:00 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistence                  [jar]
01:19:00 [INFO] Eclipse Ditto :: Things :: API                                     [jar]
01:19:00 [INFO] Eclipse Ditto :: Connectivity :: API                               [jar]
01:19:00 [INFO] Eclipse Ditto :: JWT                                               [pom]
01:19:00 [INFO] Eclipse Ditto :: JWT :: Model                                   [bundle]
01:19:00 [INFO] Eclipse Ditto :: WoT                                               [pom]
01:19:00 [INFO] Eclipse Ditto :: WoT :: Model                                   [bundle]
01:19:00 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache Loaders                [jar]
01:19:00 [INFO] Eclipse Ditto :: Internal :: Utils :: Namespaces                   [jar]
01:19:00 [INFO] Eclipse Ditto :: Policies :: Enforcement                           [jar]
01:19:00 [INFO] Eclipse Ditto :: RQL                                               [pom]
01:19:00 [INFO] Eclipse Ditto :: RQL :: Model                                   [bundle]
01:19:00 [INFO] Eclipse Ditto :: RQL :: parser                                  [bundle]
01:19:00 [INFO] Eclipse Ditto :: RQL :: Query                                   [bundle]
01:19:00 [INFO] Eclipse Ditto :: Thing Search :: API                               [jar]
01:19:00 [INFO] Eclipse Ditto :: Edge                                              [pom]
01:19:00 [INFO] Eclipse Ditto :: Edge :: Service                                   [jar]
01:19:00 [INFO] Eclipse Ditto :: Internal :: Models :: Signal Enrichment           [jar]
01:19:00 [INFO] Eclipse Ditto :: Internal :: Utils :: Conditional Headers          [jar]
01:19:00 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistent Actors            [jar]
01:19:00 [INFO] Eclipse Ditto :: Internal :: Utils :: Protocol                     [jar]
01:19:00 [INFO] Eclipse Ditto :: RQL :: search option parser                    [bundle]
01:19:00 [INFO] Eclipse Ditto :: Internal :: Utils :: Search                       [jar]
01:19:00 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies             [jar]
01:19:00 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things               [jar]
01:19:00 [INFO] Eclipse Ditto :: Connectivity :: Service                           [jar]
01:19:00 [INFO] Eclipse Ditto :: Documentation                                     [pom]
01:19:00 [INFO] Eclipse Ditto :: Gateway                                           [pom]
01:19:00 [INFO] Eclipse Ditto :: Gateway :: API                                    [jar]
01:19:00 [INFO] Eclipse Ditto :: Internal :: Utils :: HTTP                         [jar]
01:19:00 [INFO] Eclipse Ditto :: Internal :: Utils :: JWT                          [jar]
01:19:00 [INFO] Eclipse Ditto :: Gateway :: Service                                [jar]
01:19:00 [INFO] Eclipse Ditto :: Policies :: Service                               [jar]
01:19:00 [INFO] Eclipse Ditto :: WoT :: Integration                                [jar]
01:19:00 [INFO] Eclipse Ditto :: Things :: Service                                 [jar]
01:19:00 [INFO] Eclipse Ditto :: Thing Search :: Service                           [jar]
01:19:00 [INFO] 
01:19:00 [INFO] ----------------------< org.eclipse.ditto:ditto >-----------------------
01:19:00 [INFO] Building Eclipse Ditto 0-SNAPSHOT                                 [1/77]
01:19:00 [INFO]   from pom.xml
01:19:00 [INFO] --------------------------------[ pom ]---------------------------------
01:19:02 [INFO] 
01:19:02 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto ---
01:19:02 [INFO] 
01:19:02 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto ---
01:19:02 [INFO] 
01:19:02 [INFO] --- license:4.2:check (default) @ ditto ---
01:19:03 [WARNING]  Parameter 'legacyConfigExcludes' (user property 'license.excludes') is deprecated: use LicenseSet.excludes
01:19:03 [WARNING]  Parameter 'legacyConfigHeader' (user property 'license.header') is deprecated: use LicenseSet.header
01:19:03 [WARNING]  Parameter 'legacyConfigIncludes' (user property 'license.includes') is deprecated: use LicenseSet.includes
01:19:03 [WARNING]  Parameter 'legacyConfigValidHeaders' is deprecated: use LicenseSet.validHeaders
01:19:03 [INFO] Checking licenses...
01:19:03 [WARNING] Property 'strictCheck' is not enabled. Please consider adding <strictCheck>true</strictCheck> in your pom.xml file.
01:19:03 [WARNING] See https://mycila.carbou.me/license-maven-plugin for more information.
01:19:05 [INFO] 
01:19:05 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto ---
01:19:06 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/target/jacoco.exec
01:19:06 [INFO] 
01:19:06 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto ---
01:19:12 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:19:12 [INFO] The goal is skip due to packaging 'pom'
01:19:12 [INFO] 
01:19:12 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto ---
01:19:12 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto:pom:0-SNAPSHOT...
01:19:12 [INFO] 
01:19:12 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto ---
01:19:16 [INFO] 
01:19:16 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto ---
01:19:17 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
01:19:17 [INFO] 
01:19:17 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto ---
01:19:18 [INFO] Tests are skipped.
01:19:18 [INFO] 
01:19:18 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto ---
01:19:18 [INFO] Tests are skipped.
01:19:18 [INFO] 
01:19:18 [INFO] --- jacoco:0.8.10:report (report) @ ditto ---
01:19:18 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:19:18 [INFO] 
01:19:18 [INFO] --- install:3.1.1:install (default-install) @ ditto ---
01:19:18 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto/0-SNAPSHOT/ditto-0-SNAPSHOT.pom
01:19:18 [INFO] 
01:19:18 [INFO] -------------------< org.eclipse.ditto:ditto-legal >--------------------
01:19:18 [INFO] Building Eclipse Ditto :: Legal 0-SNAPSHOT                        [2/77]
01:19:18 [INFO]   from legal/pom.xml
01:19:18 [INFO] --------------------------------[ jar ]---------------------------------
01:19:18 [INFO] 
01:19:18 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-legal ---
01:19:18 [INFO] 
01:19:18 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-legal ---
01:19:18 [INFO] 
01:19:18 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-legal ---
01:19:18 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/legal/target/jacoco.exec
01:19:18 [INFO] 
01:19:18 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-legal ---
01:19:18 [INFO] Copying 8 resources from  to target/classes
01:19:18 [INFO] 
01:19:18 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-legal ---
01:19:18 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-legal:jar:0-SNAPSHOT...
01:19:18 [INFO] 
01:19:18 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-legal ---
01:19:18 [INFO] No sources to compile
01:19:18 [INFO] 
01:19:18 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-legal ---
01:19:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/legal/src/test/resources
01:19:18 [INFO] 
01:19:18 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-legal ---
01:19:18 [INFO] No sources to compile
01:19:18 [INFO] 
01:19:18 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-legal ---
01:19:19 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:19:19 [INFO] No tests to run.
01:19:19 [INFO] 
01:19:19 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-legal ---
01:19:19 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar
01:19:19 [INFO] 
01:19:19 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-legal ---
01:19:19 [INFO] Tests are skipped.
01:19:19 [INFO] 
01:19:19 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-legal ---
01:19:19 [INFO] Tests are skipped.
01:19:19 [INFO] 
01:19:19 [INFO] --- jacoco:0.8.10:report (report) @ ditto-legal ---
01:19:19 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:19:19 [INFO] 
01:19:19 [INFO] --- install:3.1.1:install (default-install) @ ditto-legal ---
01:19:19 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/legal/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-legal/0-SNAPSHOT/ditto-legal-0-SNAPSHOT.pom
01:19:19 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/legal/target/ditto-legal-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-legal/0-SNAPSHOT/ditto-legal-0-SNAPSHOT.jar
01:19:19 [INFO] 
01:19:19 [INFO] --------------------< org.eclipse.ditto:ditto-bom >---------------------
01:19:19 [INFO] Building Eclipse Ditto :: BOM 0-SNAPSHOT                          [3/77]
01:19:19 [INFO]   from bom/pom.xml
01:19:19 [INFO] --------------------------------[ pom ]---------------------------------
01:19:19 [INFO] 
01:19:19 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-bom ---
01:19:19 [INFO] 
01:19:19 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-bom ---
01:19:19 [INFO] 
01:19:19 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-bom ---
01:19:19 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/bom/target/jacoco.exec
01:19:19 [INFO] 
01:19:19 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-bom ---
01:19:19 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:19:19 [INFO] The goal is skip due to packaging 'pom'
01:19:19 [INFO] 
01:19:19 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-bom ---
01:19:19 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-bom:pom:0-SNAPSHOT...
01:19:19 [INFO] 
01:19:19 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-bom ---
01:19:19 [INFO] 
01:19:19 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-bom ---
01:19:19 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
01:19:19 [INFO] 
01:19:19 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-bom ---
01:19:19 [INFO] Tests are skipped.
01:19:19 [INFO] 
01:19:19 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-bom ---
01:19:19 [INFO] Tests are skipped.
01:19:19 [INFO] 
01:19:19 [INFO] --- jacoco:0.8.10:report (report) @ ditto-bom ---
01:19:19 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:19:19 [INFO] 
01:19:19 [INFO] --- install:3.1.1:install (default-install) @ ditto-bom ---
01:19:19 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/bom/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-bom/0-SNAPSHOT/ditto-bom-0-SNAPSHOT.pom
01:19:19 [INFO] 
01:19:19 [INFO] -------------------< org.eclipse.ditto:ditto-utils >--------------------
01:19:19 [INFO] Building Eclipse Ditto :: Utils 0-SNAPSHOT                        [4/77]
01:19:19 [INFO]   from utils/pom.xml
01:19:19 [INFO] --------------------------------[ pom ]---------------------------------
01:19:19 [INFO] 
01:19:19 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-utils ---
01:19:19 [INFO] 
01:19:19 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-utils ---
01:19:19 [INFO] 
01:19:19 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils ---
01:19:20 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
01:19:20 [INFO] 
01:19:20 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils ---
01:19:20 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/utils/target/jacoco.exec
01:19:20 [INFO] 
01:19:20 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-utils ---
01:19:20 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:19:20 [INFO] The goal is skip due to packaging 'pom'
01:19:20 [INFO] 
01:19:20 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-utils ---
01:19:20 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils:pom:0-SNAPSHOT...
01:19:20 [INFO] 
01:19:20 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-utils ---
01:19:20 [INFO] 
01:19:20 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-utils ---
01:19:20 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
01:19:20 [INFO] 
01:19:20 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-utils ---
01:19:20 [INFO] Tests are skipped.
01:19:20 [INFO] 
01:19:20 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-utils ---
01:19:20 [INFO] Tests are skipped.
01:19:20 [INFO] 
01:19:20 [INFO] --- jacoco:0.8.10:report (report) @ ditto-utils ---
01:19:20 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:19:20 [INFO] 
01:19:20 [INFO] --- install:3.1.1:install (default-install) @ ditto-utils ---
01:19:20 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/utils/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-utils/0-SNAPSHOT/ditto-utils-0-SNAPSHOT.pom
01:19:20 [INFO] 
01:19:20 [INFO] ----------------< org.eclipse.ditto:ditto-utils-jsr305 >----------------
01:19:20 [INFO] Building Eclipse Ditto :: Utils :: JSR-305 Extensions 0-SNAPSHOT  [5/77]
01:19:20 [INFO]   from utils/jsr305/pom.xml
01:19:20 [INFO] --------------------------------[ jar ]---------------------------------
01:19:20 [INFO] 
01:19:20 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-utils-jsr305 ---
01:19:20 [INFO] 
01:19:20 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-utils-jsr305 ---
01:19:20 [INFO] 
01:19:20 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils-jsr305 ---
01:19:20 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
01:19:20 [INFO] 
01:19:20 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils-jsr305 ---
01:19:20 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/jacoco.exec
01:19:20 [INFO] 
01:19:20 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-utils-jsr305 ---
01:19:20 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:19:20 [WARNING] 
01:19:20 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:19:20 [WARNING] 
01:19:20 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:19:20 [WARNING] 
01:19:20 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:19:20 [INFO] 
01:19:20 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-utils-jsr305 ---
01:19:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/main/resources
01:19:20 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:19:20 [INFO] 
01:19:20 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-utils-jsr305 ---
01:19:20 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils-jsr305:jar:0-SNAPSHOT...
01:19:20 [INFO] 
01:19:20 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-utils-jsr305 ---
01:19:20 [INFO] Changes detected - recompiling the module! :dependency
01:19:20 [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes
01:19:21 [WARNING] bootstrap class path not set in conjunction with -source 8
01:19:21 [INFO] 
01:19:21 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-utils-jsr305 ---
01:19:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/test/resources
01:19:21 [INFO] 
01:19:21 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-utils-jsr305 ---
01:19:21 [INFO] No sources to compile
01:19:21 [INFO] 
01:19:21 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-utils-jsr305 ---
01:19:21 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:19:21 [INFO] No tests to run.
01:19:21 [INFO] 
01:19:21 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-utils-jsr305 ---
01:19:21 [INFO] 
01:19:21 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-utils-jsr305 ---
01:19:21 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT.jar
01:19:21 [INFO] 
01:19:21 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-utils-jsr305 ---
01:19:21 [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.6.0:javadoc' has not been previously called for the module: 'org.eclipse.ditto:ditto-legal:jar:0-SNAPSHOT'. Trying to invoke it...
01:19:24 [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs
01:19:24 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:19:24 [INFO] No previous run data found, generating javadoc.
01:19:24 [WARNING] Javadoc Warnings
01:19:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/main/java/org/eclipse/ditto/utils/jsr305/annotations/AllParametersAndReturnValuesAreNonnullByDefault.java:39: warning: no comment
01:19:24 [WARNING] ElementType[] value() default {};
01:19:24 [WARNING] ^
01:19:24 [WARNING] /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/src/main/java/org/eclipse/ditto/utils/jsr305/annotations/AllValuesAreNonnullByDefault.java:40: warning: no comment
01:19:24 [WARNING] ElementType[] value() default {};
01:19:24 [WARNING] ^
01:19:24 [WARNING] 2 warnings
01:19:24 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT-javadoc.jar
01:19:25 [INFO] 
01:19:25 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-utils-jsr305 ---
01:19:25 [INFO] Tests are skipped.
01:19:25 [INFO] 
01:19:25 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-utils-jsr305 ---
01:19:25 [INFO] Tests are skipped.
01:19:25 [INFO] 
01:19:25 [INFO] --- jacoco:0.8.10:report (report) @ ditto-utils-jsr305 ---
01:19:25 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:19:25 [INFO] 
01:19:25 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-utils-jsr305 ---
01:19:27 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/japicmp/japicmp.diff'.
01:19:28 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/japicmp/japicmp.xml'.
01:19:28 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/japicmp/japicmp.html'.
01:19:28 [INFO] 
01:19:28 [INFO] --- install:3.1.1:install (default-install) @ ditto-utils-jsr305 ---
01:19:28 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-utils-jsr305/0-SNAPSHOT/ditto-utils-jsr305-0-SNAPSHOT.pom
01:19:28 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-utils-jsr305/0-SNAPSHOT/ditto-utils-jsr305-0-SNAPSHOT.jar
01:19:28 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/utils/jsr305/target/ditto-utils-jsr305-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-utils-jsr305/0-SNAPSHOT/ditto-utils-jsr305-0-SNAPSHOT-javadoc.jar
01:19:28 [INFO] 
01:19:28 [INFO] --------------------< org.eclipse.ditto:ditto-json >--------------------
01:19:28 [INFO] Building Eclipse Ditto :: JSON 0-SNAPSHOT                         [6/77]
01:19:28 [INFO]   from json/pom.xml
01:19:28 [INFO] -------------------------------[ bundle ]-------------------------------
01:19:32 [INFO] 
01:19:32 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-json ---
01:19:32 [INFO] 
01:19:32 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-json ---
01:19:32 [INFO] 
01:19:32 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-json ---
01:19:32 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
01:19:32 [INFO] 
01:19:32 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-json ---
01:19:32 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/json/target/jacoco.exec
01:19:32 [INFO] 
01:19:32 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-json ---
01:19:33 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:19:33 [WARNING] 
01:19:33 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:19:33 [WARNING] 
01:19:33 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:19:33 [WARNING] 
01:19:33 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/json/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:19:33 [INFO] 
01:19:33 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-json ---
01:19:33 [INFO] Copying 0 resource from src/main/resources to target/classes
01:19:33 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:19:33 [INFO] 
01:19:33 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-json ---
01:19:33 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-json:bundle:0-SNAPSHOT...
01:19:33 [INFO] 
01:19:33 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-json ---
01:19:33 [INFO] Changes detected - recompiling the module! :dependency
01:19:33 [INFO] Compiling 67 source files with javac [debug target 1.8] to target/classes
01:19:34 [WARNING] bootstrap class path not set in conjunction with -source 8
01:19:34 [INFO] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/ImmutableJsonObject.java: /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/ImmutableJsonObject.java uses unchecked or unsafe operations.
01:19:34 [INFO] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/ImmutableJsonObject.java: Recompile with -Xlint:unchecked for details.
01:19:34 [INFO] 
01:19:34 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-json ---
01:19:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/json/src/test/resources
01:19:34 [INFO] 
01:19:34 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-json ---
01:19:34 [INFO] Changes detected - recompiling the module! :dependency
01:19:34 [INFO] Compiling 44 source files with javac [debug target 1.8] to target/test-classes
01:19:37 [WARNING] bootstrap class path not set in conjunction with -source 8
01:19:37 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/test/java/org/eclipse/ditto/json/JsonValueParserTest.java:[170,67] non-varargs call of varargs method with inexact argument type for last parameter;
01:19:37   cast to java.lang.Object for a varargs call
01:19:37   cast to java.lang.Object[] for a non-varargs call and to suppress this warning
01:19:37 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/test/java/org/eclipse/ditto/json/ImmutableJsonArrayTest.java:[299,27] non-varargs call of varargs method with inexact argument type for last parameter;
01:19:37   cast to java.lang.String for a varargs call
01:19:37   cast to java.lang.String[] for a non-varargs call and to suppress this warning
01:19:37 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/test/java/org/eclipse/ditto/json/ImmutableJsonArrayTest.java:[338,46] non-varargs call of varargs method with inexact argument type for last parameter;
01:19:37   cast to org.eclipse.ditto.json.JsonValue for a varargs call
01:19:37   cast to org.eclipse.ditto.json.JsonValue[] for a non-varargs call and to suppress this warning
01:19:37 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/test/java/org/eclipse/ditto/json/JsonFactoryTest.java:[346,63] non-varargs call of varargs method with inexact argument type for last parameter;
01:19:37   cast to org.eclipse.ditto.json.JsonPointer for a varargs call
01:19:37   cast to org.eclipse.ditto.json.JsonPointer[] for a non-varargs call and to suppress this warning
01:19:37 [INFO] 
01:19:37 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-json ---
01:19:37 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:19:37 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/json/target/surefire-reports
01:19:37 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:19:37 [INFO] 
01:19:37 [INFO] -------------------------------------------------------
01:19:37 [INFO]  T E S T S
01:19:37 [INFO] -------------------------------------------------------
01:19:38 [INFO] Running org.eclipse.ditto.json.ImmutableJsonBooleanTest
01:19:39 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.027 s -- in org.eclipse.ditto.json.ImmutableJsonBooleanTest
01:19:39 [INFO] Running org.eclipse.ditto.json.ImmutableJsonStringTest
01:19:39 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.ditto.json.ImmutableJsonStringTest
01:19:39 [INFO] Running org.eclipse.ditto.json.JsonValueFieldDefinitionTest
01:19:40 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.751 s -- in org.eclipse.ditto.json.JsonValueFieldDefinitionTest
01:19:40 [INFO] Running org.eclipse.ditto.json.ImmutableJsonParseOptionsTest
01:19:40 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.json.ImmutableJsonParseOptionsTest
01:19:40 [INFO] Running org.eclipse.ditto.json.ImmutableJsonFieldSelectorFactoryTest
01:19:40 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.json.ImmutableJsonFieldSelectorFactoryTest
01:19:40 [INFO] Running org.eclipse.ditto.json.JsonCharEscaperTest
01:19:40 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.eclipse.ditto.json.JsonCharEscaperTest
01:19:40 [INFO] Running org.eclipse.ditto.json.JsonPointerInvalidExceptionTest
01:19:40 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.json.JsonPointerInvalidExceptionTest
01:19:40 [INFO] Running org.eclipse.ditto.json.ImmutableJsonKeyTest
01:19:40 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.json.ImmutableJsonKeyTest
01:19:40 [INFO] Running org.eclipse.ditto.json.JsonMergePatchTest
01:19:40 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s -- in org.eclipse.ditto.json.JsonMergePatchTest
01:19:40 [INFO] Running org.eclipse.ditto.json.ImmutableJsonIntTest
01:19:40 [INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s -- in org.eclipse.ditto.json.ImmutableJsonIntTest
01:19:40 [INFO] Running org.eclipse.ditto.json.ImmutableJsonParseOptionsBuilderTest
01:19:40 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.json.ImmutableJsonParseOptionsBuilderTest
01:19:40 [INFO] Running org.eclipse.ditto.json.JsonFieldSelectorTrieTest
01:19:40 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.json.JsonFieldSelectorTrieTest
01:19:40 [INFO] Running org.eclipse.ditto.json.ImmutableJsonObjectNullTest
01:19:40 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.json.ImmutableJsonObjectNullTest
01:19:40 [INFO] Running org.eclipse.ditto.json.ImmutableJsonObjectBuilderTest
01:19:40 [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s -- in org.eclipse.ditto.json.ImmutableJsonObjectBuilderTest
01:19:40 [INFO] Running org.eclipse.ditto.json.ValueListJsonHandlerTest
01:19:40 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.json.ValueListJsonHandlerTest
01:19:40 [INFO] Running org.eclipse.ditto.json.ImmutableJsonNullTest
01:19:40 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.json.ImmutableJsonNullTest
01:19:40 [INFO] Running org.eclipse.ditto.json.JavaStringToEscapedJsonStringTest
01:19:40 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.json.JavaStringToEscapedJsonStringTest
01:19:40 [INFO] Running org.eclipse.ditto.json.ImmutableJsonDoubleTest
01:19:41 [INFO] Tests run: 270, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.300 s -- in org.eclipse.ditto.json.ImmutableJsonDoubleTest
01:19:41 [INFO] Running org.eclipse.ditto.json.JsonValueParserTest
01:19:41 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 s -- in org.eclipse.ditto.json.JsonValueParserTest
01:19:41 [INFO] Running org.eclipse.ditto.json.ImmutableJsonArrayNullTest
01:19:41 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.json.ImmutableJsonArrayNullTest
01:19:41 [INFO] Running org.eclipse.ditto.json.ImmutableJsonLiteralTest
01:19:41 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.eclipse.ditto.json.ImmutableJsonLiteralTest
01:19:41 [INFO] Running org.eclipse.ditto.json.JsonParseExceptionTest
01:19:41 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.json.JsonParseExceptionTest
01:19:41 [INFO] Running org.eclipse.ditto.json.ImmutableJsonLongTest
01:19:41 [INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.ditto.json.ImmutableJsonLongTest
01:19:41 [INFO] Running org.eclipse.ditto.json.ImmutableJsonPointerTest
01:19:41 [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.json.ImmutableJsonPointerTest
01:19:41 [INFO] Running org.eclipse.ditto.json.JsonObjectMergerTest
01:19:41 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.json.JsonObjectMergerTest
01:19:41 [INFO] Running org.eclipse.ditto.json.FieldMapJsonHandlerTest
01:19:41 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.eclipse.ditto.json.FieldMapJsonHandlerTest
01:19:41 [INFO] Running org.eclipse.ditto.json.ImmutableJsonArrayBuilderTest
01:19:41 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.json.ImmutableJsonArrayBuilderTest
01:19:41 [INFO] Running org.eclipse.ditto.json.ImmutableJsonFieldTest
01:19:41 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in org.eclipse.ditto.json.ImmutableJsonFieldTest
01:19:41 [INFO] Running org.eclipse.ditto.json.ImmutableJsonObjectTest
01:19:41 [INFO] Tests run: 89, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.eclipse.ditto.json.ImmutableJsonObjectTest
01:19:41 [INFO] Running org.eclipse.ditto.json.JsonArrayTest
01:19:41 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.json.JsonArrayTest
01:19:41 [INFO] Running org.eclipse.ditto.json.ImmutableJsonArrayTest
01:19:41 [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.eclipse.ditto.json.ImmutableJsonArrayTest
01:19:41 [INFO] Running org.eclipse.ditto.json.JavaValueFieldDefinitionTest
01:19:41 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.eclipse.ditto.json.JavaValueFieldDefinitionTest
01:19:41 [INFO] Running org.eclipse.ditto.json.JsonCollectorsTest
01:19:41 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.json.JsonCollectorsTest
01:19:41 [INFO] Running org.eclipse.ditto.json.JsonFactoryTest
01:19:41 [INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.eclipse.ditto.json.JsonFactoryTest
01:19:41 [INFO] Running org.eclipse.ditto.json.ImmutableJsonPatchTest
01:19:41 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.json.ImmutableJsonPatchTest
01:19:41 [INFO] Running org.eclipse.ditto.json.ImmutableJsonFieldSelectorBuilderTest
01:19:41 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.json.ImmutableJsonFieldSelectorBuilderTest
01:19:41 [INFO] Running org.eclipse.ditto.json.ImmutableJsonFieldSelectorTest
01:19:41 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.json.ImmutableJsonFieldSelectorTest
01:19:42 [INFO] 
01:19:42 [INFO] Results:
01:19:42 [INFO] 
01:19:42 [INFO] Tests run: 935, Failures: 0, Errors: 0, Skipped: 0
01:19:42 [INFO] 
01:19:42 [INFO] 
01:19:42 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-json ---
01:19:42 [INFO] 
01:19:42 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-json ---
01:19:42 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT.jar
01:19:42 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/json/target/classes/META-INF/MANIFEST.MF
01:19:42 [INFO] 
01:19:42 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-json ---
01:19:43 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:19:43 [INFO] No previous run data found, generating javadoc.
01:19:45 [WARNING] Javadoc Warnings
01:19:45 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonFactory.java:262: warning: no comment
01:19:45 [WARNING] public static JsonObject newObject(final JsonValue jsonValue) {
01:19:45 [WARNING] ^
01:19:45 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonObject.java:252: warning: no @param for key
01:19:45 [WARNING] boolean containsFlatteningArrays(CharSequence key);
01:19:45 [WARNING] ^
01:19:45 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:37: warning: no @throws for java.io.IOException
01:19:45 [WARNING] void writeCachedElement(byte[] cachedData) throws IOException;
01:19:45 [WARNING] ^
01:19:45 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:42: warning: no @throws for java.io.IOException
01:19:45 [WARNING] void writeNull() throws IOException;
01:19:45 [WARNING] ^
01:19:45 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:47: warning: no @param for state
01:19:45 [WARNING] void writeBoolean(boolean state) throws IOException;
01:19:45 [WARNING] ^
01:19:45 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:47: warning: no @throws for java.io.IOException
01:19:45 [WARNING] void writeBoolean(boolean state) throws IOException;
01:19:45 [WARNING] ^
01:19:45 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:52: warning: no @param for number
01:19:45 [WARNING] void writeNumber(float number) throws IOException;
01:19:45 [WARNING] ^
01:19:45 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:52: warning: no @throws for java.io.IOException
01:19:45 [WARNING] void writeNumber(float number) throws IOException;
01:19:45 [WARNING] ^
01:19:45 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:57: warning: no @param for number
01:19:45 [WARNING] void writeNumber(double number) throws IOException;
01:19:45 [WARNING] ^
01:19:45 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:57: warning: no @throws for java.io.IOException
01:19:45 [WARNING] void writeNumber(double number) throws IOException;
01:19:45 [WARNING] ^
01:19:45 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:62: warning: no @param for number
01:19:45 [WARNING] void writeNumber(long number) throws IOException;
01:19:45 [WARNING] ^
01:19:45 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:62: warning: no @throws for java.io.IOException
01:19:45 [WARNING] void writeNumber(long number) throws IOException;
01:19:45 [WARNING] ^
01:19:45 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:67: warning: no @param for number
01:19:45 [WARNING] void writeNumber(int number) throws IOException;
01:19:45 [WARNING] ^
01:19:45 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:67: warning: no @throws for java.io.IOException
01:19:45 [WARNING] void writeNumber(int number) throws IOException;
01:19:45 [WARNING] ^
01:19:45 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:72: warning: no @param for text
01:19:45 [WARNING] void writeString(String text) throws IOException;
01:19:45 [WARNING] ^
01:19:45 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:72: warning: no @throws for java.io.IOException
01:19:45 [WARNING] void writeString(String text) throws IOException;
01:19:45 [WARNING] ^
01:19:45 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:77: warning: no @param for name
01:19:45 [WARNING] void writeFieldName(String name) throws IOException;
01:19:45 [WARNING] ^
01:19:45 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/SerializationContext.java:77: warning: no @throws for java.io.IOException
01:19:45 [WARNING] void writeFieldName(String name) throws IOException;
01:19:45 [WARNING] ^
01:19:45 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonRuntimeException.java:32: warning: no comment
01:19:45 [WARNING] @Nullable private final String description;
01:19:45 [WARNING] ^
01:19:45 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonRuntimeException.java:31: warning: no comment
01:19:45 [WARNING] private final String errorCode;
01:19:45 [WARNING] ^
01:19:45 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json/src/main/java/org/eclipse/ditto/json/JsonRuntimeException.java:33: warning: no comment
01:19:45 [WARNING] @Nullable private final URI href;
01:19:45 [WARNING] ^
01:19:45 [WARNING] 21 warnings
01:19:45 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-javadoc.jar
01:19:45 [INFO] 
01:19:45 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-json ---
01:19:45 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-tests.jar
01:19:45 [INFO] 
01:19:45 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-json ---
01:19:45 [INFO] Tests are skipped.
01:19:45 [INFO] 
01:19:45 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-json ---
01:19:45 [INFO] Tests are skipped.
01:19:45 [INFO] 
01:19:45 [INFO] --- jacoco:0.8.10:report (report) @ ditto-json ---
01:19:45 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/json/target/jacoco.exec
01:19:45 [INFO] Analyzed bundle 'Eclipse Ditto :: JSON' with 70 classes
01:19:46 [INFO] 
01:19:46 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-json ---
01:19:46 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json/target/japicmp/japicmp.diff'.
01:19:46 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json/target/japicmp/japicmp.xml'.
01:19:46 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json/target/japicmp/japicmp.html'.
01:19:46 [INFO] 
01:19:46 [INFO] --- install:3.1.1:install (default-install) @ ditto-json ---
01:19:46 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/json/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-json/0-SNAPSHOT/ditto-json-0-SNAPSHOT.pom
01:19:46 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-json/0-SNAPSHOT/ditto-json-0-SNAPSHOT.jar
01:19:46 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-json/0-SNAPSHOT/ditto-json-0-SNAPSHOT-javadoc.jar
01:19:46 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/json/target/ditto-json-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-json/0-SNAPSHOT/ditto-json-0-SNAPSHOT-tests.jar
01:19:46 [INFO] 
01:19:46 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-json ---
01:19:46 [INFO] Writing OBR metadata
01:19:46 [INFO] Installing org/eclipse/ditto/ditto-json/0-SNAPSHOT/ditto-json-0-SNAPSHOT.jar
01:19:46 [INFO] Writing OBR metadata
01:19:46 [INFO] 
01:19:46 [INFO] --------------------< org.eclipse.ditto:ditto-base >--------------------
01:19:46 [INFO] Building Eclipse Ditto :: Base 0-SNAPSHOT                         [7/77]
01:19:46 [INFO]   from base/pom.xml
01:19:46 [INFO] --------------------------------[ pom ]---------------------------------
01:19:47 [INFO] 
01:19:47 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-base ---
01:19:47 [INFO] 
01:19:47 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-base ---
01:19:47 [INFO] 
01:19:47 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base ---
01:19:47 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/base/target/jacoco.exec
01:19:47 [INFO] 
01:19:47 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base ---
01:19:47 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:19:47 [INFO] The goal is skip due to packaging 'pom'
01:19:47 [INFO] 
01:19:47 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base ---
01:19:47 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base:pom:0-SNAPSHOT...
01:19:47 [INFO] 
01:19:47 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base ---
01:19:47 [INFO] 
01:19:47 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base ---
01:19:47 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
01:19:47 [INFO] 
01:19:47 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base ---
01:19:47 [INFO] Tests are skipped.
01:19:47 [INFO] 
01:19:47 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base ---
01:19:47 [INFO] Tests are skipped.
01:19:47 [INFO] 
01:19:47 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base ---
01:19:47 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:19:47 [INFO] 
01:19:47 [INFO] --- install:3.1.1:install (default-install) @ ditto-base ---
01:19:47 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/base/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base/0-SNAPSHOT/ditto-base-0-SNAPSHOT.pom
01:19:47 [INFO] 
01:19:47 [INFO] -----------------< org.eclipse.ditto:ditto-base-model >-----------------
01:19:47 [INFO] Building Eclipse Ditto :: Base :: Model 0-SNAPSHOT                [8/77]
01:19:47 [INFO]   from base/model/pom.xml
01:19:47 [INFO] -------------------------------[ bundle ]-------------------------------
01:19:50 [INFO] 
01:19:50 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-base-model ---
01:19:50 [INFO] 
01:19:50 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-base-model ---
01:19:50 [INFO] 
01:19:50 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-base-model ---
01:19:50 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
01:19:50 [INFO] 
01:19:50 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-model ---
01:19:50 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/base/model/target/jacoco.exec
01:19:50 [INFO] 
01:19:50 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base-model ---
01:19:50 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:19:50 [WARNING] 
01:19:50 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:19:50 [WARNING] 
01:19:50 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:19:50 [WARNING] 
01:19:50 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/base/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:19:50 [INFO] 
01:19:50 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-base-model ---
01:19:50 [INFO] Copying 0 resource from src/main/resources to target/classes
01:19:50 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:19:50 [INFO] 
01:19:50 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base-model ---
01:19:50 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-model:bundle:0-SNAPSHOT...
01:19:50 [INFO] 
01:19:50 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-base-model ---
01:19:50 [INFO] Changes detected - recompiling the module! :dependency
01:19:50 [INFO] Compiling 272 source files with javac [debug target 1.8] to target/classes
01:19:52 [WARNING] bootstrap class path not set in conjunction with -source 8
01:19:52 [INFO] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/json/Jsonifiable.java: Some input files use unchecked or unsafe operations.
01:19:52 [INFO] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/json/Jsonifiable.java: Recompile with -Xlint:unchecked for details.
01:19:52 [INFO] 
01:19:52 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-base-model ---
01:19:52 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/base/model/src/test/resources
01:19:52 [INFO] 
01:19:52 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-base-model ---
01:19:52 [INFO] Changes detected - recompiling the module! :dependency
01:19:52 [INFO] Compiling 131 source files with javac [debug target 1.8] to target/test-classes
01:19:53 [WARNING] bootstrap class path not set in conjunction with -source 8
01:19:53 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/test/java/org/eclipse/ditto/base/model/signals/assertions/WithDittoHeadersChecker.java:[93,100] non-varargs call of varargs method with inexact argument type for last parameter;
01:19:53   cast to java.lang.Object for a varargs call
01:19:53   cast to java.lang.Object[] for a non-varargs call and to suppress this warning
01:19:53 [INFO] /home/jenkins/agent/workspace/ditto-ci/base/model/src/test/java/org/eclipse/ditto/base/model/signals/commands/assertions/CommandResponseAssert.java: Some input files use or override a deprecated API.
01:19:53 [INFO] /home/jenkins/agent/workspace/ditto-ci/base/model/src/test/java/org/eclipse/ditto/base/model/signals/commands/assertions/CommandResponseAssert.java: Recompile with -Xlint:deprecation for details.
01:19:53 [INFO] /home/jenkins/agent/workspace/ditto-ci/base/model/src/test/java/org/eclipse/ditto/base/model/headers/translator/CheckExternalFilterTest.java: Some input files use unchecked or unsafe operations.
01:19:53 [INFO] /home/jenkins/agent/workspace/ditto-ci/base/model/src/test/java/org/eclipse/ditto/base/model/headers/translator/CheckExternalFilterTest.java: Recompile with -Xlint:unchecked for details.
01:19:53 [INFO] 
01:19:53 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-base-model ---
01:19:53 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:19:53 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/base/model/target/surefire-reports
01:19:53 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:19:53 [INFO] 
01:19:53 [INFO] -------------------------------------------------------
01:19:53 [INFO]  T E S T S
01:19:53 [INFO] -------------------------------------------------------
01:19:54 [INFO] Running org.eclipse.ditto.base.model.exceptions.SignalEnrichmentFailedExceptionTest
01:19:55 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.575 s -- in org.eclipse.ditto.base.model.exceptions.SignalEnrichmentFailedExceptionTest
01:19:55 [INFO] Running org.eclipse.ditto.base.model.exceptions.TooManyRequestsExceptionTest
01:19:55 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.eclipse.ditto.base.model.exceptions.TooManyRequestsExceptionTest
01:19:55 [INFO] Running org.eclipse.ditto.base.model.exceptions.DittoHeaderNotSupportedExceptionTest
01:19:56 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.484 s -- in org.eclipse.ditto.base.model.exceptions.DittoHeaderNotSupportedExceptionTest
01:19:56 [INFO] Running org.eclipse.ditto.base.model.exceptions.DittoHeadersTooLargeExceptionTest
01:19:56 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.base.model.exceptions.DittoHeadersTooLargeExceptionTest
01:19:56 [INFO] Running org.eclipse.ditto.base.model.exceptions.InvalidRqlExpressionExceptionTest
01:19:56 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.base.model.exceptions.InvalidRqlExpressionExceptionTest
01:19:56 [INFO] Running org.eclipse.ditto.base.model.exceptions.DittoHeaderInvalidExceptionTest
01:19:56 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.base.model.exceptions.DittoHeaderInvalidExceptionTest
01:19:56 [INFO] Running org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionTest
01:19:57 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.400 s -- in org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionTest
01:19:57 [INFO] Running org.eclipse.ditto.base.model.headers.translator.CheckExternalFilterTest
01:19:57 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 s -- in org.eclipse.ditto.base.model.headers.translator.CheckExternalFilterTest
01:19:57 [INFO] Running org.eclipse.ditto.base.model.headers.translator.DittoAckRequestsFilterTest
01:19:57 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.base.model.headers.translator.DittoAckRequestsFilterTest
01:19:57 [INFO] Running org.eclipse.ditto.base.model.headers.translator.ReadJsonArrayHeadersFilterTest
01:19:57 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.base.model.headers.translator.ReadJsonArrayHeadersFilterTest
01:19:57 [INFO] Running org.eclipse.ditto.base.model.headers.translator.HeaderEntryFiltersTest
01:19:57 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.base.model.headers.translator.HeaderEntryFiltersTest
01:19:57 [INFO] Running org.eclipse.ditto.base.model.headers.translator.HeaderTranslatorTest
01:19:57 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.base.model.headers.translator.HeaderTranslatorTest
01:19:57 [INFO] Running org.eclipse.ditto.base.model.headers.MetadataHeadersValueValidatorTest
01:19:57 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.base.model.headers.MetadataHeadersValueValidatorTest
01:19:57 [INFO] Running org.eclipse.ditto.base.model.headers.EntityTagValueValidatorTest
01:19:57 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.eclipse.ditto.base.model.headers.EntityTagValueValidatorTest
01:19:57 [INFO] Running org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeadersTest
01:19:57 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeadersTest
01:19:57 [INFO] Running org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeaderKeyTest
01:19:58 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.395 s -- in org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeaderKeyTest
01:19:58 [INFO] Running org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeaderTest
01:19:58 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.base.model.headers.metadata.DefaultMetadataHeaderTest
01:19:58 [INFO] Running org.eclipse.ditto.base.model.headers.entitytag.EntityTagMatchersTest
01:19:58 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.ditto.base.model.headers.entitytag.EntityTagMatchersTest
01:19:58 [INFO] Running org.eclipse.ditto.base.model.headers.entitytag.EntityTagBuilderTest
01:19:58 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.eclipse.ditto.base.model.headers.entitytag.EntityTagBuilderTest
01:19:58 [INFO] Running org.eclipse.ditto.base.model.headers.entitytag.EntityTagMatcherTest
01:19:58 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.214 s -- in org.eclipse.ditto.base.model.headers.entitytag.EntityTagMatcherTest
01:19:58 [INFO] Running org.eclipse.ditto.base.model.headers.entitytag.EntityTagTest
01:19:58 [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.base.model.headers.entitytag.EntityTagTest
01:19:58 [INFO] Running org.eclipse.ditto.base.model.headers.TimeoutValueValidatorTest
01:19:58 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.base.model.headers.TimeoutValueValidatorTest
01:19:58 [INFO] Running org.eclipse.ditto.base.model.headers.LongValueValidatorTest
01:19:58 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in org.eclipse.ditto.base.model.headers.LongValueValidatorTest
01:19:58 [INFO] Running org.eclipse.ditto.base.model.headers.JsonArrayValueValidatorTest
01:19:58 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.base.model.headers.JsonArrayValueValidatorTest
01:19:58 [INFO] Running org.eclipse.ditto.base.model.headers.JsonFieldSelectorValidatorTest
01:19:58 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.base.model.headers.JsonFieldSelectorValidatorTest
01:19:58 [INFO] Running org.eclipse.ditto.base.model.headers.DittoHeaderDefinitionTest
01:19:58 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.headers.DittoHeaderDefinitionTest
01:19:58 [INFO] Running org.eclipse.ditto.base.model.headers.ImmutableDittoHeadersTest
01:19:58 [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s -- in org.eclipse.ditto.base.model.headers.ImmutableDittoHeadersTest
01:19:58 [INFO] Running org.eclipse.ditto.base.model.headers.EntityTagMatchersValueValidatorTest
01:19:58 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.ditto.base.model.headers.EntityTagMatchersValueValidatorTest
01:19:58 [INFO] Running org.eclipse.ditto.base.model.headers.EnumValueValidatorTest
01:19:58 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.base.model.headers.EnumValueValidatorTest
01:19:58 [INFO] Running org.eclipse.ditto.base.model.headers.DefaultDittoHeadersBuilderTest
01:19:58 [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.base.model.headers.DefaultDittoHeadersBuilderTest
01:19:58 [INFO] Running org.eclipse.ditto.base.model.headers.BooleanValueValidatorTest
01:19:58 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.base.model.headers.BooleanValueValidatorTest
01:19:58 [INFO] Running org.eclipse.ditto.base.model.headers.DittoDurationValueValidatorTest
01:19:58 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.base.model.headers.DittoDurationValueValidatorTest
01:19:58 [INFO] Running org.eclipse.ditto.base.model.headers.DittoChannelValueValidatorTest
01:19:58 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.base.model.headers.DittoChannelValueValidatorTest
01:19:58 [INFO] Running org.eclipse.ditto.base.model.headers.NonEmptyValueValidatorTest
01:19:58 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.headers.NonEmptyValueValidatorTest
01:19:58 [INFO] Running org.eclipse.ditto.base.model.headers.EntityTagMatcherValueValidatorTest
01:19:58 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.base.model.headers.EntityTagMatcherValueValidatorTest
01:19:58 [INFO] Running org.eclipse.ditto.base.model.headers.JsonObjectValueValidatorTest
01:19:58 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.base.model.headers.JsonObjectValueValidatorTest
01:19:58 [INFO] Running org.eclipse.ditto.base.model.headers.IntValueValidatorTest
01:19:58 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.base.model.headers.IntValueValidatorTest
01:19:58 [INFO] Running org.eclipse.ditto.base.model.headers.contenttype.ContentTypeTest
01:19:58 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.headers.contenttype.ContentTypeTest
01:19:58 [INFO] Running org.eclipse.ditto.base.model.headers.HeaderValueValidatorsTest
01:19:58 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.base.model.headers.HeaderValueValidatorsTest
01:19:58 [INFO] Running org.eclipse.ditto.base.model.signals.ShardedMessageEnvelopeTest
01:19:59 Jan 18, 2024 6:19:58 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s -- in org.eclipse.ditto.base.model.signals.ShardedMessageEnvelopeTest
01:19:59 [INFO] Running org.eclipse.ditto.base.model.signals.events.assertions.GlobalEventRegistryTest
01:19:59 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.base.model.signals.events.assertions.GlobalEventRegistryTest
01:19:59 [INFO] Running org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionFailedTest
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.150 s -- in org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionFailedTest
01:19:59 [INFO] Running org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionCompleteTest
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionCompleteTest
01:19:59 [INFO] Running org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionHasNextTest
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionHasNextTest
01:19:59 [INFO] Running org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionCreatedTest
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.base.model.signals.events.streaming.StreamingSubscriptionCreatedTest
01:19:59 [INFO] Running org.eclipse.ditto.base.model.signals.commands.CommandResponseJsonDeserializerTest
01:19:59 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.base.model.signals.commands.CommandResponseJsonDeserializerTest
01:19:59 [INFO] Running org.eclipse.ditto.base.model.signals.commands.streaming.SubscribeForPersistedEventsTest
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.base.model.signals.commands.streaming.SubscribeForPersistedEventsTest
01:19:59 [INFO] Running org.eclipse.ditto.base.model.signals.commands.streaming.RequestFromStreamingSubscriptionTest
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.ditto.base.model.signals.commands.streaming.RequestFromStreamingSubscriptionTest
01:19:59 [INFO] Running org.eclipse.ditto.base.model.signals.commands.streaming.CancelStreamingSubscriptionTest
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.base.model.signals.commands.streaming.CancelStreamingSubscriptionTest
01:19:59 [INFO] Running org.eclipse.ditto.base.model.signals.commands.GlobalCommandRegistryTest
01:19:59 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.base.model.signals.commands.GlobalCommandRegistryTest
01:19:59 [INFO] Running org.eclipse.ditto.base.model.signals.commands.CommandHeaderInvalidExceptionTest
01:19:59 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.signals.commands.CommandHeaderInvalidExceptionTest
01:19:59 [INFO] Running org.eclipse.ditto.base.model.signals.commands.AbstractCommandTest
01:19:59 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.signals.commands.AbstractCommandTest
01:19:59 [INFO] Running org.eclipse.ditto.base.model.signals.commands.CommandResponseHttpStatusValidatorTest
01:19:59 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.base.model.signals.commands.CommandResponseHttpStatusValidatorTest
01:19:59 [INFO] Running org.eclipse.ditto.base.model.signals.commands.GlobalCommandResponseRegistryTest
01:19:59 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.base.model.signals.commands.GlobalCommandResponseRegistryTest
01:19:59 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementCorrelationIdMissingExceptionTest
01:19:59 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementCorrelationIdMissingExceptionTest
01:19:59 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementsJsonParserTest
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackEntityId> instead.
01:19:59 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementsJsonParserTest
01:19:59 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementRequestTimeoutExceptionTest
01:19:59 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementRequestTimeoutExceptionTest
01:19:59 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementRequestDuplicateCorrelationIdExceptionTest
01:19:59 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementRequestDuplicateCorrelationIdExceptionTest
01:19:59 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementJsonParserTest
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementJsonParserTest
01:19:59 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementsTest
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackEntityId> instead.
01:19:59 Jan 18, 2024 6:19:59 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:19:59 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackEntityId> instead.
01:20:00 [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.691 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementsTest
01:20:00 [INFO] Running org.eclipse.ditto.base.model.signals.acks.AcknowledgementTest
01:20:00 Jan 18, 2024 6:20:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:20:00 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackEntityId> instead.
01:20:00 Jan 18, 2024 6:20:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:20:00 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackEntityId> instead.
01:20:00 Jan 18, 2024 6:20:00 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:20:00 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackEntityId> instead.
01:20:00 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.base.model.signals.acks.AcknowledgementTest
01:20:00 [INFO] Running org.eclipse.ditto.base.model.signals.UnsupportedSignalExceptionTest
01:20:00 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s -- in org.eclipse.ditto.base.model.signals.UnsupportedSignalExceptionTest
01:20:00 [INFO] Running org.eclipse.ditto.base.model.signals.DateTimeUtilTest
01:20:00 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.base.model.signals.DateTimeUtilTest
01:20:00 [INFO] Running org.eclipse.ditto.base.model.signals.GlobalErrorRegistryTest
01:20:00 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.signals.GlobalErrorRegistryTest
01:20:00 [INFO] Running org.eclipse.ditto.base.model.entity.id.RegexPatternsTest
01:20:00 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.base.model.entity.id.RegexPatternsTest
01:20:00 [INFO] Running org.eclipse.ditto.base.model.entity.id.EntityIdStaticFactoryMethodResolverTest
01:20:00 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.base.model.entity.id.EntityIdStaticFactoryMethodResolverTest
01:20:00 [INFO] Running org.eclipse.ditto.base.model.entity.id.EntityIdJsonDeserializerTest
01:20:00 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.entity.id.EntityIdJsonDeserializerTest
01:20:00 [INFO] Running org.eclipse.ditto.base.model.entity.id.FallbackEntityIdTest
01:20:00 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.ditto.base.model.entity.id.FallbackEntityIdTest
01:20:00 [INFO] Running org.eclipse.ditto.base.model.entity.id.AbstractNamespacedEntityIdTest
01:20:00 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.base.model.entity.id.AbstractNamespacedEntityIdTest
01:20:00 [INFO] Running org.eclipse.ditto.base.model.entity.id.StaticFactoryMethodNameComparatorTest
01:20:00 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.base.model.entity.id.StaticFactoryMethodNameComparatorTest
01:20:00 [INFO] Running org.eclipse.ditto.base.model.entity.id.EntityIdsTest
01:20:01 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.800 s -- in org.eclipse.ditto.base.model.entity.id.EntityIdsTest
01:20:01 [INFO] Running org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactoryTest
01:20:01 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactoryTest
01:20:01 [INFO] Running org.eclipse.ditto.base.model.entity.type.DefaultEntityTypeTest
01:20:01 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.base.model.entity.type.DefaultEntityTypeTest
01:20:01 [INFO] Running org.eclipse.ditto.base.model.entity.type.EntityTypeJsonDeserializerTest
01:20:01 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.entity.type.EntityTypeJsonDeserializerTest
01:20:01 [INFO] Running org.eclipse.ditto.base.model.acks.ImmutableFilteredAcknowledgementRequestTest
01:20:01 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.base.model.acks.ImmutableFilteredAcknowledgementRequestTest
01:20:01 [INFO] Running org.eclipse.ditto.base.model.acks.AcknowledgementRequestsTest
01:20:01 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.acks.AcknowledgementRequestsTest
01:20:01 [INFO] Running org.eclipse.ditto.base.model.acks.ImmutableAcknowledgementRequestTest
01:20:01 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.base.model.acks.ImmutableAcknowledgementRequestTest
01:20:01 [INFO] Running org.eclipse.ditto.base.model.acks.AcknowledgementRequestParseExceptionTest
01:20:01 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.base.model.acks.AcknowledgementRequestParseExceptionTest
01:20:01 [INFO] Running org.eclipse.ditto.base.model.acks.ImmutableAcknowledgementLabelTest
01:20:01 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.base.model.acks.ImmutableAcknowledgementLabelTest
01:20:01 [INFO] Running org.eclipse.ditto.base.model.acks.AcknowledgementLabelsTest
01:20:01 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.base.model.acks.AcknowledgementLabelsTest
01:20:01 [INFO] Running org.eclipse.ditto.base.model.acks.DittoAcknowledgementLabelTest
01:20:01 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.base.model.acks.DittoAcknowledgementLabelTest
01:20:01 [INFO] Running org.eclipse.ditto.base.model.common.ConditionCheckerTest
01:20:01 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.common.ConditionCheckerTest
01:20:01 [INFO] Running org.eclipse.ditto.base.model.common.HttpStatusCodeOutOfRangeExceptionTest
01:20:01 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.common.HttpStatusCodeOutOfRangeExceptionTest
01:20:01 [INFO] Running org.eclipse.ditto.base.model.common.PlaceholdersTest
01:20:01 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.common.PlaceholdersTest
01:20:01 [INFO] Running org.eclipse.ditto.base.model.common.HttpStatusTest
01:20:01 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.ditto.base.model.common.HttpStatusTest
01:20:01 [INFO] Running org.eclipse.ditto.base.model.common.LikeHelperTest
01:20:01 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.base.model.common.LikeHelperTest
01:20:01 [INFO] Running org.eclipse.ditto.base.model.common.BinaryValidationResultTest
01:20:01 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.base.model.common.BinaryValidationResultTest
01:20:01 [INFO] Running org.eclipse.ditto.base.model.common.DittoDurationTest
01:20:01 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.eclipse.ditto.base.model.common.DittoDurationTest
01:20:01 [INFO] Running org.eclipse.ditto.base.model.common.HttpStatusCategoryTest
01:20:01 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.base.model.common.HttpStatusCategoryTest
01:20:01 [INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.PurgeNamespaceResponseTest
01:20:01 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.PurgeNamespaceResponseTest
01:20:01 [INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.PurgeNamespaceTest
01:20:01 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.PurgeNamespaceTest
01:20:01 [INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.UnblockNamespaceTest
01:20:01 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.UnblockNamespaceTest
01:20:01 [INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.UnblockNamespaceResponseTest
01:20:01 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.UnblockNamespaceResponseTest
01:20:01 [INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.BlockNamespaceTest
01:20:01 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.BlockNamespaceTest
01:20:01 [INFO] Running org.eclipse.ditto.base.model.namespaces.signals.commands.BlockNamespaceResponseTest
01:20:01 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.ditto.base.model.namespaces.signals.commands.BlockNamespaceResponseTest
01:20:01 [INFO] Running org.eclipse.ditto.base.model.namespaces.NamespaceBlockedExceptionTest
01:20:01 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.namespaces.NamespaceBlockedExceptionTest
01:20:01 [INFO] Running org.eclipse.ditto.base.model.json.JsonSchemaVersionTest
01:20:01 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.json.JsonSchemaVersionTest
01:20:01 [INFO] Running org.eclipse.ditto.base.model.auth.DittoAuthorizationContextTypeTest
01:20:01 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.base.model.auth.DittoAuthorizationContextTypeTest
01:20:01 [INFO] Running org.eclipse.ditto.base.model.auth.AuthorizationModelFactoryTest
01:20:01 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.base.model.auth.AuthorizationModelFactoryTest
01:20:01 [INFO] Running org.eclipse.ditto.base.model.auth.ImmutableAuthorizationContextTest
01:20:01 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.base.model.auth.ImmutableAuthorizationContextTest
01:20:01 [INFO] Running org.eclipse.ditto.base.model.auth.ImmutableAuthorizationSubjectTest
01:20:01 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.base.model.auth.ImmutableAuthorizationSubjectTest
01:20:01 [INFO] Running org.eclipse.ditto.base.model.auth.ImmutableAuthorizationContextTypeTest
01:20:01 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.base.model.auth.ImmutableAuthorizationContextTypeTest
01:20:02 [INFO] 
01:20:02 [INFO] Results:
01:20:02 [INFO] 
01:20:02 [INFO] Tests run: 802, Failures: 0, Errors: 0, Skipped: 0
01:20:02 [INFO] 
01:20:02 [INFO] 
01:20:02 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base-model ---
01:20:02 [INFO] 
01:20:02 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-base-model ---
01:20:02 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT.jar
01:20:02 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/base/model/target/classes/META-INF/MANIFEST.MF
01:20:02 [INFO] 
01:20:02 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base-model ---
01:20:02 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:20:02 [INFO] No previous run data found, generating javadoc.
01:20:07 [WARNING] Javadoc Warnings
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/contenttype/package-info.java:14: warning: no comment
01:20:07 [WARNING] package org.eclipse.ditto.base.model.headers.contenttype;
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/entitytag/package-info.java:14: warning: no comment
01:20:07 [WARNING] package org.eclipse.ditto.base.model.headers.entitytag;
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/namespaces/package-info.java:14: warning: no comment
01:20:07 [WARNING] package org.eclipse.ditto.base.model.namespaces;
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/namespaces/signals/commands/package-info.java:14: warning: no comment
01:20:07 [WARNING] package org.eclipse.ditto.base.model.namespaces.signals.commands;
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/package-info.java:14: warning: no comment
01:20:07 [WARNING] package org.eclipse.ditto.base.model.signals;
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/announcements/package-info.java:14: warning: no comment
01:20:07 [WARNING] package org.eclipse.ditto.base.model.signals.announcements;
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/package-info.java:14: warning: no comment
01:20:07 [WARNING] package org.eclipse.ditto.base.model.signals.commands;
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/exceptions/package-info.java:14: warning: no comment
01:20:07 [WARNING] package org.eclipse.ditto.base.model.signals.commands.exceptions;
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/package-info.java:14: warning: no comment
01:20:07 [WARNING] package org.eclipse.ditto.base.model.signals.commands.streaming;
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/events/package-info.java:14: warning: no comment
01:20:07 [WARNING] package org.eclipse.ditto.base.model.signals.events;
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/events/streaming/package-info.java:14: warning: no comment
01:20:07 [WARNING] package org.eclipse.ditto.base.model.signals.events.streaming;
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/AbstractCommand.java:145: warning: no comment
01:20:07 [WARNING] protected boolean canEqual(@Nullable final Object other) {
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/AbstractCommandResponse.java:129: warning: no comment
01:20:07 [WARNING] protected boolean canEqual(@Nullable final Object other) {
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/AbstractCommandSizeValidator.java:35: warning: no comment
01:20:07 [WARNING] protected static final String DEFAULT_LIMIT = "-1";
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/AbstractCommandSizeValidator.java:39: warning: no comment
01:20:07 [WARNING] protected AbstractCommandSizeValidator(@Nullable Long maxSize) {
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeaders.java:194: warning: no comment
01:20:07 [WARNING] protected JsonArray getJsonArrayForDefinition(final HeaderDefinition definition) {
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeaders.java:163: warning: no comment
01:20:07 [WARNING] protected Optional<String> getStringForDefinition(final HeaderDefinition definition) {
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:81: warning: no comment
01:20:07 [WARNING] protected final S myself;
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:649: warning: no comment
01:20:07 [WARNING] protected abstract R doBuild(DittoHeaders dittoHeaders);
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:357: warning: no comment
01:20:07 [WARNING] protected void putBoolean(final HeaderDefinition definition, final boolean value) {
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:298: warning: no comment
01:20:07 [WARNING] protected void putStringCollection(final HeaderDefinition definition, final Collection<String> collection) {
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:196: warning: no comment
01:20:07 [WARNING] protected static Map<String, String> toMap(final JsonValueContainer<JsonField> jsonObject) {
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/AbstractDittoHeadersBuilder.java:543: warning: no comment
01:20:07 [WARNING] protected void validateValueType(final CharSequence key, final CharSequence value) {
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/AbstractErrorResponse.java:29: warning: no comment
01:20:07 [WARNING] protected static final String FALLBACK_ID = "unknown:unknown";
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/AbstractErrorResponse.java:46: warning: no comment
01:20:07 [WARNING] protected static DittoRuntimeException buildExceptionFromJson(
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/events/AbstractEvent.java:139: warning: no comment
01:20:07 [WARNING] protected boolean canEqual(@Nullable final Object other) {
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/AbstractIdValidator.java:59: warning: no comment
01:20:07 [WARNING] protected abstract DittoRuntimeExceptionBuilder<?> createExceptionBuilder(@Nullable CharSequence id);
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/entity/id/AbstractNamespacedEntityId.java:53: warning: no comment
01:20:07 [WARNING] protected AbstractNamespacedEntityId(final EntityType entityType, @Nullable final CharSequence entityId) {
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/AbstractStreamingSubscriptionCommand.java:46: warning: no comment
01:20:07 [WARNING] protected final EntityId entityId;
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/AbstractStreamingSubscriptionCommand.java:47: warning: no comment
01:20:07 [WARNING] protected final JsonPointer resourcePath;
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/AbstractStreamingSubscriptionCommand.java:59: warning: no comment
01:20:07 [WARNING] protected static EntityId deserializeEntityId(final JsonObject jsonObject) {
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/CommandResponseJsonDeserializer.java:81: warning: no @param for dittoHeaders
01:20:07 [WARNING] public T deserialize(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/CommandResponseJsonDeserializer.java:81: warning: no @return
01:20:07 [WARNING] public T deserialize(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/contenttype/ContentType.java:182: warning: no comment
01:20:07 [WARNING] BINARY
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/contenttype/ContentType.java:180: warning: no comment
01:20:07 [WARNING] JSON,
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/contenttype/ContentType.java:181: warning: no comment
01:20:07 [WARNING] JSON_MERGE_PATCH,
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/contenttype/ContentType.java:179: warning: no comment
01:20:07 [WARNING] TEXT,
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:246: warning: no comment
01:20:07 [WARNING] public Matcher getRegexMatcher(final CharSequence duration) {
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:250: warning: no comment
01:20:07 [WARNING] public String getSuffix() {
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:254: warning: no comment
01:20:07 [WARNING] public Duration getJavaDuration(final long amount) {
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:258: warning: no comment
01:20:07 [WARNING] public ChronoUnit getChronoUnit() {
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:220: warning: no comment
01:20:07 [WARNING] DAYS("d", Duration::ofDays, ChronoUnit.DAYS);
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:219: warning: no comment
01:20:07 [WARNING] HOURS("h", Duration::ofHours, ChronoUnit.HOURS),
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:217: warning: no comment
01:20:07 [WARNING] MILLISECONDS("ms", Duration::ofMillis, ChronoUnit.MILLIS),
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:218: warning: no comment
01:20:07 [WARNING] MINUTES("m", Duration::ofMinutes, ChronoUnit.MINUTES),
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:215: warning: no comment
01:20:07 [WARNING] SECONDS("s", Duration::ofSeconds, ChronoUnit.SECONDS),
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/DittoDuration.java:216: warning: no comment
01:20:07 [WARNING] SECONDS_IMPLICIT("", Duration::ofSeconds, ChronoUnit.SECONDS),
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:294: warning: no comment
01:20:07 [WARNING] protected static Optional<URI> getHref(final JsonObject jsonObject) {
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:290: warning: no comment
01:20:07 [WARNING] protected static Optional<HttpStatus> getHttpStatus(final JsonObject jsonObject) {
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:280: warning: no comment
01:20:07 [WARNING] protected <T extends DittoRuntimeException> DittoRuntimeExceptionBuilder<T> toBuilder(
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/entity/id/EntityIdJsonDeserializer.java:54: warning: no @return
01:20:07 [WARNING] public static EntityId deserializeEntityId(final JsonObject jsonObject,
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/entitytag/EntityTagMatchers.java:94: warning: no comment
01:20:07 [WARNING] public boolean isEmpty() {
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/headers/entitytag/EntityTagMatchers.java:98: warning: no comment
01:20:07 [WARNING] public Stream<EntityTagMatcher> stream() {
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/entity/type/EntityTypeJsonDeserializer.java:51: warning: no @return
01:20:07 [WARNING] public static EntityType deserializeEntityType(final JsonObject jsonObject,
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:473: warning: no comment
01:20:07 [WARNING] public int getCode() {
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:489: warning: no comment
01:20:07 [WARNING] public boolean isClientError() {
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:477: warning: no comment
01:20:07 [WARNING] public boolean isInformational() {
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:485: warning: no comment
01:20:07 [WARNING] public boolean isRedirection() {
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:493: warning: no comment
01:20:07 [WARNING] public boolean isServerError() {
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/common/HttpStatus.java:481: warning: no comment
01:20:07 [WARNING] public boolean isSuccess() {
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/entity/validation/NoControlCharactersNoSlashesValidator.java:37: warning: no comment
01:20:07 [WARNING] protected NoControlCharactersNoSlashesValidator(final CharSequence id) {
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/entity/validation/NoControlCharactersValidator.java:36: warning: no comment
01:20:07 [WARNING] protected NoControlCharactersValidator(final CharSequence id) {
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/exceptions/PathUnknownException.java:117: warning: no comment
01:20:07 [WARNING] public Builder(final JsonPointer path) {
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/entity/id/RegexPatterns.java:20: warning: no comment
01:20:07 [WARNING] public final class RegexPatterns {
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/StreamingSubscriptionCommand.java:63: warning: no comment
01:20:07 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_ID =
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/StreamingSubscriptionCommand.java:66: warning: no comment
01:20:07 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_TYPE =
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/StreamingSubscriptionCommand.java:69: warning: no comment
01:20:07 [WARNING] public static final JsonFieldDefinition<String> JSON_RESOURCE_PATH =
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/events/streaming/AbstractStreamingSubscriptionEvent.java:132: warning: no comment
01:20:07 [WARNING] protected static EntityId deserializeEntityId(final JsonObject jsonObject) {
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/events/streaming/StreamingSubscriptionEvent.java:68: warning: no comment
01:20:07 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_ID =
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/events/streaming/StreamingSubscriptionEvent.java:71: warning: no comment
01:20:07 [WARNING] public static final JsonFieldDefinition<String> JSON_ENTITY_TYPE =
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/SubscribeForPersistedEvents.java:286: warning: no @param for dittoHeaders
01:20:07 [WARNING] public static SubscribeForPersistedEvents fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/SubscribeForPersistedEvents.java:464: warning: no comment
01:20:07 [WARNING] public static final JsonFieldDefinition<String> FILTER =
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/SubscribeForPersistedEvents.java:449: warning: no comment
01:20:07 [WARNING] public static final JsonFieldDefinition<Long> JSON_FROM_HISTORICAL_REVISION =
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/SubscribeForPersistedEvents.java:455: warning: no comment
01:20:07 [WARNING] public static final JsonFieldDefinition<String> JSON_FROM_HISTORICAL_TIMESTAMP =
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/SubscribeForPersistedEvents.java:452: warning: no comment
01:20:07 [WARNING] public static final JsonFieldDefinition<Long> JSON_TO_HISTORICAL_REVISION =
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/SubscribeForPersistedEvents.java:458: warning: no comment
01:20:07 [WARNING] public static final JsonFieldDefinition<String> JSON_TO_HISTORICAL_TIMESTAMP =
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/TimeoutInvalidException.java:116: warning: no comment
01:20:07 [WARNING] public Builder() {
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoHeaderInvalidException.java:71: warning: no comment
01:20:07 [WARNING] @Nullable private final String invalidHeaderKey;
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoHeaderNotSupportedException.java:68: warning: no comment
01:20:07 [WARNING] @Nullable private final String notSupportedHeaderKey;
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:53: warning: no comment
01:20:07 [WARNING] private final String description;
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:51: warning: no comment
01:20:07 [WARNING] private final String errorCode;
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:54: warning: no comment
01:20:07 [WARNING] private final URI href;
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/DittoRuntimeException.java:52: warning: no comment
01:20:07 [WARNING] private final HttpStatus httpStatus;
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/exceptions/EntityNotCreatableException.java:59: warning: no comment
01:20:07 [WARNING] private final String entityId;
01:20:07 [WARNING] ^
01:20:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/ResourceMap.java:32: warning: no comment
01:20:07 [WARNING] private final T resource;
01:20:07 [WARNING] ^
01:20:07 [WARNING] 85 warnings
01:20:07 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-javadoc.jar
01:20:08 [INFO] 
01:20:08 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-base-model ---
01:20:08 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-tests.jar
01:20:08 [INFO] 
01:20:08 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base-model ---
01:20:08 [INFO] Tests are skipped.
01:20:08 [INFO] 
01:20:08 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base-model ---
01:20:08 [INFO] Tests are skipped.
01:20:08 [INFO] 
01:20:08 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base-model ---
01:20:08 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/base/model/target/jacoco.exec
01:20:08 [INFO] Analyzed bundle 'Eclipse Ditto :: Base :: Model' with 292 classes
01:20:08 [INFO] 
01:20:08 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-base-model ---
01:20:09 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/base/model/target/japicmp/japicmp.diff'.
01:20:09 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/base/model/target/japicmp/japicmp.xml'.
01:20:09 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/base/model/target/japicmp/japicmp.html'.
01:20:09 [INFO] 
01:20:09 [INFO] --- install:3.1.1:install (default-install) @ ditto-base-model ---
01:20:09 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/base/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-model/0-SNAPSHOT/ditto-base-model-0-SNAPSHOT.pom
01:20:09 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-model/0-SNAPSHOT/ditto-base-model-0-SNAPSHOT.jar
01:20:09 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-model/0-SNAPSHOT/ditto-base-model-0-SNAPSHOT-javadoc.jar
01:20:09 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/base/model/target/ditto-base-model-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-model/0-SNAPSHOT/ditto-base-model-0-SNAPSHOT-tests.jar
01:20:09 [INFO] 
01:20:09 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-base-model ---
01:20:09 [INFO] Installing org/eclipse/ditto/ditto-base-model/0-SNAPSHOT/ditto-base-model-0-SNAPSHOT.jar
01:20:09 [INFO] Writing OBR metadata
01:20:09 [INFO] 
01:20:09 [INFO] ------------------< org.eclipse.ditto:ditto-base-api >------------------
01:20:09 [INFO] Building Eclipse Ditto :: Base :: API 0-SNAPSHOT                  [9/77]
01:20:09 [INFO]   from base/api/pom.xml
01:20:09 [INFO] --------------------------------[ jar ]---------------------------------
01:20:09 [INFO] 
01:20:09 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-base-api ---
01:20:09 [INFO] 
01:20:09 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-base-api ---
01:20:09 [INFO] 
01:20:09 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-api ---
01:20:09 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/base/api/target/jacoco.exec
01:20:09 [INFO] 
01:20:09 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base-api ---
01:20:09 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:20:09 [WARNING] 
01:20:09 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:20:09 [WARNING] 
01:20:09 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:20:09 [WARNING] 
01:20:09 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/base/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:20:09 [INFO] 
01:20:09 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-base-api ---
01:20:09 [INFO] Copying 0 resource from src/main/resources to target/classes
01:20:09 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:20:09 [INFO] 
01:20:09 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base-api ---
01:20:09 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT...
01:20:09 [INFO] 
01:20:09 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-base-api ---
01:20:09 [INFO] Changes detected - recompiling the module! :dependency
01:20:09 [INFO] Compiling 53 source files with javac [debug target 17] to target/classes
01:20:10 [INFO] 
01:20:10 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-base-api ---
01:20:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/base/api/src/test/resources
01:20:10 [INFO] 
01:20:10 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-base-api ---
01:20:10 [INFO] Changes detected - recompiling the module! :dependency
01:20:10 [INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes
01:20:10 [INFO] 
01:20:10 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-base-api ---
01:20:10 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:20:10 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/base/api/target/surefire-reports
01:20:10 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:20:10 [INFO] 
01:20:10 [INFO] -------------------------------------------------------
01:20:10 [INFO]  T E S T S
01:20:10 [INFO] -------------------------------------------------------
01:20:11 [INFO] Running org.eclipse.ditto.base.api.persistence.cleanup.CleanupPersistenceResponseTest
01:20:11 Jan 18, 2024 6:20:11 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:20:11 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:20:12 Jan 18, 2024 6:20:12 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:20:12 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:20:12 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.414 s -- in org.eclipse.ditto.base.api.persistence.cleanup.CleanupPersistenceResponseTest
01:20:12 [INFO] Running org.eclipse.ditto.base.api.persistence.cleanup.CleanupPersistenceTest
01:20:12 Jan 18, 2024 6:20:12 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:20:12 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:20:12 Jan 18, 2024 6:20:12 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:20:12 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:20:12 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.eclipse.ditto.base.api.persistence.cleanup.CleanupPersistenceTest
01:20:12 [INFO] Running org.eclipse.ditto.base.api.common.purge.PurgeEntitiesResponseTest
01:20:12 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.eclipse.ditto.base.api.common.purge.PurgeEntitiesResponseTest
01:20:12 [INFO] Running org.eclipse.ditto.base.api.common.purge.PurgeEntitiesTest
01:20:12 Jan 18, 2024 6:20:12 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:20:12 WARNING: Could not find implementation for entity ID with type <policy>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:20:12 Jan 18, 2024 6:20:12 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:20:12 WARNING: Could not find implementation for entity ID with type <policy>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:20:12 Jan 18, 2024 6:20:12 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:20:12 WARNING: Could not find implementation for entity ID with type <policy>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:20:12 Jan 18, 2024 6:20:12 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:20:12 WARNING: Could not find implementation for entity ID with type <policy>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:20:12 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s -- in org.eclipse.ditto.base.api.common.purge.PurgeEntitiesTest
01:20:12 [INFO] Running org.eclipse.ditto.base.api.common.RetrieveConfigTest
01:20:12 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.ditto.base.api.common.RetrieveConfigTest
01:20:12 [INFO] Running org.eclipse.ditto.base.api.common.PurgeEntitiesReasonTest
01:20:12 Jan 18, 2024 6:20:12 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:20:12 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:20:12 Jan 18, 2024 6:20:12 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:20:12 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:20:12 Jan 18, 2024 6:20:12 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:20:12 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:20:12 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.eclipse.ditto.base.api.common.PurgeEntitiesReasonTest
01:20:12 [INFO] Running org.eclipse.ditto.base.api.common.ModifyConfigTest
01:20:12 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.base.api.common.ModifyConfigTest
01:20:12 [INFO] Running org.eclipse.ditto.base.api.common.ShutdownTest
01:20:12 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.eclipse.ditto.base.api.common.ShutdownTest
01:20:12 [INFO] Running org.eclipse.ditto.base.api.common.ShutdownReasonFactoryTest
01:20:12 Jan 18, 2024 6:20:12 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:20:12 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:20:12 Jan 18, 2024 6:20:12 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:20:12 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:20:12 Jan 18, 2024 6:20:12 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:20:12 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:20:12 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.base.api.common.ShutdownReasonFactoryTest
01:20:12 [INFO] Running org.eclipse.ditto.base.api.common.PurgeNamespaceReasonTest
01:20:12 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.ditto.base.api.common.PurgeNamespaceReasonTest
01:20:12 [INFO] Running org.eclipse.ditto.base.api.common.ShutdownResponseTest
01:20:13 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.base.api.common.ShutdownResponseTest
01:20:13 [INFO] Running org.eclipse.ditto.base.api.common.RetrieveConfigResponseTest
01:20:13 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.base.api.common.RetrieveConfigResponseTest
01:20:13 [INFO] Running org.eclipse.ditto.base.api.common.ModifyConfigResponseTest
01:20:13 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.base.api.common.ModifyConfigResponseTest
01:20:13 [INFO] Running org.eclipse.ditto.base.api.devops.signals.commands.AggregatedDevOpsCommandResponseTest
01:20:13 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s -- in org.eclipse.ditto.base.api.devops.signals.commands.AggregatedDevOpsCommandResponseTest
01:20:13 [INFO] 
01:20:13 [INFO] Results:
01:20:13 [INFO] 
01:20:13 [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0
01:20:13 [INFO] 
01:20:13 [INFO] 
01:20:13 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base-api ---
01:20:13 [INFO] 
01:20:13 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-base-api ---
01:20:13 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/api/target/ditto-base-api-0-SNAPSHOT.jar
01:20:13 [INFO] 
01:20:13 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base-api ---
01:20:13 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:20:13 [INFO] No previous run data found, generating javadoc.
01:20:16 [WARNING] Javadoc Warnings
01:20:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/commands/sudo/package-info.java:14: warning: no comment
01:20:16 [WARNING] package org.eclipse.ditto.base.api.commands.sudo;
01:20:16 [WARNING] ^
01:20:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/common/package-info.java:14: warning: no comment
01:20:16 [WARNING] package org.eclipse.ditto.base.api.common;
01:20:16 [WARNING] ^
01:20:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/common/purge/package-info.java:14: warning: no comment
01:20:16 [WARNING] package org.eclipse.ditto.base.api.common.purge;
01:20:16 [WARNING] ^
01:20:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/devops/package-info.java:14: warning: no comment
01:20:16 [WARNING] package org.eclipse.ditto.base.api.devops;
01:20:16 [WARNING] ^
01:20:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/devops/signals/commands/package-info.java:14: warning: no comment
01:20:16 [WARNING] package org.eclipse.ditto.base.api.devops.signals.commands;
01:20:16 [WARNING] ^
01:20:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/persistence/package-info.java:14: warning: no comment
01:20:16 [WARNING] package org.eclipse.ditto.base.api.persistence;
01:20:16 [WARNING] ^
01:20:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/persistence/cleanup/package-info.java:15: warning: no comment
01:20:16 [WARNING] package org.eclipse.ditto.base.api.persistence.cleanup;
01:20:16 [WARNING] ^
01:20:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/devops/signals/commands/ChangeLogLevel.java:54: warning: no comment
01:20:16 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_LOGGER_CONFIG =
01:20:16 [WARNING] ^
01:20:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/devops/signals/commands/DevOpsErrorResponse.java:82: warning: no @param for serviceName
01:20:16 [WARNING] public static DevOpsErrorResponse of(@Nullable final String serviceName,
01:20:16 [WARNING] ^
01:20:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/devops/signals/commands/DevOpsErrorResponse.java:82: warning: no @param for instance
01:20:16 [WARNING] public static DevOpsErrorResponse of(@Nullable final String serviceName,
01:20:16 [WARNING] ^
01:20:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/devops/LoggingFacade.java:35: warning: no @param for includeDisabledLoggers
01:20:16 [WARNING] List<LoggerConfig> getLoggerConfig(boolean includeDisabledLoggers);
01:20:16 [WARNING] ^
01:20:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/common/purge/PurgeEntities.java:164: warning: no comment
01:20:16 [WARNING] public static String getTopic(final EntityType entityType) {
01:20:16 [WARNING] ^
01:20:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/devops/signals/commands/RetrieveLoggerConfigResponse.java:54: warning: no comment
01:20:16 [WARNING] public static final JsonFieldDefinition<JsonArray> JSON_LOGGER_CONFIGS =
01:20:16 [WARNING] ^
01:20:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/common/Shutdown.java:158: warning: no comment
01:20:16 [WARNING] public static final JsonFieldDefinition<JsonObject> REASON = JsonFactory.newJsonObjectFieldDefinition("reason",
01:20:16 [WARNING] ^
01:20:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/persistence/SnapshotTaken.java:120: warning: no @return
01:20:16 [WARNING] public abstract String getPubSubTopic();
01:20:16 [WARNING] ^
01:20:16 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/api/src/main/java/org/eclipse/ditto/base/api/persistence/SnapshotTaken.java:92: warning: no comment
01:20:16 [WARNING] protected static PersistenceLifecycle getPersistenceLifecycle(final String lifecycleName) {
01:20:16 [WARNING] ^
01:20:16 [WARNING] 16 warnings
01:20:16 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/api/target/ditto-base-api-0-SNAPSHOT-javadoc.jar
01:20:16 [INFO] 
01:20:16 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base-api ---
01:20:16 [INFO] Tests are skipped.
01:20:16 [INFO] 
01:20:16 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base-api ---
01:20:16 [INFO] Tests are skipped.
01:20:16 [INFO] 
01:20:16 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base-api ---
01:20:16 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/base/api/target/jacoco.exec
01:20:16 [INFO] Analyzed bundle 'Eclipse Ditto :: Base :: API' with 57 classes
01:20:16 [INFO] 
01:20:16 [INFO] --- install:3.1.1:install (default-install) @ ditto-base-api ---
01:20:16 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/base/api/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-api/0-SNAPSHOT/ditto-base-api-0-SNAPSHOT.pom
01:20:16 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/base/api/target/ditto-base-api-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-api/0-SNAPSHOT/ditto-base-api-0-SNAPSHOT.jar
01:20:16 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/base/api/target/ditto-base-api-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-api/0-SNAPSHOT/ditto-base-api-0-SNAPSHOT-javadoc.jar
01:20:16 [INFO] 
01:20:16 [INFO] ------------------< org.eclipse.ditto:ditto-internal >------------------
01:20:16 [INFO] Building Eclipse Ditto :: Internal 0-SNAPSHOT                    [10/77]
01:20:16 [INFO]   from internal/pom.xml
01:20:16 [INFO] --------------------------------[ pom ]---------------------------------
01:20:16 [INFO] 
01:20:16 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal ---
01:20:16 [INFO] 
01:20:16 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal ---
01:20:16 [INFO] 
01:20:16 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal ---
01:20:16 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/target/jacoco.exec
01:20:16 [INFO] 
01:20:16 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal ---
01:20:16 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:20:16 [INFO] The goal is skip due to packaging 'pom'
01:20:16 [INFO] 
01:20:16 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal ---
01:20:16 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal:pom:0-SNAPSHOT...
01:20:16 [INFO] 
01:20:16 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal ---
01:20:16 [INFO] 
01:20:16 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal ---
01:20:16 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
01:20:16 [INFO] 
01:20:16 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal ---
01:20:16 [INFO] Tests are skipped.
01:20:16 [INFO] 
01:20:16 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal ---
01:20:16 [INFO] Tests are skipped.
01:20:16 [INFO] 
01:20:16 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal ---
01:20:16 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:20:16 [INFO] 
01:20:16 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal ---
01:20:16 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal/0-SNAPSHOT/ditto-internal-0-SNAPSHOT.pom
01:20:16 [INFO] 
01:20:16 [INFO] ---------------< org.eclipse.ditto:ditto-internal-utils >---------------
01:20:16 [INFO] Building Eclipse Ditto :: Internal :: Utils 0-SNAPSHOT           [11/77]
01:20:16 [INFO]   from internal/utils/pom.xml
01:20:16 [INFO] --------------------------------[ pom ]---------------------------------
01:20:16 [INFO] 
01:20:16 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils ---
01:20:16 [INFO] 
01:20:16 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils ---
01:20:16 [INFO] 
01:20:16 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils ---
01:20:16 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/target/jacoco.exec
01:20:16 [INFO] 
01:20:16 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils ---
01:20:16 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:20:16 [INFO] The goal is skip due to packaging 'pom'
01:20:16 [INFO] 
01:20:16 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils ---
01:20:16 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils:pom:0-SNAPSHOT...
01:20:16 [INFO] 
01:20:16 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils ---
01:20:16 [INFO] 
01:20:16 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils ---
01:20:16 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
01:20:16 [INFO] 
01:20:16 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils ---
01:20:16 [INFO] Tests are skipped.
01:20:16 [INFO] 
01:20:16 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils ---
01:20:16 [INFO] Tests are skipped.
01:20:16 [INFO] 
01:20:16 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils ---
01:20:16 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:20:16 [INFO] 
01:20:16 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils ---
01:20:16 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils/0-SNAPSHOT/ditto-internal-utils-0-SNAPSHOT.pom
01:20:16 [INFO] 
01:20:16 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-config >------------
01:20:16 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Config 0-SNAPSHOT [12/77]
01:20:16 [INFO]   from internal/utils/config/pom.xml
01:20:16 [INFO] --------------------------------[ jar ]---------------------------------
01:20:21 [INFO] 
01:20:21 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-config ---
01:20:21 [INFO] 
01:20:21 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-config ---
01:20:21 [INFO] 
01:20:21 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-config ---
01:20:21 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/jacoco.exec
01:20:21 [INFO] 
01:20:21 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-config ---
01:20:21 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:20:21 [WARNING] 
01:20:21 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:20:21 [WARNING] 
01:20:21 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:20:21 [WARNING] 
01:20:21 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:20:21 [INFO] 
01:20:21 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-config ---
01:20:21 [INFO] Copying 1 resource from src/main/resources to target/classes
01:20:21 [INFO] Copying 16 resources from src/main/resources to target/classes
01:20:21 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:20:21 [INFO] 
01:20:21 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-config ---
01:20:21 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT...
01:20:21 [INFO] 
01:20:21 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-config ---
01:20:21 [INFO] Changes detected - recompiling the module! :dependency
01:20:21 [INFO] Compiling 22 source files with javac [debug target 17] to target/classes
01:20:22 [INFO] 
01:20:22 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-config ---
01:20:22 [INFO] Copying 6 resources from src/test/resources to target/test-classes
01:20:22 [INFO] 
01:20:22 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-config ---
01:20:22 [INFO] Changes detected - recompiling the module! :dependency
01:20:22 [INFO] Compiling 13 source files with javac [debug target 17] to target/test-classes
01:20:22 [INFO] 
01:20:22 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-config ---
01:20:22 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:20:22 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/surefire-reports
01:20:22 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:20:22 [INFO] 
01:20:22 [INFO] -------------------------------------------------------
01:20:22 [INFO]  T E S T S
01:20:22 [INFO] -------------------------------------------------------
01:20:23 [INFO] Running org.eclipse.ditto.internal.utils.config.DefaultScopedConfigTest
01:20:25 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.478 s -- in org.eclipse.ditto.internal.utils.config.DefaultScopedConfigTest
01:20:25 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.VcapServicesStringParserTest
01:20:25 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
01:20:25 SLF4J: Defaulting to no-operation (NOP) logger implementation
01:20:25 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
01:20:25 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.eclipse.ditto.internal.utils.config.raw.VcapServicesStringParserTest
01:20:25 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.VcapServicesStringToConfigTest
01:20:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.internal.utils.config.raw.VcapServicesStringToConfigTest
01:20:25 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.AliasesAppenderTest
01:20:25 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.eclipse.ditto.internal.utils.config.raw.AliasesAppenderTest
01:20:25 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.VcapServicesStringSupplierTest
01:20:25 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.internal.utils.config.raw.VcapServicesStringSupplierTest
01:20:25 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.ServiceSpecificEnvironmentConfigSupplierTest
01:20:25 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.internal.utils.config.raw.ServiceSpecificEnvironmentConfigSupplierTest
01:20:25 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.SecretFromPathReaderTest
01:20:25 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.internal.utils.config.raw.SecretFromPathReaderTest
01:20:25 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.RawConfigSupplierTest
01:20:25 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.internal.utils.config.raw.RawConfigSupplierTest
01:20:25 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.SecretTest
01:20:25 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.eclipse.ditto.internal.utils.config.raw.SecretTest
01:20:25 [INFO] Running org.eclipse.ditto.internal.utils.config.raw.SecretsAsConfigSupplierTest
01:20:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.internal.utils.config.raw.SecretsAsConfigSupplierTest
01:20:25 [INFO] Running org.eclipse.ditto.internal.utils.config.ConfigWithFallbackTest
01:20:26 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 s -- in org.eclipse.ditto.internal.utils.config.ConfigWithFallbackTest
01:20:26 [INFO] Running org.eclipse.ditto.internal.utils.config.InstanceIdentifierSupplierTest
01:20:26 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.internal.utils.config.InstanceIdentifierSupplierTest
01:20:26 [INFO] Running org.eclipse.ditto.internal.utils.config.LocalHostAddressSupplierTest
01:20:26 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.internal.utils.config.LocalHostAddressSupplierTest
01:20:26 [INFO] 
01:20:26 [INFO] Results:
01:20:26 [INFO] 
01:20:26 [INFO] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0
01:20:26 [INFO] 
01:20:26 [INFO] 
01:20:26 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-config ---
01:20:26 [INFO] 
01:20:26 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-config ---
01:20:26 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/ditto-internal-utils-config-0-SNAPSHOT.jar
01:20:26 [INFO] 
01:20:26 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-config ---
01:20:26 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:20:26 [INFO] No previous run data found, generating javadoc.
01:20:27 [WARNING] Javadoc Warnings
01:20:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/src/main/java/org/eclipse/ditto/internal/utils/config/package-info.java:14: warning: no comment
01:20:27 [WARNING] package org.eclipse.ditto.internal.utils.config;
01:20:27 [WARNING] ^
01:20:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/src/main/java/org/eclipse/ditto/internal/utils/config/raw/package-info.java:14: warning: no comment
01:20:27 [WARNING] package org.eclipse.ditto.internal.utils.config.raw;
01:20:27 [WARNING] ^
01:20:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/src/main/java/org/eclipse/ditto/internal/utils/config/ScopedConfig.java:77: warning: no comment
01:20:27 [WARNING] String DITTO_EXTENSIONS_SCOPE = "ditto.extensions";
01:20:27 [WARNING] ^
01:20:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/src/main/java/org/eclipse/ditto/internal/utils/config/ScopedConfig.java:83: warning: no comment
01:20:27 [WARNING] static Config dittoExtension(final Config config) {
01:20:27 [WARNING] ^
01:20:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/src/main/java/org/eclipse/ditto/internal/utils/config/ScopedConfig.java:79: warning: no comment
01:20:27 [WARNING] static Config getOrEmpty(final Config config, final String path) {
01:20:27 [WARNING] ^
01:20:27 [WARNING] 5 warnings
01:20:27 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/ditto-internal-utils-config-0-SNAPSHOT-javadoc.jar
01:20:27 [INFO] 
01:20:27 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-config ---
01:20:27 [INFO] Tests are skipped.
01:20:27 [INFO] 
01:20:27 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-config ---
01:20:27 [INFO] Tests are skipped.
01:20:27 [INFO] 
01:20:27 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-config ---
01:20:27 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/jacoco.exec
01:20:28 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Config' with 18 classes
01:20:28 [INFO] 
01:20:28 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-config ---
01:20:28 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-config/0-SNAPSHOT/ditto-internal-utils-config-0-SNAPSHOT.pom
01:20:28 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/ditto-internal-utils-config-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-config/0-SNAPSHOT/ditto-internal-utils-config-0-SNAPSHOT.jar
01:20:28 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/config/target/ditto-internal-utils-config-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-config/0-SNAPSHOT/ditto-internal-utils-config-0-SNAPSHOT-javadoc.jar
01:20:28 [INFO] 
01:20:28 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-metrics >-----------
01:20:28 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Metrics 0-SNAPSHOT [13/77]
01:20:28 [INFO]   from internal/utils/metrics/pom.xml
01:20:28 [INFO] --------------------------------[ jar ]---------------------------------
01:20:38 [INFO] 
01:20:38 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-metrics ---
01:20:38 [INFO] 
01:20:38 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-metrics ---
01:20:38 [INFO] 
01:20:38 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-metrics ---
01:20:38 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/jacoco.exec
01:20:38 [INFO] 
01:20:38 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-metrics ---
01:20:38 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:20:38 [WARNING] 
01:20:38 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:20:38 [WARNING] 
01:20:38 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:20:38 [WARNING] 
01:20:38 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:20:38 [INFO] 
01:20:38 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-metrics ---
01:20:38 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/src/main/resources
01:20:38 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:20:38 [INFO] 
01:20:38 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-metrics ---
01:20:38 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT...
01:20:38 [INFO] 
01:20:38 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-metrics ---
01:20:38 [INFO] Changes detected - recompiling the module! :dependency
01:20:38 [INFO] Compiling 38 source files with javac [debug target 17] to target/classes
01:20:39 [INFO] 
01:20:39 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-metrics ---
01:20:39 [INFO] Copying 3 resources from src/test/resources to target/test-classes
01:20:39 [INFO] 
01:20:39 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-metrics ---
01:20:39 [INFO] Changes detected - recompiling the module! :dependency
01:20:39 [INFO] Compiling 11 source files with javac [debug target 17] to target/test-classes
01:20:39 [INFO] 
01:20:39 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-metrics ---
01:20:39 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:20:39 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/surefire-reports
01:20:39 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:20:39 [INFO] 
01:20:39 [INFO] -------------------------------------------------------
01:20:39 [INFO]  T E S T S
01:20:39 [INFO] -------------------------------------------------------
01:20:40 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.tag.KamonTagSetConverterTest
01:20:40 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
01:20:40 SLF4J: Defaulting to no-operation (NOP) logger implementation
01:20:40 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
01:20:41 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.039 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.tag.KamonTagSetConverterTest
01:20:41 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.tag.TagSetTest
01:20:43 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.919 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.tag.TagSetTest
01:20:43 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.tag.TagTest
01:20:43 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.tag.TagTest
01:20:43 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.timer.StartedKamonTimerTest
01:20:43 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
01:20:44 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.380 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.timer.StartedKamonTimerTest
01:20:44 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.timer.StartInstantTest
01:20:45 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.130 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.timer.StartInstantTest
01:20:45 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.timer.StoppedKamonTimerTest
01:20:46 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.260 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.timer.StoppedKamonTimerTest
01:20:46 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.timer.PreparedKamonTimerTest
01:20:46 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.timer.PreparedKamonTimerTest
01:20:46 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.histogram.KamonHistogramTest
01:20:46 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.histogram.KamonHistogramTest
01:20:46 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.counter.KamonCounterTest
01:20:46 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.counter.KamonCounterTest
01:20:46 [INFO] Running org.eclipse.ditto.internal.utils.metrics.instruments.gauge.KamonGaugeTest
01:20:46 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.internal.utils.metrics.instruments.gauge.KamonGaugeTest
01:20:46 [INFO] Running org.eclipse.ditto.internal.utils.metrics.config.DefaultMetricsConfigTest
01:20:47 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.502 s -- in org.eclipse.ditto.internal.utils.metrics.config.DefaultMetricsConfigTest
01:20:47 [INFO] 
01:20:47 [INFO] Results:
01:20:47 [INFO] 
01:20:47 [INFO] Tests run: 71, Failures: 0, Errors: 0, Skipped: 0
01:20:47 [INFO] 
01:20:47 [INFO] 
01:20:47 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-metrics ---
01:20:47 [INFO] 
01:20:47 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-metrics ---
01:20:47 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/ditto-internal-utils-metrics-0-SNAPSHOT.jar
01:20:47 [INFO] 
01:20:47 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-metrics ---
01:20:47 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:20:47 [INFO] No previous run data found, generating javadoc.
01:20:49 [WARNING] Javadoc Warnings
01:20:49 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/config/package-info.java:14: warning: no comment
01:20:49 [WARNING] package org.eclipse.ditto.internal.utils.metrics.config;
01:20:49 [WARNING] ^
01:20:49 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/instruments/package-info.java:14: warning: no comment
01:20:49 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments;
01:20:49 [WARNING] ^
01:20:49 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/instruments/counter/package-info.java:14: warning: no comment
01:20:49 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.counter;
01:20:49 [WARNING] ^
01:20:49 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/instruments/gauge/package-info.java:14: warning: no comment
01:20:49 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.gauge;
01:20:49 [WARNING] ^
01:20:49 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/instruments/histogram/package-info.java:14: warning: no comment
01:20:49 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.histogram;
01:20:49 [WARNING] ^
01:20:49 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/instruments/tag/package-info.java:14: warning: no comment
01:20:49 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.tag;
01:20:49 [WARNING] ^
01:20:49 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/instruments/timer/package-info.java:14: warning: no comment
01:20:49 [WARNING] package org.eclipse.ditto.internal.utils.metrics.instruments.timer;
01:20:49 [WARNING] ^
01:20:49 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/executor/InstrumentedForkJoinExecutorServiceConfigurator.java:51: warning: no comment
01:20:49 [WARNING] public InstrumentedForkJoinExecutorServiceConfigurator(final Config config,
01:20:49 [WARNING] ^
01:20:49 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/executor/InstrumentedThreadPoolExecutorServiceConfigurator.java:51: warning: no comment
01:20:49 [WARNING] public InstrumentedThreadPoolExecutorServiceConfigurator(final Config config,
01:20:49 [WARNING] ^
01:20:49 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/instruments/counter/KamonCounter.java:45: warning: no comment
01:20:49 [WARNING] public static KamonCounter newCounter(final String name) {
01:20:49 [WARNING] ^
01:20:49 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/instruments/gauge/KamonGauge.java:42: warning: no comment
01:20:49 [WARNING] public static Gauge newGauge(final String name) {
01:20:49 [WARNING] ^
01:20:49 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/instruments/histogram/KamonHistogram.java:50: warning: no comment
01:20:49 [WARNING] public static Histogram newHistogram(final String name) {
01:20:49 [WARNING] ^
01:20:49 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/instruments/timer/StartedTimer.java:60: warning: no @return
01:20:49 [WARNING] StartedTimer onStop(OnStopHandler onStopHandler);
01:20:49 [WARNING] ^
01:20:49 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/instruments/timer/Timers.java:27: warning: no @param for name
01:20:49 [WARNING] public static PreparedTimer newTimer(final String name) {
01:20:49 [WARNING] ^
01:20:49 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/src/main/java/org/eclipse/ditto/internal/utils/metrics/instruments/timer/Timers.java:27: warning: no @return
01:20:49 [WARNING] public static PreparedTimer newTimer(final String name) {
01:20:49 [WARNING] ^
01:20:49 [WARNING] 15 warnings
01:20:49 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/ditto-internal-utils-metrics-0-SNAPSHOT-javadoc.jar
01:20:49 [INFO] 
01:20:49 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-metrics ---
01:20:49 [INFO] Tests are skipped.
01:20:49 [INFO] 
01:20:49 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-metrics ---
01:20:49 [INFO] Tests are skipped.
01:20:49 [INFO] 
01:20:49 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-metrics ---
01:20:49 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/jacoco.exec
01:20:49 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Metrics' with 24 classes
01:20:49 [INFO] 
01:20:49 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-metrics ---
01:20:49 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-metrics/0-SNAPSHOT/ditto-internal-utils-metrics-0-SNAPSHOT.pom
01:20:49 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/ditto-internal-utils-metrics-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-metrics/0-SNAPSHOT/ditto-internal-utils-metrics-0-SNAPSHOT.jar
01:20:49 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/metrics/target/ditto-internal-utils-metrics-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-metrics/0-SNAPSHOT/ditto-internal-utils-metrics-0-SNAPSHOT-javadoc.jar
01:20:49 [INFO] 
01:20:49 [INFO] ----------------< org.eclipse.ditto:ditto-utils-result >----------------
01:20:49 [INFO] Building Eclipse Ditto :: Utils :: Result 0-SNAPSHOT             [14/77]
01:20:49 [INFO]   from utils/result/pom.xml
01:20:49 [INFO] --------------------------------[ jar ]---------------------------------
01:20:50 [INFO] 
01:20:50 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-utils-result ---
01:20:50 [INFO] 
01:20:50 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-utils-result ---
01:20:50 [INFO] 
01:20:50 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-utils-result ---
01:20:50 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
01:20:50 [INFO] 
01:20:50 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-utils-result ---
01:20:50 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/utils/result/target/jacoco.exec
01:20:50 [INFO] 
01:20:50 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-utils-result ---
01:20:50 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:20:50 [WARNING] 
01:20:50 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:20:50 [WARNING] 
01:20:50 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:20:50 [WARNING] 
01:20:50 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/utils/result/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:20:50 [INFO] 
01:20:50 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-utils-result ---
01:20:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/result/src/main/resources
01:20:50 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:20:50 [INFO] 
01:20:50 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-utils-result ---
01:20:50 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT...
01:20:50 [INFO] 
01:20:50 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-utils-result ---
01:20:50 [INFO] Changes detected - recompiling the module! :dependency
01:20:50 [INFO] Compiling 4 source files with javac [debug target 17] to target/classes
01:20:50 [INFO] 
01:20:50 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-utils-result ---
01:20:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/utils/result/src/test/resources
01:20:50 [INFO] 
01:20:50 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-utils-result ---
01:20:50 [INFO] Changes detected - recompiling the module! :dependency
01:20:50 [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes
01:20:50 [INFO] /home/jenkins/agent/workspace/ditto-ci/utils/result/src/test/java/org/eclipse/ditto/utils/result/ErrTest.java: Some input files use unchecked or unsafe operations.
01:20:50 [INFO] /home/jenkins/agent/workspace/ditto-ci/utils/result/src/test/java/org/eclipse/ditto/utils/result/ErrTest.java: Recompile with -Xlint:unchecked for details.
01:20:50 [INFO] 
01:20:50 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-utils-result ---
01:20:50 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:20:50 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/utils/result/target/surefire-reports
01:20:50 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:20:50 [INFO] 
01:20:50 [INFO] -------------------------------------------------------
01:20:50 [INFO]  T E S T S
01:20:50 [INFO] -------------------------------------------------------
01:20:50 [INFO] Running org.eclipse.ditto.utils.result.ResultTest
01:20:51 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 s -- in org.eclipse.ditto.utils.result.ResultTest
01:20:51 [INFO] Running org.eclipse.ditto.utils.result.ErrTest
01:20:52 [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.192 s -- in org.eclipse.ditto.utils.result.ErrTest
01:20:52 [INFO] Running org.eclipse.ditto.utils.result.OkTest
01:20:52 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.eclipse.ditto.utils.result.OkTest
01:20:52 [INFO] 
01:20:52 [INFO] Results:
01:20:52 [INFO] 
01:20:52 [INFO] Tests run: 46, Failures: 0, Errors: 0, Skipped: 0
01:20:52 [INFO] 
01:20:52 [INFO] 
01:20:52 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-utils-result ---
01:20:52 [INFO] 
01:20:52 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-utils-result ---
01:20:52 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/result/target/ditto-utils-result-0-SNAPSHOT.jar
01:20:52 [INFO] 
01:20:52 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-utils-result ---
01:20:52 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:20:52 [INFO] No previous run data found, generating javadoc.
01:20:53 [WARNING] Javadoc Warnings
01:20:53 [WARNING] /home/jenkins/agent/workspace/ditto-ci/utils/result/src/main/java/org/eclipse/ditto/utils/result/package-info.java:14: warning: no comment
01:20:53 [WARNING] package org.eclipse.ditto.utils.result;
01:20:53 [WARNING] ^
01:20:53 [WARNING] 1 warning
01:20:53 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/utils/result/target/ditto-utils-result-0-SNAPSHOT-javadoc.jar
01:20:53 [INFO] 
01:20:53 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-utils-result ---
01:20:53 [INFO] Tests are skipped.
01:20:53 [INFO] 
01:20:53 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-utils-result ---
01:20:53 [INFO] Tests are skipped.
01:20:53 [INFO] 
01:20:53 [INFO] --- jacoco:0.8.10:report (report) @ ditto-utils-result ---
01:20:53 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/utils/result/target/jacoco.exec
01:20:53 [INFO] Analyzed bundle 'Eclipse Ditto :: Utils :: Result' with 5 classes
01:20:53 [INFO] 
01:20:53 [INFO] --- install:3.1.1:install (default-install) @ ditto-utils-result ---
01:20:53 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/utils/result/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-utils-result/0-SNAPSHOT/ditto-utils-result-0-SNAPSHOT.pom
01:20:53 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/utils/result/target/ditto-utils-result-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-utils-result/0-SNAPSHOT/ditto-utils-result-0-SNAPSHOT.jar
01:20:53 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/utils/result/target/ditto-utils-result-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-utils-result/0-SNAPSHOT/ditto-utils-result-0-SNAPSHOT-javadoc.jar
01:20:53 [INFO] 
01:20:53 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-tracing >-----------
01:20:53 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Tracing 0-SNAPSHOT [15/77]
01:20:53 [INFO]   from internal/utils/tracing/pom.xml
01:20:53 [INFO] --------------------------------[ jar ]---------------------------------
01:20:59 [INFO] 
01:20:59 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-tracing ---
01:20:59 [INFO] 
01:20:59 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-tracing ---
01:20:59 [INFO] 
01:20:59 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-tracing ---
01:20:59 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/jacoco.exec
01:20:59 [INFO] 
01:20:59 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-tracing ---
01:20:59 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:20:59 [WARNING] 
01:20:59 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:20:59 [WARNING] 
01:20:59 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:20:59 [WARNING] 
01:20:59 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:20:59 [INFO] 
01:20:59 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-tracing ---
01:20:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/main/resources
01:20:59 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:20:59 [INFO] 
01:20:59 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-tracing ---
01:20:59 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT...
01:20:59 [INFO] 
01:20:59 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-tracing ---
01:20:59 [INFO] Changes detected - recompiling the module! :dependency
01:20:59 [INFO] Compiling 26 source files with javac [debug target 17] to target/classes
01:20:59 [INFO] 
01:20:59 [INFO] --- compiler:3.11.0:compile (default) @ ditto-internal-utils-tracing ---
01:20:59 [INFO] Changes detected - recompiling the module! :dependency
01:20:59 [INFO] Compiling 26 source files with javac [debug target 17] to target/classes
01:20:59 [INFO] 
01:20:59 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-tracing ---
01:20:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/test/resources
01:20:59 [INFO] 
01:20:59 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-tracing ---
01:20:59 [INFO] Changes detected - recompiling the module! :dependency
01:20:59 [INFO] Compiling 18 source files with javac [debug target 17] to target/test-classes
01:21:00 [INFO] 
01:21:00 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-tracing ---
01:21:00 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:21:00 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/surefire-reports
01:21:00 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:21:00 [INFO] 
01:21:00 [INFO] -------------------------------------------------------
01:21:00 [INFO]  T E S T S
01:21:00 [INFO] -------------------------------------------------------
01:21:00 [INFO] Running org.eclipse.ditto.internal.utils.tracing.TraceInformationGeneratorTest
01:21:01 06:21:01.045 [main] DEBUG org.eclipse.ditto.internal.utils.tracing.TraceInformationGenerator - Generated trace information for </api/2/search/things>: <TraceInformation [traceUri=/api/2/search/things/x, tagSet=[Tag [key=ditto.request.path, value=/api/2/search/things/x]]]>
01:21:01 06:21:01.193 [main] DEBUG org.eclipse.ditto.internal.utils.tracing.TraceInformationGenerator - Returning fall-back trace information for </status1>: <TraceInformation [traceUri=/other, tagSet=[Tag [key=ditto.request.path, value=/other]]]>
01:21:01 06:21:01.193 [main] DEBUG org.eclipse.ditto.internal.utils.tracing.TraceInformationGenerator - Returning fall-back trace information for </api/9/search/thingsX>: <TraceInformation [traceUri=/other, tagSet=[Tag [key=ditto.request.path, value=/other]]]>
01:21:01 06:21:01.194 [main] DEBUG org.eclipse.ditto.internal.utils.tracing.TraceInformationGenerator - Generated trace information for </api/2/search/things/count>: <TraceInformation [traceUri=/api/2/search/things/x, tagSet=[Tag [key=ditto.request.path, value=/api/2/search/things/x]]]>
01:21:01 06:21:01.195 [main] DEBUG org.eclipse.ditto.internal.utils.tracing.TraceInformationGenerator - Returning fall-back trace information for </status/bumlux>: <TraceInformation [traceUri=/other, tagSet=[Tag [key=ditto.request.path, value=/other]]]>
01:21:01 06:21:01.198 [main] DEBUG org.eclipse.ditto.internal.utils.tracing.TraceInformationGenerator - Generated trace information for </api/2/things/abc:1a4ed3df-308b-462e-9cfc-b78891f18c39/features/Vehicle/definition>: <TraceInformation [traceUri=/api/2/things/x, tagSet=[Tag [key=ditto.request.path, value=/api/2/things/x/features/x]]]>
01:21:01 06:21:01.199 [main] DEBUG org.eclipse.ditto.internal.utils.tracing.TraceInformationGenerator - Generated trace information for </api/2/things/abc:1a4ed3df-308b-462e-9cfc-b78891f18c39/features/Vehicle/properties/Engine/max-speed>: <TraceInformation [traceUri=/api/2/things/x, tagSet=[Tag [key=ditto.request.path, value=/api/2/things/x/features/x]]]>
01:21:01 06:21:01.200 [main] DEBUG org.eclipse.ditto.internal.utils.tracing.TraceInformationGenerator - Returning fall-back trace information for </bumlux>: <TraceInformation [traceUri=/other, tagSet=[Tag [key=ditto.request.path, value=/other]]]>
01:21:01 06:21:01.200 [main] DEBUG org.eclipse.ditto.internal.utils.tracing.TraceInformationGenerator - Returning fall-back trace information for </status/healthTest>: <TraceInformation [traceUri=/other, tagSet=[Tag [key=ditto.request.path, value=/other]]]>
01:21:01 06:21:01.201 [main] DEBUG org.eclipse.ditto.internal.utils.tracing.TraceInformationGenerator - Generated trace information for </api/2/things/ns:1>: <TraceInformation [traceUri=/api/2/things/x, tagSet=[Tag [key=ditto.request.path, value=/api/2/things/x]]]>
01:21:01 06:21:01.201 [main] DEBUG org.eclipse.ditto.internal.utils.tracing.TraceInformationGenerator - Generated trace information for </status>: <TraceInformation [traceUri=/status, tagSet=[Tag [key=ditto.request.path, value=/status]]]>
01:21:01 06:21:01.202 [main] DEBUG org.eclipse.ditto.internal.utils.tracing.TraceInformationGenerator - Generated trace information for </status/health>: <TraceInformation [traceUri=/status/health, tagSet=[Tag [key=ditto.request.path, value=/status/health]]]>
01:21:01 06:21:01.202 [main] DEBUG org.eclipse.ditto.internal.utils.tracing.TraceInformationGenerator - Returning fall-back trace information for </api/9/search/things>: <TraceInformation [traceUri=/other, tagSet=[Tag [key=ditto.request.path, value=/other]]]>
01:21:02 [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.214 s -- in org.eclipse.ditto.internal.utils.tracing.TraceInformationGeneratorTest
01:21:02 [INFO] Running org.eclipse.ditto.internal.utils.tracing.span.EmptyPreparedSpanTest
01:21:02 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.389 s -- in org.eclipse.ditto.internal.utils.tracing.span.EmptyPreparedSpanTest
01:21:02 [INFO] Running org.eclipse.ditto.internal.utils.tracing.span.KamonHttpContextPropagationTest
01:21:03 06:21:03.240 [main] WARN kamon.Init - Your application is running without the Kanela instrumentation agent. None of Kamon's automatic instrumentation will be applied to the current JVM. Consider using the kamon-bundle dependency or setting up the Kanela agent via the -javaagent:/path/to/kanela.jar command-line option
01:21:03 06:21:03.326 [main] INFO kamon.prometheus.PrometheusReporter - Started the embedded HTTP server on http://0.0.0.0:9095/metrics
01:21:03 06:21:03.342 [main] INFO kamon.otel.OpenTelemetryTraceReporter - Creating OpenTelemetry Trace Reporter
01:21:03 06:21:03.343 [main] INFO kamon.otel.OpenTelemetryTraceReporter - Reconfigure OpenTelemetry Trace Reporter
01:21:03 06:21:03.399 [main] INFO kamon.otel.OtlpTraceService - Configured endpoint for OpenTelemetry trace reporting [http://localhost:4317] using grpc protocol
01:21:03 06:21:03.839 [main] INFO kamon.Init - 
01:21:03  _
01:21:03 | |
01:21:03 | | ____ _ _ __ ___   ___  _ __
01:21:03 | |/ / _  |  _ ` _ \ / _ \|  _ \
01:21:03 |   < (_| | | | | | | (_) | | | |
01:21:03 |_|\_\__,_|_| |_| |_|\___/|_| |_|
01:21:03 =====================================
01:21:03 Initializing Kamon Telemetry v2.6.5 / Kanela not found
01:21:03 
01:21:05 06:21:05.098 [OpenTelemetry Trace Reporter] INFO kamon.otel.OpenTelemetryTraceReporter - Stopping OpenTelemetry Trace Reporter
01:21:05 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.659 s -- in org.eclipse.ditto.internal.utils.tracing.span.KamonHttpContextPropagationTest
01:21:05 [INFO] Running org.eclipse.ditto.internal.utils.tracing.span.EmptyStartedSpanTest
01:21:05 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.internal.utils.tracing.span.EmptyStartedSpanTest
01:21:05 [INFO] Running org.eclipse.ditto.internal.utils.tracing.span.PreparedKamonSpanTest
01:21:05 06:21:05.124 [main] WARN kamon.Init - Your application is running without the Kanela instrumentation agent. None of Kamon's automatic instrumentation will be applied to the current JVM. Consider using the kamon-bundle dependency or setting up the Kanela agent via the -javaagent:/path/to/kanela.jar command-line option
01:21:05 06:21:05.126 [main] INFO kamon.prometheus.PrometheusReporter - Started the embedded HTTP server on http://0.0.0.0:9095/metrics
01:21:05 06:21:05.127 [main] INFO kamon.otel.OpenTelemetryTraceReporter - Creating OpenTelemetry Trace Reporter
01:21:05 06:21:05.127 [main] INFO kamon.otel.OpenTelemetryTraceReporter - Reconfigure OpenTelemetry Trace Reporter
01:21:05 06:21:05.127 [main] INFO kamon.otel.OtlpTraceService - Configured endpoint for OpenTelemetry trace reporting [http://localhost:4317] using grpc protocol
01:21:05 06:21:05.128 [main] INFO kamon.Init - 
01:21:05  _
01:21:05 | |
01:21:05 | | ____ _ _ __ ___   ___  _ __
01:21:05 | |/ / _  |  _ ` _ \ / _ \|  _ \
01:21:05 |   < (_| | | | | | | (_) | | | |
01:21:05 |_|\_\__,_|_| |_| |_|\___/|_| |_|
01:21:05 =====================================
01:21:05 Initializing Kamon Telemetry v2.6.5 / Kanela not found
01:21:05 
01:21:05 Jan 18, 2024 6:21:05 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
01:21:05 SEVERE: Failed to export spans. The request could not be executed. Full error message: Failed to connect to localhost/[0:0:0:0:0:0:0:1]:4317
01:21:05 Jan 18, 2024 6:21:05 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
01:21:05 SEVERE: Failed to export spans. The request could not be executed. Full error message: Failed to connect to localhost/[0:0:0:0:0:0:0:1]:4317
01:21:05 06:21:05.438 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter - Failed to export traces
01:21:05 kamon.otel.StatusRuntimeException$: Exporting trace span failed
01:21:05 	at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122)
01:21:05 	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
01:21:05 	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
01:21:05 	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
01:21:05 	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
01:21:05 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
01:21:05 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
01:21:05 	at java.base/java.lang.Thread.run(Thread.java:833)
01:21:05 06:21:05.438 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter - Failed to export traces
01:21:05 kamon.otel.StatusRuntimeException$: Exporting trace span failed
01:21:05 	at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122)
01:21:05 	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
01:21:05 	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
01:21:05 	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
01:21:05 	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
01:21:05 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
01:21:05 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
01:21:05 	at java.base/java.lang.Thread.run(Thread.java:833)
01:21:05 Jan 18, 2024 6:21:05 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
01:21:05 SEVERE: Failed to export spans. The request could not be executed. Full error message: Failed to connect to localhost/[0:0:0:0:0:0:0:1]:4317
01:21:05 06:21:05.531 [OpenTelemetry Trace Reporter] INFO kamon.otel.OpenTelemetryTraceReporter - Stopping OpenTelemetry Trace Reporter
01:21:05 06:21:05.531 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter - Failed to export traces
01:21:05 kamon.otel.StatusRuntimeException$: Exporting trace span failed
01:21:05 	at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122)
01:21:05 	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
01:21:05 	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
01:21:05 	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
01:21:05 	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
01:21:05 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
01:21:05 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
01:21:05 	at java.base/java.lang.Thread.run(Thread.java:833)
01:21:05 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.413 s -- in org.eclipse.ditto.internal.utils.tracing.span.PreparedKamonSpanTest
01:21:05 [INFO] Running org.eclipse.ditto.internal.utils.tracing.span.SpanOperationNameTest
01:21:05 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s -- in org.eclipse.ditto.internal.utils.tracing.span.SpanOperationNameTest
01:21:05 [INFO] Running org.eclipse.ditto.internal.utils.tracing.span.SpanIdTest
01:21:05 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.internal.utils.tracing.span.SpanIdTest
01:21:05 [INFO] Running org.eclipse.ditto.internal.utils.tracing.span.StartedKamonSpanTest
01:21:05 06:21:05.759 [main] WARN kamon.Init - Your application is running without the Kanela instrumentation agent. None of Kamon's automatic instrumentation will be applied to the current JVM. Consider using the kamon-bundle dependency or setting up the Kanela agent via the -javaagent:/path/to/kanela.jar command-line option
01:21:05 06:21:05.761 [main] INFO kamon.prometheus.PrometheusReporter - Started the embedded HTTP server on http://0.0.0.0:9095/metrics
01:21:05 06:21:05.761 [main] INFO kamon.otel.OpenTelemetryTraceReporter - Creating OpenTelemetry Trace Reporter
01:21:05 06:21:05.762 [main] INFO kamon.otel.OpenTelemetryTraceReporter - Reconfigure OpenTelemetry Trace Reporter
01:21:05 06:21:05.762 [main] INFO kamon.otel.OtlpTraceService - Configured endpoint for OpenTelemetry trace reporting [http://localhost:4317] using grpc protocol
01:21:05 06:21:05.763 [main] INFO kamon.Init - 
01:21:05  _
01:21:05 | |
01:21:05 | | ____ _ _ __ ___   ___  _ __
01:21:05 | |/ / _  |  _ ` _ \ / _ \|  _ \
01:21:05 |   < (_| | | | | | | (_) | | | |
01:21:05 |_|\_\__,_|_| |_| |_|\___/|_| |_|
01:21:05 =====================================
01:21:05 Initializing Kamon Telemetry v2.6.5 / Kanela not found
01:21:05 
01:21:05 Jan 18, 2024 6:21:05 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
01:21:05 SEVERE: Failed to export spans. The request could not be executed. Full error message: Failed to connect to localhost/[0:0:0:0:0:0:0:1]:4317
01:21:05 06:21:05.866 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter - Failed to export traces
01:21:05 kamon.otel.StatusRuntimeException$: Exporting trace span failed
01:21:05 	at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122)
01:21:05 	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
01:21:05 	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
01:21:05 	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
01:21:05 	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
01:21:05 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
01:21:05 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
01:21:05 	at java.base/java.lang.Thread.run(Thread.java:833)
01:21:06 Jan 18, 2024 6:21:05 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
01:21:06 SEVERE: Failed to export spans. The request could not be executed. Full error message: Failed to connect to localhost/[0:0:0:0:0:0:0:1]:4317
01:21:06 06:21:05.967 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter - Failed to export traces
01:21:06 kamon.otel.StatusRuntimeException$: Exporting trace span failed
01:21:06 	at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122)
01:21:06 	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
01:21:06 	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
01:21:06 	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
01:21:06 	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
01:21:06 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
01:21:06 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
01:21:06 	at java.base/java.lang.Thread.run(Thread.java:833)
01:21:06 Jan 18, 2024 6:21:06 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
01:21:06 SEVERE: Failed to export spans. The request could not be executed. Full error message: Failed to connect to localhost/[0:0:0:0:0:0:0:1]:4317
01:21:06 06:21:06.066 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter - Failed to export traces
01:21:06 kamon.otel.StatusRuntimeException$: Exporting trace span failed
01:21:06 	at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122)
01:21:06 	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
01:21:06 	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
01:21:06 	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
01:21:06 	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
01:21:06 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
01:21:06 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
01:21:06 	at java.base/java.lang.Thread.run(Thread.java:833)
01:21:06 Jan 18, 2024 6:21:06 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
01:21:06 SEVERE: Failed to export spans. The request could not be executed. Full error message: Failed to connect to localhost/[0:0:0:0:0:0:0:1]:4317
01:21:06 06:21:06.166 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter - Failed to export traces
01:21:06 kamon.otel.StatusRuntimeException$: Exporting trace span failed
01:21:06 	at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122)
01:21:06 	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
01:21:06 	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
01:21:06 	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
01:21:06 	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
01:21:06 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
01:21:06 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
01:21:06 	at java.base/java.lang.Thread.run(Thread.java:833)
01:21:06 Jan 18, 2024 6:21:06 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
01:21:06 SEVERE: Failed to export spans. The request could not be executed. Full error message: Failed to connect to localhost/[0:0:0:0:0:0:0:1]:4317
01:21:06 06:21:06.265 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter - Failed to export traces
01:21:06 kamon.otel.StatusRuntimeException$: Exporting trace span failed
01:21:06 	at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122)
01:21:06 	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
01:21:06 	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
01:21:06 	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
01:21:06 	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
01:21:06 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
01:21:06 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
01:21:06 	at java.base/java.lang.Thread.run(Thread.java:833)
01:21:06 06:21:06.266 [OpenTelemetry Trace Reporter] INFO kamon.otel.OpenTelemetryTraceReporter - Stopping OpenTelemetry Trace Reporter
01:21:06 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.510 s -- in org.eclipse.ditto.internal.utils.tracing.span.StartedKamonSpanTest
01:21:06 [INFO] Running org.eclipse.ditto.internal.utils.tracing.DittoTracingTest
01:21:06 06:21:06.270 [main] WARN kamon.Init - Your application is running without the Kanela instrumentation agent. None of Kamon's automatic instrumentation will be applied to the current JVM. Consider using the kamon-bundle dependency or setting up the Kanela agent via the -javaagent:/path/to/kanela.jar command-line option
01:21:06 06:21:06.272 [main] INFO kamon.prometheus.PrometheusReporter - Started the embedded HTTP server on http://0.0.0.0:9095/metrics
01:21:06 06:21:06.273 [main] INFO kamon.otel.OpenTelemetryTraceReporter - Creating OpenTelemetry Trace Reporter
01:21:06 06:21:06.273 [main] INFO kamon.otel.OpenTelemetryTraceReporter - Reconfigure OpenTelemetry Trace Reporter
01:21:06 06:21:06.273 [main] INFO kamon.otel.OtlpTraceService - Configured endpoint for OpenTelemetry trace reporting [http://localhost:4317] using grpc protocol
01:21:06 06:21:06.274 [main] INFO kamon.Init - 
01:21:06  _
01:21:06 | |
01:21:06 | | ____ _ _ __ ___   ___  _ __
01:21:06 | |/ / _  |  _ ` _ \ / _ \|  _ \
01:21:06 |   < (_| | | | | | | (_) | | | |
01:21:06 |_|\_\__,_|_| |_| |_|\___/|_| |_|
01:21:06 =====================================
01:21:06 Initializing Kamon Telemetry v2.6.5 / Kanela not found
01:21:06 
01:21:06 06:21:06.366 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing initialized and enabled using propagation channel <default>.
01:21:06 06:21:06.368 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing initialized and enabled using propagation channel <default>.
01:21:06 06:21:06.843 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
01:21:06 06:21:06.844 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
01:21:06 06:21:06.845 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing initialized and enabled using propagation channel <default>.
01:21:06 Jan 18, 2024 6:21:06 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
01:21:06 SEVERE: Failed to export spans. The request could not be executed. Full error message: Failed to connect to localhost/[0:0:0:0:0:0:0:1]:4317
01:21:06 06:21:06.877 [OpenTelemetry Trace Reporter] DEBUG kamon.otel.OpenTelemetryTraceReporter - Failed to export traces
01:21:06 kamon.otel.StatusRuntimeException$: Exporting trace span failed
01:21:06 	at kamon.otel.StatusRuntimeException$.<clinit>(TraceService.scala:122)
01:21:06 	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
01:21:06 	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
01:21:06 	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
01:21:06 	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
01:21:06 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
01:21:06 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
01:21:06 	at java.base/java.lang.Thread.run(Thread.java:833)
01:21:06 06:21:06.886 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing initialized and enabled using propagation channel <default>.
01:21:06 06:21:06.888 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing initialized and enabled using propagation channel <default>.
01:21:06 06:21:06.891 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
01:21:06 06:21:06.893 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing initialized and enabled using propagation channel <default>.
01:21:06 06:21:06.894 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing initialized and enabled using propagation channel <default>.
01:21:06 06:21:06.895 [main] INFO org.eclipse.ditto.internal.utils.tracing.DittoTracing - Ditto tracing initialized and enabled using propagation channel <default>.
01:21:06 06:21:06.896 [OpenTelemetry Trace Reporter] INFO kamon.otel.OpenTelemetryTraceReporter - Stopping OpenTelemetry Trace Reporter
01:21:06 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.627 s -- in org.eclipse.ditto.internal.utils.tracing.DittoTracingTest
01:21:06 [INFO] Running org.eclipse.ditto.internal.utils.tracing.config.DefaultTracingConfigTest
01:21:07 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.270 s -- in org.eclipse.ditto.internal.utils.tracing.config.DefaultTracingConfigTest
01:21:07 [INFO] Running org.eclipse.ditto.internal.utils.tracing.TraceInformationTest
01:21:07 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.internal.utils.tracing.TraceInformationTest
01:21:07 [INFO] Running org.eclipse.ditto.internal.utils.tracing.filter.KamonTracingFilterTest
01:21:07 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.internal.utils.tracing.filter.KamonTracingFilterTest
01:21:07 [INFO] Running org.eclipse.ditto.internal.utils.tracing.filter.AcceptAllTracingFilterTest
01:21:07 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.internal.utils.tracing.filter.AcceptAllTracingFilterTest
01:21:07 [INFO] Running org.eclipse.ditto.internal.utils.tracing.TraceUtilsTest
01:21:07 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.internal.utils.tracing.TraceUtilsTest
01:21:07 [INFO] 
01:21:07 [INFO] Results:
01:21:07 [INFO] 
01:21:07 [WARNING] Tests run: 119, Failures: 0, Errors: 0, Skipped: 1
01:21:07 [INFO] 
01:21:07 [INFO] 
01:21:07 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-tracing ---
01:21:07 [INFO] 
01:21:07 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-tracing ---
01:21:07 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT.jar
01:21:07 [INFO] 
01:21:07 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-tracing ---
01:21:07 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:21:07 [INFO] No previous run data found, generating javadoc.
01:21:09 [WARNING] Javadoc Warnings
01:21:09 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/config/package-info.java:14: warning: no comment
01:21:09 [WARNING] package org.eclipse.ditto.internal.utils.tracing.config;
01:21:09 [WARNING] ^
01:21:09 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/filter/package-info.java:14: warning: no comment
01:21:09 [WARNING] package org.eclipse.ditto.internal.utils.tracing.filter;
01:21:09 [WARNING] ^
01:21:09 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/package-info.java:14: warning: no comment
01:21:09 [WARNING] package org.eclipse.ditto.internal.utils.tracing.span;
01:21:09 [WARNING] ^
01:21:09 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanTagKey.java:56: warning: no comment
01:21:09 [WARNING] public static final SpanTagKey<Boolean> AUTH_ERROR = new BooleanImplementation(KEY_PREFIX + "auth.error");
01:21:09 [WARNING] ^
01:21:09 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanTagKey.java:54: warning: no comment
01:21:09 [WARNING] public static final SpanTagKey<Boolean> AUTH_SUCCESS = new BooleanImplementation(KEY_PREFIX + "auth.success");
01:21:09 [WARNING] ^
01:21:09 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanTagKey.java:37: warning: no comment
01:21:09 [WARNING] public static final SpanTagKey<CharSequence> CHANNEL = new CharSequenceImplementation(KEY_PREFIX + "channel");
01:21:09 [WARNING] ^
01:21:09 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanTagKey.java:41: warning: no comment
01:21:09 [WARNING] public static final SpanTagKey<CharSequence> CONNECTION_ID =
01:21:09 [WARNING] ^
01:21:09 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanTagKey.java:44: warning: no comment
01:21:09 [WARNING] public static final SpanTagKey<CharSequence> CONNECTION_TYPE =
01:21:09 [WARNING] ^
01:21:09 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanTagKey.java:32: warning: no comment
01:21:09 [WARNING] public static final SpanTagKey<CharSequence> CORRELATION_ID =
01:21:09 [WARNING] ^
01:21:09 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanTagKey.java:39: warning: no comment
01:21:09 [WARNING] public static final SpanTagKey<CharSequence> ENTITY_ID = new CharSequenceImplementation(KEY_PREFIX + "entityId");
01:21:09 [WARNING] ^
01:21:09 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanTagKey.java:47: warning: no comment
01:21:09 [WARNING] public static final SpanTagKey<HttpStatus> HTTP_STATUS = new HttpStatusImplementation(KEY_PREFIX + "statusCode");
01:21:09 [WARNING] ^
01:21:09 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanTagKey.java:49: warning: no comment
01:21:09 [WARNING] public static final SpanTagKey<CharSequence> REQUEST_METHOD_NAME =
01:21:09 [WARNING] ^
01:21:09 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanTagKey.java:52: warning: no comment
01:21:09 [WARNING] public static final SpanTagKey<URI> REQUEST_URI = new URIImplementation(KEY_PREFIX + "request.path");
01:21:09 [WARNING] ^
01:21:09 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanTagKey.java:35: warning: no comment
01:21:09 [WARNING] public static final SpanTagKey<CharSequence> SIGNAL_TYPE = new CharSequenceImplementation(KEY_PREFIX + "signal.type");
01:21:09 [WARNING] ^
01:21:09 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/SpanTagKey.java:68: warning: no comment
01:21:09 [WARNING] public abstract Tag getTagForValue(T value);
01:21:09 [WARNING] ^
01:21:09 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/span/StartedSpan.java:111: warning: no @return
01:21:09 [WARNING] Map<String, String> propagateContext(Map<String, String> map);
01:21:09 [WARNING] ^
01:21:09 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/TraceInformation.java:43: warning: no comment
01:21:09 [WARNING] public URI getTraceUri() {
01:21:09 [WARNING] ^
01:21:09 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/TraceUtils.java:151: warning: no @param for traceUri
01:21:09 [WARNING] public static String metricizeTraceUri(final String traceUri) {
01:21:09 [WARNING] ^
01:21:09 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/TraceUtils.java:151: warning: no @return
01:21:09 [WARNING] public static String metricizeTraceUri(final String traceUri) {
01:21:09 [WARNING] ^
01:21:09 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/TraceUtils.java:158: warning: no @param for path
01:21:09 [WARNING] public static String normalizePath(final String path) {
01:21:09 [WARNING] ^
01:21:09 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/src/main/java/org/eclipse/ditto/internal/utils/tracing/TraceUtils.java:158: warning: no @return
01:21:09 [WARNING] public static String normalizePath(final String path) {
01:21:09 [WARNING] ^
01:21:09 [WARNING] 21 warnings
01:21:09 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT-javadoc.jar
01:21:09 [INFO] 
01:21:09 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-tracing ---
01:21:09 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT-tests.jar
01:21:09 [INFO] 
01:21:09 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-tracing ---
01:21:09 [INFO] Tests are skipped.
01:21:09 [INFO] 
01:21:09 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-tracing ---
01:21:09 [INFO] Tests are skipped.
01:21:09 [INFO] 
01:21:09 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-tracing ---
01:21:09 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/jacoco.exec
01:21:09 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Tracing' with 30 classes
01:21:09 [INFO] 
01:21:09 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-tracing ---
01:21:09 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-tracing/0-SNAPSHOT/ditto-internal-utils-tracing-0-SNAPSHOT.pom
01:21:09 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-tracing/0-SNAPSHOT/ditto-internal-utils-tracing-0-SNAPSHOT.jar
01:21:09 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-tracing/0-SNAPSHOT/ditto-internal-utils-tracing-0-SNAPSHOT-javadoc.jar
01:21:09 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/tracing/target/ditto-internal-utils-tracing-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-tracing/0-SNAPSHOT/ditto-internal-utils-tracing-0-SNAPSHOT-tests.jar
01:21:09 [INFO] 
01:21:09 [INFO] --------------< org.eclipse.ditto:ditto-internal-models >---------------
01:21:09 [INFO] Building Eclipse Ditto :: Internal :: Models 0-SNAPSHOT          [16/77]
01:21:09 [INFO]   from internal/models/pom.xml
01:21:09 [INFO] --------------------------------[ pom ]---------------------------------
01:21:09 [INFO] 
01:21:09 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-models ---
01:21:09 [INFO] 
01:21:09 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-models ---
01:21:09 [INFO] 
01:21:09 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models ---
01:21:09 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/models/target/jacoco.exec
01:21:09 [INFO] 
01:21:09 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models ---
01:21:09 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:21:09 [INFO] The goal is skip due to packaging 'pom'
01:21:09 [INFO] 
01:21:09 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models ---
01:21:09 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models:pom:0-SNAPSHOT...
01:21:09 [INFO] 
01:21:09 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models ---
01:21:09 [INFO] 
01:21:09 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models ---
01:21:09 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
01:21:09 [INFO] 
01:21:09 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models ---
01:21:09 [INFO] Tests are skipped.
01:21:09 [INFO] 
01:21:09 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models ---
01:21:09 [INFO] Tests are skipped.
01:21:09 [INFO] 
01:21:09 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models ---
01:21:09 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:21:09 [INFO] 
01:21:09 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models ---
01:21:09 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/models/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models/0-SNAPSHOT/ditto-internal-models-0-SNAPSHOT.pom
01:21:09 [INFO] 
01:21:09 [INFO] ---------< org.eclipse.ditto:ditto-internal-models-streaming >----------
01:21:09 [INFO] Building Eclipse Ditto :: Internal :: Models :: Streaming 0-SNAPSHOT [17/77]
01:21:09 [INFO]   from internal/models/streaming/pom.xml
01:21:09 [INFO] --------------------------------[ jar ]---------------------------------
01:21:09 [INFO] 
01:21:09 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-models-streaming ---
01:21:09 [INFO] 
01:21:09 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-models-streaming ---
01:21:09 [INFO] 
01:21:09 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-streaming ---
01:21:09 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/jacoco.exec
01:21:09 [INFO] 
01:21:09 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models-streaming ---
01:21:09 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:21:09 [WARNING] 
01:21:09 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:21:09 [WARNING] 
01:21:09 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:21:09 [WARNING] 
01:21:09 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:21:09 [INFO] 
01:21:09 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-models-streaming ---
01:21:09 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/src/main/resources
01:21:09 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:21:09 [INFO] 
01:21:09 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models-streaming ---
01:21:09 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT...
01:21:09 [INFO] 
01:21:09 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-models-streaming ---
01:21:09 [INFO] Changes detected - recompiling the module! :dependency
01:21:09 [INFO] Compiling 11 source files with javac [debug target 17] to target/classes
01:21:09 [INFO] 
01:21:09 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-models-streaming ---
01:21:09 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/src/test/resources
01:21:09 [INFO] 
01:21:09 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-models-streaming ---
01:21:09 [INFO] Changes detected - recompiling the module! :dependency
01:21:09 [INFO] Compiling 4 source files with javac [debug target 17] to target/test-classes
01:21:09 [INFO] 
01:21:09 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-models-streaming ---
01:21:09 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:21:09 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/surefire-reports
01:21:09 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:21:09 [INFO] 
01:21:09 [INFO] -------------------------------------------------------
01:21:09 [INFO]  T E S T S
01:21:09 [INFO] -------------------------------------------------------
01:21:10 [INFO] Running org.eclipse.ditto.internal.models.streaming.StreamedSnapshotTest
01:21:10 Jan 18, 2024 6:21:10 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:21:10 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:21:10 Jan 18, 2024 6:21:10 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:21:10 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:21:11 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.267 s -- in org.eclipse.ditto.internal.models.streaming.StreamedSnapshotTest
01:21:11 [INFO] Running org.eclipse.ditto.internal.models.streaming.BatchedEntityIdWithRevisionsTest
01:21:11 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s -- in org.eclipse.ditto.internal.models.streaming.BatchedEntityIdWithRevisionsTest
01:21:11 [INFO] Running org.eclipse.ditto.internal.models.streaming.SudoStreamPidsTest
01:21:11 Jan 18, 2024 6:21:11 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:21:11 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackEntityId> instead.
01:21:11 Jan 18, 2024 6:21:11 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:21:11 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackEntityId> instead.
01:21:11 Jan 18, 2024 6:21:11 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:21:11 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:21:11 Jan 18, 2024 6:21:11 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:21:11 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:21:11 Jan 18, 2024 6:21:11 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:21:11 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackEntityId> instead.
01:21:11 Jan 18, 2024 6:21:11 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:21:11 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackEntityId> instead.
01:21:11 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s -- in org.eclipse.ditto.internal.models.streaming.SudoStreamPidsTest
01:21:11 [INFO] Running org.eclipse.ditto.internal.models.streaming.SudoStreamSnapshotsTest
01:21:11 Jan 18, 2024 6:21:11 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:21:11 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:21:11 Jan 18, 2024 6:21:11 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:21:11 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:21:11 Jan 18, 2024 6:21:11 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:21:11 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:21:11 Jan 18, 2024 6:21:11 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:21:11 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:21:11 Jan 18, 2024 6:21:11 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:21:11 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:21:11 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.eclipse.ditto.internal.models.streaming.SudoStreamSnapshotsTest
01:21:11 [INFO] 
01:21:11 [INFO] Results:
01:21:11 [INFO] 
01:21:11 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0
01:21:11 [INFO] 
01:21:11 [INFO] 
01:21:11 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-streaming ---
01:21:11 [INFO] 
01:21:11 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-models-streaming ---
01:21:11 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/ditto-internal-models-streaming-0-SNAPSHOT.jar
01:21:11 [INFO] 
01:21:11 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models-streaming ---
01:21:11 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:21:11 [INFO] No previous run data found, generating javadoc.
01:21:13 [WARNING] Javadoc Warnings
01:21:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/src/main/java/org/eclipse/ditto/internal/models/streaming/AbstractEntityIdWithRevision.java:34: warning: no comment
01:21:13 [WARNING] protected AbstractEntityIdWithRevision(final I id, final long revision) {
01:21:13 [WARNING] ^
01:21:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/src/main/java/org/eclipse/ditto/internal/models/streaming/SudoStreamSnapshots.java:122: warning: no @param for dittoHeaders
01:21:13 [WARNING] public static SudoStreamSnapshots fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
01:21:13 [WARNING] ^
01:21:13 [WARNING] 2 warnings
01:21:13 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/ditto-internal-models-streaming-0-SNAPSHOT-javadoc.jar
01:21:13 [INFO] 
01:21:13 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models-streaming ---
01:21:13 [INFO] Tests are skipped.
01:21:13 [INFO] 
01:21:13 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models-streaming ---
01:21:13 [INFO] Tests are skipped.
01:21:13 [INFO] 
01:21:13 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models-streaming ---
01:21:13 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/jacoco.exec
01:21:13 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Models :: Streaming' with 10 classes
01:21:13 [INFO] 
01:21:13 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models-streaming ---
01:21:13 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-streaming/0-SNAPSHOT/ditto-internal-models-streaming-0-SNAPSHOT.pom
01:21:13 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/ditto-internal-models-streaming-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-streaming/0-SNAPSHOT/ditto-internal-models-streaming-0-SNAPSHOT.jar
01:21:13 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/models/streaming/target/ditto-internal-models-streaming-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-streaming/0-SNAPSHOT/ditto-internal-models-streaming-0-SNAPSHOT-javadoc.jar
01:21:13 [INFO] 
01:21:13 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-pekko >------------
01:21:13 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pekko 0-SNAPSHOT  [18/77]
01:21:13 [INFO]   from internal/utils/pekko/pom.xml
01:21:13 [INFO] --------------------------------[ jar ]---------------------------------
01:21:14 [INFO] 
01:21:14 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-pekko ---
01:21:14 [INFO] 
01:21:14 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-pekko ---
01:21:14 [INFO] 
01:21:14 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pekko ---
01:21:14 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/jacoco.exec
01:21:14 [INFO] 
01:21:14 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pekko ---
01:21:14 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:21:14 [WARNING] 
01:21:14 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:21:14 [WARNING] 
01:21:14 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:21:14 [WARNING] 
01:21:14 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:21:14 [INFO] 
01:21:14 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pekko ---
01:21:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/src/main/resources
01:21:14 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:21:14 [INFO] 
01:21:14 [INFO] --- scala:4.8.1:compile (default) @ ditto-internal-utils-pekko ---
01:21:20 [INFO] Compiler bridge file: /home/jenkins/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.13-1.8.0-bin_2.13.12__61.0-1.8.0_20221110T195421.jar
01:21:20 [INFO] Compiler bridge file is not installed yet
01:21:29 warning: 4 deprecations (since 2.12.0)
01:21:29 warning: 1 deprecation (since 2.12.5)
01:21:29 warning: 2 deprecations (since 2.12.9)
01:21:29 warning: 2 deprecations (since 2.13)
01:21:29 warning: 7 deprecations (since 2.13.0)
01:21:29 warning: 1 deprecation (since 2.13.12)
01:21:29 warning: 1 deprecation (since 2.13.4)
01:21:29 warning: 18 deprecations in total; re-run with -deprecation for details
01:21:29 warning: 2 feature warnings; re-run with -feature for details
01:21:29 9 warnings
01:21:29 [INFO] Compiler bridge installed
01:21:29 [INFO] compiling 7 Scala sources and 51 Java sources to /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/classes ...
01:21:30 [WARNING] : 4 deprecations (since 2.13.0); re-run with -deprecation for details
01:21:30 [WARNING] one warning found
01:21:33 [INFO] NoPosition: Note: Some input files use or override a deprecated API.
01:21:33 [INFO] NoPosition: Note: Recompile with -Xlint:deprecation for details.
01:21:34 [INFO] done compiling
01:21:34 [INFO] compile in 16.2 s
01:21:34 [INFO] 
01:21:34 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pekko ---
01:21:34 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT...
01:21:34 [INFO] 
01:21:34 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pekko ---
01:21:34 [INFO] Changes detected - recompiling the module! :dependency
01:21:34 [INFO] Compiling 51 source files with javac [debug target 17] to target/classes
01:21:35 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/src/main/java/org/eclipse/ditto/internal/utils/pekko/controlflow/Filter.java: Some input files use or override a deprecated API.
01:21:35 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/src/main/java/org/eclipse/ditto/internal/utils/pekko/controlflow/Filter.java: Recompile with -Xlint:deprecation for details.
01:21:35 [INFO] 
01:21:35 [INFO] --- scala:4.8.1:compile (compile) @ ditto-internal-utils-pekko ---
01:21:35 [INFO] Compiler bridge file: /home/jenkins/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.13-1.8.0-bin_2.13.12__61.0-1.8.0_20221110T195421.jar
01:21:35 [INFO] compile in 0.2 s
01:21:35 [INFO] 
01:21:35 [INFO] --- compiler:3.11.0:compile (default) @ ditto-internal-utils-pekko ---
01:21:35 [INFO] Changes detected - recompiling the module! :dependency
01:21:35 [INFO] Compiling 51 source files with javac [debug target 17] to target/classes
01:21:36 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/src/main/java/org/eclipse/ditto/internal/utils/pekko/controlflow/Filter.java: Some input files use or override a deprecated API.
01:21:36 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/src/main/java/org/eclipse/ditto/internal/utils/pekko/controlflow/Filter.java: Recompile with -Xlint:deprecation for details.
01:21:36 [INFO] 
01:21:36 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pekko ---
01:21:36 [INFO] Copying 2 resources from src/test/resources to target/test-classes
01:21:36 [INFO] 
01:21:36 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pekko ---
01:21:36 [INFO] Changes detected - recompiling the module! :dependency
01:21:36 [INFO] Compiling 19 source files with javac [debug target 17] to target/test-classes
01:21:37 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/src/test/java/org/eclipse/ditto/internal/utils/pekko/controlflow/MergeSortedAsPairTest.java: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/src/test/java/org/eclipse/ditto/internal/utils/pekko/controlflow/MergeSortedAsPairTest.java uses or overrides a deprecated API.
01:21:37 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/src/test/java/org/eclipse/ditto/internal/utils/pekko/controlflow/MergeSortedAsPairTest.java: Recompile with -Xlint:deprecation for details.
01:21:37 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/src/test/java/org/eclipse/ditto/internal/utils/pekko/controlflow/MergeSortedAsPairTest.java: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/src/test/java/org/eclipse/ditto/internal/utils/pekko/controlflow/MergeSortedAsPairTest.java uses unchecked or unsafe operations.
01:21:37 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/src/test/java/org/eclipse/ditto/internal/utils/pekko/controlflow/MergeSortedAsPairTest.java: Recompile with -Xlint:unchecked for details.
01:21:37 [INFO] 
01:21:37 [INFO] --- scala:4.8.1:testCompile (test-compile) @ ditto-internal-utils-pekko ---
01:21:37 [INFO] Compiler bridge file: /home/jenkins/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.13-1.8.0-bin_2.13.12__61.0-1.8.0_20221110T195421.jar
01:21:37 [INFO] compiling 19 Java sources to /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/test-classes ...
01:21:39 [INFO] NoPosition: Note: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/src/test/java/org/eclipse/ditto/internal/utils/pekko/controlflow/MergeSortedAsPairTest.java uses or overrides a deprecated API.
01:21:39 [INFO] NoPosition: Note: Recompile with -Xlint:deprecation for details.
01:21:39 [INFO] NoPosition: Note: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/src/test/java/org/eclipse/ditto/internal/utils/pekko/controlflow/MergeSortedAsPairTest.java uses unchecked or unsafe operations.
01:21:39 [INFO] NoPosition: Note: Recompile with -Xlint:unchecked for details.
01:21:39 [INFO] done compiling
01:21:39 [INFO] compile in 2.4 s
01:21:39 [INFO] 
01:21:39 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pekko ---
01:21:39 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:21:39 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/surefire-reports
01:21:39 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:21:39 [INFO] 
01:21:39 [INFO] -------------------------------------------------------
01:21:39 [INFO]  T E S T S
01:21:39 [INFO] -------------------------------------------------------
01:21:40 [INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.ImmutableDittoLoggingAdapterTest
01:21:40 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
01:21:42 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.490 s -- in org.eclipse.ditto.internal.utils.pekko.logging.ImmutableDittoLoggingAdapterTest
01:21:42 [INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.DefaultDiagnosticLoggingAdapterTest
01:21:42 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 s -- in org.eclipse.ditto.internal.utils.pekko.logging.DefaultDiagnosticLoggingAdapterTest
01:21:42 [INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.DefaultAutoCloseableSlf4jLoggerTest
01:21:43 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.914 s -- in org.eclipse.ditto.internal.utils.pekko.logging.DefaultAutoCloseableSlf4jLoggerTest
01:21:43 [INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.DefaultMdcEntryTest
01:21:44 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.712 s -- in org.eclipse.ditto.internal.utils.pekko.logging.DefaultMdcEntryTest
01:21:44 [INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.ImmutableDittoLoggerTest
01:21:44 [WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.245 s -- in org.eclipse.ditto.internal.utils.pekko.logging.ImmutableDittoLoggerTest
01:21:44 [INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.DefaultDittoDiagnosticLoggingAdapterTest
01:21:44 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.eclipse.ditto.internal.utils.pekko.logging.DefaultDittoDiagnosticLoggingAdapterTest
01:21:44 [INFO] Running org.eclipse.ditto.internal.utils.pekko.logging.DefaultDittoLoggerTest
01:21:44 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.internal.utils.pekko.logging.DefaultDittoLoggerTest
01:21:44 [INFO] Running org.eclipse.ditto.internal.utils.pekko.streaming.StreamAckTest
01:21:44 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.eclipse.ditto.internal.utils.pekko.streaming.StreamAckTest
01:21:44 [INFO] Running org.eclipse.ditto.internal.utils.pekko.streaming.StreamTriggerTest
01:21:44 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.internal.utils.pekko.streaming.StreamTriggerTest
01:21:44 [INFO] Running org.eclipse.ditto.internal.utils.pekko.controlflow.TransistorTest
01:21:46 [INFO] [01/18/2024 06:21:46.411] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:21:46 [INFO] [01/18/2024 06:21:46.546] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:21:46 [INFO] [01/18/2024 06:21:46.622] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:21:46 [INFO] [01/18/2024 06:21:46.692] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:21:46 [INFO] [01/18/2024 06:21:46.752] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:21:46 [INFO] [01/18/2024 06:21:46.845] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:21:46 [INFO] [01/18/2024 06:21:46.930] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:21:46 [INFO] [01/18/2024 06:21:46.987] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:21:47 [INFO] [01/18/2024 06:21:47.044] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:21:47 [INFO] [01/18/2024 06:21:47.108] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:21:47 [INFO] [01/18/2024 06:21:47.163] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:21:47 [INFO] [01/18/2024 06:21:47.207] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:21:47 [INFO] [01/18/2024 06:21:47.261] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:21:47 [INFO] [01/18/2024 06:21:47.316] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:21:47 [INFO] [01/18/2024 06:21:47.370] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:21:47 [INFO] [01/18/2024 06:21:47.434] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:21:47 [INFO] [01/18/2024 06:21:47.489] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:21:47 [INFO] [01/18/2024 06:21:47.544] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:21:47 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.635 s -- in org.eclipse.ditto.internal.utils.pekko.controlflow.TransistorTest
01:21:47 [INFO] Running org.eclipse.ditto.internal.utils.pekko.controlflow.LazyZipTest
01:21:47 [INFO] [01/18/2024 06:21:47.610] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:21:47 [INFO] [01/18/2024 06:21:47.664] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:21:47 [INFO] [01/18/2024 06:21:47.718] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:21:47 [INFO] [01/18/2024 06:21:47.773] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:21:47 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 s -- in org.eclipse.ditto.internal.utils.pekko.controlflow.LazyZipTest
01:21:47 [INFO] Running org.eclipse.ditto.internal.utils.pekko.controlflow.TimeoutFlowTest
01:21:47 [INFO] [01/18/2024 06:21:47.910] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:21:47 [INFO] [01/18/2024 06:21:47.980] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:21:48 [INFO] [01/18/2024 06:21:48.068] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:21:48 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 s -- in org.eclipse.ditto.internal.utils.pekko.controlflow.TimeoutFlowTest
01:21:48 [INFO] Running org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSourceTest
01:21:48 [INFO] [01/18/2024 06:21:48.267] [default-pekko.actor.default-dispatcher-5] [org.apache.pekko.stream.Log(pekko://default/system/Materializers/StreamSupervisor-26)] [resume-source-errors-flow] Element: FailureWithLookBehind[error=java.lang.IllegalStateException: 1st expected error, finalElements=[2]]
01:21:48 [INFO] [01/18/2024 06:21:48.287] [default-pekko.actor.default-dispatcher-5] [org.apache.pekko.stream.Log(pekko://default/system/Materializers/StreamSupervisor-26)] [resume-source-errors-flow] Element: FailureWithLookBehind[error=java.lang.IllegalStateException: 2nd expected error, finalElements=[2]]
01:21:48 [INFO] [01/18/2024 06:21:48.303] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:21:48 [INFO] [01/18/2024 06:21:48.361] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:21:48 [INFO] [01/18/2024 06:21:48.422] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:21:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.359 s -- in org.eclipse.ditto.internal.utils.pekko.controlflow.ResumeSourceTest
01:21:48 [INFO] Running org.eclipse.ditto.internal.utils.pekko.controlflow.MergeSortedAsPairTest
01:21:49 [INFO] [01/18/2024 06:21:49.177] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:21:49 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.746 s -- in org.eclipse.ditto.internal.utils.pekko.controlflow.MergeSortedAsPairTest
01:21:49 [INFO] Running org.eclipse.ditto.internal.utils.pekko.mailbox.MonitoredUnboundedMailboxTypeTest
01:21:49 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
01:21:49 SLF4J: Defaulting to no-operation (NOP) logger implementation
01:21:49 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
01:21:49 [INFO] [01/18/2024 06:21:49.484] [main] [CoordinatedShutdown(pekko://monitored-unbounded-mailbox-test)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:21:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.308 s -- in org.eclipse.ditto.internal.utils.pekko.mailbox.MonitoredUnboundedMailboxTypeTest
01:21:49 [INFO] 
01:21:49 [INFO] Results:
01:21:49 [INFO] 
01:21:49 [WARNING] Tests run: 121, Failures: 0, Errors: 0, Skipped: 1
01:21:49 [INFO] 
01:21:49 [INFO] 
01:21:49 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pekko ---
01:21:49 [INFO] 
01:21:49 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pekko ---
01:21:49 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT.jar
01:21:49 [INFO] 
01:21:49 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pekko ---
01:21:49 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:21:49 [INFO] No previous run data found, generating javadoc.
01:21:51 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT-javadoc.jar
01:21:51 [INFO] 
01:21:51 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-pekko ---
01:21:51 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT-tests.jar
01:21:51 [INFO] 
01:21:51 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pekko ---
01:21:51 [INFO] Tests are skipped.
01:21:51 [INFO] 
01:21:51 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pekko ---
01:21:51 [INFO] Tests are skipped.
01:21:51 [INFO] 
01:21:51 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pekko ---
01:21:51 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/jacoco.exec
01:21:51 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Pekko' with 85 classes
01:21:51 [INFO] 
01:21:51 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pekko ---
01:21:51 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pekko/0-SNAPSHOT/ditto-internal-utils-pekko-0-SNAPSHOT.pom
01:21:51 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pekko/0-SNAPSHOT/ditto-internal-utils-pekko-0-SNAPSHOT.jar
01:21:51 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pekko/0-SNAPSHOT/ditto-internal-utils-pekko-0-SNAPSHOT-javadoc.jar
01:21:51 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/pekko/target/ditto-internal-utils-pekko-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pekko/0-SNAPSHOT/ditto-internal-utils-pekko-0-SNAPSHOT-tests.jar
01:21:51 [INFO] 
01:21:51 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-health >------------
01:21:51 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Health 0-SNAPSHOT [19/77]
01:21:51 [INFO]   from internal/utils/health/pom.xml
01:21:51 [INFO] --------------------------------[ jar ]---------------------------------
01:21:54 [INFO] 
01:21:54 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-health ---
01:21:54 [INFO] 
01:21:54 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-health ---
01:21:54 [INFO] 
01:21:54 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-health ---
01:21:54 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/jacoco.exec
01:21:54 [INFO] 
01:21:54 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-health ---
01:21:54 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:21:54 [WARNING] 
01:21:54 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:21:54 [WARNING] 
01:21:54 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:21:54 [WARNING] 
01:21:54 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:21:54 [INFO] 
01:21:54 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-health ---
01:21:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/resources
01:21:54 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:21:54 [INFO] 
01:21:54 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-health ---
01:21:54 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT...
01:21:54 [INFO] 
01:21:54 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-health ---
01:21:54 [INFO] Changes detected - recompiling the module! :dependency
01:21:54 [INFO] Compiling 34 source files with javac [debug target 17] to target/classes
01:21:54 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/CompositeCachingHealthCheckingActor.java: /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/CompositeCachingHealthCheckingActor.java uses or overrides a deprecated API.
01:21:54 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/CompositeCachingHealthCheckingActor.java: Recompile with -Xlint:deprecation for details.
01:21:54 [INFO] 
01:21:54 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-health ---
01:21:54 [INFO] Copying 1 resource from src/test/resources to target/test-classes
01:21:54 [INFO] 
01:21:54 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-health ---
01:21:54 [INFO] Changes detected - recompiling the module! :dependency
01:21:54 [INFO] Compiling 11 source files with javac [debug target 17] to target/test-classes
01:21:54 [INFO] 
01:21:54 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-health ---
01:21:54 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:21:54 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/surefire-reports
01:21:54 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:21:54 [INFO] 
01:21:54 [INFO] -------------------------------------------------------
01:21:54 [INFO]  T E S T S
01:21:54 [INFO] -------------------------------------------------------
01:21:55 [INFO] Running org.eclipse.ditto.internal.utils.health.mongo.CurrentMongoStatusTest
01:21:56 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.925 s -- in org.eclipse.ditto.internal.utils.health.mongo.CurrentMongoStatusTest
01:21:56 [INFO] Running org.eclipse.ditto.internal.utils.health.config.DefaultMetricsReporterConfigTest
01:21:57 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.471 s -- in org.eclipse.ditto.internal.utils.health.config.DefaultMetricsReporterConfigTest
01:21:57 [INFO] Running org.eclipse.ditto.internal.utils.health.config.DefaultPersistenceConfigTest
01:21:58 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 s -- in org.eclipse.ditto.internal.utils.health.config.DefaultPersistenceConfigTest
01:21:58 [INFO] Running org.eclipse.ditto.internal.utils.health.config.DefaultBasicHealthCheckConfigTest
01:21:58 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.internal.utils.health.config.DefaultBasicHealthCheckConfigTest
01:21:58 [INFO] Running org.eclipse.ditto.internal.utils.health.ResetHealthEventsTest
01:21:58 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.eclipse.ditto.internal.utils.health.ResetHealthEventsTest
01:21:58 [INFO] Running org.eclipse.ditto.internal.utils.health.HealthCheckingActorOptionsTest
01:21:58 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s -- in org.eclipse.ditto.internal.utils.health.HealthCheckingActorOptionsTest
01:21:58 [INFO] Running org.eclipse.ditto.internal.utils.health.ResetHealthEventsResponseTest
01:21:58 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.internal.utils.health.ResetHealthEventsResponseTest
01:21:58 [INFO] Running org.eclipse.ditto.internal.utils.health.StatusInfoTest
01:21:58 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 s -- in org.eclipse.ditto.internal.utils.health.StatusInfoTest
01:21:58 [INFO] Running org.eclipse.ditto.internal.utils.health.StatusDetailMessageTest
01:21:58 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.internal.utils.health.StatusDetailMessageTest
01:21:58 [INFO] Running org.eclipse.ditto.internal.utils.health.RetrieveHealthResponseTest
01:21:58 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.internal.utils.health.RetrieveHealthResponseTest
01:21:58 [INFO] Running org.eclipse.ditto.internal.utils.health.RetrieveHealthTest
01:21:58 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.internal.utils.health.RetrieveHealthTest
01:21:58 [INFO] 
01:21:58 [INFO] Results:
01:21:58 [INFO] 
01:21:58 [INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0
01:21:58 [INFO] 
01:21:58 [INFO] 
01:21:58 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-health ---
01:21:58 [INFO] 
01:21:58 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-health ---
01:21:58 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/ditto-internal-utils-health-0-SNAPSHOT.jar
01:21:58 [INFO] 
01:21:58 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-health ---
01:21:58 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:21:58 [INFO] No previous run data found, generating javadoc.
01:22:01 [WARNING] Javadoc Warnings
01:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/package-info.java:14: warning: no comment
01:22:01 [WARNING] package org.eclipse.ditto.internal.utils.health;
01:22:01 [WARNING] ^
01:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/config/package-info.java:14: warning: no comment
01:22:01 [WARNING] package org.eclipse.ditto.internal.utils.health.config;
01:22:01 [WARNING] ^
01:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/AbstractBackgroundStreamingActorWithConfigWithStatusReport.java:337: warning: no @param for events
01:22:01 [WARNING] protected StatusDetailMessage.Level getMostSevereLevelFromEvents(final Deque<Pair<Instant, Event>> events) {
01:22:01 [WARNING] ^
01:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/AbstractBackgroundStreamingActorWithConfigWithStatusReport.java:239: warning: no comment
01:22:01 [WARNING] protected Stream<Pair<Instant, Event>> getEventStream() {
01:22:01 [WARNING] ^
01:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/AbstractBackgroundStreamingActorWithConfigWithStatusReport.java:251: warning: no comment
01:22:01 [WARNING] protected void shutdownStream(final Shutdown shutdown) {
01:22:01 [WARNING] ^
01:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/AbstractBackgroundStreamingActorWithConfigWithStatusReport.java:376: warning: no comment
01:22:01 [WARNING] default StatusDetailMessage.Level level() {
01:22:01 [WARNING] ^
01:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/AbstractBackgroundStreamingActorWithConfigWithStatusReport.java:374: warning: no comment
01:22:01 [WARNING] String name();
01:22:01 [WARNING] ^
01:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/AbstractHealthCheckingActor.java:35: warning: no comment
01:22:01 [WARNING] protected final DiagnosticLoggingAdapter log = DittoLoggerFactory.getDiagnosticLoggingAdapter(this);
01:22:01 [WARNING] ^
01:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/AbstractHealthCheckingActor.java:72: warning: no comment
01:22:01 [WARNING] public final StatusInfo getHealth() {
01:22:01 [WARNING] ^
01:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/StatusDetailMessage.java:95: warning: no comment
01:22:01 [WARNING] public Level getLevel() {
01:22:01 [WARNING] ^
01:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/StatusDetailMessage.java:99: warning: no comment
01:22:01 [WARNING] public JsonValue getMessage() {
01:22:01 [WARNING] ^
01:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/StatusDetailMessage.java:55: warning: no comment
01:22:01 [WARNING] public static StatusDetailMessage of(final Level level, final String message) {
01:22:01 [WARNING] ^
01:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/StatusDetailMessage.java:59: warning: no comment
01:22:01 [WARNING] public static StatusDetailMessage of(final Level level, final JsonValue message) {
01:22:01 [WARNING] ^
01:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/StatusDetailMessage.java:63: warning: no comment
01:22:01 [WARNING] public static StatusDetailMessage warn(@Nullable final Throwable throwable) {
01:22:01 [WARNING] ^
01:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/StatusDetailMessage.java:42: warning: no comment
01:22:01 [WARNING] ERROR;
01:22:01 [WARNING] ^
01:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/StatusDetailMessage.java:40: warning: no comment
01:22:01 [WARNING] INFO,
01:22:01 [WARNING] ^
01:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/StatusDetailMessage.java:41: warning: no comment
01:22:01 [WARNING] WARN,
01:22:01 [WARNING] ^
01:22:01 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/src/main/java/org/eclipse/ditto/internal/utils/health/StatusDetailMessage.java:44: warning: no comment
01:22:01 [WARNING] public static final Level DEFAULT = INFO;
01:22:01 [WARNING] ^
01:22:01 [WARNING] 18 warnings
01:22:01 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/ditto-internal-utils-health-0-SNAPSHOT-javadoc.jar
01:22:01 [INFO] 
01:22:01 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-health ---
01:22:01 [INFO] Tests are skipped.
01:22:01 [INFO] 
01:22:01 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-health ---
01:22:01 [INFO] Tests are skipped.
01:22:01 [INFO] 
01:22:01 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-health ---
01:22:01 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/jacoco.exec
01:22:01 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Health' with 34 classes
01:22:01 [INFO] 
01:22:01 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-health ---
01:22:01 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-health/0-SNAPSHOT/ditto-internal-utils-health-0-SNAPSHOT.pom
01:22:01 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/ditto-internal-utils-health-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-health/0-SNAPSHOT/ditto-internal-utils-health-0-SNAPSHOT.jar
01:22:01 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/health/target/ditto-internal-utils-health-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-health/0-SNAPSHOT/ditto-internal-utils-health-0-SNAPSHOT-javadoc.jar
01:22:01 [INFO] 
01:22:01 [INFO] -----------------< org.eclipse.ditto:ditto-json-cbor >------------------
01:22:01 [INFO] Building Eclipse Ditto :: JSON CBOR 0-SNAPSHOT                   [20/77]
01:22:01 [INFO]   from json-cbor/pom.xml
01:22:01 [INFO] -------------------------------[ bundle ]-------------------------------
01:22:03 [INFO] 
01:22:03 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-json-cbor ---
01:22:03 [INFO] 
01:22:03 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-json-cbor ---
01:22:03 [INFO] 
01:22:03 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-json-cbor ---
01:22:03 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
01:22:03 [INFO] 
01:22:03 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-json-cbor ---
01:22:03 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/jacoco.exec
01:22:03 [INFO] 
01:22:03 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-json-cbor ---
01:22:03 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:22:03 [WARNING] 
01:22:03 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:22:03 [WARNING] 
01:22:03 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:22:03 [WARNING] 
01:22:03 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:22:03 [INFO] 
01:22:03 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-json-cbor ---
01:22:03 [INFO] Copying 1 resource from src/main/resources to target/classes
01:22:03 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:22:03 [INFO] 
01:22:03 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-json-cbor ---
01:22:03 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-json-cbor:bundle:0-SNAPSHOT...
01:22:03 [INFO] 
01:22:03 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-json-cbor ---
01:22:03 [INFO] Changes detected - recompiling the module! :dependency
01:22:03 [INFO] Compiling 6 source files with javac [debug target 1.8] to target/classes
01:22:03 [WARNING] bootstrap class path not set in conjunction with -source 8
01:22:03 [INFO] /home/jenkins/agent/workspace/ditto-ci/json-cbor/src/main/java/org/eclipse/ditto/json/cbor/JacksonCborFactory.java: /home/jenkins/agent/workspace/ditto-ci/json-cbor/src/main/java/org/eclipse/ditto/json/cbor/JacksonCborFactory.java uses or overrides a deprecated API.
01:22:03 [INFO] /home/jenkins/agent/workspace/ditto-ci/json-cbor/src/main/java/org/eclipse/ditto/json/cbor/JacksonCborFactory.java: Recompile with -Xlint:deprecation for details.
01:22:03 [INFO] 
01:22:03 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-json-cbor ---
01:22:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/json-cbor/src/test/resources
01:22:03 [INFO] 
01:22:03 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-json-cbor ---
01:22:03 [INFO] Changes detected - recompiling the module! :dependency
01:22:03 [INFO] Compiling 9 source files with javac [debug target 1.8] to target/test-classes
01:22:03 [WARNING] bootstrap class path not set in conjunction with -source 8
01:22:03 [INFO] 
01:22:03 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-json-cbor ---
01:22:03 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:22:03 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/surefire-reports
01:22:03 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:22:03 [INFO] 
01:22:03 [INFO] -------------------------------------------------------
01:22:03 [INFO]  T E S T S
01:22:03 [INFO] -------------------------------------------------------
01:22:04 [INFO] Running org.eclipse.ditto.json.cbor.BinaryToHexConverterTest
01:22:04 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 s -- in org.eclipse.ditto.json.cbor.BinaryToHexConverterTest
01:22:04 [INFO] Running org.eclipse.ditto.json.cbor.CborIllegalValuesTest
01:22:04 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 s -- in org.eclipse.ditto.json.cbor.CborIllegalValuesTest
01:22:04 [INFO] Running org.eclipse.ditto.json.cbor.SerializationRoundTripTest
01:22:04 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.ditto.json.cbor.SerializationRoundTripTest
01:22:04 [INFO] Running org.eclipse.ditto.json.cbor.ByteBufferInputStreamTest
01:22:04 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.json.cbor.ByteBufferInputStreamTest
01:22:04 [INFO] Running org.eclipse.ditto.json.cbor.ByteBufferOutputStreamTest
01:22:04 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.json.cbor.ByteBufferOutputStreamTest
01:22:04 [INFO] Running org.eclipse.ditto.json.cbor.CborJsonTest
01:22:04 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.eclipse.ditto.json.cbor.CborJsonTest
01:22:04 [INFO] Running org.eclipse.ditto.json.cbor.JacksonCborFactoryTest
01:22:05 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.json.cbor.JacksonCborFactoryTest
01:22:05 [INFO] 
01:22:05 [INFO] Results:
01:22:05 [INFO] 
01:22:05 [INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0
01:22:05 [INFO] 
01:22:05 [INFO] 
01:22:05 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-json-cbor ---
01:22:05 [INFO] 
01:22:05 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-json-cbor ---
01:22:05 [WARNING] Include-Resource: overriding META-INF/services/org.eclipse.ditto.json.CborFactory=src/main/resources/META-INF/services/org.eclipse.ditto.json.CborFactory with META-INF=/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/classes/META-INF (add {maven-resources} if you want to include the maven resources)
01:22:05 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT.jar
01:22:05 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/classes/META-INF/MANIFEST.MF
01:22:05 [INFO] 
01:22:05 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-json-cbor ---
01:22:05 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:22:05 [INFO] No previous run data found, generating javadoc.
01:22:06 [WARNING] Javadoc Warnings
01:22:06 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json-cbor/src/main/java/org/eclipse/ditto/json/cbor/BinaryToHexConverter.java:56: warning: no @throws for java.io.IOException
01:22:06 [WARNING] public static String toHexString(final byte[] array) throws IOException {
01:22:06 [WARNING] ^
01:22:06 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json-cbor/src/main/java/org/eclipse/ditto/json/cbor/BinaryToHexConverter.java:66: warning: no @throws for java.io.IOException
01:22:06 [WARNING] public static String toHexString(final ByteBuffer byteBuffer) throws IOException {
01:22:06 [WARNING] ^
01:22:06 [WARNING] /home/jenkins/agent/workspace/ditto-ci/json-cbor/src/main/java/org/eclipse/ditto/json/cbor/BinaryToHexConverter.java:76: warning: no @throws for java.io.IOException
01:22:06 [WARNING] public static String toHexString(final InputStream inputStream) throws IOException {
01:22:06 [WARNING] ^
01:22:06 [WARNING] 3 warnings
01:22:06 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT-javadoc.jar
01:22:06 [INFO] 
01:22:06 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-json-cbor ---
01:22:06 [INFO] Tests are skipped.
01:22:06 [INFO] 
01:22:06 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-json-cbor ---
01:22:06 [INFO] Tests are skipped.
01:22:06 [INFO] 
01:22:06 [INFO] --- jacoco:0.8.10:report (report) @ ditto-json-cbor ---
01:22:06 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/jacoco.exec
01:22:06 [INFO] Analyzed bundle 'Eclipse Ditto :: JSON CBOR' with 6 classes
01:22:06 [INFO] 
01:22:06 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-json-cbor ---
01:22:06 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/japicmp/japicmp.diff'.
01:22:06 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/japicmp/japicmp.xml'.
01:22:06 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/json-cbor/target/japicmp/japicmp.html'.
01:22:06 [INFO] 
01:22:06 [INFO] --- install:3.1.1:install (default-install) @ ditto-json-cbor ---
01:22:06 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/json-cbor/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-json-cbor/0-SNAPSHOT/ditto-json-cbor-0-SNAPSHOT.pom
01:22:06 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-json-cbor/0-SNAPSHOT/ditto-json-cbor-0-SNAPSHOT.jar
01:22:06 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/json-cbor/target/ditto-json-cbor-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-json-cbor/0-SNAPSHOT/ditto-json-cbor-0-SNAPSHOT-javadoc.jar
01:22:06 [INFO] 
01:22:06 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-json-cbor ---
01:22:06 [INFO] Installing org/eclipse/ditto/ditto-json-cbor/0-SNAPSHOT/ditto-json-cbor-0-SNAPSHOT.jar
01:22:06 [INFO] Writing OBR metadata
01:22:06 [INFO] 
01:22:06 [INFO] ------------------< org.eclipse.ditto:ditto-policies >------------------
01:22:06 [INFO] Building Eclipse Ditto :: Policies 0-SNAPSHOT                    [21/77]
01:22:06 [INFO]   from policies/pom.xml
01:22:06 [INFO] --------------------------------[ pom ]---------------------------------
01:22:06 [INFO] 
01:22:06 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-policies ---
01:22:06 [INFO] 
01:22:06 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-policies ---
01:22:06 [INFO] 
01:22:06 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies ---
01:22:06 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/policies/target/jacoco.exec
01:22:06 [INFO] 
01:22:06 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies ---
01:22:06 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:22:06 [INFO] The goal is skip due to packaging 'pom'
01:22:06 [INFO] 
01:22:06 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies ---
01:22:06 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies:pom:0-SNAPSHOT...
01:22:06 [INFO] 
01:22:06 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies ---
01:22:06 [INFO] 
01:22:06 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies ---
01:22:06 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
01:22:06 [INFO] 
01:22:06 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies ---
01:22:06 [INFO] Tests are skipped.
01:22:06 [INFO] 
01:22:06 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies ---
01:22:06 [INFO] Tests are skipped.
01:22:06 [INFO] 
01:22:06 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies ---
01:22:06 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:22:06 [INFO] 
01:22:06 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies ---
01:22:06 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/policies/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies/0-SNAPSHOT/ditto-policies-0-SNAPSHOT.pom
01:22:06 [INFO] 
01:22:06 [INFO] ---------------< org.eclipse.ditto:ditto-policies-model >---------------
01:22:06 [INFO] Building Eclipse Ditto :: Policies :: Model 0-SNAPSHOT           [22/77]
01:22:06 [INFO]   from policies/model/pom.xml
01:22:06 [INFO] -------------------------------[ bundle ]-------------------------------
01:22:10 [INFO] 
01:22:10 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-policies-model ---
01:22:10 [INFO] 
01:22:10 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-policies-model ---
01:22:10 [INFO] 
01:22:10 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-model ---
01:22:10 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
01:22:10 [INFO] 
01:22:10 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-model ---
01:22:10 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/policies/model/target/jacoco.exec
01:22:10 [INFO] 
01:22:10 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-model ---
01:22:10 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:22:10 [WARNING] 
01:22:10 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:22:10 [WARNING] 
01:22:10 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:22:10 [WARNING] 
01:22:10 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/policies/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:22:10 [INFO] 
01:22:10 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-model ---
01:22:10 [INFO] Copying 0 resource from src/main/resources to target/classes
01:22:10 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:22:10 [INFO] 
01:22:10 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-model ---
01:22:10 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-model:bundle:0-SNAPSHOT...
01:22:10 [INFO] 
01:22:10 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-model ---
01:22:10 [INFO] Changes detected - recompiling the module! :dependency
01:22:10 [INFO] Compiling 224 source files with javac [debug target 1.8] to target/classes
01:22:13 [WARNING] bootstrap class path not set in conjunction with -source 8
01:22:13 [INFO] 
01:22:13 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-model ---
01:22:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/policies/model/src/test/resources
01:22:13 [INFO] 
01:22:13 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-model ---
01:22:13 [INFO] Changes detected - recompiling the module! :dependency
01:22:13 [INFO] Compiling 235 source files with javac [debug target 1.8] to target/test-classes
01:22:18 [WARNING] bootstrap class path not set in conjunction with -source 8
01:22:18 [INFO] 
01:22:18 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-model ---
01:22:18 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:22:18 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/surefire-reports
01:22:18 [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
01:22:19 [INFO] 
01:22:19 [INFO] -------------------------------------------------------
01:22:19 [INFO]  T E S T S
01:22:19 [INFO] -------------------------------------------------------
01:22:21 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.PolicyResourceTest
01:22:21 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 s -- in org.eclipse.ditto.policies.model.signals.commands.PolicyResourceTest
01:22:21 [INFO] Running org.eclipse.ditto.policies.model.enforcers.testbench.TreeBasedPolicyAlgorithmTest
01:22:21 Jan 18, 2024 6:22:21 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:22:21 WARNING: Could not find implementation for entity ID with type <thing>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackNamespacedEntityId> instead.
01:22:21 [INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.351 s -- in org.eclipse.ditto.policies.model.enforcers.testbench.TreeBasedPolicyAlgorithmTest
01:22:21 [INFO] Running org.eclipse.ditto.policies.model.enforcers.testbench.TrieBasedPolicyAlgorithmTest
01:22:22 [INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 s -- in org.eclipse.ditto.policies.model.enforcers.testbench.TrieBasedPolicyAlgorithmTest
01:22:22 [INFO] Running org.eclipse.ditto.policies.model.enforcers.tree.ResourceNodeTest
01:22:23 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.019 s -- in org.eclipse.ditto.policies.model.enforcers.tree.ResourceNodeTest
01:22:23 [INFO] Running org.eclipse.ditto.policies.model.enforcers.tree.EffectedResourcesTest
01:22:23 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.380 s -- in org.eclipse.ditto.policies.model.enforcers.tree.EffectedResourcesTest
01:22:23 [INFO] Running org.eclipse.ditto.policies.model.enforcers.tree.TreeBasedPolicyEnforcerTest
01:22:23 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.policies.model.enforcers.tree.TreeBasedPolicyEnforcerTest
01:22:23 [INFO] Running org.eclipse.ditto.policies.model.enforcers.tree.SubjectNodeTest
01:22:23 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.policies.model.enforcers.tree.SubjectNodeTest
01:22:23 [INFO] Running org.eclipse.ditto.policies.model.enforcers.tree.WeightedPermissionTest
01:22:23 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.policies.model.enforcers.tree.WeightedPermissionTest
01:22:23 [INFO] Running org.eclipse.ditto.policies.model.enforcers.tree.PointerLocationEvaluatorTest
01:22:23 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.policies.model.enforcers.tree.PointerLocationEvaluatorTest
01:22:23 [INFO] Running org.eclipse.ditto.policies.model.enforcers.trie.PermissionSubjectsMapTest
01:22:23 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s -- in org.eclipse.ditto.policies.model.enforcers.trie.PermissionSubjectsMapTest
01:22:23 [INFO] Running org.eclipse.ditto.policies.model.enforcers.trie.GrantRevokeIndexTest
01:22:23 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.policies.model.enforcers.trie.GrantRevokeIndexTest
01:22:23 [INFO] Running org.eclipse.ditto.policies.model.enforcers.trie.PolicyTrieTest
01:22:23 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.policies.model.enforcers.trie.PolicyTrieTest
01:22:23 [INFO] Running org.eclipse.ditto.policies.model.enforcers.trie.TrieBasedPolicyEnforcerTest
01:22:23 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.enforcers.trie.TrieBasedPolicyEnforcerTest
01:22:23 [INFO] Running org.eclipse.ditto.policies.model.enforcers.DefaultEffectedSubjectsTest
01:22:23 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.ditto.policies.model.enforcers.DefaultEffectedSubjectsTest
01:22:23 [INFO] Running org.eclipse.ditto.policies.model.ImmutableResourcesTest
01:22:23 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.eclipse.ditto.policies.model.ImmutableResourcesTest
01:22:23 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntryResponseTest
01:22:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntryResponseTest
01:22:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.CreatePolicyTest
01:22:24 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.CreatePolicyTest
01:22:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyResponseTest
01:22:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyResponseTest
01:22:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeleteResourceTest
01:22:24 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeleteResourceTest
01:22:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectsResponseTest
01:22:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectsResponseTest
01:22:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyTest
01:22:24 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyTest
01:22:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntriesResponseTest
01:22:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntriesResponseTest
01:22:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeleteSubjectTest
01:22:24 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeleteSubjectTest
01:22:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourceTest
01:22:24 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourceTest
01:22:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourceResponseTest
01:22:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourceResponseTest
01:22:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyResponseTest
01:22:24 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyResponseTest
01:22:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportResponseTest
01:22:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportResponseTest
01:22:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportsTest
01:22:24 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportsTest
01:22:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntryTest
01:22:24 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntryTest
01:22:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportsResponseTest
01:22:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportsResponseTest
01:22:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyImportTest
01:22:24 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyImportTest
01:22:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectsTest
01:22:24 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectsTest
01:22:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeleteSubjectResponseTest
01:22:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeleteSubjectResponseTest
01:22:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.CreatePolicyResponseTest
01:22:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.CreatePolicyResponseTest
01:22:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportTest
01:22:24 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyImportTest
01:22:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectResponseTest
01:22:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectResponseTest
01:22:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyEntryResponseTest
01:22:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyEntryResponseTest
01:22:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeleteResourceResponseTest
01:22:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeleteResourceResponseTest
01:22:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourcesResponseTest
01:22:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourcesResponseTest
01:22:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectTest
01:22:24 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifySubjectTest
01:22:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyTest
01:22:24 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyTest
01:22:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourcesTest
01:22:24 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyResourcesTest
01:22:24 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyImportResponseTest
01:22:25 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyImportResponseTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntriesTest
01:22:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.ModifyPolicyEntriesTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyEntryTest
01:22:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.policies.model.signals.commands.modify.DeletePolicyEntryTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.actions.DeactivateTokenIntegrationResponseTest
01:22:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.eclipse.ditto.policies.model.signals.commands.actions.DeactivateTokenIntegrationResponseTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.actions.DeactivateTokenIntegrationTest
01:22:25 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.policies.model.signals.commands.actions.DeactivateTokenIntegrationTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.actions.TopLevelPolicyActionCommandResponseTest
01:22:25 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.policies.model.signals.commands.actions.TopLevelPolicyActionCommandResponseTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.actions.ActivateTokenIntegrationResponseTest
01:22:25 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.eclipse.ditto.policies.model.signals.commands.actions.ActivateTokenIntegrationResponseTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.actions.ActivateTokenIntegrationTest
01:22:25 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.policies.model.signals.commands.actions.ActivateTokenIntegrationTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.actions.TopLevelPolicyActionCommandTest
01:22:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.eclipse.ditto.policies.model.signals.commands.actions.TopLevelPolicyActionCommandTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourcesTest
01:22:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourcesTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntryTest
01:22:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntryTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectResponseTest
01:22:25 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectResponseTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportsTest
01:22:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportsTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntryResponseTest
01:22:25 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntryResponseTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectsTest
01:22:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectsTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourceTest
01:22:25 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourceTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourcesResponseTest
01:22:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourcesResponseTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourceResponseTest
01:22:25 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveResourceResponseTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyTest
01:22:25 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectsResponseTest
01:22:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectsResponseTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntriesResponseTest
01:22:25 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntriesResponseTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntriesTest
01:22:25 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyEntriesTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportTest
01:22:25 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportResponseTest
01:22:25 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportResponseTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectTest
01:22:25 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrieveSubjectTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyResponseTest
01:22:25 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyResponseTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportsResponseTest
01:22:25 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.eclipse.ditto.policies.model.signals.commands.query.RetrievePolicyImportsResponseTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyEntryModificationInvalidExceptionTest
01:22:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyEntryModificationInvalidExceptionTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyCommandToModifyExceptionRegistryTest
01:22:25 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyCommandToModifyExceptionRegistryTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyModificationInvalidExceptionTest
01:22:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyModificationInvalidExceptionTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.SubjectNotModifiableExceptionTest
01:22:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.SubjectNotModifiableExceptionTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.ResourcesNotModifiableExceptionTest
01:22:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.ResourcesNotModifiableExceptionTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyTooManyModifyingRequestsExceptionTest
01:22:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyTooManyModifyingRequestsExceptionTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyCommandToAccessExceptionRegistryTest
01:22:25 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyCommandToAccessExceptionRegistryTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyEntryNotModifiableExceptionTest
01:22:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyEntryNotModifiableExceptionTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyConflictExceptionTest
01:22:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyConflictExceptionTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.SubjectNotAccessibleExceptionTest
01:22:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.SubjectNotAccessibleExceptionTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyEntryNotAccessibleExceptionTest
01:22:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyEntryNotAccessibleExceptionTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyPreconditionNotModifiedExceptionTest
01:22:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyPreconditionNotModifiedExceptionTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyUnavailableExceptionTest
01:22:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyUnavailableExceptionTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.SubjectsNotModifiableExceptionTest
01:22:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.SubjectsNotModifiableExceptionTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyPreconditionFailedExceptionTest
01:22:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyPreconditionFailedExceptionTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyIdNotExplicitlySettableExceptionTest
01:22:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyIdNotExplicitlySettableExceptionTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyNotCreatableExceptionTest
01:22:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyNotCreatableExceptionTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyNotModifiableExceptionTest
01:22:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyNotModifiableExceptionTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.ResourceNotModifiableExceptionTest
01:22:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.ResourceNotModifiableExceptionTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.ResourceNotAccessibleExceptionTest
01:22:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.ResourceNotAccessibleExceptionTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyNotAccessibleExceptionTest
01:22:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.signals.commands.exceptions.PolicyNotAccessibleExceptionTest
01:22:25 [INFO] Running org.eclipse.ditto.policies.model.signals.commands.PolicyErrorResponseTest
01:22:26 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.ditto.policies.model.signals.commands.PolicyErrorResponseTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyCreatedTest
01:22:26 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyCreatedTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.signals.events.ResourceCreatedTest
01:22:26 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.policies.model.signals.events.ResourceCreatedTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyImportModifiedTest
01:22:26 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyImportModifiedTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyImportDeletedTest
01:22:26 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyImportDeletedTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyImportsModifiedTest
01:22:26 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyImportsModifiedTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyDeletedTest
01:22:26 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyDeletedTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.signals.events.SubjectDeletedTest
01:22:26 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.policies.model.signals.events.SubjectDeletedTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.signals.events.SubjectCreatedTest
01:22:26 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.policies.model.signals.events.SubjectCreatedTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.signals.events.ResourcesModifiedTest
01:22:26 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.policies.model.signals.events.ResourcesModifiedTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.signals.events.SubjectsModifiedPartiallyTest
01:22:26 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.policies.model.signals.events.SubjectsModifiedPartiallyTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyEntryDeletedTest
01:22:26 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyEntryDeletedTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.signals.events.ResourceModifiedTest
01:22:26 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.policies.model.signals.events.ResourceModifiedTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyEntriesModifiedTest
01:22:26 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyEntriesModifiedTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyImportCreatedTest
01:22:26 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyImportCreatedTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.signals.events.ResourceDeletedTest
01:22:26 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.policies.model.signals.events.ResourceDeletedTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.signals.events.SubjectModifiedTest
01:22:26 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.policies.model.signals.events.SubjectModifiedTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.signals.events.SubjectsModifiedTest
01:22:26 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.ditto.policies.model.signals.events.SubjectsModifiedTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.signals.events.SubjectsDeletedPartiallyTest
01:22:26 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.policies.model.signals.events.SubjectsDeletedPartiallyTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyEntryCreatedTest
01:22:26 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyEntryCreatedTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyModifiedTest
01:22:26 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyModifiedTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.signals.events.PolicyEntryModifiedTest
01:22:26 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.policies.model.signals.events.PolicyEntryModifiedTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.signals.announcements.SubjectDeletionAnnouncementTest
01:22:26 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.policies.model.signals.announcements.SubjectDeletionAnnouncementTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.ImmutablePolicyEntryTest
01:22:26 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.policies.model.ImmutablePolicyEntryTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectIssuerTest
01:22:26 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectIssuerTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.ImmutableEffectedImportsTest
01:22:26 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.policies.model.ImmutableEffectedImportsTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.ImmutablePolicyTest
01:22:26 [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.ditto.policies.model.ImmutablePolicyTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.ImmutablePolicyImportsTest
01:22:26 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.policies.model.ImmutablePolicyImportsTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.ImmutablePolicyImportTest
01:22:26 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.policies.model.ImmutablePolicyImportTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.ImmutableResourceKeyTest
01:22:26 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.policies.model.ImmutableResourceKeyTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.ImmutablePolicyBuilderTest
01:22:26 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.policies.model.ImmutablePolicyBuilderTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectIdTest
01:22:26 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectIdTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.PolicyIdTest
01:22:26 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.ditto.policies.model.PolicyIdTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.ImmutablePermissionsTest
01:22:26 [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.004 s -- in org.eclipse.ditto.policies.model.ImmutablePermissionsTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.PoliciesResourceTypeTest
01:22:26 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.policies.model.PoliciesResourceTypeTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectTypeTest
01:22:26 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectTypeTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectExpiryTest
01:22:26 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectExpiryTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.PoliciesModelFactoryTest
01:22:26 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.policies.model.PoliciesModelFactoryTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.ImmutableImportedLabelsTest
01:22:26 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.policies.model.ImmutableImportedLabelsTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectTest
01:22:26 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.ImmutableResourceTest
01:22:26 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.policies.model.ImmutableResourceTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.ImmutablePolicyRevisionTest
01:22:26 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.ditto.policies.model.ImmutablePolicyRevisionTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.ImmutableLabelTest
01:22:26 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.policies.model.ImmutableLabelTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectsTest
01:22:26 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectsTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.ImmutableImportedLabelTest
01:22:26 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.policies.model.ImmutableImportedLabelTest
01:22:26 [INFO] Running org.eclipse.ditto.policies.model.ImmutableSubjectAnnouncementTest
01:22:27 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 s -- in org.eclipse.ditto.policies.model.ImmutableSubjectAnnouncementTest
01:22:27 [INFO] Running org.eclipse.ditto.policies.model.ImmutableEffectedPermissionsTest
01:22:27 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.policies.model.ImmutableEffectedPermissionsTest
01:22:27 [INFO] Running org.eclipse.ditto.policies.model.PolicyImporterTest
01:22:27 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.policies.model.PolicyImporterTest
01:22:27 [INFO] 
01:22:27 [INFO] Results:
01:22:27 [INFO] 
01:22:27 [WARNING] Tests run: 925, Failures: 0, Errors: 0, Skipped: 1
01:22:27 [INFO] 
01:22:27 [INFO] 
01:22:27 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-model ---
01:22:27 [INFO] 
01:22:27 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-policies-model ---
01:22:27 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT.jar
01:22:27 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/classes/META-INF/MANIFEST.MF
01:22:27 [INFO] 
01:22:27 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-model ---
01:22:27 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:22:27 [INFO] No previous run data found, generating javadoc.
01:22:34 [WARNING] Javadoc Warnings
01:22:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/announcements/package-info.java:14: warning: no comment
01:22:34 [WARNING] package org.eclipse.ditto.policies.model.signals.announcements;
01:22:34 [WARNING] ^
01:22:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/package-info.java:14: warning: no comment
01:22:34 [WARNING] package org.eclipse.ditto.policies.model.signals.commands;
01:22:34 [WARNING] ^
01:22:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/actions/package-info.java:14: warning: no comment
01:22:34 [WARNING] package org.eclipse.ditto.policies.model.signals.commands.actions;
01:22:34 [WARNING] ^
01:22:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/exceptions/package-info.java:14: warning: no comment
01:22:34 [WARNING] package org.eclipse.ditto.policies.model.signals.commands.exceptions;
01:22:34 [WARNING] ^
01:22:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/modify/package-info.java:14: warning: no comment
01:22:34 [WARNING] package org.eclipse.ditto.policies.model.signals.commands.modify;
01:22:34 [WARNING] ^
01:22:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/query/package-info.java:14: warning: no comment
01:22:34 [WARNING] package org.eclipse.ditto.policies.model.signals.commands.query;
01:22:34 [WARNING] ^
01:22:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/events/package-info.java:14: warning: no comment
01:22:34 [WARNING] package org.eclipse.ditto.policies.model.signals.events;
01:22:34 [WARNING] ^
01:22:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/AbstractPolicyBuilderLabelScoped.java:31: warning: no comment
01:22:34 [WARNING] protected AbstractPolicyBuilderLabelScoped(final PolicyBuilder delegate,
01:22:34 [WARNING] ^
01:22:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/actions/ActivateTokenIntegration.java:142: warning: no @param for subjectAnnouncement
01:22:34 [WARNING] public static ActivateTokenIntegration of(final PolicyId policyId, final Label label,
01:22:34 [WARNING] ^
01:22:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/modify/DeletePolicyImportResponse.java:108: warning: no @param for httpStatus
01:22:34 [WARNING] public static DeletePolicyImportResponse newInstance(final PolicyId policyId, final PolicyId importedPolicyId,
01:22:34 [WARNING] ^
01:22:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/ImportableType.java:46: warning: no comment
01:22:34 [WARNING] public String getName() {
01:22:34 [WARNING] ^
01:22:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/PoliciesModelFactory.java:46: warning: no comment
01:22:34 [WARNING] public static final int DITTO_LIMITS_POLICY_IMPORTS_LIMIT = Integer.parseInt(System.getProperty("ditto.limits.policy.imports-limit", "10"));
01:22:34 [WARNING] ^
01:22:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/Policy.java:441: warning: no comment
01:22:34 [WARNING] default CompletionStage<Policy> withResolvedImports(
01:22:34 [WARNING] ^
01:22:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/events/PolicyEntriesModified.java:62: warning: no comment
01:22:34 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_ENTRIES =
01:22:34 [WARNING] ^
01:22:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/events/PolicyEntryCreated.java:60: warning: no comment
01:22:34 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_ENTRY =
01:22:34 [WARNING] ^
01:22:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyErrorResponse.java:126: warning: no comment
01:22:34 [WARNING] public static PolicyErrorResponse fromJson(final String jsonString, final DittoHeaders dittoHeaders) {
01:22:34 [WARNING] ^
01:22:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyErrorResponse.java:133: warning: no comment
01:22:34 [WARNING] public static PolicyErrorResponse fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
01:22:34 [WARNING] ^
01:22:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/events/PolicyImportCreated.java:62: warning: no comment
01:22:34 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_IMPORT =
01:22:34 [WARNING] ^
01:22:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/events/PolicyImportsModified.java:62: warning: no comment
01:22:34 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_POLICY_IMPORTS =
01:22:34 [WARNING] ^
01:22:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyImportsValidator.java:37: warning: no comment
01:22:34 [WARNING] public static PolicyImport validatePolicyImport(final PolicyId importingPolicyId, final PolicyImport policyImport) {
01:22:34 [WARNING] ^
01:22:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyImportsValidator.java:30: warning: no comment
01:22:34 [WARNING] public static PolicyImports validatePolicyImports(@Nullable final PolicyId importingPolicyId, final PolicyImports policyImports) {
01:22:34 [WARNING] ^
01:22:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyResource.java:32: warning: no comment
01:22:34 [WARNING] POLICY,
01:22:34 [WARNING] ^
01:22:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyResource.java:35: warning: no comment
01:22:34 [WARNING] POLICY_ENTRIES,
01:22:34 [WARNING] ^
01:22:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyResource.java:36: warning: no comment
01:22:34 [WARNING] POLICY_ENTRY,
01:22:34 [WARNING] ^
01:22:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyResource.java:38: warning: no comment
01:22:34 [WARNING] POLICY_ENTRY_RESOURCE,
01:22:34 [WARNING] ^
01:22:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyResource.java:37: warning: no comment
01:22:34 [WARNING] POLICY_ENTRY_RESOURCES,
01:22:34 [WARNING] ^
01:22:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyResource.java:40: warning: no comment
01:22:34 [WARNING] POLICY_ENTRY_SUBJECT;
01:22:34 [WARNING] ^
01:22:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyResource.java:39: warning: no comment
01:22:34 [WARNING] POLICY_ENTRY_SUBJECTS,
01:22:34 [WARNING] ^
01:22:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyResource.java:34: warning: no comment
01:22:34 [WARNING] POLICY_IMPORT,
01:22:34 [WARNING] ^
01:22:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/PolicyResource.java:33: warning: no comment
01:22:34 [WARNING] POLICY_IMPORTS,
01:22:34 [WARNING] ^
01:22:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/events/ResourceCreated.java:62: warning: no comment
01:22:34 [WARNING] public static final JsonFieldDefinition<String> JSON_RESOURCE_KEY =
01:22:34 [WARNING] ^
01:22:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/events/ResourcesModified.java:46: warning: no comment
01:22:34 [WARNING] public final class ResourcesModified extends AbstractPolicyEvent<ResourcesModified>
01:22:34 [WARNING] ^
01:22:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/events/ResourcesModified.java:59: warning: no comment
01:22:34 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_RESOURCES =
01:22:34 [WARNING] ^
01:22:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/commands/query/RetrievePolicyImportResponse.java:56: warning: no comment
01:22:34 [WARNING] public static final String POLICY_IMPORT = "policyImport";
01:22:34 [WARNING] ^
01:22:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/events/SubjectsDeletedPartially.java:69: warning: no comment
01:22:34 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_DELETED_SUBJECT_IDS =
01:22:34 [WARNING] ^
01:22:34 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/model/src/main/java/org/eclipse/ditto/policies/model/signals/events/SubjectsModifiedPartially.java:70: warning: no comment
01:22:34 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_MODIFIED_SUBJECTS =
01:22:34 [WARNING] ^
01:22:34 [WARNING] 36 warnings
01:22:34 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-javadoc.jar
01:22:34 [INFO] 
01:22:34 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-policies-model ---
01:22:34 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-tests.jar
01:22:34 [INFO] 
01:22:34 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-model ---
01:22:34 [INFO] Tests are skipped.
01:22:34 [INFO] 
01:22:34 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-model ---
01:22:34 [INFO] Tests are skipped.
01:22:34 [INFO] 
01:22:34 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-model ---
01:22:34 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/policies/model/target/jacoco.exec
01:22:35 [INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: Model' with 261 classes
01:22:35 [INFO] 
01:22:35 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-policies-model ---
01:22:36 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/japicmp/japicmp.diff'.
01:22:36 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/japicmp/japicmp.xml'.
01:22:36 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/policies/model/target/japicmp/japicmp.html'.
01:22:36 [INFO] 
01:22:36 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies-model ---
01:22:36 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/policies/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-model/0-SNAPSHOT/ditto-policies-model-0-SNAPSHOT.pom
01:22:36 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-model/0-SNAPSHOT/ditto-policies-model-0-SNAPSHOT.jar
01:22:36 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-model/0-SNAPSHOT/ditto-policies-model-0-SNAPSHOT-javadoc.jar
01:22:36 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/policies/model/target/ditto-policies-model-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-model/0-SNAPSHOT/ditto-policies-model-0-SNAPSHOT-tests.jar
01:22:36 [INFO] 
01:22:36 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-policies-model ---
01:22:36 [INFO] Installing org/eclipse/ditto/ditto-policies-model/0-SNAPSHOT/ditto-policies-model-0-SNAPSHOT.jar
01:22:36 [INFO] Writing OBR metadata
01:22:36 [INFO] 
01:22:36 [INFO] -------------------< org.eclipse.ditto:ditto-things >-------------------
01:22:36 [INFO] Building Eclipse Ditto :: Things 0-SNAPSHOT                      [23/77]
01:22:36 [INFO]   from things/pom.xml
01:22:36 [INFO] --------------------------------[ pom ]---------------------------------
01:22:36 [INFO] 
01:22:36 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-things ---
01:22:36 [INFO] 
01:22:36 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-things ---
01:22:36 [INFO] 
01:22:36 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things ---
01:22:36 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/things/target/jacoco.exec
01:22:36 [INFO] 
01:22:36 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things ---
01:22:36 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:22:36 [INFO] The goal is skip due to packaging 'pom'
01:22:36 [INFO] 
01:22:36 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things ---
01:22:36 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things:pom:0-SNAPSHOT...
01:22:36 [INFO] 
01:22:36 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things ---
01:22:36 [INFO] 
01:22:36 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things ---
01:22:36 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
01:22:36 [INFO] 
01:22:36 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things ---
01:22:36 [INFO] Tests are skipped.
01:22:36 [INFO] 
01:22:36 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things ---
01:22:36 [INFO] Tests are skipped.
01:22:36 [INFO] 
01:22:36 [INFO] --- jacoco:0.8.10:report (report) @ ditto-things ---
01:22:36 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:22:36 [INFO] 
01:22:36 [INFO] --- install:3.1.1:install (default-install) @ ditto-things ---
01:22:36 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/things/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things/0-SNAPSHOT/ditto-things-0-SNAPSHOT.pom
01:22:36 [INFO] 
01:22:36 [INFO] ----------------< org.eclipse.ditto:ditto-things-model >----------------
01:22:36 [INFO] Building Eclipse Ditto :: Things :: Model 0-SNAPSHOT             [24/77]
01:22:36 [INFO]   from things/model/pom.xml
01:22:36 [INFO] -------------------------------[ bundle ]-------------------------------
01:22:36 [INFO] 
01:22:36 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-things-model ---
01:22:36 [INFO] 
01:22:36 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-things-model ---
01:22:36 [INFO] 
01:22:36 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-things-model ---
01:22:36 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
01:22:36 [INFO] 
01:22:36 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-model ---
01:22:36 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/things/model/target/jacoco.exec
01:22:36 [INFO] 
01:22:36 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things-model ---
01:22:36 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:22:36 [WARNING] 
01:22:36 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:22:36 [WARNING] 
01:22:36 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:22:36 [WARNING] 
01:22:36 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/things/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:22:36 [INFO] 
01:22:36 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-things-model ---
01:22:36 [INFO] Copying 0 resource from src/main/resources to target/classes
01:22:36 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:22:36 [INFO] 
01:22:36 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things-model ---
01:22:36 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things-model:bundle:0-SNAPSHOT...
01:22:36 [INFO] 
01:22:36 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-things-model ---
01:22:36 [INFO] Changes detected - recompiling the module! :dependency
01:22:36 [INFO] Compiling 239 source files with javac [debug target 1.8] to target/classes
01:22:39 [WARNING] bootstrap class path not set in conjunction with -source 8
01:22:39 [INFO] 
01:22:39 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-things-model ---
01:22:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/things/model/src/test/resources
01:22:39 [INFO] 
01:22:39 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-things-model ---
01:22:39 [INFO] Changes detected - recompiling the module! :dependency
01:22:39 [INFO] Compiling 201 source files with javac [debug target 1.8] to target/test-classes
01:22:42 [WARNING] bootstrap class path not set in conjunction with -source 8
01:22:42 [INFO] /home/jenkins/agent/workspace/ditto-ci/things/model/src/test/java/org/eclipse/ditto/things/model/signals/acks/ThingAcknowledgementsFactoryTest.java: /home/jenkins/agent/workspace/ditto-ci/things/model/src/test/java/org/eclipse/ditto/things/model/signals/acks/ThingAcknowledgementsFactoryTest.java uses or overrides a deprecated API.
01:22:42 [INFO] /home/jenkins/agent/workspace/ditto-ci/things/model/src/test/java/org/eclipse/ditto/things/model/signals/acks/ThingAcknowledgementsFactoryTest.java: Recompile with -Xlint:deprecation for details.
01:22:42 [INFO] 
01:22:42 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-things-model ---
01:22:42 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:22:42 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/things/model/target/surefire-reports
01:22:42 [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
01:22:42 [INFO] 
01:22:42 [INFO] -------------------------------------------------------
01:22:42 [INFO]  T E S T S
01:22:42 [INFO] -------------------------------------------------------
01:22:44 [INFO] Running org.eclipse.ditto.things.model.signals.commands.ThingResourceMapperTest
01:22:44 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 s -- in org.eclipse.ditto.things.model.signals.commands.ThingResourceMapperTest
01:22:44 [INFO] Running org.eclipse.ditto.things.model.signals.commands.ThingResourceTest
01:22:44 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.things.model.signals.commands.ThingResourceTest
01:22:44 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDefinitionTest
01:22:45 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.196 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDefinitionTest
01:22:45 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertiesResponseTest
01:22:45 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertiesResponseTest
01:22:45 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyPolicyIdResponseTest
01:22:45 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyPolicyIdResponseTest
01:22:45 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturesResponseTest
01:22:45 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturesResponseTest
01:22:45 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyPolicyIdTest
01:22:45 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyPolicyIdTest
01:22:45 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertyResponseTest
01:22:45 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertyResponseTest
01:22:45 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingResponseTest
01:22:46 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.210 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingResponseTest
01:22:46 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertyTest
01:22:46 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertyTest
01:22:46 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertyTest
01:22:46 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertyTest
01:22:46 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.CreateThingResponseTest
01:22:46 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.ditto.things.model.signals.commands.modify.CreateThingResponseTest
01:22:46 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingDefinitionTest
01:22:46 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingDefinitionTest
01:22:46 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingDefinitionTest
01:22:46 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingDefinitionTest
01:22:46 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributesTest
01:22:46 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributesTest
01:22:46 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.MergeThingResponseTest
01:22:46 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.ditto.things.model.signals.commands.modify.MergeThingResponseTest
01:22:46 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureResponseTest
01:22:46 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureResponseTest
01:22:46 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertiesResponseTest
01:22:46 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertiesResponseTest
01:22:46 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureTest
01:22:46 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureTest
01:22:46 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturesTest
01:22:46 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturesTest
01:22:46 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertiesTest
01:22:46 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertiesTest
01:22:46 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertyResponseTest
01:22:46 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertyResponseTest
01:22:46 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDefinitionResponseTest
01:22:46 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDefinitionResponseTest
01:22:46 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturesTest
01:22:46 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturesTest
01:22:46 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.CreateThingTest
01:22:48 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.459 s -- in org.eclipse.ditto.things.model.signals.commands.modify.CreateThingTest
01:22:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributeTest
01:22:48 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributeTest
01:22:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributesResponseTest
01:22:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributesResponseTest
01:22:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDefinitionResponseTest
01:22:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDefinitionResponseTest
01:22:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureResponseTest
01:22:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureResponseTest
01:22:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDefinitionTest
01:22:48 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDefinitionTest
01:22:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingTest
01:22:48 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingTest
01:22:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributesResponseTest
01:22:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributesResponseTest
01:22:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.MergeThingTest
01:22:48 [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.eclipse.ditto.things.model.signals.commands.modify.MergeThingTest
01:22:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertiesResponseTest
01:22:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureDesiredPropertiesResponseTest
01:22:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertiesTest
01:22:48 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertiesTest
01:22:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturesResponseTest
01:22:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturesResponseTest
01:22:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertiesTest
01:22:48 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertiesTest
01:22:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributesTest
01:22:48 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributesTest
01:22:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertiesTest
01:22:48 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertiesTest
01:22:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingDefinitionResponseTest
01:22:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingDefinitionResponseTest
01:22:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingResponseTest
01:22:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingResponseTest
01:22:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertyTest
01:22:48 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertyTest
01:22:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingDefinitionResponseTest
01:22:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingDefinitionResponseTest
01:22:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributeResponseTest
01:22:48 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributeResponseTest
01:22:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertyTest
01:22:48 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertyTest
01:22:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertyResponseTest
01:22:48 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertyResponseTest
01:22:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributeResponseTest
01:22:48 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributeResponseTest
01:22:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertyResponseTest
01:22:48 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertyResponseTest
01:22:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributeTest
01:22:48 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributeTest
01:22:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertiesResponseTest
01:22:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturePropertiesResponseTest
01:22:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureTest
01:22:48 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureTest
01:22:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingTest
01:22:48 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.commands.modify.DeleteThingTest
01:22:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertiesResponseTest
01:22:48 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertiesResponseTest
01:22:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureResponseTest
01:22:48 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureResponseTest
01:22:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrievePolicyIdResponseTest
01:22:48 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrievePolicyIdResponseTest
01:22:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributeTest
01:22:48 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributeTest
01:22:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertyTest
01:22:48 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertyTest
01:22:48 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturesTest
01:22:49 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturesTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingResponseTest
01:22:49 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingResponseTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDefinitionTest
01:22:49 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDefinitionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDefinitionResponseTest
01:22:49 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDefinitionResponseTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertyResponseTest
01:22:49 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertyResponseTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureTest
01:22:49 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertyTest
01:22:49 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertyTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingsTest
01:22:49 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingsTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingTest
01:22:49 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertiesResponseTest
01:22:49 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertiesResponseTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrievePolicyIdTest
01:22:49 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrievePolicyIdTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturesResponseTest
01:22:49 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturesResponseTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributeResponseTest
01:22:49 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributeResponseTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertiesTest
01:22:49 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureDesiredPropertiesTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertyResponseTest
01:22:49 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertyResponseTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertiesTest
01:22:49 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturePropertiesTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingDefinitionResponseTest
01:22:49 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingDefinitionResponseTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingsResponseTest
01:22:49 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingsResponseTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributesResponseTest
01:22:49 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributesResponseTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributesTest
01:22:49 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveAttributesTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingDefinitionTest
01:22:49 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingDefinitionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertyNotModifiableExceptionTest
01:22:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertyNotModifiableExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureNotAccessibleExceptionTest
01:22:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureNotAccessibleExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyInvalidExceptionTest
01:22:49 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyInvalidExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyIdNotAccessibleExceptionTest
01:22:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyIdNotAccessibleExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingCommandToModifyExceptionRegistryTest
01:22:49 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingCommandToModifyExceptionRegistryTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingDefinitionNotAccessibleExceptionTest
01:22:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingDefinitionNotAccessibleExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureNotModifiableExceptionTest
01:22:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureNotModifiableExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotDeletableExceptionTest
01:22:49 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotDeletableExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingUnavailableExceptionTest
01:22:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingUnavailableExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyNotAllowedExceptionTest
01:22:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyNotAllowedExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingTooManyModifyingRequestsExceptionTest
01:22:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingTooManyModifyingRequestsExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertyNotModifiableExceptionTest
01:22:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertyNotModifiableExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.AttributesNotAccessibleExceptionTest
01:22:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.AttributesNotAccessibleExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertiesNotModifiableExceptionTest
01:22:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertiesNotModifiableExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturesNotModifiableExceptionTest
01:22:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturesNotModifiableExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.AttributeNotAccessibleExceptionTest
01:22:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.AttributeNotAccessibleExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturesNotAccessibleExceptionTest
01:22:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturesNotAccessibleExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertyNotAccessibleExceptionTest
01:22:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertyNotAccessibleExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertiesNotAccessibleExceptionTest
01:22:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDesiredPropertiesNotAccessibleExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.AttributesNotModifiableExceptionTest
01:22:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.AttributesNotModifiableExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingConditionInvalidExceptionTest
01:22:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingConditionInvalidExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.AttributeNotModifiableExceptionTest
01:22:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.AttributeNotModifiableExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertyNotAccessibleExceptionTest
01:22:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertyNotAccessibleExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingPreconditionNotModifiedExceptionTest
01:22:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingPreconditionNotModifiedExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDefinitionNotModifiableExceptionTest
01:22:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDefinitionNotModifiableExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertiesNotAccessibleExceptionTest
01:22:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertiesNotAccessibleExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.MissingThingIdsExceptionTest
01:22:49 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.MissingThingIdsExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDefinitionNotAccessibleExceptionTest
01:22:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeatureDefinitionNotAccessibleExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertiesNotModifiableExceptionTest
01:22:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertiesNotModifiableExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyIdNotAllowedExceptionTest
01:22:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyIdNotAllowedExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingConditionFailedExceptionTest
01:22:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingConditionFailedExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotModifiableExceptionTest
01:22:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotModifiableExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotAccessibleExceptionTest
01:22:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotAccessibleExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotCreatableExceptionTest
01:22:49 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotCreatableExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingPreconditionFailedExceptionTest
01:22:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingPreconditionFailedExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingConflictExceptionTest
01:22:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingConflictExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.MetadataNotModifiableExceptionTest
01:22:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.MetadataNotModifiableExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.AttributePointerInvalidExceptionTest
01:22:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.AttributePointerInvalidExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingIdNotExplicitlySettableExceptionTest
01:22:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingIdNotExplicitlySettableExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyIdNotModifiableExceptionTest
01:22:49 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.PolicyIdNotModifiableExceptionTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.exceptions.ThingCommandToAccessExceptionRegistryTest
01:22:49 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.model.signals.commands.exceptions.ThingCommandToAccessExceptionRegistryTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.commands.ThingErrorResponseTest
01:22:49 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.eclipse.ditto.things.model.signals.commands.ThingErrorResponseTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureModifiedTest
01:22:49 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.eclipse.ditto.things.model.signals.events.FeatureModifiedTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingCreatedTest
01:22:49 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.eclipse.ditto.things.model.signals.events.ThingCreatedTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingDeletedTest
01:22:49 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.things.model.signals.events.ThingDeletedTest
01:22:49 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertyDeletedTest
01:22:50 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertyDeletedTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDefinitionDeletedTest
01:22:50 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDefinitionDeletedTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturePropertiesDeletedTest
01:22:50 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.events.FeaturePropertiesDeletedTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturePropertiesModifiedTest
01:22:50 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.events.FeaturePropertiesModifiedTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.AttributeCreatedTest
01:22:50 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.things.model.signals.events.AttributeCreatedTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesDeletedTest
01:22:50 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesDeletedTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDeletedTest
01:22:50 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDeletedTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.AttributeModifiedTest
01:22:50 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.events.AttributeModifiedTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturesModifiedTest
01:22:50 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.events.FeaturesModifiedTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.AttributesModifiedTest
01:22:50 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.events.AttributesModifiedTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturePropertiesCreatedTest
01:22:50 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.things.model.signals.events.FeaturePropertiesCreatedTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesCreatedTest
01:22:50 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesCreatedTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingDefinitionDeletedTest
01:22:50 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.things.model.signals.events.ThingDefinitionDeletedTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturePropertyDeletedTest
01:22:50 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.events.FeaturePropertyDeletedTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDefinitionCreatedTest
01:22:50 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDefinitionCreatedTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingDefinitionModifiedTest
01:22:50 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.events.ThingDefinitionModifiedTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.AttributesDeletedTest
01:22:50 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.things.model.signals.events.AttributesDeletedTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.AttributeDeletedTest
01:22:50 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.events.AttributeDeletedTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingEventToThingConverterTest
01:22:50 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.events.ThingEventToThingConverterTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturesCreatedTest
01:22:50 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.events.FeaturesCreatedTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingDefinitionCreatedTest
01:22:50 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.events.ThingDefinitionCreatedTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertyCreatedTest
01:22:50 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertyCreatedTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDefinitionModifiedTest
01:22:50 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDefinitionModifiedTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.PolicyIdModifiedTest
01:22:50 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.events.PolicyIdModifiedTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureCreatedTest
01:22:50 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.events.FeatureCreatedTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingModifiedTest
01:22:50 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.events.ThingModifiedTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.AttributesCreatedTest
01:22:50 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.signals.events.AttributesCreatedTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturePropertyModifiedTest
01:22:50 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.things.model.signals.events.FeaturePropertyModifiedTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertyModifiedTest
01:22:50 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertyModifiedTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturesDeletedTest
01:22:50 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.things.model.signals.events.FeaturesDeletedTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesModifiedTest
01:22:50 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.signals.events.FeatureDesiredPropertiesModifiedTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.ThingMergedTest
01:22:50 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.things.model.signals.events.ThingMergedTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.signals.events.FeaturePropertyCreatedTest
01:22:50 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.signals.events.FeaturePropertyCreatedTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.signals.acks.ThingAcknowledgementFactoryTest
01:22:50 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.352 s -- in org.eclipse.ditto.things.model.signals.acks.ThingAcknowledgementFactoryTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.signals.acks.ThingAcknowledgementsFactoryTest
01:22:50 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.model.signals.acks.ThingAcknowledgementsFactoryTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.ImmutableFeatureDefinitionIdentifierTest
01:22:50 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.things.model.ImmutableFeatureDefinitionIdentifierTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.ImmutableFeatureFromScratchBuilderTest
01:22:50 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.ImmutableFeatureFromScratchBuilderTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.ImmutableFeaturePropertiesTest
01:22:50 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.things.model.ImmutableFeaturePropertiesTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.ImmutableAttributesTest
01:22:50 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.things.model.ImmutableAttributesTest
01:22:50 [INFO] Running org.eclipse.ditto.things.model.ThingIdTest
01:22:51 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 s -- in org.eclipse.ditto.things.model.ThingIdTest
01:22:51 [INFO] Running org.eclipse.ditto.things.model.PolicyIdMissingExceptionTest
01:22:51 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.things.model.PolicyIdMissingExceptionTest
01:22:51 [INFO] Running org.eclipse.ditto.things.model.ImmutableFeatureTest
01:22:51 [INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.things.model.ImmutableFeatureTest
01:22:51 [INFO] Running org.eclipse.ditto.things.model.NullThingDefinitionTest
01:22:51 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.things.model.NullThingDefinitionTest
01:22:51 [INFO] Running org.eclipse.ditto.things.model.AttributesModelFactoryTest
01:22:51 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.things.model.AttributesModelFactoryTest
01:22:51 [INFO] Running org.eclipse.ditto.things.model.ImmutableThingFromCopyBuilderTest
01:22:51 [INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.ditto.things.model.ImmutableThingFromCopyBuilderTest
01:22:51 [INFO] Running org.eclipse.ditto.things.model.ThingsModelFactoryTest
01:22:51 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.things.model.ThingsModelFactoryTest
01:22:51 [INFO] Running org.eclipse.ditto.things.model.ThingsJsonTest
01:22:51 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.things.model.ThingsJsonTest
01:22:51 [INFO] Running org.eclipse.ditto.things.model.NullFeatureTest
01:22:51 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.things.model.NullFeatureTest
01:22:51 [INFO] Running org.eclipse.ditto.things.model.NullFeaturePropertiesTest
01:22:51 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.things.model.NullFeaturePropertiesTest
01:22:51 [INFO] Running org.eclipse.ditto.things.model.ImmutableFeaturesTest
01:22:51 [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 s -- in org.eclipse.ditto.things.model.ImmutableFeaturesTest
01:22:51 [INFO] Running org.eclipse.ditto.things.model.NullFeaturesTest
01:22:51 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.things.model.NullFeaturesTest
01:22:51 [INFO] Running org.eclipse.ditto.things.model.ImmutableThingFromScratchBuilderTest
01:22:51 [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.ImmutableThingFromScratchBuilderTest
01:22:51 [INFO] Running org.eclipse.ditto.things.model.ThingFieldSelectorTest
01:22:51 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.things.model.ThingFieldSelectorTest
01:22:51 [INFO] Running org.eclipse.ditto.things.model.ImmutableDefinitionIdentifierTest
01:22:51 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.405 s -- in org.eclipse.ditto.things.model.ImmutableDefinitionIdentifierTest
01:22:51 [INFO] Running org.eclipse.ditto.things.model.ImmutableThingRevisionTest
01:22:51 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.things.model.ImmutableThingRevisionTest
01:22:51 [INFO] Running org.eclipse.ditto.things.model.ImmutableThingDefinitionTest
01:22:51 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.things.model.ImmutableThingDefinitionTest
01:22:51 [INFO] Running org.eclipse.ditto.things.model.ImmutableThingTest
01:22:51 [INFO] Tests run: 78, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.things.model.ImmutableThingTest
01:22:51 [INFO] Running org.eclipse.ditto.things.model.ImmutableFeatureDefinitionTest
01:22:51 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.things.model.ImmutableFeatureDefinitionTest
01:22:51 [INFO] Running org.eclipse.ditto.things.model.NullAttributesTest
01:22:51 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.things.model.NullAttributesTest
01:22:51 [INFO] Running org.eclipse.ditto.things.model.ImmutableFeatureFromCopyBuilderTest
01:22:51 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.things.model.ImmutableFeatureFromCopyBuilderTest
01:22:52 [INFO] 
01:22:52 [INFO] Results:
01:22:52 [INFO] 
01:22:52 [INFO] Tests run: 1438, Failures: 0, Errors: 0, Skipped: 0
01:22:52 [INFO] 
01:22:52 [INFO] 
01:22:52 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things-model ---
01:22:52 [INFO] 
01:22:52 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-things-model ---
01:22:52 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT.jar
01:22:52 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/things/model/target/classes/META-INF/MANIFEST.MF
01:22:52 [INFO] 
01:22:52 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things-model ---
01:22:52 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:22:52 [INFO] No previous run data found, generating javadoc.
01:23:00 [WARNING] Javadoc Warnings
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/package-info.java:14: warning: no comment
01:23:00 [WARNING] package org.eclipse.ditto.things.model.signals.commands;
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/exceptions/package-info.java:14: warning: no comment
01:23:00 [WARNING] package org.eclipse.ditto.things.model.signals.commands.exceptions;
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/modify/package-info.java:14: warning: no comment
01:23:00 [WARNING] package org.eclipse.ditto.things.model.signals.commands.modify;
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/query/package-info.java:14: warning: no comment
01:23:00 [WARNING] package org.eclipse.ditto.things.model.signals.commands.query;
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/events/package-info.java:14: warning: no comment
01:23:00 [WARNING] package org.eclipse.ditto.things.model.signals.events;
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/exceptions/AttributeNotAccessibleException.java:35: warning: no comment
01:23:00 [WARNING] public final class AttributeNotAccessibleException extends DittoRuntimeException implements ThingException {
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/exceptions/AttributesNotAccessibleException.java:34: warning: no comment
01:23:00 [WARNING] public final class AttributesNotAccessibleException extends DittoRuntimeException implements ThingException {
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/modify/CreateThing.java:65: warning: no comment
01:23:00 [WARNING] public static final JsonFieldDefinition<JsonObject> JSON_THING =
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/FeatureDefinitionBuilder.java:44: warning: no @param for <T>
01:23:00 [WARNING] <T extends CharSequence> FeatureDefinitionBuilder addAll(Iterable<T> identifiers);
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/FeatureDefinitionBuilder.java:64: warning: no @param for <T>
01:23:00 [WARNING] <T extends CharSequence> FeatureDefinitionBuilder removeAll(Iterable<T> identifiers);
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/modify/MergeThingResponse.java:120: warning: no @param for path
01:23:00 [WARNING] public static MergeThingResponse newInstance(final ThingId thingId,
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/ThingsModelFactory.java:771: warning: no @param for features
01:23:00 [WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Features features,
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/ThingsModelFactory.java:771: warning: no @param for jsonFieldSelector
01:23:00 [WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Features features,
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/ThingsModelFactory.java:784: warning: no @param for featureIds
01:23:00 [WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Collection<JsonKey> featureIds,
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/ThingsModelFactory.java:784: warning: no @param for jsonFieldSelector
01:23:00 [WARNING] public static JsonFieldSelector expandFeatureIdWildcards(final Collection<JsonKey> featureIds,
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/ThingsModelFactory.java:797: warning: no @param for featureIds
01:23:00 [WARNING] public static Stream<JsonPointer> expandFeatureIdWildcard(final Collection<JsonKey> featureIds,
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/ThingsModelFactory.java:797: warning: no @param for jsonPointer
01:23:00 [WARNING] public static Stream<JsonPointer> expandFeatureIdWildcard(final Collection<JsonKey> featureIds,
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/query/RetrieveFeatureDesiredPropertiesResponse.java:156: warning: no @param for desiredProperties
01:23:00 [WARNING] public static RetrieveFeatureDesiredPropertiesResponse newInstance(final ThingId thingId,
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/query/RetrieveFeaturePropertiesResponse.java:150: warning: no @param for featureProperties
01:23:00 [WARNING] public static RetrieveFeaturePropertiesResponse newInstance(final ThingId thingId,
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/query/RetrieveThing.java:272: warning: no comment
01:23:00 [WARNING] public RetrieveThing build() {
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/query/RetrieveThings.java:77: warning: no comment
01:23:00 [WARNING] public static final JsonFieldDefinition<JsonArray> JSON_THING_IDS =
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/exceptions/ThingCommandToModifyExceptionRegistry.java:49: warning: no comment
01:23:00 [WARNING] public final class ThingCommandToModifyExceptionRegistry
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/exceptions/ThingConditionInvalidException.java:66: warning: no @param for description
01:23:00 [WARNING] public static Builder newBuilder(final String condition, final String description) {
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/exceptions/ThingIdNotExplicitlySettableException.java:83: warning: no comment
01:23:00 [WARNING] public static Builder forDittoProtocol() {
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/exceptions/ThingIdNotExplicitlySettableException.java:71: warning: no comment
01:23:00 [WARNING] public static Builder forPostMethod() {
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/exceptions/ThingIdNotExplicitlySettableException.java:75: warning: no comment
01:23:00 [WARNING] public static Builder forPutMethod() {
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/exceptions/ThingIdNotExplicitlySettableException.java:79: warning: no comment
01:23:00 [WARNING] public static Builder forPutOrPatchMethod() {
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/events/ThingMerged.java:89: warning: no @param for revision
01:23:00 [WARNING] public static ThingMerged of(final ThingId thingId, final JsonPointer path, final JsonValue value,
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/events/ThingMerged.java:89: warning: no @param for timestamp
01:23:00 [WARNING] public static ThingMerged of(final ThingId thingId, final JsonPointer path, final JsonValue value,
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/events/ThingMerged.java:89: warning: no @param for metadata
01:23:00 [WARNING] public static ThingMerged of(final ThingId thingId, final JsonPointer path, final JsonValue value,
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/events/ThingMerged.java:225: warning: no comment
01:23:00 [WARNING] public static final JsonFieldDefinition<String> JSON_PATH =
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/events/ThingMerged.java:228: warning: no comment
01:23:00 [WARNING] public static final JsonFieldDefinition<JsonValue> JSON_VALUE =
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/exceptions/ThingNotCreatableException.java:116: warning: no @param for httpStatus
01:23:00 [WARNING] public static Builder newBuilderForOtherReason(final HttpStatus httpStatus, final ThingId thingId, final PolicyId policyId, final String reason) {
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/exceptions/ThingNotCreatableException.java:129: warning: no @return
01:23:00 [WARNING] public static ThingNotCreatableException forLiveChannel(final DittoHeaders dittoHeaders) {
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:46: warning: no comment
01:23:00 [WARNING] ATTRIBUTE,
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:45: warning: no comment
01:23:00 [WARNING] ATTRIBUTES,
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:49: warning: no comment
01:23:00 [WARNING] DEFINITION,
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:48: warning: no comment
01:23:00 [WARNING] FEATURE,
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:50: warning: no comment
01:23:00 [WARNING] FEATURE_DEFINITION,
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:53: warning: no comment
01:23:00 [WARNING] FEATURE_DESIRED_PROPERTIES,
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:54: warning: no comment
01:23:00 [WARNING] FEATURE_DESIRED_PROPERTY;
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:51: warning: no comment
01:23:00 [WARNING] FEATURE_PROPERTIES,
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:52: warning: no comment
01:23:00 [WARNING] FEATURE_PROPERTY,
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:47: warning: no comment
01:23:00 [WARNING] FEATURES,
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:38: warning: no comment
01:23:00 [WARNING] POLICY,
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:39: warning: no comment
01:23:00 [WARNING] POLICY_ENTRIES,
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:40: warning: no comment
01:23:00 [WARNING] POLICY_ENTRY,
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:44: warning: no comment
01:23:00 [WARNING] POLICY_ENTRY_RESOURCE,
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:43: warning: no comment
01:23:00 [WARNING] POLICY_ENTRY_RESOURCES,
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:42: warning: no comment
01:23:00 [WARNING] POLICY_ENTRY_SUBJECT,
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:41: warning: no comment
01:23:00 [WARNING] POLICY_ENTRY_SUBJECTS,
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:37: warning: no comment
01:23:00 [WARNING] POLICY_ID,
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/signals/commands/ThingResource.java:36: warning: no comment
01:23:00 [WARNING] THING,
01:23:00 [WARNING] ^
01:23:00 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/model/src/main/java/org/eclipse/ditto/things/model/ThingsModelFactory.java:49: warning: no comment
01:23:00 [WARNING] public static final JsonKey FEATURE_ID_WILDCARD = JsonKey.of("*");
01:23:00 [WARNING] ^
01:23:00 [WARNING] 54 warnings
01:23:00 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT-javadoc.jar
01:23:00 [INFO] 
01:23:00 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-things-model ---
01:23:00 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT-tests.jar
01:23:00 [INFO] 
01:23:00 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things-model ---
01:23:00 [INFO] Tests are skipped.
01:23:00 [INFO] 
01:23:00 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things-model ---
01:23:00 [INFO] Tests are skipped.
01:23:00 [INFO] 
01:23:00 [INFO] --- jacoco:0.8.10:report (report) @ ditto-things-model ---
01:23:00 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/things/model/target/jacoco.exec
01:23:00 [INFO] Analyzed bundle 'Eclipse Ditto :: Things :: Model' with 291 classes
01:23:01 [INFO] 
01:23:01 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-things-model ---
01:23:02 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/things/model/target/japicmp/japicmp.diff'.
01:23:02 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/things/model/target/japicmp/japicmp.xml'.
01:23:02 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/things/model/target/japicmp/japicmp.html'.
01:23:02 [INFO] 
01:23:02 [INFO] --- install:3.1.1:install (default-install) @ ditto-things-model ---
01:23:02 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/things/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-model/0-SNAPSHOT/ditto-things-model-0-SNAPSHOT.pom
01:23:02 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-model/0-SNAPSHOT/ditto-things-model-0-SNAPSHOT.jar
01:23:02 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-model/0-SNAPSHOT/ditto-things-model-0-SNAPSHOT-javadoc.jar
01:23:02 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/things/model/target/ditto-things-model-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-model/0-SNAPSHOT/ditto-things-model-0-SNAPSHOT-tests.jar
01:23:02 [INFO] 
01:23:02 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-things-model ---
01:23:02 [INFO] Installing org/eclipse/ditto/ditto-things-model/0-SNAPSHOT/ditto-things-model-0-SNAPSHOT.jar
01:23:02 [INFO] Writing OBR metadata
01:23:02 [INFO] 
01:23:02 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-cluster >-----------
01:23:02 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Cluster 0-SNAPSHOT [25/77]
01:23:02 [INFO]   from internal/utils/cluster/pom.xml
01:23:02 [INFO] --------------------------------[ jar ]---------------------------------
01:23:08 [INFO] 
01:23:08 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-cluster ---
01:23:08 [INFO] 
01:23:08 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-cluster ---
01:23:08 [INFO] 
01:23:08 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cluster ---
01:23:08 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/jacoco.exec
01:23:08 [INFO] 
01:23:08 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-cluster ---
01:23:08 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:23:08 [WARNING] 
01:23:08 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:23:08 [WARNING] 
01:23:08 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:23:08 [WARNING] 
01:23:08 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:23:08 [INFO] 
01:23:08 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-cluster ---
01:23:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/src/main/resources
01:23:08 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:23:08 [INFO] 
01:23:08 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-cluster ---
01:23:08 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT...
01:23:08 [INFO] 
01:23:08 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-cluster ---
01:23:08 [INFO] Changes detected - recompiling the module! :dependency
01:23:08 [INFO] Compiling 29 source files with javac [debug target 17] to target/classes
01:23:09 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/AbstractJsonifiableWithDittoHeadersSerializer.java: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/AbstractJsonifiableWithDittoHeadersSerializer.java uses unchecked or unsafe operations.
01:23:09 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/AbstractJsonifiableWithDittoHeadersSerializer.java: Recompile with -Xlint:unchecked for details.
01:23:09 [INFO] 
01:23:09 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-cluster ---
01:23:09 [INFO] Copying 3 resources from src/test/resources to target/test-classes
01:23:09 [INFO] 
01:23:09 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-cluster ---
01:23:09 [INFO] Changes detected - recompiling the module! :dependency
01:23:09 [INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes
01:23:09 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/src/test/java/org/eclipse/ditto/internal/utils/cluster/ShardRegionCreatorTest.java: Some input files use unchecked or unsafe operations.
01:23:09 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/src/test/java/org/eclipse/ditto/internal/utils/cluster/ShardRegionCreatorTest.java: Recompile with -Xlint:unchecked for details.
01:23:09 [INFO] 
01:23:09 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-cluster ---
01:23:09 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:23:09 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/surefire-reports
01:23:09 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:23:09 [INFO] 
01:23:09 [INFO] -------------------------------------------------------
01:23:09 [INFO]  T E S T S
01:23:09 [INFO] -------------------------------------------------------
01:23:10 [INFO] Running org.eclipse.ditto.internal.utils.cluster.ShardRegionCreatorTest
01:23:10 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
01:23:10 SLF4J: Defaulting to no-operation (NOP) logger implementation
01:23:10 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
01:23:16 [WARN] [01/18/2024 06:23:16.897] [system-pekko.remote.default-remote-dispatcher-5] [org.apache.pekko.stream.Log(pekko://system/system/Materializers/StreamSupervisor-1)] [outbound connection to [pekko://system@127.0.0.1:45973], control stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
01:23:16 [WARN] [01/18/2024 06:23:16.897] [system-pekko.remote.default-remote-dispatcher-8] [org.apache.pekko.stream.Log(pekko://system/system/Materializers/StreamSupervisor-1)] [outbound connection to [pekko://system@127.0.0.1:45973], message stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
01:23:19 [WARN] [01/18/2024 06:23:19.425] [system-pekko.remote.default-remote-dispatcher-7] [org.apache.pekko.stream.Log(pekko://system/system/Materializers/StreamSupervisor-7)] [outbound connection to [pekko://system@127.0.0.1:39199], message stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
01:23:19 [WARN] [01/18/2024 06:23:19.425] [system-pekko.remote.default-remote-dispatcher-5] [org.apache.pekko.stream.Log(pekko://system/system/Materializers/StreamSupervisor-7)] [outbound connection to [pekko://system@127.0.0.1:39199], control stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
01:23:20 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.21 s -- in org.eclipse.ditto.internal.utils.cluster.ShardRegionCreatorTest
01:23:20 [INFO] Running org.eclipse.ditto.internal.utils.cluster.config.DefaultClusterConfigTest
01:23:22 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.336 s -- in org.eclipse.ditto.internal.utils.cluster.config.DefaultClusterConfigTest
01:23:22 [INFO] Running org.eclipse.ditto.internal.utils.cluster.ShardNumberCalculatorTest
01:23:22 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.internal.utils.cluster.ShardNumberCalculatorTest
01:23:22 [INFO] Running org.eclipse.ditto.internal.utils.cluster.CborJsonValueSerializerTest
01:23:22 [INFO] [01/18/2024 06:23:22.924] [main] [CoordinatedShutdown(pekko://CborJsonValueSerializer)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:23:22 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.eclipse.ditto.internal.utils.cluster.CborJsonValueSerializerTest
01:23:22 [INFO] Running org.eclipse.ditto.internal.utils.cluster.UnsupportedManifestExceptionTest
01:23:22 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.internal.utils.cluster.UnsupportedManifestExceptionTest
01:23:22 [INFO] Running org.eclipse.ditto.internal.utils.cluster.JsonValueSourceRefTest
01:23:23 [INFO] [01/18/2024 06:23:23.244] [main] [CoordinatedShutdown(pekko://JsonValueSourceRefTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:23:23 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.311 s -- in org.eclipse.ditto.internal.utils.cluster.JsonValueSourceRefTest
01:23:23 [INFO] Running org.eclipse.ditto.internal.utils.cluster.ManifestProviderTest
01:23:23 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.ditto.internal.utils.cluster.ManifestProviderTest
01:23:23 [INFO] Running org.eclipse.ditto.internal.utils.cluster.SharedJsonifiableSerializerTest
01:23:23 [INFO] [01/18/2024 06:23:23.395] [main] [CoordinatedShutdown(pekko://test)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:23:24 [INFO] [01/18/2024 06:23:24.250] [main] [CoordinatedShutdown(pekko://test)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:23:24 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.970 s -- in org.eclipse.ditto.internal.utils.cluster.SharedJsonifiableSerializerTest
01:23:24 [INFO] Running org.eclipse.ditto.internal.utils.cluster.SerializationFailedExceptionTest
01:23:24 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.internal.utils.cluster.SerializationFailedExceptionTest
01:23:24 [INFO] Running org.eclipse.ditto.internal.utils.cluster.CborFactoryLoaderTest
01:23:24 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.internal.utils.cluster.CborFactoryLoaderTest
01:23:24 [INFO] Running org.eclipse.ditto.internal.utils.cluster.MappingStrategiesBuilderTest
01:23:24 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.internal.utils.cluster.MappingStrategiesBuilderTest
01:23:24 [INFO] Running org.eclipse.ditto.internal.utils.cluster.ShardRegionExtractorTest
01:23:24 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 s -- in org.eclipse.ditto.internal.utils.cluster.ShardRegionExtractorTest
01:23:24 [INFO] Running org.eclipse.ditto.internal.utils.cluster.NotSerializableExceptionTest
01:23:24 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.internal.utils.cluster.NotSerializableExceptionTest
01:23:24 [INFO] Running org.eclipse.ditto.internal.utils.cluster.ShardRegionProxyActorFactoryTest
01:23:24 [INFO] [01/18/2024 06:23:24.501] [main] [ArteryTransport(pekko://ShardRegionProxyActorFactoryTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://ShardRegionProxyActorFactoryTest@10.40.42.184:17355] with UID [8051525730507214805]
01:23:24 [INFO] [01/18/2024 06:23:24.502] [main] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.42.184:17355] - Starting up, Pekko version [1.0.1] ...
01:23:24 [INFO] [01/18/2024 06:23:24.505] [main] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.42.184:17355] - Registered cluster JMX MBean [pekko:type=Cluster]
01:23:24 [INFO] [01/18/2024 06:23:24.505] [main] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.42.184:17355] - Started up successfully
01:23:24 [INFO] [01/18/2024 06:23:24.506] [ShardRegionProxyActorFactoryTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.42.184:17355] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing
01:23:24 [INFO] [01/18/2024 06:23:24.506] [ShardRegionProxyActorFactoryTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.42.184:17355] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining
01:23:24 [INFO] [01/18/2024 06:23:24.542] [ShardRegionProxyActorFactoryTest-pekko.actor.internal-dispatcher-4] [pekko://ShardRegionProxyActorFactoryTest@10.40.42.184:17355/system/sharding/myShardRegionNameProxy] myShardRegionName: Automatic entity passivation: idle entities after [2.000 min], checked every [1.000 min]
01:23:24 [INFO] [01/18/2024 06:23:24.547] [main] [CoordinatedShutdown(pekko://ShardRegionProxyActorFactoryTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:23:24 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.eclipse.ditto.internal.utils.cluster.ShardRegionProxyActorFactoryTest
01:23:24 [INFO] [01/18/2024 06:23:24.554] [ShardRegionProxyActorFactoryTest-pekko.actor.internal-dispatcher-2] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.42.184:17355] - Exiting completed
01:23:24 [INFO] [01/18/2024 06:23:24.554] [ShardRegionProxyActorFactoryTest-pekko.actor.internal-dispatcher-2] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.42.184:17355] - Shutting down...
01:23:24 [INFO] [pekkoDeadLetter][01/18/2024 06:23:24.554] [ShardRegionProxyActorFactoryTest-pekko.actor.default-dispatcher-11] [pekko://ShardRegionProxyActorFactoryTest/system/cluster/core/daemon] Message [org.apache.pekko.cluster.ClusterUserAction$Leave] to Actor[pekko://ShardRegionProxyActorFactoryTest/system/cluster/core/daemon#-706165208] was unhandled. [1] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'pekko.log-dead-letters' and 'pekko.log-dead-letters-during-shutdown'.
01:23:24 [INFO] [01/18/2024 06:23:24.554] [ShardRegionProxyActorFactoryTest-pekko.actor.internal-dispatcher-2] [Cluster(pekko://ShardRegionProxyActorFactoryTest)] Cluster Node [pekko://ShardRegionProxyActorFactoryTest@10.40.42.184:17355] - Successfully shut down
01:23:24 [INFO] 
01:23:24 [INFO] Results:
01:23:24 [INFO] 
01:23:24 [INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0
01:23:24 [INFO] 
01:23:24 [INFO] 
01:23:24 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-cluster ---
01:23:24 [INFO] 
01:23:24 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-cluster ---
01:23:24 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/ditto-internal-utils-cluster-0-SNAPSHOT.jar
01:23:24 [INFO] 
01:23:24 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-cluster ---
01:23:24 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:23:24 [INFO] No previous run data found, generating javadoc.
01:23:27 [WARNING] Javadoc Warnings
01:23:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/package-info.java:14: warning: no comment
01:23:27 [WARNING] package org.eclipse.ditto.internal.utils.cluster;
01:23:27 [WARNING] ^
01:23:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/config/package-info.java:14: warning: no comment
01:23:27 [WARNING] package org.eclipse.ditto.internal.utils.cluster.config;
01:23:27 [WARNING] ^
01:23:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/AbstractJsonifiableWithDittoHeadersSerializer.java:75: warning: no comment
01:23:27 [WARNING] protected static final Charset CHARSET = StandardCharsets.UTF_8;
01:23:27 [WARNING] ^
01:23:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/DistPubSubAccess.java:99: warning: no @param for group
01:23:27 [WARNING] public static DistributedPubSubMediator.Subscribe subscribeViaGroup(final String topic, final String group,
01:23:27 [WARNING] ^
01:23:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/DistPubSubAccess.java:112: warning: no @param for group
01:23:27 [WARNING] public static DistributedPubSubMediator.Unsubscribe unsubscribeViaGroup(final String topic, final String group,
01:23:27 [WARNING] ^
01:23:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/GlobalMappingStrategies.java:29: warning: no comment
01:23:27 [WARNING] public final class GlobalMappingStrategies extends MappingStrategies {
01:23:27 [WARNING] ^
01:23:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/SerializerExceptions.java:50: warning: no comment
01:23:27 [WARNING] public NotSerializable(final CharSequence serializerName, final Object notSerializableObject) {
01:23:27 [WARNING] ^
01:23:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/SerializerExceptions.java:37: warning: no comment
01:23:27 [WARNING] public SerializationFailed(final String message, @Nullable final Throwable cause) {
01:23:27 [WARNING] ^
01:23:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/SerializerExceptions.java:68: warning: no comment
01:23:27 [WARNING] public UnsupportedManifest(final String manifest) {
01:23:27 [WARNING] ^
01:23:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/ShardNumberCalculator.java:43: warning: no @param for numberOfShards
01:23:27 [WARNING] public static ShardNumberCalculator newInstance(final int numberOfShards) {
01:23:27 [WARNING] ^
01:23:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/ShardRegionExtractor.java:60: warning: no @return
01:23:27 [WARNING] public static ShardRegionExtractor of(final int numberOfShards, final ActorSystem actorSystem) {
01:23:27 [WARNING] ^
01:23:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/ShardRegionExtractor.java:75: warning: no @return
01:23:27 [WARNING] public static ShardRegionExtractor of(final int numberOfShards, final MappingStrategies mappingStrategies) {
01:23:27 [WARNING] ^
01:23:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/ShardRegionProxyActorFactory.java:48: warning: no @param for actorSystem
01:23:27 [WARNING] public static ShardRegionProxyActorFactory newInstance(final ActorSystem actorSystem,
01:23:27 [WARNING] ^
01:23:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/src/main/java/org/eclipse/ditto/internal/utils/cluster/ShardRegionProxyActorFactory.java:48: warning: no @param for clusterConfig
01:23:27 [WARNING] public static ShardRegionProxyActorFactory newInstance(final ActorSystem actorSystem,
01:23:27 [WARNING] ^
01:23:27 [WARNING] 14 warnings
01:23:27 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/ditto-internal-utils-cluster-0-SNAPSHOT-javadoc.jar
01:23:27 [INFO] 
01:23:27 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-cluster ---
01:23:27 [INFO] Tests are skipped.
01:23:27 [INFO] 
01:23:27 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-cluster ---
01:23:27 [INFO] Tests are skipped.
01:23:27 [INFO] 
01:23:27 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-cluster ---
01:23:27 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/jacoco.exec
01:23:27 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Cluster' with 30 classes
01:23:27 [INFO] 
01:23:27 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-cluster ---
01:23:27 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cluster/0-SNAPSHOT/ditto-internal-utils-cluster-0-SNAPSHOT.pom
01:23:27 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/ditto-internal-utils-cluster-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cluster/0-SNAPSHOT/ditto-internal-utils-cluster-0-SNAPSHOT.jar
01:23:27 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/cluster/target/ditto-internal-utils-cluster-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cluster/0-SNAPSHOT/ditto-internal-utils-cluster-0-SNAPSHOT-javadoc.jar
01:23:27 [INFO] 
01:23:27 [INFO] ----------< org.eclipse.ditto:ditto-internal-utils-extension >----------
01:23:27 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Extension 0-SNAPSHOT [26/77]
01:23:27 [INFO]   from internal/utils/extension/pom.xml
01:23:27 [INFO] --------------------------------[ jar ]---------------------------------
01:23:27 [INFO] 
01:23:27 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-extension ---
01:23:27 [INFO] 
01:23:27 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-extension ---
01:23:27 [INFO] 
01:23:27 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-extension ---
01:23:27 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/jacoco.exec
01:23:27 [INFO] 
01:23:27 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-extension ---
01:23:27 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:23:27 [WARNING] 
01:23:27 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:23:27 [WARNING] 
01:23:27 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:23:27 [WARNING] 
01:23:27 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:23:27 [INFO] 
01:23:27 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-extension ---
01:23:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/src/main/resources
01:23:27 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:23:27 [INFO] 
01:23:27 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-extension ---
01:23:27 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT...
01:23:27 [INFO] 
01:23:27 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-extension ---
01:23:27 [INFO] Changes detected - recompiling the module! :dependency
01:23:27 [INFO] Compiling 2 source files with javac [debug target 17] to target/classes
01:23:27 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/src/main/java/org/eclipse/ditto/internal/utils/extension/DittoExtensionIds.java: /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/src/main/java/org/eclipse/ditto/internal/utils/extension/DittoExtensionIds.java uses unchecked or unsafe operations.
01:23:27 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/src/main/java/org/eclipse/ditto/internal/utils/extension/DittoExtensionIds.java: Recompile with -Xlint:unchecked for details.
01:23:27 [INFO] 
01:23:27 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-extension ---
01:23:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/src/test/resources
01:23:27 [INFO] 
01:23:27 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-extension ---
01:23:27 [INFO] No sources to compile
01:23:27 [INFO] 
01:23:27 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-extension ---
01:23:27 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:23:27 [INFO] No tests to run.
01:23:27 [INFO] 
01:23:27 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-extension ---
01:23:27 [INFO] 
01:23:27 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-extension ---
01:23:27 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/ditto-internal-utils-extension-0-SNAPSHOT.jar
01:23:27 [INFO] 
01:23:27 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-extension ---
01:23:27 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:23:27 [INFO] No previous run data found, generating javadoc.
01:23:29 [WARNING] Javadoc Warnings
01:23:29 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/src/main/java/org/eclipse/ditto/internal/utils/extension/DittoExtensionIds.java:28: warning: no comment
01:23:29 [WARNING] public final class DittoExtensionIds implements Extension {
01:23:29 [WARNING] ^
01:23:29 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/src/main/java/org/eclipse/ditto/internal/utils/extension/DittoExtensionIds.java:33: warning: no comment
01:23:29 [WARNING] public <T extends Extension> DittoExtensionPoint.ExtensionId<T> computeIfAbsent(
01:23:29 [WARNING] ^
01:23:29 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/src/main/java/org/eclipse/ditto/internal/utils/extension/DittoExtensionIds.java:48: warning: no comment
01:23:29 [WARNING] public static DittoExtensionIds get(final ActorSystem actorSystem) {
01:23:29 [WARNING] ^
01:23:29 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/src/main/java/org/eclipse/ditto/internal/utils/extension/DittoExtensionPoint.java:100: warning: no comment
01:23:29 [WARNING] public record ExtensionIdConfig<T extends Extension>(Class<T> parentClass,
01:23:29 [WARNING] ^
01:23:29 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/src/main/java/org/eclipse/ditto/internal/utils/extension/DittoExtensionPoint.java:98: warning: no comment
01:23:29 [WARNING] protected abstract String getConfigKey();
01:23:29 [WARNING] ^
01:23:29 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/src/main/java/org/eclipse/ditto/internal/utils/extension/DittoExtensionPoint.java:76: warning: no comment
01:23:29 [WARNING] protected String getImplementation(final ExtendedActorSystem actorSystem) {
01:23:29 [WARNING] ^
01:23:29 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/src/main/java/org/eclipse/ditto/internal/utils/extension/DittoExtensionPoint.java:68: warning: no comment
01:23:29 [WARNING] protected ExtensionIdConfig<T> globalConfig(final ActorSystem actorSystem) {
01:23:29 [WARNING] ^
01:23:29 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/src/main/java/org/eclipse/ditto/internal/utils/extension/DittoExtensionPoint.java:129: warning: no comment
01:23:29 [WARNING] public static <T extends Extension> ExtensionIdConfig<T> of(final Class<T> parentClass,
01:23:29 [WARNING] ^
01:23:29 [WARNING] 8 warnings
01:23:29 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/ditto-internal-utils-extension-0-SNAPSHOT-javadoc.jar
01:23:29 [INFO] 
01:23:29 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-extension ---
01:23:29 [INFO] Tests are skipped.
01:23:29 [INFO] 
01:23:29 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-extension ---
01:23:29 [INFO] Tests are skipped.
01:23:29 [INFO] 
01:23:29 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-extension ---
01:23:29 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:23:29 [INFO] 
01:23:29 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-extension ---
01:23:29 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-extension/0-SNAPSHOT/ditto-internal-utils-extension-0-SNAPSHOT.pom
01:23:29 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/ditto-internal-utils-extension-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-extension/0-SNAPSHOT/ditto-internal-utils-extension-0-SNAPSHOT.jar
01:23:29 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/extension/target/ditto-internal-utils-extension-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-extension/0-SNAPSHOT/ditto-internal-utils-extension-0-SNAPSHOT-javadoc.jar
01:23:29 [INFO] 
01:23:29 [INFO] ----------------< org.eclipse.ditto:ditto-placeholders >----------------
01:23:29 [INFO] Building Eclipse Ditto :: Placeholders 0-SNAPSHOT                [27/77]
01:23:29 [INFO]   from placeholders/pom.xml
01:23:29 [INFO] -------------------------------[ bundle ]-------------------------------
01:23:29 [INFO] 
01:23:29 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-placeholders ---
01:23:29 [INFO] 
01:23:29 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-placeholders ---
01:23:29 [INFO] 
01:23:29 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-placeholders ---
01:23:29 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
01:23:29 [INFO] 
01:23:29 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-placeholders ---
01:23:29 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/placeholders/target/jacoco.exec
01:23:29 [INFO] 
01:23:29 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-placeholders ---
01:23:29 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:23:29 [WARNING] 
01:23:29 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:23:29 [WARNING] 
01:23:29 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:23:29 [WARNING] 
01:23:29 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/placeholders/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:23:29 [INFO] 
01:23:29 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-placeholders ---
01:23:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/resources
01:23:29 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:23:29 [INFO] 
01:23:29 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-placeholders ---
01:23:29 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-placeholders:bundle:0-SNAPSHOT...
01:23:29 [INFO] 
01:23:29 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-placeholders ---
01:23:29 [INFO] Changes detected - recompiling the module! :dependency
01:23:29 [INFO] Compiling 54 source files with javac [debug target 1.8] to target/classes
01:23:29 [WARNING] bootstrap class path not set in conjunction with -source 8
01:23:29 [INFO] /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/java/org/eclipse/ditto/placeholders/PipelineFunctionUrlDecode.java: Some input files use or override a deprecated API.
01:23:29 [INFO] /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/java/org/eclipse/ditto/placeholders/PipelineFunctionUrlDecode.java: Recompile with -Xlint:deprecation for details.
01:23:29 [INFO] 
01:23:29 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-placeholders ---
01:23:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/placeholders/src/test/resources
01:23:29 [INFO] 
01:23:29 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-placeholders ---
01:23:29 [INFO] Changes detected - recompiling the module! :dependency
01:23:29 [INFO] Compiling 25 source files with javac [debug target 1.8] to target/test-classes
01:23:30 [WARNING] bootstrap class path not set in conjunction with -source 8
01:23:30 [INFO] 
01:23:30 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-placeholders ---
01:23:30 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:23:30 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/surefire-reports
01:23:30 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:23:30 [INFO] 
01:23:30 [INFO] -------------------------------------------------------
01:23:30 [INFO]  T E S T S
01:23:30 [INFO] -------------------------------------------------------
01:23:30 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionSubstringAfterTest
01:23:31 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.201 s -- in org.eclipse.ditto.placeholders.PipelineFunctionSubstringAfterTest
01:23:31 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionBase64EncodeTest
01:23:31 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.placeholders.PipelineFunctionBase64EncodeTest
01:23:31 [INFO] Running org.eclipse.ditto.placeholders.ImmutableTimePlaceholderTest
01:23:32 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.578 s -- in org.eclipse.ditto.placeholders.ImmutableTimePlaceholderTest
01:23:32 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionUrlEncodeTest
01:23:32 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.placeholders.PipelineFunctionUrlEncodeTest
01:23:32 [INFO] Running org.eclipse.ditto.placeholders.PlaceholderNotResolvableExceptionTest
01:23:32 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.placeholders.PlaceholderNotResolvableExceptionTest
01:23:32 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionBase64DecodeTest
01:23:32 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.placeholders.PipelineFunctionBase64DecodeTest
01:23:32 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionLowerTest
01:23:32 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.placeholders.PipelineFunctionLowerTest
01:23:32 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionDefaultTest
01:23:32 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.ditto.placeholders.PipelineFunctionDefaultTest
01:23:32 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionUrlDecodeTest
01:23:32 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.placeholders.PipelineFunctionUrlDecodeTest
01:23:32 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionUpperTest
01:23:32 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.placeholders.PipelineFunctionUpperTest
01:23:32 [INFO] Running org.eclipse.ditto.placeholders.PlaceholderFilterTest
01:23:32 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.ditto.placeholders.PlaceholderFilterTest
01:23:32 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionFilterTest
01:23:32 [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.eclipse.ditto.placeholders.PipelineFunctionFilterTest
01:23:32 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionReplaceTest
01:23:32 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.placeholders.PipelineFunctionReplaceTest
01:23:32 [INFO] Running org.eclipse.ditto.placeholders.ExpressionResolverTest
01:23:32 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.placeholders.ExpressionResolverTest
01:23:32 [INFO] Running org.eclipse.ditto.placeholders.ImmutableFunctionExpressionTest
01:23:32 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.eclipse.ditto.placeholders.ImmutableFunctionExpressionTest
01:23:32 [INFO] Running org.eclipse.ditto.placeholders.ImmutablePlaceholderResolverTest
01:23:32 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s -- in org.eclipse.ditto.placeholders.ImmutablePlaceholderResolverTest
01:23:32 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionSplitTest
01:23:32 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.placeholders.PipelineFunctionSplitTest
01:23:32 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionParameterResolverFactoryTest
01:23:32 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.placeholders.PipelineFunctionParameterResolverFactoryTest
01:23:32 [INFO] Running org.eclipse.ditto.placeholders.ImmutablePipelineTest
01:23:32 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.eclipse.ditto.placeholders.ImmutablePipelineTest
01:23:32 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionTrimTest
01:23:32 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.placeholders.PipelineFunctionTrimTest
01:23:32 [INFO] Running org.eclipse.ditto.placeholders.ImmutableExpressionResolverTest
01:23:33 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.eclipse.ditto.placeholders.ImmutableExpressionResolverTest
01:23:33 [INFO] Running org.eclipse.ditto.placeholders.ImmutableHeadersPlaceholderTest
01:23:33 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.placeholders.ImmutableHeadersPlaceholderTest
01:23:33 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionSubstringBeforeTest
01:23:33 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.placeholders.PipelineFunctionSubstringBeforeTest
01:23:33 [INFO] Running org.eclipse.ditto.placeholders.PipelineElementResolvedTest
01:23:33 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.placeholders.PipelineElementResolvedTest
01:23:33 [INFO] Running org.eclipse.ditto.placeholders.PipelineFunctionJoinTest
01:23:33 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.placeholders.PipelineFunctionJoinTest
01:23:33 [INFO] 
01:23:33 [INFO] Results:
01:23:33 [INFO] 
01:23:33 [INFO] Tests run: 199, Failures: 0, Errors: 0, Skipped: 0
01:23:33 [INFO] 
01:23:33 [INFO] 
01:23:33 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-placeholders ---
01:23:33 [INFO] 
01:23:33 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-placeholders ---
01:23:33 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT.jar
01:23:33 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/classes/META-INF/MANIFEST.MF
01:23:33 [INFO] 
01:23:33 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-placeholders ---
01:23:33 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:23:33 [INFO] No previous run data found, generating javadoc.
01:23:35 [WARNING] Javadoc Warnings
01:23:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/java/org/eclipse/ditto/placeholders/PlaceholderFactory.java:91: warning: no @param for <T>
01:23:35 [WARNING] public static <T> ExpressionResolver newExpressionResolver(final Placeholder<T> placeholder,
01:23:35 [WARNING] ^
01:23:35 [WARNING] /home/jenkins/agent/workspace/ditto-ci/placeholders/src/main/java/org/eclipse/ditto/placeholders/PlaceholderFilter.java:73: warning: no @return
01:23:35 [WARNING] public static <T> String apply(final String template, final T placeholderSource, final Placeholder<T> placeholder) {
01:23:35 [WARNING] ^
01:23:35 [WARNING] 2 warnings
01:23:35 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT-javadoc.jar
01:23:35 [INFO] 
01:23:35 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-placeholders ---
01:23:35 [INFO] Tests are skipped.
01:23:35 [INFO] 
01:23:35 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-placeholders ---
01:23:35 [INFO] Tests are skipped.
01:23:35 [INFO] 
01:23:35 [INFO] --- jacoco:0.8.10:report (report) @ ditto-placeholders ---
01:23:35 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/placeholders/target/jacoco.exec
01:23:35 [INFO] Analyzed bundle 'Eclipse Ditto :: Placeholders' with 86 classes
01:23:35 [INFO] 
01:23:35 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-placeholders ---
01:23:36 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/placeholders/target/japicmp/japicmp.diff'.
01:23:36 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/placeholders/target/japicmp/japicmp.xml'.
01:23:36 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/placeholders/target/japicmp/japicmp.html'.
01:23:36 [INFO] 
01:23:36 [INFO] --- install:3.1.1:install (default-install) @ ditto-placeholders ---
01:23:36 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/placeholders/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-placeholders/0-SNAPSHOT/ditto-placeholders-0-SNAPSHOT.pom
01:23:36 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-placeholders/0-SNAPSHOT/ditto-placeholders-0-SNAPSHOT.jar
01:23:36 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/placeholders/target/ditto-placeholders-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-placeholders/0-SNAPSHOT/ditto-placeholders-0-SNAPSHOT-javadoc.jar
01:23:36 [INFO] 
01:23:36 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-placeholders ---
01:23:36 [INFO] Installing org/eclipse/ditto/ditto-placeholders/0-SNAPSHOT/ditto-placeholders-0-SNAPSHOT.jar
01:23:36 [INFO] Writing OBR metadata
01:23:36 [INFO] 
01:23:36 [INFO] ----------------< org.eclipse.ditto:ditto-base-service >----------------
01:23:36 [INFO] Building Eclipse Ditto :: Base :: Service 0-SNAPSHOT             [28/77]
01:23:36 [INFO]   from base/service/pom.xml
01:23:36 [INFO] --------------------------------[ jar ]---------------------------------
01:23:39 [INFO] 
01:23:39 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-base-service ---
01:23:39 [INFO] 
01:23:39 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-base-service ---
01:23:39 [INFO] 
01:23:39 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-base-service ---
01:23:39 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/base/service/target/jacoco.exec
01:23:39 [INFO] 
01:23:39 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-base-service ---
01:23:39 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:23:39 [WARNING] 
01:23:39 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:23:39 [WARNING] 
01:23:39 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:23:39 [WARNING] 
01:23:39 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/base/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:23:39 [INFO] 
01:23:39 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-base-service ---
01:23:39 [INFO] Copying 1 resource from src/main/resources to target/classes
01:23:39 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:23:39 [INFO] 
01:23:39 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-base-service ---
01:23:39 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT...
01:23:39 [INFO] 
01:23:39 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-base-service ---
01:23:39 [INFO] Changes detected - recompiling the module! :dependency
01:23:39 [INFO] Compiling 54 source files with javac [debug target 17] to target/classes
01:23:39 [INFO] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/config/DittoServiceConfig.java: Some input files use or override a deprecated API.
01:23:39 [INFO] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/config/DittoServiceConfig.java: Recompile with -Xlint:deprecation for details.
01:23:39 [INFO] 
01:23:39 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-base-service ---
01:23:39 [INFO] Copying 7 resources from src/test/resources to target/test-classes
01:23:39 [INFO] 
01:23:39 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-base-service ---
01:23:39 [INFO] Changes detected - recompiling the module! :dependency
01:23:39 [INFO] Compiling 14 source files with javac [debug target 17] to target/test-classes
01:23:40 [INFO] 
01:23:40 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-base-service ---
01:23:40 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:23:40 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/base/service/target/surefire-reports
01:23:40 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:23:40 [INFO] 
01:23:40 [INFO] -------------------------------------------------------
01:23:40 [INFO]  T E S T S
01:23:40 [INFO] -------------------------------------------------------
01:23:40 [INFO] Running org.eclipse.ditto.base.service.actors.DittoRootActorControlTest
01:23:43 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.003 s -- in org.eclipse.ditto.base.service.actors.DittoRootActorControlTest
01:23:43 [INFO] Running org.eclipse.ditto.base.service.config.supervision.DefaultLocalAskTimeoutConfigTest
01:23:45 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.718 s -- in org.eclipse.ditto.base.service.config.supervision.DefaultLocalAskTimeoutConfigTest
01:23:45 [INFO] Running org.eclipse.ditto.base.service.config.supervision.DefaultSupervisorConfigTest
01:23:45 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.eclipse.ditto.base.service.config.supervision.DefaultSupervisorConfigTest
01:23:45 [INFO] Running org.eclipse.ditto.base.service.config.supervision.ExponentialBackOffTest
01:23:51 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.149 s -- in org.eclipse.ditto.base.service.config.supervision.ExponentialBackOffTest
01:23:51 [INFO] Running org.eclipse.ditto.base.service.config.supervision.DefaultExponentialBackOffConfigTest
01:23:52 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.366 s -- in org.eclipse.ditto.base.service.config.supervision.DefaultExponentialBackOffConfigTest
01:23:52 [INFO] Running org.eclipse.ditto.base.service.config.http.DefaultHttpProxyConfigTest
01:23:52 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.643 s -- in org.eclipse.ditto.base.service.config.http.DefaultHttpProxyConfigTest
01:23:52 [INFO] Running org.eclipse.ditto.base.service.config.http.DefaultHttpConfigTest
01:23:52 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.base.service.config.http.DefaultHttpConfigTest
01:23:52 [INFO] Running org.eclipse.ditto.base.service.config.DefaultThrottlingConfigTest
01:23:53 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.eclipse.ditto.base.service.config.DefaultThrottlingConfigTest
01:23:53 [INFO] Running org.eclipse.ditto.base.service.config.limits.DefaultLimitsConfigTest
01:23:53 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s -- in org.eclipse.ditto.base.service.config.limits.DefaultLimitsConfigTest
01:23:53 [INFO] Running org.eclipse.ditto.base.service.signaltransformer.placeholdersubstitution.HeaderBasedPlaceholderSubstitutionAlgorithmTest
01:23:53 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.eclipse.ditto.base.service.signaltransformer.placeholdersubstitution.HeaderBasedPlaceholderSubstitutionAlgorithmTest
01:23:53 [INFO] Running org.eclipse.ditto.base.service.signaltransformer.placeholdersubstitution.SubjectIdReplacementDefinitionTest
01:23:53 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.ditto.base.service.signaltransformer.placeholdersubstitution.SubjectIdReplacementDefinitionTest
01:23:53 [INFO] Running org.eclipse.ditto.base.service.acknowledgements.AcknowledgementAggregatorTest
01:23:53 Jan 18, 2024 6:23:53 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:23:53 WARNING: Could not find implementation for entity ID with type <foo>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackEntityId> instead.
01:23:53 Jan 18, 2024 6:23:53 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:23:53 WARNING: Could not find implementation for entity ID with type <foo>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackEntityId> instead.
01:23:53 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.353 s -- in org.eclipse.ditto.base.service.acknowledgements.AcknowledgementAggregatorTest
01:23:53 [INFO] Running org.eclipse.ditto.base.service.MainMethodExceptionHandlerTest
01:23:53 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s -- in org.eclipse.ditto.base.service.MainMethodExceptionHandlerTest
01:23:53 [INFO] 
01:23:53 [INFO] Results:
01:23:53 [INFO] 
01:23:53 [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0
01:23:53 [INFO] 
01:23:53 [INFO] 
01:23:53 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-base-service ---
01:23:53 [INFO] 
01:23:53 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-base-service ---
01:23:53 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT.jar
01:23:53 [INFO] 
01:23:53 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-base-service ---
01:23:54 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:23:54 [INFO] No previous run data found, generating javadoc.
01:23:56 [WARNING] Javadoc Warnings
01:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/package-info.java:14: warning: no comment
01:23:56 [WARNING] package org.eclipse.ditto.base.service;
01:23:56 [WARNING] ^
01:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/package-info.java:14: warning: no comment
01:23:56 [WARNING] package org.eclipse.ditto.base.service.cluster;
01:23:56 [WARNING] ^
01:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/config/package-info.java:14: warning: no comment
01:23:56 [WARNING] package org.eclipse.ditto.base.service.config;
01:23:56 [WARNING] ^
01:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/config/http/package-info.java:14: warning: no comment
01:23:56 [WARNING] package org.eclipse.ditto.base.service.config.http;
01:23:56 [WARNING] ^
01:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/config/limits/package-info.java:14: warning: no comment
01:23:56 [WARNING] package org.eclipse.ditto.base.service.config.limits;
01:23:56 [WARNING] ^
01:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/config/supervision/package-info.java:14: warning: no comment
01:23:56 [WARNING] package org.eclipse.ditto.base.service.config.supervision;
01:23:56 [WARNING] ^
01:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/devops/package-info.java:15: warning: no comment
01:23:56 [WARNING] package org.eclipse.ditto.base.service.devops;
01:23:56 [WARNING] ^
01:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/placeholdersubstitution/AbstractPlaceholderSubstitution.java:41: warning: no comment
01:23:56 [WARNING] protected AbstractPlaceholderSubstitution(final SubstitutionStrategyRegistry substitutionStrategyRegistry) {
01:23:56 [WARNING] ^
01:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/placeholdersubstitution/AbstractTypedSubstitutionStrategy.java:39: warning: no comment
01:23:56 [WARNING] protected AbstractTypedSubstitutionStrategy(final Class<T> type) {
01:23:56 [WARNING] ^
01:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/placeholdersubstitution/AbstractTypedSubstitutionStrategy.java:82: warning: no comment
01:23:56 [WARNING] protected static Policy substitutePolicy(final Policy policy,
01:23:56 [WARNING] ^
01:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/placeholdersubstitution/AbstractTypedSubstitutionStrategy.java:100: warning: no comment
01:23:56 [WARNING] protected static Iterable<PolicyEntry> substitutePolicyEntries(final Iterable<PolicyEntry> policyEntries,
01:23:56 [WARNING] ^
01:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/placeholdersubstitution/AbstractTypedSubstitutionStrategy.java:66: warning: no comment
01:23:56 [WARNING] protected static PolicyEntry substitutePolicyEntry(final PolicyEntry existingPolicyEntry,
01:23:56 [WARNING] ^
01:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/placeholdersubstitution/AbstractTypedSubstitutionStrategy.java:48: warning: no comment
01:23:56 [WARNING] protected static Subjects substituteSubjects(final Subjects subjects,
01:23:56 [WARNING] ^
01:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/config/http/DefaultHttpProxyConfig.java:63: warning: no comment
01:23:56 [WARNING] public static DefaultHttpProxyConfig ofProxy(final Config config) {
01:23:56 [WARNING] ^
01:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/actors/DittoRootActor.java:161: warning: no comment
01:23:56 [WARNING] protected void bindHttpStatusRoute(final HttpConfig httpConfig, final ActorRef healthCheckingActor) {
01:23:56 [WARNING] ^
01:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:99: warning: no comment
01:23:56 [WARNING] protected static final String MONGO_URI_CONFIG_PATH = "pekko.contrib.persistence.mongodb.mongo.mongouri";
01:23:56 [WARNING] ^
01:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:101: warning: no comment
01:23:56 [WARNING] protected final Config rawConfig;
01:23:56 [WARNING] ^
01:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:102: warning: no comment
01:23:56 [WARNING] protected final C serviceSpecificConfig;
01:23:56 [WARNING] ^
01:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/DittoService.java:216: warning: no comment
01:23:56 [WARNING] protected Config appendPekkoPersistenceMongoUriToRawConfig() {
01:23:56 [WARNING] ^
01:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/config/http/HttpConfig.java:64: warning: no comment
01:23:56 [WARNING] COORDINATED_SHUTDOWN_TIMEOUT("coordinated-shutdown-timeout", Duration.ofSeconds(65));
01:23:56 [WARNING] ^
01:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:33: warning: no comment
01:23:56 [WARNING] public final class ModifySplitBrainResolver extends AbstractCommand<ModifySplitBrainResolver> {
01:23:56 [WARNING] ^
01:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:35: warning: no comment
01:23:56 [WARNING] public static final JsonFieldDefinition<Boolean> ENABLED_FIELD_KEY =
01:23:56 [WARNING] ^
01:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:40: warning: no comment
01:23:56 [WARNING] public static final String TYPE = PREFIX + NAME;
01:23:56 [WARNING] ^
01:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:53: warning: no comment
01:23:56 [WARNING] public static ModifySplitBrainResolver fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
01:23:56 [WARNING] ^
01:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolver.java:49: warning: no comment
01:23:56 [WARNING] public boolean isEnabled() {
01:23:56 [WARNING] ^
01:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:32: warning: no comment
01:23:56 [WARNING] public final class ModifySplitBrainResolverResponse
01:23:56 [WARNING] ^
01:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:37: warning: no comment
01:23:56 [WARNING] public static final String TYPE = PREFIX + NAME;
01:23:56 [WARNING] ^
01:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:64: warning: no comment
01:23:56 [WARNING] public static ModifySplitBrainResolverResponse fromJson(final JsonObject jsonObject,
01:23:56 [WARNING] ^
01:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/cluster/ModifySplitBrainResolverResponse.java:60: warning: no comment
01:23:56 [WARNING] public boolean isEnabled() {
01:23:56 [WARNING] ^
01:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/NoOpRootActorStarter.java:27: warning: no @param for config
01:23:56 [WARNING] public NoOpRootActorStarter(final ActorSystem actorSystem, final Config config) {
01:23:56 [WARNING] ^
01:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/RootActorStarter.java:54: warning: no comment
01:23:56 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<RootActorStarter> {
01:23:56 [WARNING] ^
01:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/RootChildActorStarter.java:57: warning: no comment
01:23:56 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<RootChildActorStarter> {
01:23:56 [WARNING] ^
01:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/SignalTransformers.java:81: warning: no @param for config
01:23:56 [WARNING] public static SignalTransformers get(final ActorSystem actorSystem, final Config config) {
01:23:56 [WARNING] ^
01:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/signaltransformer/SignalTransformers.java:33: warning: no comment
01:23:56 [WARNING] public final class SignalTransformers implements DittoExtensionPoint, SignalTransformer {
01:23:56 [WARNING] ^
01:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/actors/StartChildActor.java:50: warning: no comment
01:23:56 [WARNING] public String getActorName() {
01:23:56 [WARNING] ^
01:23:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/base/service/src/main/java/org/eclipse/ditto/base/service/actors/StartChildActor.java:46: warning: no comment
01:23:56 [WARNING] public Props getProps() {
01:23:56 [WARNING] ^
01:23:56 [WARNING] 36 warnings
01:23:56 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT-javadoc.jar
01:23:57 [INFO] 
01:23:57 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-base-service ---
01:23:57 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT-tests.jar
01:23:57 [INFO] 
01:23:57 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-base-service ---
01:23:57 [INFO] Tests are skipped.
01:23:57 [INFO] 
01:23:57 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-base-service ---
01:23:57 [INFO] Tests are skipped.
01:23:57 [INFO] 
01:23:57 [INFO] --- jacoco:0.8.10:report (report) @ ditto-base-service ---
01:23:57 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/base/service/target/jacoco.exec
01:23:57 [INFO] Analyzed bundle 'Eclipse Ditto :: Base :: Service' with 50 classes
01:23:57 [INFO] 
01:23:57 [INFO] --- install:3.1.1:install (default-install) @ ditto-base-service ---
01:23:57 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/base/service/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-service/0-SNAPSHOT/ditto-base-service-0-SNAPSHOT.pom
01:23:57 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-service/0-SNAPSHOT/ditto-base-service-0-SNAPSHOT.jar
01:23:57 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-service/0-SNAPSHOT/ditto-base-service-0-SNAPSHOT-javadoc.jar
01:23:57 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/base/service/target/ditto-base-service-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-base-service/0-SNAPSHOT/ditto-base-service-0-SNAPSHOT-tests.jar
01:23:57 [INFO] 
01:23:57 [INFO] ----------------< org.eclipse.ditto:ditto-connectivity >----------------
01:23:57 [INFO] Building Eclipse Ditto :: Connectivity 0-SNAPSHOT                [29/77]
01:23:57 [INFO]   from connectivity/pom.xml
01:23:57 [INFO] --------------------------------[ pom ]---------------------------------
01:23:57 [INFO] 
01:23:57 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-connectivity ---
01:23:57 [INFO] 
01:23:57 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-connectivity ---
01:23:57 [INFO] 
01:23:57 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity ---
01:23:57 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/connectivity/target/jacoco.exec
01:23:57 [INFO] 
01:23:57 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity ---
01:23:57 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:23:57 [INFO] The goal is skip due to packaging 'pom'
01:23:57 [INFO] 
01:23:57 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity ---
01:23:57 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity:pom:0-SNAPSHOT...
01:23:57 [INFO] 
01:23:57 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity ---
01:23:57 [INFO] 
01:23:57 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity ---
01:23:57 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
01:23:57 [INFO] 
01:23:57 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity ---
01:23:57 [INFO] Tests are skipped.
01:23:57 [INFO] 
01:23:57 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity ---
01:23:57 [INFO] Tests are skipped.
01:23:57 [INFO] 
01:23:57 [INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity ---
01:23:57 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:23:57 [INFO] 
01:23:57 [INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity ---
01:23:57 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/connectivity/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity/0-SNAPSHOT/ditto-connectivity-0-SNAPSHOT.pom
01:23:57 [INFO] 
01:23:57 [INFO] -------------< org.eclipse.ditto:ditto-connectivity-model >-------------
01:23:57 [INFO] Building Eclipse Ditto :: Connectivity :: Model 0-SNAPSHOT       [30/77]
01:23:57 [INFO]   from connectivity/model/pom.xml
01:23:57 [INFO] -------------------------------[ bundle ]-------------------------------
01:23:57 [INFO] 
01:23:57 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-connectivity-model ---
01:23:57 [INFO] 
01:23:57 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-connectivity-model ---
01:23:57 [INFO] 
01:23:57 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-connectivity-model ---
01:23:57 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
01:23:57 [INFO] 
01:23:57 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-model ---
01:23:57 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/jacoco.exec
01:23:57 [INFO] 
01:23:57 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity-model ---
01:23:57 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:23:57 [WARNING] 
01:23:57 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:23:57 [WARNING] 
01:23:57 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:23:57 [WARNING] 
01:23:57 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:23:57 [INFO] 
01:23:57 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-connectivity-model ---
01:23:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/resources
01:23:57 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:23:57 [INFO] 
01:23:57 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity-model ---
01:23:57 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity-model:bundle:0-SNAPSHOT...
01:23:57 [INFO] 
01:23:57 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-connectivity-model ---
01:23:57 [INFO] Changes detected - recompiling the module! :dependency
01:23:57 [INFO] Compiling 165 source files with javac [debug target 1.8] to target/classes
01:23:58 [WARNING] bootstrap class path not set in conjunction with -source 8
01:23:58 [INFO] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/AbstractConnection.java: Some input files use or override a deprecated API.
01:23:58 [INFO] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/AbstractConnection.java: Recompile with -Xlint:deprecation for details.
01:23:58 [INFO] 
01:23:58 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-connectivity-model ---
01:23:58 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/test/resources
01:23:58 [INFO] 
01:23:58 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-connectivity-model ---
01:23:58 [INFO] Changes detected - recompiling the module! :dependency
01:23:58 [INFO] Compiling 79 source files with javac [debug target 1.8] to target/test-classes
01:23:59 [WARNING] bootstrap class path not set in conjunction with -source 8
01:23:59 [INFO] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/test/java/org/eclipse/ditto/connectivity/model/CredentialsTest.java: Some input files use or override a deprecated API.
01:23:59 [INFO] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/test/java/org/eclipse/ditto/connectivity/model/CredentialsTest.java: Recompile with -Xlint:deprecation for details.
01:23:59 [INFO] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/test/java/org/eclipse/ditto/connectivity/model/ImmutableSourceTest.java: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/test/java/org/eclipse/ditto/connectivity/model/ImmutableSourceTest.java uses unchecked or unsafe operations.
01:23:59 [INFO] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/test/java/org/eclipse/ditto/connectivity/model/ImmutableSourceTest.java: Recompile with -Xlint:unchecked for details.
01:23:59 [INFO] 
01:23:59 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-connectivity-model ---
01:23:59 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:23:59 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/surefire-reports
01:23:59 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:23:59 [INFO] 
01:23:59 [INFO] -------------------------------------------------------
01:23:59 [INFO]  T E S T S
01:23:59 [INFO] -------------------------------------------------------
01:24:00 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableHeaderMappingTest
01:24:01 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.925 s -- in org.eclipse.ditto.connectivity.model.ImmutableHeaderMappingTest
01:24:01 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableResourceStatusTest
01:24:01 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.306 s -- in org.eclipse.ditto.connectivity.model.ImmutableResourceStatusTest
01:24:01 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.EnableConnectionLogsResponseTest
01:24:01 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.542 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.EnableConnectionLogsResponseTest
01:24:01 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.EnableConnectionLogsTest
01:24:01 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.EnableConnectionLogsTest
01:24:01 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.OpenConnectionTest
01:24:01 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.OpenConnectionTest
01:24:01 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.ModifyConnectionTest
01:24:02 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.ModifyConnectionTest
01:24:02 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.CheckConnectionLogsActiveTest
01:24:02 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.CheckConnectionLogsActiveTest
01:24:02 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.DeleteConnectionResponseTest
01:24:02 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.DeleteConnectionResponseTest
01:24:02 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.CreateConnectionResponseTest
01:24:02 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.CreateConnectionResponseTest
01:24:02 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.LoggingExpiredTest
01:24:02 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.LoggingExpiredTest
01:24:02 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.CreateConnectionTest
01:24:02 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.CreateConnectionTest
01:24:02 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.DeleteConnectionTest
01:24:02 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.DeleteConnectionTest
01:24:02 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.TestConnectionResponseTest
01:24:02 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.TestConnectionResponseTest
01:24:02 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.CloseConnectionTest
01:24:02 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.CloseConnectionTest
01:24:02 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionMetricsResponseTest
01:24:02 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionMetricsResponseTest
01:24:02 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionLogsResponseTest
01:24:02 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionLogsResponseTest
01:24:02 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.ModifyConnectionResponseTest
01:24:02 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.ModifyConnectionResponseTest
01:24:02 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.OpenConnectionResponseTest
01:24:02 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.OpenConnectionResponseTest
01:24:02 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.CloseConnectionResponseTest
01:24:02 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.CloseConnectionResponseTest
01:24:02 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.TestConnectionTest
01:24:02 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.TestConnectionTest
01:24:02 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionMetricsTest
01:24:02 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionMetricsTest
01:24:02 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionLogsTest
01:24:02 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.connectivity.model.signals.commands.modify.ResetConnectionLogsTest
01:24:02 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionTest
01:24:02 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionTest
01:24:02 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionsResponseTest
01:24:02 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionsResponseTest
01:24:02 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionLogsResponseTest
01:24:02 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionLogsResponseTest
01:24:02 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionLogsTest
01:24:02 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionLogsTest
01:24:02 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionMetricsTest
01:24:03 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionMetricsTest
01:24:03 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionResponseTest
01:24:03 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionResponseTest
01:24:03 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionStatusResponseTest
01:24:03 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionStatusResponseTest
01:24:03 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveAllConnectionIdsTest
01:24:03 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveAllConnectionIdsTest
01:24:03 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveResolvedHonoConnectionTest
01:24:03 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveResolvedHonoConnectionTest
01:24:03 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionStatusTest
01:24:03 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionStatusTest
01:24:03 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveAllConnectionIdsResponseTest
01:24:03 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveAllConnectionIdsResponseTest
01:24:03 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionMetricsResponseTest
01:24:03 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionMetricsResponseTest
01:24:03 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionsTest
01:24:04 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.807 s -- in org.eclipse.ditto.connectivity.model.signals.commands.query.RetrieveConnectionsTest
01:24:04 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.exceptions.ConnectionFailedExceptionTest
01:24:04 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.connectivity.model.signals.commands.exceptions.ConnectionFailedExceptionTest
01:24:04 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.exceptions.ConnectionNotAccessibleExceptionTest
01:24:04 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.connectivity.model.signals.commands.exceptions.ConnectionNotAccessibleExceptionTest
01:24:04 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.exceptions.ConnectionSignalIllegalExceptionTest
01:24:04 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.connectivity.model.signals.commands.exceptions.ConnectionSignalIllegalExceptionTest
01:24:04 [INFO] Running org.eclipse.ditto.connectivity.model.signals.commands.ConnectivityErrorResponseTest
01:24:04 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 s -- in org.eclipse.ditto.connectivity.model.signals.commands.ConnectivityErrorResponseTest
01:24:04 [INFO] Running org.eclipse.ditto.connectivity.model.signals.events.ConnectionCreatedTest
01:24:04 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.eclipse.ditto.connectivity.model.signals.events.ConnectionCreatedTest
01:24:04 [INFO] Running org.eclipse.ditto.connectivity.model.signals.events.ConnectionOpenedTest
01:24:04 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.connectivity.model.signals.events.ConnectionOpenedTest
01:24:04 [INFO] Running org.eclipse.ditto.connectivity.model.signals.events.ConnectionModifiedTest
01:24:04 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.connectivity.model.signals.events.ConnectionModifiedTest
01:24:04 [INFO] Running org.eclipse.ditto.connectivity.model.signals.events.ConnectionDeletedTest
01:24:04 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.connectivity.model.signals.events.ConnectionDeletedTest
01:24:04 [INFO] Running org.eclipse.ditto.connectivity.model.signals.events.ConnectionClosedTest
01:24:04 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.ditto.connectivity.model.signals.events.ConnectionClosedTest
01:24:04 [INFO] Running org.eclipse.ditto.connectivity.model.signals.announcements.ConnectionOpenedAnnouncementTest
01:24:04 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.connectivity.model.signals.announcements.ConnectionOpenedAnnouncementTest
01:24:04 [INFO] Running org.eclipse.ditto.connectivity.model.signals.announcements.ConnectionClosedAnnouncementTest
01:24:04 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.connectivity.model.signals.announcements.ConnectionClosedAnnouncementTest
01:24:04 [INFO] Running org.eclipse.ditto.connectivity.model.OAuthClientCredentialsTest
01:24:04 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.connectivity.model.OAuthClientCredentialsTest
01:24:04 [INFO] Running org.eclipse.ditto.connectivity.model.mqtt.SessionExpiryIntervalTest
01:24:04 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.connectivity.model.mqtt.SessionExpiryIntervalTest
01:24:04 [INFO] Running org.eclipse.ditto.connectivity.model.mqtt.ReceiveMaximumTest
01:24:04 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.ditto.connectivity.model.mqtt.ReceiveMaximumTest
01:24:04 [INFO] Running org.eclipse.ditto.connectivity.model.mqtt.MessageExpiryIntervalTest
01:24:04 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.connectivity.model.mqtt.MessageExpiryIntervalTest
01:24:04 [INFO] Running org.eclipse.ditto.connectivity.model.UsernamePasswordCredentialsTest
01:24:04 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.connectivity.model.UsernamePasswordCredentialsTest
01:24:04 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableTargetTest
01:24:04 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.connectivity.model.ImmutableTargetTest
01:24:04 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableLogEntryTest
01:24:04 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.connectivity.model.ImmutableLogEntryTest
01:24:04 [INFO] Running org.eclipse.ditto.connectivity.model.ClientCertificateCredentialsTest
01:24:04 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.connectivity.model.ClientCertificateCredentialsTest
01:24:04 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableMeasurementTest
01:24:04 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.connectivity.model.ImmutableMeasurementTest
01:24:04 [INFO] Running org.eclipse.ditto.connectivity.model.CredentialsTest
01:24:04 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.connectivity.model.CredentialsTest
01:24:04 [INFO] Running org.eclipse.ditto.connectivity.model.HmacCredentialsTest
01:24:04 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.connectivity.model.HmacCredentialsTest
01:24:04 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableEnforcementTest
01:24:04 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.connectivity.model.ImmutableEnforcementTest
01:24:04 [INFO] Running org.eclipse.ditto.connectivity.model.ConnectionIdTest
01:24:04 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.ditto.connectivity.model.ConnectionIdTest
01:24:04 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableAddressMetricTest
01:24:04 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.connectivity.model.ImmutableAddressMetricTest
01:24:04 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableReplyTargetTest
01:24:04 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.connectivity.model.ImmutableReplyTargetTest
01:24:04 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableConnectionTest
01:24:04 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.eclipse.ditto.connectivity.model.ImmutableConnectionTest
01:24:04 [INFO] Running org.eclipse.ditto.connectivity.model.SshPublicKeyCredentialsTest
01:24:04 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.connectivity.model.SshPublicKeyCredentialsTest
01:24:04 [INFO] Running org.eclipse.ditto.connectivity.model.ConnectionUriTest
01:24:04 [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.connectivity.model.ConnectionUriTest
01:24:04 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableSourceTest
01:24:05 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.eclipse.ditto.connectivity.model.ImmutableSourceTest
01:24:05 [INFO] Running org.eclipse.ditto.connectivity.model.HonoConnectionTest
01:24:05 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.eclipse.ditto.connectivity.model.HonoConnectionTest
01:24:05 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutablePayloadMappingDefinitionTest
01:24:05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.connectivity.model.ImmutablePayloadMappingDefinitionTest
01:24:05 [INFO] Running org.eclipse.ditto.connectivity.model.HonoAddressAliasTest
01:24:05 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.410 s -- in org.eclipse.ditto.connectivity.model.HonoAddressAliasTest
01:24:05 [INFO] Running org.eclipse.ditto.connectivity.model.ConnectionTypeTest
01:24:05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.model.ConnectionTypeTest
01:24:05 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableSshTunnelTest
01:24:05 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.connectivity.model.ImmutableSshTunnelTest
01:24:05 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableMappingContextTest
01:24:05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.connectivity.model.ImmutableMappingContextTest
01:24:05 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableConnectionMetricsTest
01:24:05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.connectivity.model.ImmutableConnectionMetricsTest
01:24:05 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableFilteredTopicTest
01:24:05 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eclipse.ditto.connectivity.model.ImmutableFilteredTopicTest
01:24:05 [INFO] Running org.eclipse.ditto.connectivity.model.LogTypeTest
01:24:05 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.connectivity.model.LogTypeTest
01:24:05 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableTargetMetricsTest
01:24:05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.connectivity.model.ImmutableTargetMetricsTest
01:24:05 [INFO] Running org.eclipse.ditto.connectivity.model.ImmutableSourceMetricsTest
01:24:05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.connectivity.model.ImmutableSourceMetricsTest
01:24:05 [INFO] 
01:24:05 [INFO] Results:
01:24:05 [INFO] 
01:24:05 [INFO] Tests run: 457, Failures: 0, Errors: 0, Skipped: 0
01:24:05 [INFO] 
01:24:05 [INFO] 
01:24:05 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity-model ---
01:24:05 [INFO] 
01:24:05 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-connectivity-model ---
01:24:05 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT.jar
01:24:05 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/classes/META-INF/MANIFEST.MF
01:24:05 [INFO] 
01:24:05 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity-model ---
01:24:05 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:24:05 [INFO] No previous run data found, generating javadoc.
01:24:10 [WARNING] Javadoc Warnings
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/package-info.java:14: warning: no comment
01:24:10 [WARNING] package org.eclipse.ditto.connectivity.model;
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/mqtt/package-info.java:14: warning: no comment
01:24:10 [WARNING] package org.eclipse.ditto.connectivity.model.mqtt;
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/announcements/package-info.java:14: warning: no comment
01:24:10 [WARNING] package org.eclipse.ditto.connectivity.model.signals.announcements;
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/announcements/AbstractConnectivityAnnouncement.java:57: warning: no comment
01:24:10 [WARNING] protected static ConnectionId deserializeConnectionId(final JsonObject jsonObject) {
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/announcements/AbstractConnectivityAnnouncement.java:67: warning: no comment
01:24:10 [WARNING] protected static JsonParseException getJsonParseException(final JsonFieldDefinition<?> fieldDefinition,
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/announcements/AbstractConnectivityAnnouncement.java:73: warning: no comment
01:24:10 [WARNING] protected static JsonExceptionBuilder<JsonParseException> getJsonParseExceptionBuilder(
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/events/AbstractConnectivityEvent.java:46: warning: no @param for revision
01:24:10 [WARNING] protected AbstractConnectivityEvent(final String type,
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/events/AbstractConnectivityEvent.java:46: warning: no @param for metadata
01:24:10 [WARNING] protected AbstractConnectivityEvent(final String type,
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/modify/CheckConnectionLogsActive.java:87: warning: no @param for timestamp
01:24:10 [WARNING] public static CheckConnectionLogsActive of(final ConnectionId connectionId,
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/modify/CheckConnectionLogsActive.java:101: warning: no @param for timestamp
01:24:10 [WARNING] public static CheckConnectionLogsActive of(final ConnectionId connectionId,
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/modify/CheckConnectionLogsActive.java:101: warning: no @param for dittoHeaders
01:24:10 [WARNING] public static CheckConnectionLogsActive of(final ConnectionId connectionId,
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/modify/CheckConnectionLogsActive.java:132: warning: no @param for dittoHeaders
01:24:10 [WARNING] public static CheckConnectionLogsActive fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/modify/CheckConnectionLogsActive.java:145: warning: no comment
01:24:10 [WARNING] public static CheckConnectionLogsActive fromJson(final JsonObject jsonObject) {
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/modify/CheckConnectionLogsActive.java:181: warning: no comment
01:24:10 [WARNING] public Instant getTimestamp() {
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/exceptions/ConnectionTimeoutException.java:63: warning: no @param for operation
01:24:10 [WARNING] public static Builder newBuilder(final ConnectionId connectionId,
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/ConnectivityCommandInterceptor.java:34: warning: no comment
01:24:10 [WARNING] default Connection getConnectionFromCommand(final ConnectivityCommand<?> command) {
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/exceptions/ConnectivityCommandInvalidException.java:62: warning: no @param for invalidCommand
01:24:10 [WARNING] public static Builder newBuilder(final String invalidCommand) {
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/ConnectivityModelFactory.java:619: warning: no @param for mappings
01:24:10 [WARNING] public static PayloadMapping newPayloadMapping(final List<String> mappings) {
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/ConnectivityModelFactory.java:626: warning: no @param for mappings
01:24:10 [WARNING] public static PayloadMapping newPayloadMapping(@Nullable final String... mappings) {
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/ConnectivityModelFactory.java:662: warning: no @param for source
01:24:10 [WARNING] public static SourceBuilder newSourceBuilder(final Source source) {
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/ConnectivityModelFactory.java:705: warning: no @param for target
01:24:10 [WARNING] public static TargetBuilder newTargetBuilder(final Target target) {
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/ConnectivityModelFactory.java:771: warning: no @param for sshTunnel
01:24:10 [WARNING] public static SshTunnelBuilder newSshTunnelBuilder(final SshTunnel sshTunnel) {
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/HmacCredentials.java:47: warning: no comment
01:24:10 [WARNING] public static HmacCredentials of(final String algorithm, final JsonObject parameters) {
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/modify/LoggingExpired.java:80: warning: no @param for dittoHeaders
01:24:10 [WARNING] public static LoggingExpired of(final ConnectionId connectionId, final DittoHeaders dittoHeaders) {
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/modify/LoggingExpired.java:109: warning: no @param for dittoHeaders
01:24:10 [WARNING] public static LoggingExpired fromJson(final JsonObject jsonObject, final DittoHeaders dittoHeaders) {
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/modify/LoggingExpired.java:119: warning: no comment
01:24:10 [WARNING] public static LoggingExpired fromJson(final JsonObject jsonObject) {
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/mqtt/MessageExpiryInterval.java:31: warning: no comment
01:24:10 [WARNING] public static final long MAX_INTERVAL_SECONDS = 4_294_967_295L;
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/mqtt/MessageExpiryInterval.java:29: warning: no comment
01:24:10 [WARNING] public static final long MIN_INTERVAL_SECONDS = 1L;
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/ReplyTarget.java:105: warning: no @return
01:24:10 [WARNING] ReplyTarget build();
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionMetricsResponse.java:224: warning: no comment
01:24:10 [WARNING] public static Builder getBuilder(final ConnectionId connectionId, final DittoHeaders dittoHeaders) {
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionMetricsResponse.java:148: warning: no comment
01:24:10 [WARNING] public Optional<Boolean> getContainsFailure() {
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionMetricsResponse.java:317: warning: no comment
01:24:10 [WARNING] public RetrieveConnectionMetricsResponse build() {
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionMetricsResponse.java:302: warning: no comment
01:24:10 [WARNING] public Builder connectionMetrics(final ConnectionMetrics connectionMetrics) {
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionMetricsResponse.java:307: warning: no comment
01:24:10 [WARNING] public Builder sourceMetrics(final SourceMetrics sourceMetrics) {
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionMetricsResponse.java:312: warning: no comment
01:24:10 [WARNING] public Builder targetMetrics(final TargetMetrics targetMetrics) {
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnections.java:82: warning: no @param for idsOnly
01:24:10 [WARNING] public static RetrieveConnections newInstance(final boolean idsOnly, final DittoHeaders dittoHeaders) {
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnections.java:95: warning: no @param for idsOnly
01:24:10 [WARNING] public static RetrieveConnections newInstance(final boolean idsOnly,
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:113: warning: no @param for dittoHeaders
01:24:10 [WARNING] public static RetrieveConnectionStatusResponse of(final ConnectionId connectionId,
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:297: warning: no comment
01:24:10 [WARNING] public static Builder getBuilder(final ConnectionId connectionId, final DittoHeaders dittoHeaders) {
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:471: warning: no comment
01:24:10 [WARNING] public RetrieveConnectionStatusResponse build() {
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:413: warning: no comment
01:24:10 [WARNING] public Builder clientStatus(final List<ResourceStatus> clientStatus) {
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:408: warning: no comment
01:24:10 [WARNING] public Builder connectedSince(@Nullable final Instant connectedSince) {
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:393: warning: no comment
01:24:10 [WARNING] public Builder connectionStatus(final ConnectivityStatus connectionStatus) {
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:398: warning: no comment
01:24:10 [WARNING] public Builder liveStatus(final ConnectivityStatus liveStatus) {
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:403: warning: no comment
01:24:10 [WARNING] public Builder recoveryStatus(final RecoveryStatus recoveryStatus) {
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:418: warning: no comment
01:24:10 [WARNING] public Builder sourceStatus(final List<ResourceStatus> sourceStatus) {
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:428: warning: no comment
01:24:10 [WARNING] public Builder sshTunnelStatus(final List<ResourceStatus> sshTunnelStatus) {
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:423: warning: no comment
01:24:10 [WARNING] public Builder targetStatus(final List<ResourceStatus> targetStatus) {
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:433: warning: no comment
01:24:10 [WARNING] public Builder withAddressStatus(final ResourceStatus resourceStatus) {
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:453: warning: no comment
01:24:10 [WARNING] public Builder withMissingResources(final Map<ResourceStatus.ResourceType, Integer> missingResources,
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:352: warning: no comment
01:24:10 [WARNING] public static final JsonFieldDefinition<JsonArray> CLIENT_STATUS =
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:349: warning: no comment
01:24:10 [WARNING] public static final JsonFieldDefinition<String> CONNECTED_SINCE =
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:340: warning: no comment
01:24:10 [WARNING] public static final JsonFieldDefinition<String> CONNECTION_STATUS =
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:343: warning: no comment
01:24:10 [WARNING] public static final JsonFieldDefinition<String> LIVE_STATUS =
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:346: warning: no comment
01:24:10 [WARNING] public static final JsonFieldDefinition<String> RECOVERY_STATUS =
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:355: warning: no comment
01:24:10 [WARNING] public static final JsonFieldDefinition<JsonArray> SOURCE_STATUS =
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:361: warning: no comment
01:24:10 [WARNING] public static final JsonFieldDefinition<JsonArray> SSH_TUNNEL_STATUS =
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/signals/commands/query/RetrieveConnectionStatusResponse.java:358: warning: no comment
01:24:10 [WARNING] public static final JsonFieldDefinition<JsonArray> TARGET_STATUS =
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/SshPublicKeyCredentials.java:48: warning: no comment
01:24:10 [WARNING] public static SshPublicKeyCredentials of(final String username, final String publicKey,
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:28: warning: no comment
01:24:10 [WARNING] LIVE_COMMANDS("_/_/things/live/commands", "things-live-commands"),
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:27: warning: no comment
01:24:10 [WARNING] LIVE_EVENTS("_/_/things/live/events", "things-live-events"),
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:26: warning: no comment
01:24:10 [WARNING] LIVE_MESSAGES("_/_/things/live/messages", "messages.commands:"),
01:24:10 [WARNING] ^
01:24:10 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/model/src/main/java/org/eclipse/ditto/connectivity/model/Topic.java:25: warning: no comment
01:24:10 [WARNING] TWIN_EVENTS("_/_/things/twin/events", "things.events:"),
01:24:10 [WARNING] ^
01:24:10 [WARNING] 63 warnings
01:24:10 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-javadoc.jar
01:24:10 [INFO] 
01:24:10 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-connectivity-model ---
01:24:10 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-tests.jar
01:24:10 [INFO] 
01:24:10 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity-model ---
01:24:10 [INFO] Tests are skipped.
01:24:10 [INFO] 
01:24:10 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity-model ---
01:24:10 [INFO] Tests are skipped.
01:24:10 [INFO] 
01:24:10 [INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity-model ---
01:24:10 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/jacoco.exec
01:24:10 [INFO] Analyzed bundle 'Eclipse Ditto :: Connectivity :: Model' with 205 classes
01:24:11 [INFO] 
01:24:11 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-connectivity-model ---
01:24:12 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/japicmp/japicmp.diff'.
01:24:12 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/japicmp/japicmp.xml'.
01:24:12 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/japicmp/japicmp.html'.
01:24:12 [INFO] 
01:24:12 [INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity-model ---
01:24:12 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/connectivity/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-model/0-SNAPSHOT/ditto-connectivity-model-0-SNAPSHOT.pom
01:24:12 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-model/0-SNAPSHOT/ditto-connectivity-model-0-SNAPSHOT.jar
01:24:12 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-model/0-SNAPSHOT/ditto-connectivity-model-0-SNAPSHOT-javadoc.jar
01:24:12 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/connectivity/model/target/ditto-connectivity-model-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-model/0-SNAPSHOT/ditto-connectivity-model-0-SNAPSHOT-tests.jar
01:24:12 [INFO] 
01:24:12 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-connectivity-model ---
01:24:12 [INFO] Installing org/eclipse/ditto/ditto-connectivity-model/0-SNAPSHOT/ditto-connectivity-model-0-SNAPSHOT.jar
01:24:12 [INFO] Writing OBR metadata
01:24:12 [INFO] 
01:24:12 [INFO] ----------------< org.eclipse.ditto:ditto-thingsearch >-----------------
01:24:12 [INFO] Building Eclipse Ditto :: Thing Search 0-SNAPSHOT                [31/77]
01:24:12 [INFO]   from thingsearch/pom.xml
01:24:12 [INFO] --------------------------------[ pom ]---------------------------------
01:24:12 [INFO] 
01:24:12 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-thingsearch ---
01:24:12 [INFO] 
01:24:12 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-thingsearch ---
01:24:12 [INFO] 
01:24:12 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch ---
01:24:12 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/thingsearch/target/jacoco.exec
01:24:12 [INFO] 
01:24:12 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch ---
01:24:12 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:24:12 [INFO] The goal is skip due to packaging 'pom'
01:24:12 [INFO] 
01:24:12 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch ---
01:24:12 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch:pom:0-SNAPSHOT...
01:24:12 [INFO] 
01:24:12 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch ---
01:24:12 [INFO] 
01:24:12 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch ---
01:24:12 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
01:24:12 [INFO] 
01:24:12 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch ---
01:24:12 [INFO] Tests are skipped.
01:24:12 [INFO] 
01:24:12 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch ---
01:24:12 [INFO] Tests are skipped.
01:24:12 [INFO] 
01:24:12 [INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch ---
01:24:12 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:24:12 [INFO] 
01:24:12 [INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch ---
01:24:12 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/thingsearch/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch/0-SNAPSHOT/ditto-thingsearch-0-SNAPSHOT.pom
01:24:12 [INFO] 
01:24:12 [INFO] -------------< org.eclipse.ditto:ditto-thingsearch-model >--------------
01:24:12 [INFO] Building Eclipse Ditto :: Thing Search :: Model 0-SNAPSHOT       [32/77]
01:24:12 [INFO]   from thingsearch/model/pom.xml
01:24:12 [INFO] -------------------------------[ bundle ]-------------------------------
01:24:12 [INFO] 
01:24:12 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-thingsearch-model ---
01:24:12 [INFO] 
01:24:12 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-thingsearch-model ---
01:24:12 [INFO] 
01:24:12 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-thingsearch-model ---
01:24:12 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
01:24:12 [INFO] 
01:24:12 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-model ---
01:24:12 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/jacoco.exec
01:24:12 [INFO] 
01:24:12 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch-model ---
01:24:12 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:24:12 [WARNING] 
01:24:12 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:24:12 [WARNING] 
01:24:12 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:24:12 [WARNING] 
01:24:12 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:24:12 [INFO] 
01:24:12 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-thingsearch-model ---
01:24:12 [INFO] Copying 0 resource from src/main/resources to target/classes
01:24:12 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:24:12 [INFO] 
01:24:12 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch-model ---
01:24:12 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch-model:bundle:0-SNAPSHOT...
01:24:12 [INFO] 
01:24:12 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-thingsearch-model ---
01:24:12 [INFO] Changes detected - recompiling the module! :dependency
01:24:12 [INFO] Compiling 60 source files with javac [debug target 1.8] to target/classes
01:24:12 [WARNING] bootstrap class path not set in conjunction with -source 8
01:24:12 [INFO] 
01:24:12 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-thingsearch-model ---
01:24:12 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/src/test/resources
01:24:12 [INFO] 
01:24:12 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-thingsearch-model ---
01:24:12 [INFO] Changes detected - recompiling the module! :dependency
01:24:12 [INFO] Compiling 31 source files with javac [debug target 1.8] to target/test-classes
01:24:13 [WARNING] bootstrap class path not set in conjunction with -source 8
01:24:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/src/test/java/org/eclipse/ditto/thingsearch/model/ImmutableLogicalFilterTest.java:[95,72] non-varargs call of varargs method with inexact argument type for last parameter;
01:24:13   cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call
01:24:13   cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning
01:24:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/src/test/java/org/eclipse/ditto/thingsearch/model/ImmutableLogicalFilterTest.java:[133,71] non-varargs call of varargs method with inexact argument type for last parameter;
01:24:13   cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call
01:24:13   cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning
01:24:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/src/test/java/org/eclipse/ditto/thingsearch/model/ImmutableSearchPropertyTest.java:[225,29] non-varargs call of varargs method with inexact argument type for last parameter;
01:24:13   cast to java.lang.String for a varargs call
01:24:13   cast to java.lang.String[] for a non-varargs call and to suppress this warning
01:24:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/src/test/java/org/eclipse/ditto/thingsearch/model/SearchModelFactoryTest.java:[120,56] non-varargs call of varargs method with inexact argument type for last parameter;
01:24:13   cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call
01:24:13   cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning
01:24:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/src/test/java/org/eclipse/ditto/thingsearch/model/SearchModelFactoryTest.java:[147,55] non-varargs call of varargs method with inexact argument type for last parameter;
01:24:13   cast to org.eclipse.ditto.thingsearch.model.SearchFilter for a varargs call
01:24:13   cast to org.eclipse.ditto.thingsearch.model.SearchFilter[] for a non-varargs call and to suppress this warning
01:24:13 [INFO] 
01:24:13 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-thingsearch-model ---
01:24:13 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:24:13 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/surefire-reports
01:24:13 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:24:13 [INFO] 
01:24:13 [INFO] -------------------------------------------------------
01:24:13 [INFO]  T E S T S
01:24:13 [INFO] -------------------------------------------------------
01:24:13 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableLimitOptionTest
01:24:14 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.010 s -- in org.eclipse.ditto.thingsearch.model.ImmutableLimitOptionTest
01:24:14 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSortOptionsEntryTest
01:24:14 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSortOptionsEntryTest
01:24:14 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionCompleteTest
01:24:15 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.505 s -- in org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionCompleteTest
01:24:15 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionHasNextPageTest
01:24:15 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionHasNextPageTest
01:24:15 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionCreatedTest
01:24:15 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionCreatedTest
01:24:15 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionFailedTest
01:24:15 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.272 s -- in org.eclipse.ditto.thingsearch.model.signals.events.SubscriptionFailedTest
01:24:15 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.commands.subscription.CancelSubscriptionTest
01:24:15 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s -- in org.eclipse.ditto.thingsearch.model.signals.commands.subscription.CancelSubscriptionTest
01:24:15 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.commands.subscription.CreateSubscriptionTest
01:24:15 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.eclipse.ditto.thingsearch.model.signals.commands.subscription.CreateSubscriptionTest
01:24:15 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.commands.subscription.RequestFromSubscriptionTest
01:24:15 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.ditto.thingsearch.model.signals.commands.subscription.RequestFromSubscriptionTest
01:24:15 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.commands.exceptions.InvalidOptionExceptionTest
01:24:15 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.thingsearch.model.signals.commands.exceptions.InvalidOptionExceptionTest
01:24:15 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.commands.query.QueryThingsTest
01:24:15 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in org.eclipse.ditto.thingsearch.model.signals.commands.query.QueryThingsTest
01:24:15 [INFO] Running org.eclipse.ditto.thingsearch.model.signals.commands.query.CountThingsTest
01:24:15 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.thingsearch.model.signals.commands.query.CountThingsTest
01:24:15 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableLogicalFilterTest
01:24:16 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.423 s -- in org.eclipse.ditto.thingsearch.model.ImmutableLogicalFilterTest
01:24:16 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSearchPropertyTest
01:24:16 [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSearchPropertyTest
01:24:16 [INFO] Running org.eclipse.ditto.thingsearch.model.SearchModelFactoryTest
01:24:16 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.thingsearch.model.SearchModelFactoryTest
01:24:16 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableCursorOptionTest
01:24:16 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.thingsearch.model.ImmutableCursorOptionTest
01:24:16 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutablePropertyFilterTest
01:24:16 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.thingsearch.model.ImmutablePropertyFilterTest
01:24:16 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSearchResultTest
01:24:16 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSearchResultTest
01:24:16 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSearchQueryBuilderTest
01:24:16 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSearchQueryBuilderTest
01:24:16 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSearchResultBuilderTest
01:24:16 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSearchResultBuilderTest
01:24:16 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSizeOptionTest
01:24:16 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSizeOptionTest
01:24:16 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSortOptionTest
01:24:16 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSortOptionTest
01:24:16 [INFO] Running org.eclipse.ditto.thingsearch.model.ImmutableSortOptionEntryTest
01:24:16 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.thingsearch.model.ImmutableSortOptionEntryTest
01:24:16 [INFO] 
01:24:16 [INFO] Results:
01:24:16 [INFO] 
01:24:16 [INFO] Tests run: 187, Failures: 0, Errors: 0, Skipped: 0
01:24:16 [INFO] 
01:24:16 [INFO] 
01:24:16 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch-model ---
01:24:16 [INFO] 
01:24:16 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-thingsearch-model ---
01:24:16 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT.jar
01:24:16 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/classes/META-INF/MANIFEST.MF
01:24:16 [INFO] 
01:24:16 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch-model ---
01:24:16 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:24:16 [INFO] No previous run data found, generating javadoc.
01:24:19 [WARNING] Javadoc Warnings
01:24:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/src/main/java/org/eclipse/ditto/thingsearch/model/signals/commands/package-info.java:14: warning: no comment
01:24:19 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands;
01:24:19 [WARNING] ^
01:24:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/src/main/java/org/eclipse/ditto/thingsearch/model/signals/commands/exceptions/package-info.java:14: warning: no comment
01:24:19 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands.exceptions;
01:24:19 [WARNING] ^
01:24:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/src/main/java/org/eclipse/ditto/thingsearch/model/signals/commands/query/package-info.java:14: warning: no comment
01:24:19 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands.query;
01:24:19 [WARNING] ^
01:24:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/src/main/java/org/eclipse/ditto/thingsearch/model/signals/commands/subscription/package-info.java:14: warning: no comment
01:24:19 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.commands.subscription;
01:24:19 [WARNING] ^
01:24:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/src/main/java/org/eclipse/ditto/thingsearch/model/signals/events/package-info.java:14: warning: no comment
01:24:19 [WARNING] package org.eclipse.ditto.thingsearch.model.signals.events;
01:24:19 [WARNING] ^
01:24:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/src/main/java/org/eclipse/ditto/thingsearch/model/signals/commands/query/CountThings.java:90: warning: no @param for namespaces
01:24:19 [WARNING] public static CountThings of(@Nullable final String filter, @Nullable final Collection<String> namespaces,
01:24:19 [WARNING] ^
01:24:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/src/main/java/org/eclipse/ditto/thingsearch/model/signals/commands/subscription/CreateSubscription.java:102: warning: no @param for namespaces
01:24:19 [WARNING] public static CreateSubscription of(@Nullable final String filter, @Nullable final String options,
01:24:19 [WARNING] ^
01:24:19 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/src/main/java/org/eclipse/ditto/thingsearch/model/signals/commands/query/QueryThings.java:115: warning: no @param for namespaces
01:24:19 [WARNING] public static QueryThings of(@Nullable final String filter, @Nullable final List<String> options,
01:24:19 [WARNING] ^
01:24:19 [WARNING] 8 warnings
01:24:19 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT-javadoc.jar
01:24:19 [INFO] 
01:24:19 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch-model ---
01:24:19 [INFO] Tests are skipped.
01:24:19 [INFO] 
01:24:19 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch-model ---
01:24:19 [INFO] Tests are skipped.
01:24:19 [INFO] 
01:24:19 [INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch-model ---
01:24:19 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/jacoco.exec
01:24:19 [INFO] Analyzed bundle 'Eclipse Ditto :: Thing Search :: Model' with 56 classes
01:24:19 [INFO] 
01:24:19 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-thingsearch-model ---
01:24:20 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/japicmp/japicmp.diff'.
01:24:20 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/japicmp/japicmp.xml'.
01:24:20 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/japicmp/japicmp.html'.
01:24:20 [INFO] 
01:24:20 [INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch-model ---
01:24:20 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-model/0-SNAPSHOT/ditto-thingsearch-model-0-SNAPSHOT.pom
01:24:20 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-model/0-SNAPSHOT/ditto-thingsearch-model-0-SNAPSHOT.jar
01:24:20 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/thingsearch/model/target/ditto-thingsearch-model-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-model/0-SNAPSHOT/ditto-thingsearch-model-0-SNAPSHOT-javadoc.jar
01:24:20 [INFO] 
01:24:20 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-thingsearch-model ---
01:24:20 [INFO] Installing org/eclipse/ditto/ditto-thingsearch-model/0-SNAPSHOT/ditto-thingsearch-model-0-SNAPSHOT.jar
01:24:20 [INFO] Writing OBR metadata
01:24:20 [INFO] 
01:24:20 [INFO] ------------------< org.eclipse.ditto:ditto-messages >------------------
01:24:20 [INFO] Building Eclipse Ditto :: Messages 0-SNAPSHOT                    [33/77]
01:24:20 [INFO]   from messages/pom.xml
01:24:20 [INFO] --------------------------------[ pom ]---------------------------------
01:24:20 [INFO] 
01:24:20 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-messages ---
01:24:20 [INFO] 
01:24:20 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-messages ---
01:24:20 [INFO] 
01:24:20 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-messages ---
01:24:20 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/messages/target/jacoco.exec
01:24:20 [INFO] 
01:24:20 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-messages ---
01:24:20 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:24:20 [INFO] The goal is skip due to packaging 'pom'
01:24:20 [INFO] 
01:24:20 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-messages ---
01:24:20 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-messages:pom:0-SNAPSHOT...
01:24:20 [INFO] 
01:24:20 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-messages ---
01:24:20 [INFO] 
01:24:20 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-messages ---
01:24:20 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
01:24:20 [INFO] 
01:24:20 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-messages ---
01:24:20 [INFO] Tests are skipped.
01:24:20 [INFO] 
01:24:20 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-messages ---
01:24:20 [INFO] Tests are skipped.
01:24:20 [INFO] 
01:24:20 [INFO] --- jacoco:0.8.10:report (report) @ ditto-messages ---
01:24:20 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:24:20 [INFO] 
01:24:20 [INFO] --- install:3.1.1:install (default-install) @ ditto-messages ---
01:24:20 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/messages/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-messages/0-SNAPSHOT/ditto-messages-0-SNAPSHOT.pom
01:24:20 [INFO] 
01:24:20 [INFO] ---------------< org.eclipse.ditto:ditto-messages-model >---------------
01:24:20 [INFO] Building Eclipse Ditto :: Messages :: Model 0-SNAPSHOT           [34/77]
01:24:20 [INFO]   from messages/model/pom.xml
01:24:20 [INFO] -------------------------------[ bundle ]-------------------------------
01:24:20 [INFO] 
01:24:20 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-messages-model ---
01:24:20 [INFO] 
01:24:20 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-messages-model ---
01:24:20 [INFO] 
01:24:20 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-messages-model ---
01:24:20 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
01:24:20 [INFO] 
01:24:20 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-messages-model ---
01:24:20 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/messages/model/target/jacoco.exec
01:24:20 [INFO] 
01:24:20 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-messages-model ---
01:24:20 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:24:20 [WARNING] 
01:24:20 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:24:20 [WARNING] 
01:24:20 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:24:20 [WARNING] 
01:24:20 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/messages/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:24:20 [INFO] 
01:24:20 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-messages-model ---
01:24:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/messages/model/src/main/resources
01:24:20 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:24:20 [INFO] 
01:24:20 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-messages-model ---
01:24:20 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-messages-model:bundle:0-SNAPSHOT...
01:24:20 [INFO] 
01:24:20 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-messages-model ---
01:24:20 [INFO] Changes detected - recompiling the module! :dependency
01:24:20 [INFO] Compiling 41 source files with javac [debug target 1.8] to target/classes
01:24:20 [WARNING] bootstrap class path not set in conjunction with -source 8
01:24:20 [INFO] 
01:24:20 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-messages-model ---
01:24:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/messages/model/src/test/resources
01:24:20 [INFO] 
01:24:20 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-messages-model ---
01:24:20 [INFO] Changes detected - recompiling the module! :dependency
01:24:20 [INFO] Compiling 17 source files with javac [debug target 1.8] to target/test-classes
01:24:20 [WARNING] bootstrap class path not set in conjunction with -source 8
01:24:20 [INFO] 
01:24:20 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-messages-model ---
01:24:20 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:24:20 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/surefire-reports
01:24:20 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:24:20 [INFO] 
01:24:20 [INFO] -------------------------------------------------------
01:24:20 [INFO]  T E S T S
01:24:20 [INFO] -------------------------------------------------------
01:24:21 [INFO] Running org.eclipse.ditto.messages.model.ImmutableMessageBuilderTest
01:24:21 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.350 s -- in org.eclipse.ditto.messages.model.ImmutableMessageBuilderTest
01:24:21 [INFO] Running org.eclipse.ditto.messages.model.signals.commands.SendMessageAcceptedResponseTest
01:24:22 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.123 s -- in org.eclipse.ditto.messages.model.signals.commands.SendMessageAcceptedResponseTest
01:24:22 [INFO] Running org.eclipse.ditto.messages.model.signals.commands.SendClaimMessageTest
01:24:23 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.394 s -- in org.eclipse.ditto.messages.model.signals.commands.SendClaimMessageTest
01:24:23 [INFO] Running org.eclipse.ditto.messages.model.signals.commands.SendThingMessageTest
01:24:23 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.eclipse.ditto.messages.model.signals.commands.SendThingMessageTest
01:24:23 [INFO] Running org.eclipse.ditto.messages.model.signals.commands.SendFeatureMessageResponseTest
01:24:23 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.messages.model.signals.commands.SendFeatureMessageResponseTest
01:24:23 [INFO] Running org.eclipse.ditto.messages.model.signals.commands.SendFeatureMessageTest
01:24:23 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s -- in org.eclipse.ditto.messages.model.signals.commands.SendFeatureMessageTest
01:24:23 [INFO] Running org.eclipse.ditto.messages.model.MessagesModelFactoryTest
01:24:23 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.messages.model.MessagesModelFactoryTest
01:24:23 [INFO] Running org.eclipse.ditto.messages.model.DittoMessageSubjectValueValidatorTest
01:24:23 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.messages.model.DittoMessageSubjectValueValidatorTest
01:24:23 [INFO] Running org.eclipse.ditto.messages.model.HttpStatusCodeValueValidatorTest
01:24:23 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.438 s -- in org.eclipse.ditto.messages.model.HttpStatusCodeValueValidatorTest
01:24:23 [INFO] Running org.eclipse.ditto.messages.model.TimestampValueValidatorTest
01:24:23 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.messages.model.TimestampValueValidatorTest
01:24:23 [INFO] Running org.eclipse.ditto.messages.model.ImmutableMessageHeadersTest
01:24:23 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.ditto.messages.model.ImmutableMessageHeadersTest
01:24:23 [INFO] Running org.eclipse.ditto.messages.model.MessageFormatInvalidExceptionTest
01:24:24 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.eclipse.ditto.messages.model.MessageFormatInvalidExceptionTest
01:24:24 [INFO] Running org.eclipse.ditto.messages.model.DittoMessageThingIdValueValidatorTest
01:24:24 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.messages.model.DittoMessageThingIdValueValidatorTest
01:24:24 [INFO] Running org.eclipse.ditto.messages.model.DittoMessageDirectionValueValidatorTest
01:24:24 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.messages.model.DittoMessageDirectionValueValidatorTest
01:24:24 [INFO] Running org.eclipse.ditto.messages.model.MessageHeadersBuilderTest
01:24:24 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.309 s -- in org.eclipse.ditto.messages.model.MessageHeadersBuilderTest
01:24:24 [INFO] Running org.eclipse.ditto.messages.model.ImmutableMessageTest
01:24:24 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.eclipse.ditto.messages.model.ImmutableMessageTest
01:24:24 [INFO] 
01:24:24 [INFO] Results:
01:24:24 [INFO] 
01:24:24 [INFO] Tests run: 118, Failures: 0, Errors: 0, Skipped: 0
01:24:24 [INFO] 
01:24:24 [INFO] 
01:24:24 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-messages-model ---
01:24:24 [INFO] 
01:24:24 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-messages-model ---
01:24:24 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/ditto-messages-model-0-SNAPSHOT.jar
01:24:24 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/classes/META-INF/MANIFEST.MF
01:24:24 [INFO] 
01:24:24 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-messages-model ---
01:24:24 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:24:24 [INFO] No previous run data found, generating javadoc.
01:24:27 [WARNING] Javadoc Warnings
01:24:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/messages/model/src/main/java/org/eclipse/ditto/messages/model/signals/commands/package-info.java:14: warning: no comment
01:24:27 [WARNING] package org.eclipse.ditto.messages.model.signals.commands;
01:24:27 [WARNING] ^
01:24:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/messages/model/src/main/java/org/eclipse/ditto/messages/model/signals/commands/MessagePayloadSerializer.java:98: warning: no comment
01:24:27 [WARNING] public static void deserialize(@Nullable final JsonValue payload, final MessageBuilder<Object> messageBuilder,
01:24:27 [WARNING] ^
01:24:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/messages/model/src/main/java/org/eclipse/ditto/messages/model/MessagesModelFactory.java:74: warning: no @param for initialHeaders
01:24:27 [WARNING] public static MessageHeadersBuilder newHeadersBuilder(final Map<String, String> initialHeaders) {
01:24:27 [WARNING] ^
01:24:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/messages/model/src/main/java/org/eclipse/ditto/messages/model/signals/commands/SendMessageAcceptedResponse.java:78: warning: no @param for messageHeaders
01:24:27 [WARNING] public static SendMessageAcceptedResponse newInstance(final ThingId thingId, final MessageHeaders messageHeaders,
01:24:27 [WARNING] ^
01:24:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/messages/model/src/main/java/org/eclipse/ditto/messages/model/signals/commands/SendMessageAcceptedResponse.java:93: warning: no @param for messageHeaders
01:24:27 [WARNING] public static SendMessageAcceptedResponse newInstance(final ThingId thingId,
01:24:27 [WARNING] ^
01:24:27 [WARNING] /home/jenkins/agent/workspace/ditto-ci/messages/model/src/main/java/org/eclipse/ditto/messages/model/signals/commands/SendMessageAcceptedResponse.java:135: warning: no comment
01:24:27 [WARNING] public Optional<String> getCorrelationId() {
01:24:27 [WARNING] ^
01:24:27 [WARNING] 6 warnings
01:24:27 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/messages/model/target/ditto-messages-model-0-SNAPSHOT-javadoc.jar
01:24:27 [INFO] 
01:24:27 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-messages-model ---
01:24:27 [INFO] Tests are skipped.
01:24:27 [INFO] 
01:24:27 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-messages-model ---
01:24:27 [INFO] Tests are skipped.
01:24:27 [INFO] 
01:24:27 [INFO] --- jacoco:0.8.10:report (report) @ ditto-messages-model ---
01:24:27 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/messages/model/target/jacoco.exec
01:24:27 [INFO] Analyzed bundle 'Eclipse Ditto :: Messages :: Model' with 46 classes
01:24:27 [INFO] 
01:24:27 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-messages-model ---
01:24:27 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/messages/model/target/japicmp/japicmp.diff'.
01:24:27 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/messages/model/target/japicmp/japicmp.xml'.
01:24:27 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/messages/model/target/japicmp/japicmp.html'.
01:24:27 [INFO] 
01:24:27 [INFO] --- install:3.1.1:install (default-install) @ ditto-messages-model ---
01:24:27 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/messages/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-messages-model/0-SNAPSHOT/ditto-messages-model-0-SNAPSHOT.pom
01:24:27 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/messages/model/target/ditto-messages-model-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-messages-model/0-SNAPSHOT/ditto-messages-model-0-SNAPSHOT.jar
01:24:27 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/messages/model/target/ditto-messages-model-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-messages-model/0-SNAPSHOT/ditto-messages-model-0-SNAPSHOT-javadoc.jar
01:24:27 [INFO] 
01:24:27 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-messages-model ---
01:24:27 [INFO] Installing org/eclipse/ditto/ditto-messages-model/0-SNAPSHOT/ditto-messages-model-0-SNAPSHOT.jar
01:24:27 [INFO] Writing OBR metadata
01:24:27 [INFO] 
01:24:27 [INFO] ------------------< org.eclipse.ditto:ditto-protocol >------------------
01:24:27 [INFO] Building Eclipse Ditto :: Protocol 0-SNAPSHOT                    [35/77]
01:24:27 [INFO]   from protocol/pom.xml
01:24:27 [INFO] -------------------------------[ bundle ]-------------------------------
01:24:27 [INFO] 
01:24:27 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-protocol ---
01:24:27 [INFO] 
01:24:27 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-protocol ---
01:24:27 [INFO] 
01:24:27 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-protocol ---
01:24:27 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
01:24:27 [INFO] 
01:24:27 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-protocol ---
01:24:27 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/protocol/target/jacoco.exec
01:24:27 [INFO] 
01:24:27 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-protocol ---
01:24:27 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:24:27 [WARNING] 
01:24:27 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:24:27 [WARNING] 
01:24:27 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:24:27 [WARNING] 
01:24:27 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/protocol/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:24:27 [INFO] 
01:24:27 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-protocol ---
01:24:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/resources
01:24:27 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:24:27 [INFO] 
01:24:27 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-protocol ---
01:24:27 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-protocol:bundle:0-SNAPSHOT...
01:24:27 [INFO] 
01:24:27 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-protocol ---
01:24:27 [INFO] Changes detected - recompiling the module! :dependency
01:24:27 [INFO] Compiling 191 source files with javac [debug target 1.8] to target/classes
01:24:28 [WARNING] bootstrap class path not set in conjunction with -source 8
01:24:28 [INFO] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/ThingModifyCommandResponseMappingStrategies.java: Some input files use unchecked or unsafe operations.
01:24:28 [INFO] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/ThingModifyCommandResponseMappingStrategies.java: Recompile with -Xlint:unchecked for details.
01:24:28 [INFO] 
01:24:28 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-protocol ---
01:24:28 [INFO] Copying 1 resource from src/test/resources to target/test-classes
01:24:28 [INFO] 
01:24:28 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-protocol ---
01:24:28 [INFO] Changes detected - recompiling the module! :dependency
01:24:28 [INFO] Compiling 54 source files with javac [debug target 1.8] to target/test-classes
01:24:29 [WARNING] bootstrap class path not set in conjunction with -source 8
01:24:29 [INFO] 
01:24:29 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-protocol ---
01:24:29 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:24:29 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/protocol/target/surefire-reports
01:24:29 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:24:29 [INFO] 
01:24:29 [INFO] -------------------------------------------------------
01:24:29 [INFO]  T E S T S
01:24:29 [INFO] -------------------------------------------------------
01:24:30 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingSearchCommandAdapterTest
01:24:30 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.494 s -- in org.eclipse.ditto.protocol.adapter.things.ThingSearchCommandAdapterTest
01:24:30 [INFO] Running org.eclipse.ditto.protocol.adapter.things.MessageCommandResponseAdapterTest
01:24:30 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.eclipse.ditto.protocol.adapter.things.MessageCommandResponseAdapterTest
01:24:30 [INFO] Running org.eclipse.ditto.protocol.adapter.things.RetrieveThingsCommandAdapterTest
01:24:30 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.protocol.adapter.things.RetrieveThingsCommandAdapterTest
01:24:30 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingModifyCommandAdapterTest
01:24:31 [INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.322 s -- in org.eclipse.ditto.protocol.adapter.things.ThingModifyCommandAdapterTest
01:24:31 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingModifyCommandResponseAdapterTest
01:24:31 [INFO] Tests run: 102, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 s -- in org.eclipse.ditto.protocol.adapter.things.ThingModifyCommandResponseAdapterTest
01:24:31 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingQueryCommandAdapterTest
01:24:31 [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.eclipse.ditto.protocol.adapter.things.ThingQueryCommandAdapterTest
01:24:31 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingMergeCommandAdapterTest
01:24:31 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.ditto.protocol.adapter.things.ThingMergeCommandAdapterTest
01:24:31 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingQueryCommandResponseAdapterTest
01:24:31 [INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.eclipse.ditto.protocol.adapter.things.ThingQueryCommandResponseAdapterTest
01:24:31 [INFO] Running org.eclipse.ditto.protocol.adapter.things.SearchErrorResponseAdapterTest
01:24:31 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.210 s -- in org.eclipse.ditto.protocol.adapter.things.SearchErrorResponseAdapterTest
01:24:31 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingMergedEventAdapterTest
01:24:31 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.protocol.adapter.things.ThingMergedEventAdapterTest
01:24:31 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingMergeCommandResponseAdapterTest
01:24:31 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.protocol.adapter.things.ThingMergeCommandResponseAdapterTest
01:24:31 [INFO] Running org.eclipse.ditto.protocol.adapter.things.RetrieveThingsCommandResponseAdapterTest
01:24:31 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.protocol.adapter.things.RetrieveThingsCommandResponseAdapterTest
01:24:31 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ParametrizedNullValueThingMergeCommandAdapterTest
01:24:31 [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.eclipse.ditto.protocol.adapter.things.ParametrizedNullValueThingMergeCommandAdapterTest
01:24:31 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingEventAdapterTest
01:24:32 [INFO] Tests run: 138, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s -- in org.eclipse.ditto.protocol.adapter.things.ThingEventAdapterTest
01:24:32 [INFO] Running org.eclipse.ditto.protocol.adapter.things.MessageCommandAdapterTest
01:24:32 [INFO] Tests run: 108, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.eclipse.ditto.protocol.adapter.things.MessageCommandAdapterTest
01:24:32 [INFO] Running org.eclipse.ditto.protocol.adapter.things.SubscriptionEventAdapterTest
01:24:32 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.protocol.adapter.things.SubscriptionEventAdapterTest
01:24:32 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ThingErrorResponseAdapterTest
01:24:32 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.protocol.adapter.things.ThingErrorResponseAdapterTest
01:24:32 [INFO] Running org.eclipse.ditto.protocol.adapter.things.ParametrizedThingMergeCommandAdapterTest
01:24:32 [INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.eclipse.ditto.protocol.adapter.things.ParametrizedThingMergeCommandAdapterTest
01:24:32 [INFO] Running org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyQueryCommandAdapterTest
01:24:32 [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyQueryCommandAdapterTest
01:24:32 [INFO] Running org.eclipse.ditto.protocol.adapter.policies.PolicyQueryCommandAdapterTest
01:24:32 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.protocol.adapter.policies.PolicyQueryCommandAdapterTest
01:24:32 [INFO] Running org.eclipse.ditto.protocol.adapter.policies.PolicyErrorResponseAdapterTest
01:24:32 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.protocol.adapter.policies.PolicyErrorResponseAdapterTest
01:24:32 [INFO] Running org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyModifyCommandResponseAdapterTest
01:24:32 [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyModifyCommandResponseAdapterTest
01:24:32 [INFO] Running org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyQueryCommandResponseAdapterTest
01:24:32 [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyQueryCommandResponseAdapterTest
01:24:32 [INFO] Running org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyModifyCommandAdapterTest
01:24:32 [INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.eclipse.ditto.protocol.adapter.policies.ParametrizedPolicyModifyCommandAdapterTest
01:24:32 [INFO] Running org.eclipse.ditto.protocol.adapter.policies.PolicyModifyCommandAdapterTest
01:24:32 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.protocol.adapter.policies.PolicyModifyCommandAdapterTest
01:24:32 [INFO] Running org.eclipse.ditto.protocol.adapter.acknowledgements.AcknowledgementAdapterTest
01:24:32 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.protocol.adapter.acknowledgements.AcknowledgementAdapterTest
01:24:32 [INFO] Running org.eclipse.ditto.protocol.adapter.acknowledgements.AcknowledgementsAdapterTest
01:24:32 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.ditto.protocol.adapter.acknowledgements.AcknowledgementsAdapterTest
01:24:32 [INFO] Running org.eclipse.ditto.protocol.adapter.UnknownTopicPathExceptionTest
01:24:32 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.313 s -- in org.eclipse.ditto.protocol.adapter.UnknownTopicPathExceptionTest
01:24:32 [INFO] Running org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest
01:24:33 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal ThingQueryCommand and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal ThingQueryCommand and headers [channel=live]
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'twin' for signal ThingQueryCommand and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'live' for signal ThingQueryCommand and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'none' for signal ThingQueryCommand and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocol.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.)
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal ThingQueryCommandResponse and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal ThingQueryCommandResponse and headers [channel=live]
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'twin' for signal ThingQueryCommandResponse and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'live' for signal ThingQueryCommandResponse and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'none' for signal ThingQueryCommandResponse and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocol.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.)
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal ThingModifyCommand and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal ThingModifyCommand and headers [channel=live]
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'twin' for signal ThingModifyCommand and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'live' for signal ThingModifyCommand and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'none' for signal ThingModifyCommand and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocol.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.)
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal ThingModifyCommandResponse and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal ThingModifyCommandResponse and headers [channel=live]
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'twin' for signal ThingModifyCommandResponse and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'live' for signal ThingModifyCommandResponse and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'none' for signal ThingModifyCommandResponse and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocol.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.)
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal MergeThing and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal MergeThing and headers [channel=live]
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'twin' for signal MergeThing and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'live' for signal MergeThing and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'none' for signal MergeThing and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocol.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.)
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal MergeThingResponse and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal MergeThingResponse and headers [channel=live]
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'twin' for signal MergeThingResponse and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'live' for signal MergeThingResponse and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'none' for signal MergeThingResponse and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocol.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.)
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal ThingErrorResponse and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal ThingErrorResponse and headers [channel=live]
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'twin' for signal ThingErrorResponse and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'live' for signal ThingErrorResponse and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'none' for signal ThingErrorResponse and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocol.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.)
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal MessageCommand and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal MessageCommand and headers [channel=live]
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'twin' for signal MessageCommand and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocol.UnknownChannelException (The channel 'twin' is not supported in combination with signal type 'null'.)
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'live' for signal MessageCommand and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'none' for signal MessageCommand and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocol.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.)
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal MessageCommandResponse and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal MessageCommandResponse and headers [channel=live]
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'twin' for signal MessageCommandResponse and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocol.UnknownChannelException (The channel 'twin' is not supported in combination with signal type 'null'.)
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'live' for signal MessageCommandResponse and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'none' for signal MessageCommandResponse and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocol.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.)
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal ThingEvent and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal ThingEvent and headers [channel=live]
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'twin' for signal ThingEvent and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'live' for signal ThingEvent and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'none' for signal ThingEvent and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocol.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.)
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal ThingMerged and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal ThingMerged and headers [channel=live]
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'twin' for signal ThingMerged and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'live' for signal ThingMerged and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'none' for signal ThingMerged and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocol.UnknownChannelException (The channel 'none' is not supported in combination with signal type 'null'.)
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal PolicyQueryCommand and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal PolicyQueryCommand and headers [channel=live]
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocol.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.)
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'twin' for signal PolicyQueryCommand and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocol.UnknownChannelException (The channel 'twin' is not supported in combination with signal type 'null'.)
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'live' for signal PolicyQueryCommand and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocol.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.)
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'none' for signal PolicyQueryCommand and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal PolicyQueryCommandResponse and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal PolicyQueryCommandResponse and headers [channel=live]
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocol.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.)
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'twin' for signal PolicyQueryCommandResponse and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocol.UnknownChannelException (The channel 'twin' is not supported in combination with signal type 'null'.)
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'live' for signal PolicyQueryCommandResponse and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocol.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.)
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'none' for signal PolicyQueryCommandResponse and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal PolicyModifyCommand and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal PolicyModifyCommand and headers [channel=live]
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocol.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.)
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'twin' for signal PolicyModifyCommand and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocol.UnknownChannelException (The channel 'twin' is not supported in combination with signal type 'null'.)
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'live' for signal PolicyModifyCommand and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocol.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.)
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'none' for signal PolicyModifyCommand and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal PolicyModifyCommandResponse and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal PolicyModifyCommandResponse and headers [channel=live]
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocol.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.)
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'twin' for signal PolicyModifyCommandResponse and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocol.UnknownChannelException (The channel 'twin' is not supported in combination with signal type 'null'.)
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'live' for signal PolicyModifyCommandResponse and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocol.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.)
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'none' for signal PolicyModifyCommandResponse and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal PolicyErrorResponse and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal)) for signal PolicyErrorResponse and headers [channel=live]
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocol.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.)
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'twin' for signal PolicyErrorResponse and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocol.UnknownChannelException (The channel 'twin' is not supported in combination with signal type 'null'.)
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'live' for signal PolicyErrorResponse and headers []
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - exception: org.eclipse.ditto.protocol.UnknownChannelException (The channel 'live' is not supported in combination with signal type 'null'.)
01:24:36 [main] INFO org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest - calling: toAdaptable(toAdaptable(Signal,Channel)) with channel 'none' for signal PolicyErrorResponse and headers []
01:24:36 [INFO] Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.611 s -- in org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterParameterizedTest
01:24:36 [INFO] Running org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterTest
01:24:36 [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.358 s -- in org.eclipse.ditto.protocol.adapter.DittoProtocolAdapterTest
01:24:36 [INFO] Running org.eclipse.ditto.protocol.adapter.HeadersFromTopicPathTest
01:24:36 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.protocol.adapter.HeadersFromTopicPathTest
01:24:36 [INFO] Running org.eclipse.ditto.protocol.adapter.connectivity.DefaultConnectivityCommandAdapterProviderTest
01:24:37 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.eclipse.ditto.protocol.adapter.connectivity.DefaultConnectivityCommandAdapterProviderTest
01:24:37 [INFO] Running org.eclipse.ditto.protocol.adapter.connectivity.ParametrizedConnectivityAnnouncementAdapterTest
01:24:37 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.protocol.adapter.connectivity.ParametrizedConnectivityAnnouncementAdapterTest
01:24:37 [INFO] Running org.eclipse.ditto.protocol.adapter.connectivity.ConnectivityAnnouncementAdapterTest
01:24:37 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.protocol.adapter.connectivity.ConnectivityAnnouncementAdapterTest
01:24:37 [INFO] Running org.eclipse.ditto.protocol.mappingstrategies.AbstractMessageMappingStrategiesTest
01:24:37 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.protocol.mappingstrategies.AbstractMessageMappingStrategiesTest
01:24:37 [INFO] Running org.eclipse.ditto.protocol.mappingstrategies.ConnectivityAnnouncementMappingStrategiesTest
01:24:37 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.protocol.mappingstrategies.ConnectivityAnnouncementMappingStrategiesTest
01:24:37 [INFO] Running org.eclipse.ditto.protocol.mappingstrategies.IllegalAdaptableExceptionTest
01:24:38 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.945 s -- in org.eclipse.ditto.protocol.mappingstrategies.IllegalAdaptableExceptionTest
01:24:38 [INFO] Running org.eclipse.ditto.protocol.mappingstrategies.MappingContextTest
01:24:39 [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 s -- in org.eclipse.ditto.protocol.mappingstrategies.MappingContextTest
01:24:39 [INFO] Running org.eclipse.ditto.protocol.mappingstrategies.AdaptableToSignalMapperTest
01:24:39 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 s -- in org.eclipse.ditto.protocol.mappingstrategies.AdaptableToSignalMapperTest
01:24:39 [INFO] Running org.eclipse.ditto.protocol.ImmutableJsonifiableAdaptableTest
01:24:39 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.eclipse.ditto.protocol.ImmutableJsonifiableAdaptableTest
01:24:39 [INFO] Running org.eclipse.ditto.protocol.ProtocolFactoryTest
01:24:39 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.224 s -- in org.eclipse.ditto.protocol.ProtocolFactoryTest
01:24:39 [INFO] Running org.eclipse.ditto.protocol.placeholders.ImmutableResourcePlaceholderTest
01:24:39 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.protocol.placeholders.ImmutableResourcePlaceholderTest
01:24:39 [INFO] Running org.eclipse.ditto.protocol.placeholders.ImmutableTopicPathPlaceholderTest
01:24:39 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.ditto.protocol.placeholders.ImmutableTopicPathPlaceholderTest
01:24:39 [INFO] Running org.eclipse.ditto.protocol.ImmutableAdaptableTest
01:24:39 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.eclipse.ditto.protocol.ImmutableAdaptableTest
01:24:39 [INFO] Running org.eclipse.ditto.protocol.ImmutableTopicPathParameterizedParsingTest
01:24:39 [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.protocol.ImmutableTopicPathParameterizedParsingTest
01:24:39 [INFO] Running org.eclipse.ditto.protocol.ImmutableTopicPathTest
01:24:40 [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 s -- in org.eclipse.ditto.protocol.ImmutableTopicPathTest
01:24:40 [INFO] Running org.eclipse.ditto.protocol.ImmutableMessagePathTest
01:24:40 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.ditto.protocol.ImmutableMessagePathTest
01:24:40 [INFO] Running org.eclipse.ditto.protocol.ImmutablePayloadTest
01:24:40 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.eclipse.ditto.protocol.ImmutablePayloadTest
01:24:40 [INFO] Running com.eclipsesource.json.PrettyPrintEmptyElementsWriterTest
01:24:40 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in com.eclipsesource.json.PrettyPrintEmptyElementsWriterTest
01:24:40 [INFO] 
01:24:40 [INFO] Results:
01:24:40 [INFO] 
01:24:40 [INFO] Tests run: 1344, Failures: 0, Errors: 0, Skipped: 0
01:24:40 [INFO] 
01:24:40 [INFO] 
01:24:40 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-protocol ---
01:24:40 [INFO] 
01:24:40 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-protocol ---
01:24:40 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/protocol/target/ditto-protocol-0-SNAPSHOT.jar
01:24:40 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/protocol/target/classes/META-INF/MANIFEST.MF
01:24:40 [INFO] 
01:24:40 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-protocol ---
01:24:40 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:24:40 [INFO] No previous run data found, generating javadoc.
01:24:43 [WARNING] Javadoc Warnings
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/EmptyPathMatcher.java:21: warning: empty <p> tag
01:24:43 [WARNING] * <p>
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/acknowledgements/package-info.java:15: warning: no comment
01:24:43 [WARNING] package org.eclipse.ditto.protocol.adapter.acknowledgements;
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/connectivity/package-info.java:14: warning: no comment
01:24:43 [WARNING] package org.eclipse.ditto.protocol.adapter.connectivity;
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/policies/package-info.java:15: warning: no comment
01:24:43 [WARNING] package org.eclipse.ditto.protocol.adapter.policies;
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/provider/package-info.java:15: warning: no comment
01:24:43 [WARNING] package org.eclipse.ditto.protocol.adapter.provider;
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractAdapter.java:48: warning: no comment
01:24:43 [WARNING] protected final PayloadPathMatcher payloadPathMatcher;
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractAdapter.java:53: warning: no comment
01:24:43 [WARNING] protected AbstractAdapter(final MappingStrategies<T> mappingStrategies,
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractErrorResponseAdapter.java:46: warning: no comment
01:24:43 [WARNING] protected AbstractErrorResponseAdapter(final HeaderTranslator headerTranslator,
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/AbstractErrorResponseAdapter.java:139: warning: no comment
01:24:43 [WARNING] protected static TopicPathBuildable addChannelToTopicPathBuilder(final TopicPathBuilder topicPathBuilder,
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/AnnouncementsTopicPathBuilder.java:27: warning: no @param for name
01:24:43 [WARNING] AnnouncementsTopicPathBuilder name(String name);
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/acknowledgements/DefaultAcknowledgementsAdapterProvider.java:34: warning: no comment
01:24:43 [WARNING] public DefaultAcknowledgementsAdapterProvider(final ErrorRegistry<DittoRuntimeException> errorRegistry,
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/connectivity/DefaultConnectivityCommandAdapterProvider.java:32: warning: no comment
01:24:43 [WARNING] public DefaultConnectivityCommandAdapterProvider(final HeaderTranslator headerTranslator) {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/policies/DefaultPolicyCommandAdapterProvider.java:46: warning: no comment
01:24:43 [WARNING] public DefaultPolicyCommandAdapterProvider(final ErrorRegistry<DittoRuntimeException> errorRegistry,
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/things/DefaultThingCommandAdapterProvider.java:63: warning: no comment
01:24:43 [WARNING] public DefaultThingCommandAdapterProvider(final ErrorRegistry<DittoRuntimeException> errorRegistry,
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/EmptyPathMatcher.java:31: warning: no comment
01:24:43 [WARNING] public static EmptyPathMatcher getInstance() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/IllegalAdaptableException.java:100: warning: no @return
01:24:43 [WARNING] public static IllegalAdaptableException newInstance(final String message, final Adaptable adaptable) {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/IllegalAdaptableException.java:113: warning: no @return
01:24:43 [WARNING] public static IllegalAdaptableException newInstance(final String message,
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/InvalidPathException.java:103: warning: no comment
01:24:43 [WARNING] public Builder(final JsonPointer path) {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:99: warning: no comment
01:24:43 [WARNING] public static MessageCommandMappingStrategies getMessageCommandMappingStrategies() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:103: warning: no comment
01:24:43 [WARNING] public static MessageCommandResponseMappingStrategies getMessageCommandResponseMappingStrategies() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:42: warning: no comment
01:24:43 [WARNING] public static PolicyAnnouncementMappingStrategies getPolicyAnnouncementMappingStrategies() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:46: warning: no comment
01:24:43 [WARNING] public static PolicyEventMappingStrategies getPolicyEventMappingStrategies() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:26: warning: no comment
01:24:43 [WARNING] public static PolicyModifyCommandMappingStrategies getPolicyModifyCommandMappingStrategies() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:34: warning: no comment
01:24:43 [WARNING] public static PolicyModifyCommandResponseMappingStrategies getPolicyModifyCommandResponseMappingStrategies() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:30: warning: no comment
01:24:43 [WARNING] public static PolicyQueryCommandMappingStrategies getPolicyQueryCommandMappingStrategies() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:38: warning: no comment
01:24:43 [WARNING] public static PolicyQueryCommandResponseMappingStrategies getPolicyQueryCommandResponseMappingStrategies() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:62: warning: no comment
01:24:43 [WARNING] public static RetrieveThingsCommandMappingStrategies getRetrieveThingsCommandMappingStrategies() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:66: warning: no comment
01:24:43 [WARNING] public static RetrieveThingsCommandResponseMappingStrategies getRetrieveThingsCommandResponseMappingStrategies() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:117: warning: no comment
01:24:43 [WARNING] public static StreamingSubscriptionCommandMappingStrategies getStreamingSubscriptionCommandMappingStrategies() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:121: warning: no comment
01:24:43 [WARNING] public static StreamingSubscriptionEventMappingStrategies getStreamingSubscriptionEventMappingStrategies(
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:94: warning: no comment
01:24:43 [WARNING] public static SubscriptionEventMappingStrategies getSubscriptionEventMappingStrategies(
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:86: warning: no comment
01:24:43 [WARNING] public static ThingEventMappingStrategies getThingEventMappingStrategies() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:50: warning: no comment
01:24:43 [WARNING] public static ThingMergeCommandMappingStrategies getThingMergeCommandMappingStrategies() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:74: warning: no comment
01:24:43 [WARNING] public static ThingMergeCommandResponseMappingStrategies getThingMergeCommandResponseMappingStrategies() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:90: warning: no comment
01:24:43 [WARNING] public static ThingMergedEventMappingStrategies getThingMergedEventMappingStrategies() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:54: warning: no comment
01:24:43 [WARNING] public static ThingModifyCommandMappingStrategies getThingModifyCommandMappingStrategies() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:70: warning: no comment
01:24:43 [WARNING] public static ThingModifyCommandResponseMappingStrategies getThingModifyCommandResponseMappingStrategies() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:58: warning: no comment
01:24:43 [WARNING] public static ThingQueryCommandMappingStrategies getThingQueryCommandMappingStrategies() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:78: warning: no comment
01:24:43 [WARNING] public static ThingQueryCommandResponseMappingStrategies getThingQueryCommandResponseMappingStrategies() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/MappingStrategiesFactory.java:82: warning: no comment
01:24:43 [WARNING] public static ThingSearchCommandMappingStrategies getThingSearchCommandMappingStrategies() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/MessagePath.java:70: warning: no comment
01:24:43 [WARNING] static JsonKey directionToJsonKey(final MessageDirection direction) {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/MessagePath.java:59: warning: no comment
01:24:43 [WARNING] static Optional<MessageDirection> jsonKeyToDirection(final JsonKey jsonKey) {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/things/RetrieveThingsCommandAdapter.java:24: warning: no comment
01:24:43 [WARNING] public final class RetrieveThingsCommandAdapter extends AbstractThingAdapter<RetrieveThings>
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/provider/RetrieveThingsCommandAdapterProvider.java:19: warning: no comment
01:24:43 [WARNING] public interface RetrieveThingsCommandAdapterProvider<Q extends Signal<?>, R extends CommandResponse<?>> {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandMappingStrategies.java:28: warning: no comment
01:24:43 [WARNING] public final class RetrieveThingsCommandMappingStrategies extends AbstractThingMappingStrategies<RetrieveThings> {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandMappingStrategies.java:33: warning: no comment
01:24:43 [WARNING] protected RetrieveThingsCommandMappingStrategies() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:82: warning: no comment
01:24:43 [WARNING] protected static JsonPointer attributePointerFrom(final Adaptable adaptable) {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:74: warning: no comment
01:24:43 [WARNING] protected static Attributes attributesFrom(final Adaptable adaptable) {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:88: warning: no comment
01:24:43 [WARNING] protected static JsonValue attributeValueFrom(final Adaptable adaptable) {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:115: warning: no comment
01:24:43 [WARNING] protected static FeatureDefinition featureDefinitionFrom(final Adaptable adaptable) {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:105: warning: no comment
01:24:43 [WARNING] protected static Feature featureFrom(final Adaptable adaptable) {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:92: warning: no comment
01:24:43 [WARNING] protected static String featureIdFrom(final Adaptable adaptable) {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:123: warning: no comment
01:24:43 [WARNING] protected static FeatureProperties featurePropertiesFrom(final Adaptable adaptable) {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:131: warning: no comment
01:24:43 [WARNING] protected static JsonPointer featurePropertyPointerFrom(final Adaptable adaptable) {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:137: warning: no comment
01:24:43 [WARNING] protected static JsonValue featurePropertyValueFrom(final Adaptable adaptable) {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:97: warning: no comment
01:24:43 [WARNING] protected static Features featuresFrom(final Adaptable adaptable) {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandMappingStrategies.java:37: warning: no comment
01:24:43 [WARNING] public static RetrieveThingsCommandMappingStrategies getInstance() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:157: warning: no comment
01:24:43 [WARNING] protected static String leafValue(final JsonPointer path) {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:56: warning: no comment
01:24:43 [WARNING] protected static String namespaceFrom(final Adaptable adaptable) {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:61: warning: no comment
01:24:43 [WARNING] protected static JsonObject payloadValueAsJsonObjectFrom(final Adaptable adaptable) {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:141: warning: no comment
01:24:43 [WARNING] protected static PolicyId policyIdFrom(final Adaptable adaptable) {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractMappingStrategies.java:79: warning: no comment
01:24:43 [WARNING] protected static JsonFieldSelector selectedFieldsFrom(final Adaptable adaptable) {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:149: warning: no comment
01:24:43 [WARNING] protected static ThingDefinition thingDefinitionFrom(final Adaptable adaptable) {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractThingMappingStrategies.java:67: warning: no comment
01:24:43 [WARNING] protected static Thing thingFrom(final Adaptable adaptable) {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/AbstractMappingStrategies.java:83: warning: no comment
01:24:43 [WARNING] protected static ThingId thingIdFrom(final Adaptable adaptable) {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/adapter/things/RetrieveThingsCommandResponseAdapter.java:25: warning: no comment
01:24:43 [WARNING] public final class RetrieveThingsCommandResponseAdapter extends AbstractThingAdapter<RetrieveThingsResponse>
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandResponseMappingStrategies.java:27: warning: no comment
01:24:43 [WARNING] public final class RetrieveThingsCommandResponseMappingStrategies
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/RetrieveThingsCommandResponseMappingStrategies.java:37: warning: no comment
01:24:43 [WARNING] public static RetrieveThingsCommandResponseMappingStrategies getInstance() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:138: warning: no comment
01:24:43 [WARNING] public static SignalMapper<ConnectivityAnnouncement<?>> newConnectivityAnnouncementSignalMapper() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:134: warning: no comment
01:24:43 [WARNING] public static SignalMapper<MessageCommandResponse<?, ?>> newMessageCommandResponseSignalMapper() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:130: warning: no comment
01:24:43 [WARNING] public static SignalMapper<MessageCommand<?, ?>> newMessageCommandSignalMapper() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:122: warning: no comment
01:24:43 [WARNING] public static SignalMapper<PolicyAnnouncement<?>> newPolicyAnnouncementSignalMapper() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:126: warning: no comment
01:24:43 [WARNING] public static SignalMapper<PolicyEvent<?>> newPolicyEventSignalMapper() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:110: warning: no comment
01:24:43 [WARNING] public static SignalMapper<PolicyModifyCommandResponse<?>> newPolicyModifyResponseSignalMapper() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:106: warning: no comment
01:24:43 [WARNING] public static SignalMapper<PolicyModifyCommand<?>> newPolicyModifySignalMapper() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:118: warning: no comment
01:24:43 [WARNING] public static SignalMapper<PolicyQueryCommandResponse<?>> newPolicyQueryResponseSignalMapper() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:114: warning: no comment
01:24:43 [WARNING] public static SignalMapper<PolicyQueryCommand<?>> newPolicyQuerySignalMapper() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:98: warning: no comment
01:24:43 [WARNING] public static SignalMapper<RetrieveThingsResponse> newRetrieveThingsResponseSignalMapper() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:94: warning: no comment
01:24:43 [WARNING] public static SignalMapper<RetrieveThings> newRetrieveThingsSignalMapper() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:86: warning: no comment
01:24:43 [WARNING] public static SignalMapper<StreamingSubscriptionCommand<?>> newStreamingSubscriptionCommandSignalMapper() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:90: warning: no comment
01:24:43 [WARNING] public static SignalMapper<StreamingSubscriptionEvent<?>> newStreamingSubscriptionEventSignalMapper() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:82: warning: no comment
01:24:43 [WARNING] public static SignalMapper<SubscriptionEvent<?>> newSubscriptionEventSignalMapper() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:58: warning: no comment
01:24:43 [WARNING] public static SignalMapper<ThingEvent<?>> newThingEventSignalMapper() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:70: warning: no comment
01:24:43 [WARNING] public static SignalMapper<ThingMerged> newThingMergedEventSignalMapper() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:66: warning: no comment
01:24:43 [WARNING] public static SignalMapper<MergeThingResponse> newThingMergeResponseSignalMapper() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:62: warning: no comment
01:24:43 [WARNING] public static SignalMapper<MergeThing> newThingMergeSignalMapper() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:54: warning: no comment
01:24:43 [WARNING] public static SignalMapper<ThingModifyCommandResponse<?>> newThingModifyResponseSignalMapper() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:50: warning: no comment
01:24:43 [WARNING] public static SignalMapper<ThingModifyCommand<?>> newThingModifySignalMapper() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:78: warning: no comment
01:24:43 [WARNING] public static SignalMapper<ThingQueryCommandResponse<?>> newThingQueryResponseSignalMapper() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:74: warning: no comment
01:24:43 [WARNING] public static SignalMapper<ThingQueryCommand<?>> newThingQuerySignalMapper() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/mapper/SignalMapperFactory.java:102: warning: no comment
01:24:43 [WARNING] public static SignalMapper<ThingSearchCommand<?>> newThingSearchSignalMapper() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/StreamingTopicPathBuilder.java:27: warning: no @param for subscribingCommandName
01:24:43 [WARNING] TopicPathBuildable subscribe(String subscribingCommandName);
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:54: warning: no comment
01:24:43 [WARNING] String ID_PLACEHOLDER = "_";
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:55: warning: no comment
01:24:43 [WARNING] String PATH_DELIMITER = "/";
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:173: warning: no comment
01:24:43 [WARNING] default boolean isWildcardTopic() {
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:400: warning: no comment
01:24:43 [WARNING] CREATE("create"),
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:411: warning: no comment
01:24:43 [WARNING] CREATED("created"),
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:408: warning: no comment
01:24:43 [WARNING] DELETE("delete"),
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:417: warning: no comment
01:24:43 [WARNING] DELETED("deleted");
01:24:43 [WARNING] ^
01:24:43 [WARNING] /home/jenkins/agent/workspace/ditto-ci/protocol/src/main/java/org/eclipse/ditto/protocol/TopicPath.java:406: warning: no comment
01:24:43 [WARNING] MERGE("merge"),
01:24:43 [WARNING] ^
01:24:43 [WARNING] 100 warnings
01:24:43 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/protocol/target/ditto-protocol-0-SNAPSHOT-javadoc.jar
01:24:43 [INFO] 
01:24:43 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-protocol ---
01:24:43 [INFO] Tests are skipped.
01:24:43 [INFO] 
01:24:43 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-protocol ---
01:24:43 [INFO] Tests are skipped.
01:24:43 [INFO] 
01:24:43 [INFO] --- jacoco:0.8.10:report (report) @ ditto-protocol ---
01:24:43 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/protocol/target/jacoco.exec
01:24:43 [INFO] Analyzed bundle 'Eclipse Ditto :: Protocol' with 173 classes
01:24:44 [INFO] 
01:24:44 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-protocol ---
01:24:45 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/protocol/target/japicmp/japicmp.diff'.
01:24:45 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/protocol/target/japicmp/japicmp.xml'.
01:24:45 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/protocol/target/japicmp/japicmp.html'.
01:24:45 [INFO] 
01:24:45 [INFO] --- install:3.1.1:install (default-install) @ ditto-protocol ---
01:24:45 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/protocol/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-protocol/0-SNAPSHOT/ditto-protocol-0-SNAPSHOT.pom
01:24:45 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/protocol/target/ditto-protocol-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-protocol/0-SNAPSHOT/ditto-protocol-0-SNAPSHOT.jar
01:24:45 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/protocol/target/ditto-protocol-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-protocol/0-SNAPSHOT/ditto-protocol-0-SNAPSHOT-javadoc.jar
01:24:45 [INFO] 
01:24:45 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-protocol ---
01:24:45 [INFO] Installing org/eclipse/ditto/ditto-protocol/0-SNAPSHOT/ditto-protocol-0-SNAPSHOT.jar
01:24:45 [INFO] Writing OBR metadata
01:24:45 [INFO] 
01:24:45 [INFO] -----------< org.eclipse.ditto:ditto-internal-models-signal >-----------
01:24:45 [INFO] Building Eclipse Ditto :: Internal :: Models :: Signal 0-SNAPSHOT [36/77]
01:24:45 [INFO]   from internal/models/signal/pom.xml
01:24:45 [INFO] --------------------------------[ jar ]---------------------------------
01:24:45 [INFO] 
01:24:45 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-models-signal ---
01:24:45 [INFO] 
01:24:45 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-models-signal ---
01:24:45 [INFO] 
01:24:45 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-signal ---
01:24:45 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/jacoco.exec
01:24:45 [INFO] 
01:24:45 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models-signal ---
01:24:45 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:24:45 [WARNING] 
01:24:45 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:24:45 [WARNING] 
01:24:45 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:24:45 [WARNING] 
01:24:45 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:24:45 [INFO] 
01:24:45 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-models-signal ---
01:24:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/src/main/resources
01:24:45 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:24:45 [INFO] 
01:24:45 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models-signal ---
01:24:45 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT...
01:24:45 [INFO] 
01:24:45 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-models-signal ---
01:24:45 [INFO] Changes detected - recompiling the module! :dependency
01:24:45 [INFO] Compiling 6 source files with javac [debug target 17] to target/classes
01:24:45 [INFO] 
01:24:45 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-models-signal ---
01:24:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/src/test/resources
01:24:45 [INFO] 
01:24:45 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-models-signal ---
01:24:45 [INFO] Changes detected - recompiling the module! :dependency
01:24:45 [INFO] Compiling 9 source files with javac [debug target 17] to target/test-classes
01:24:45 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/src/test/java/org/eclipse/ditto/internal/models/signal/correlation/CommandAndCommandResponseMatchingValidatorTest.java: /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/src/test/java/org/eclipse/ditto/internal/models/signal/correlation/CommandAndCommandResponseMatchingValidatorTest.java uses unchecked or unsafe operations.
01:24:45 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/src/test/java/org/eclipse/ditto/internal/models/signal/correlation/CommandAndCommandResponseMatchingValidatorTest.java: Recompile with -Xlint:unchecked for details.
01:24:45 [INFO] 
01:24:45 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-models-signal ---
01:24:45 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:24:45 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/surefire-reports
01:24:45 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:24:45 [INFO] 
01:24:45 [INFO] -------------------------------------------------------
01:24:45 [INFO]  T E S T S
01:24:45 [INFO] -------------------------------------------------------
01:24:46 [INFO] Running org.eclipse.ditto.internal.models.signal.correlation.MatchingValidationResultTest
01:24:48 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.952 s -- in org.eclipse.ditto.internal.models.signal.correlation.MatchingValidationResultTest
01:24:48 [INFO] Running org.eclipse.ditto.internal.models.signal.correlation.CommandAndCommandResponseMatchingValidatorParameterizedTest
01:24:49 [INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.512 s -- in org.eclipse.ditto.internal.models.signal.correlation.CommandAndCommandResponseMatchingValidatorParameterizedTest
01:24:49 [INFO] Running org.eclipse.ditto.internal.models.signal.correlation.CommandAndCommandResponseMatchingValidatorTest
01:24:50 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.806 s -- in org.eclipse.ditto.internal.models.signal.correlation.CommandAndCommandResponseMatchingValidatorTest
01:24:50 [INFO] Running org.eclipse.ditto.internal.models.signal.type.SemanticSignalTypeTest
01:24:50 [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 s -- in org.eclipse.ditto.internal.models.signal.type.SemanticSignalTypeTest
01:24:50 [INFO] Running org.eclipse.ditto.internal.models.signal.type.SignalTypeCategoryTest
01:24:50 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.internal.models.signal.type.SignalTypeCategoryTest
01:24:50 [INFO] Running org.eclipse.ditto.internal.models.signal.SignalInformationPointTest
01:24:51 [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.493 s -- in org.eclipse.ditto.internal.models.signal.SignalInformationPointTest
01:24:51 [INFO] 
01:24:51 [INFO] Results:
01:24:51 [INFO] 
01:24:51 [INFO] Tests run: 156, Failures: 0, Errors: 0, Skipped: 0
01:24:51 [INFO] 
01:24:51 [INFO] 
01:24:51 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-signal ---
01:24:51 [INFO] 
01:24:51 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-models-signal ---
01:24:51 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/ditto-internal-models-signal-0-SNAPSHOT.jar
01:24:51 [INFO] 
01:24:51 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models-signal ---
01:24:51 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:24:51 [INFO] No previous run data found, generating javadoc.
01:24:52 [WARNING] Javadoc Warnings
01:24:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/src/main/java/org/eclipse/ditto/internal/models/signal/correlation/CommandAndCommandResponseMatchingValidator.java:54: warning: empty <p> tag
01:24:52 [WARNING] * <p>
01:24:52 [WARNING] ^
01:24:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/src/main/java/org/eclipse/ditto/internal/models/signal/type/SignalTypeCategory.java:29: warning: no comment
01:24:52 [WARNING] ANNOUNCEMENT,
01:24:52 [WARNING] ^
01:24:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/src/main/java/org/eclipse/ditto/internal/models/signal/type/SignalTypeCategory.java:31: warning: no comment
01:24:52 [WARNING] COMMAND,
01:24:52 [WARNING] ^
01:24:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/src/main/java/org/eclipse/ditto/internal/models/signal/type/SignalTypeCategory.java:33: warning: no comment
01:24:52 [WARNING] EVENT,
01:24:52 [WARNING] ^
01:24:52 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/src/main/java/org/eclipse/ditto/internal/models/signal/type/SignalTypeCategory.java:35: warning: no comment
01:24:52 [WARNING] RESPONSE;
01:24:52 [WARNING] ^
01:24:52 [WARNING] 5 warnings
01:24:52 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/ditto-internal-models-signal-0-SNAPSHOT-javadoc.jar
01:24:53 [INFO] 
01:24:53 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models-signal ---
01:24:53 [INFO] Tests are skipped.
01:24:53 [INFO] 
01:24:53 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models-signal ---
01:24:53 [INFO] Tests are skipped.
01:24:53 [INFO] 
01:24:53 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models-signal ---
01:24:53 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/jacoco.exec
01:24:53 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Models :: Signal' with 9 classes
01:24:53 [INFO] 
01:24:53 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models-signal ---
01:24:53 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-signal/0-SNAPSHOT/ditto-internal-models-signal-0-SNAPSHOT.pom
01:24:53 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/ditto-internal-models-signal-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-signal/0-SNAPSHOT/ditto-internal-models-signal-0-SNAPSHOT.jar
01:24:53 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/models/signal/target/ditto-internal-models-signal-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-signal/0-SNAPSHOT/ditto-internal-models-signal-0-SNAPSHOT-javadoc.jar
01:24:53 [INFO] 
01:24:53 [INFO] ----------------< org.eclipse.ditto:ditto-policies-api >----------------
01:24:53 [INFO] Building Eclipse Ditto :: Policies :: API 0-SNAPSHOT             [37/77]
01:24:53 [INFO]   from policies/api/pom.xml
01:24:53 [INFO] --------------------------------[ jar ]---------------------------------
01:24:53 [INFO] 
01:24:53 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-policies-api ---
01:24:53 [INFO] 
01:24:53 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-policies-api ---
01:24:53 [INFO] 
01:24:53 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-api ---
01:24:53 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/policies/api/target/jacoco.exec
01:24:53 [INFO] 
01:24:53 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-api ---
01:24:53 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:24:53 [WARNING] 
01:24:53 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:24:53 [WARNING] 
01:24:53 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:24:53 [WARNING] 
01:24:53 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/policies/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:24:53 [INFO] 
01:24:53 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-api ---
01:24:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/policies/api/src/main/resources
01:24:53 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:24:53 [INFO] 
01:24:53 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-api ---
01:24:53 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT...
01:24:53 [INFO] 
01:24:53 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-api ---
01:24:53 [INFO] Changes detected - recompiling the module! :dependency
01:24:53 [INFO] Compiling 13 source files with javac [debug target 17] to target/classes
01:24:53 [INFO] 
01:24:53 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-api ---
01:24:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/policies/api/src/test/resources
01:24:53 [INFO] 
01:24:53 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-api ---
01:24:53 [INFO] Changes detected - recompiling the module! :dependency
01:24:53 [INFO] Compiling 8 source files with javac [debug target 17] to target/test-classes
01:24:53 [INFO] 
01:24:53 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-api ---
01:24:53 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:24:53 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/policies/api/target/surefire-reports
01:24:53 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:24:53 [INFO] 
01:24:53 [INFO] -------------------------------------------------------
01:24:53 [INFO]  T E S T S
01:24:53 [INFO] -------------------------------------------------------
01:24:54 [INFO] Running org.eclipse.ditto.policies.api.PoliciesMappingStrategiesTest
01:24:55 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.906 s -- in org.eclipse.ditto.policies.api.PoliciesMappingStrategiesTest
01:24:55 [INFO] Running org.eclipse.ditto.policies.api.PoliciesValidatorTest
01:24:55 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eclipse.ditto.policies.api.PoliciesValidatorTest
01:24:55 [INFO] Running org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyRevisionTest
01:24:56 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.113 s -- in org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyRevisionTest
01:24:56 [INFO] Running org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyResponseTest
01:24:56 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 s -- in org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyResponseTest
01:24:56 [INFO] Running org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyRevisionResponseTest
01:24:56 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyRevisionResponseTest
01:24:56 [INFO] Running org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyTest
01:24:56 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.ditto.policies.api.commands.sudo.SudoRetrievePolicyTest
01:24:56 [INFO] Running org.eclipse.ditto.policies.api.PolicyTagTest
01:24:56 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.eclipse.ditto.policies.api.PolicyTagTest
01:24:56 [INFO] 
01:24:56 [INFO] Results:
01:24:56 [INFO] 
01:24:56 [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0
01:24:56 [INFO] 
01:24:56 [INFO] 
01:24:56 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-api ---
01:24:56 [INFO] 
01:24:56 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-policies-api ---
01:24:56 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/api/target/ditto-policies-api-0-SNAPSHOT.jar
01:24:56 [INFO] 
01:24:56 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-api ---
01:24:56 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:24:56 [INFO] No previous run data found, generating javadoc.
01:24:58 [WARNING] Javadoc Warnings
01:24:58 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/api/src/main/java/org/eclipse/ditto/policies/api/package-info.java:14: warning: no comment
01:24:58 [WARNING] package org.eclipse.ditto.policies.api;
01:24:58 [WARNING] ^
01:24:58 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/api/src/main/java/org/eclipse/ditto/policies/api/commands/sudo/package-info.java:14: warning: no comment
01:24:58 [WARNING] package org.eclipse.ditto.policies.api.commands.sudo;
01:24:58 [WARNING] ^
01:24:58 [WARNING] 2 warnings
01:24:58 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/api/target/ditto-policies-api-0-SNAPSHOT-javadoc.jar
01:24:58 [INFO] 
01:24:58 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-api ---
01:24:58 [INFO] Tests are skipped.
01:24:58 [INFO] 
01:24:58 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-api ---
01:24:58 [INFO] Tests are skipped.
01:24:58 [INFO] 
01:24:58 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-api ---
01:24:58 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/policies/api/target/jacoco.exec
01:24:59 [INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: API' with 12 classes
01:24:59 [INFO] 
01:24:59 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies-api ---
01:24:59 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/policies/api/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-api/0-SNAPSHOT/ditto-policies-api-0-SNAPSHOT.pom
01:24:59 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/policies/api/target/ditto-policies-api-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-api/0-SNAPSHOT/ditto-policies-api-0-SNAPSHOT.jar
01:24:59 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/policies/api/target/ditto-policies-api-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-api/0-SNAPSHOT/ditto-policies-api-0-SNAPSHOT-javadoc.jar
01:24:59 [INFO] 
01:24:59 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-ddata >------------
01:24:59 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Distributed Data 0-SNAPSHOT [38/77]
01:24:59 [INFO]   from internal/utils/ddata/pom.xml
01:24:59 [INFO] --------------------------------[ jar ]---------------------------------
01:24:59 [INFO] 
01:24:59 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-ddata ---
01:24:59 [INFO] 
01:24:59 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-ddata ---
01:24:59 [INFO] 
01:24:59 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-ddata ---
01:24:59 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/jacoco.exec
01:24:59 [INFO] 
01:24:59 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-ddata ---
01:24:59 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:24:59 [WARNING] 
01:24:59 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:24:59 [WARNING] 
01:24:59 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:24:59 [WARNING] 
01:24:59 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:24:59 [INFO] 
01:24:59 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-ddata ---
01:24:59 [INFO] Copying 1 resource from src/main/resources to target/classes
01:24:59 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:24:59 [INFO] 
01:24:59 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-ddata ---
01:24:59 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT...
01:24:59 [INFO] 
01:24:59 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-ddata ---
01:24:59 [INFO] Changes detected - recompiling the module! :dependency
01:24:59 [INFO] Compiling 6 source files with javac [debug target 17] to target/classes
01:24:59 [INFO] 
01:24:59 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-ddata ---
01:24:59 [INFO] Copying 2 resources from src/test/resources to target/test-classes
01:24:59 [INFO] 
01:24:59 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-ddata ---
01:24:59 [INFO] Changes detected - recompiling the module! :dependency
01:24:59 [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes
01:24:59 [INFO] 
01:24:59 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-ddata ---
01:24:59 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:24:59 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/surefire-reports
01:24:59 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:24:59 [INFO] 
01:24:59 [INFO] -------------------------------------------------------
01:24:59 [INFO]  T E S T S
01:24:59 [INFO] -------------------------------------------------------
01:25:00 [INFO] Running org.eclipse.ditto.internal.utils.ddata.DefaultDistributedDataConfigTest
01:25:03 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.078 s -- in org.eclipse.ditto.internal.utils.ddata.DefaultDistributedDataConfigTest
01:25:03 [INFO] Running org.eclipse.ditto.internal.utils.ddata.DefaultPekkoReplicatorConfigTest
01:25:03 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.339 s -- in org.eclipse.ditto.internal.utils.ddata.DefaultPekkoReplicatorConfigTest
01:25:03 [INFO] 
01:25:03 [INFO] Results:
01:25:03 [INFO] 
01:25:03 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
01:25:03 [INFO] 
01:25:03 [INFO] 
01:25:03 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-ddata ---
01:25:03 [INFO] 
01:25:03 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-ddata ---
01:25:03 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/ditto-internal-utils-ddata-0-SNAPSHOT.jar
01:25:03 [INFO] 
01:25:03 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-ddata ---
01:25:03 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:25:03 [INFO] No previous run data found, generating javadoc.
01:25:05 [WARNING] Javadoc Warnings
01:25:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/src/main/java/org/eclipse/ditto/internal/utils/ddata/package-info.java:15: warning: no comment
01:25:05 [WARNING] package org.eclipse.ditto.internal.utils.ddata;
01:25:05 [WARNING] ^
01:25:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/src/main/java/org/eclipse/ditto/internal/utils/ddata/DistributedData.java:77: warning: no @param for ddataExecutor
01:25:05 [WARNING] protected DistributedData(final DistributedDataConfig config, final ActorRefFactory factory,
01:25:05 [WARNING] ^
01:25:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/src/main/java/org/eclipse/ditto/internal/utils/ddata/DistributedData.java:110: warning: no @param for actorSystem
01:25:05 [WARNING] public static DistributedDataConfig createConfig(final ActorSystem actorSystem,
01:25:05 [WARNING] ^
01:25:05 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/src/main/java/org/eclipse/ditto/internal/utils/ddata/DistributedData.java:64: warning: no comment
01:25:05 [WARNING] protected final int numberOfShards;
01:25:05 [WARNING] ^
01:25:05 [WARNING] 4 warnings
01:25:05 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/ditto-internal-utils-ddata-0-SNAPSHOT-javadoc.jar
01:25:05 [INFO] 
01:25:05 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-ddata ---
01:25:05 [INFO] Tests are skipped.
01:25:05 [INFO] 
01:25:05 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-ddata ---
01:25:05 [INFO] Tests are skipped.
01:25:05 [INFO] 
01:25:05 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-ddata ---
01:25:05 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/jacoco.exec
01:25:05 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Distributed Data' with 6 classes
01:25:05 [INFO] 
01:25:05 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-ddata ---
01:25:05 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-ddata/0-SNAPSHOT/ditto-internal-utils-ddata-0-SNAPSHOT.pom
01:25:05 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/ditto-internal-utils-ddata-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-ddata/0-SNAPSHOT/ditto-internal-utils-ddata-0-SNAPSHOT.jar
01:25:05 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/ddata/target/ditto-internal-utils-ddata-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-ddata/0-SNAPSHOT/ditto-internal-utils-ddata-0-SNAPSHOT-javadoc.jar
01:25:05 [INFO] 
01:25:05 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-pubsub >------------
01:25:05 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pub-Sub 0-SNAPSHOT [39/77]
01:25:05 [INFO]   from internal/utils/pubsub/pom.xml
01:25:05 [INFO] --------------------------------[ jar ]---------------------------------
01:25:06 [INFO] 
01:25:06 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-pubsub ---
01:25:06 [INFO] 
01:25:06 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-pubsub ---
01:25:06 [INFO] 
01:25:06 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub ---
01:25:06 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/jacoco.exec
01:25:06 [INFO] 
01:25:06 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pubsub ---
01:25:06 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:25:06 [WARNING] 
01:25:06 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:25:06 [WARNING] 
01:25:06 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:25:06 [WARNING] 
01:25:06 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:25:06 [INFO] 
01:25:06 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pubsub ---
01:25:06 [INFO] Copying 1 resource from src/main/resources to target/classes
01:25:06 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:25:06 [INFO] 
01:25:06 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pubsub ---
01:25:06 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT...
01:25:06 [INFO] 
01:25:06 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pubsub ---
01:25:06 [INFO] Changes detected - recompiling the module! :dependency
01:25:06 [INFO] Compiling 81 source files with javac [debug target 17] to target/classes
01:25:07 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/actors/AckUpdater.java: Some input files use unchecked or unsafe operations.
01:25:07 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/actors/AckUpdater.java: Recompile with -Xlint:unchecked for details.
01:25:07 [INFO] 
01:25:07 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pubsub ---
01:25:07 [INFO] Copying 4 resources from src/test/resources to target/test-classes
01:25:07 [INFO] 
01:25:07 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pubsub ---
01:25:07 [INFO] Changes detected - recompiling the module! :dependency
01:25:07 [INFO] Compiling 6 source files with javac [debug target 17] to target/test-classes
01:25:09 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/test/java/org/eclipse/ditto/internal/utils/pubsub/PubSubFactoryTest.java: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/test/java/org/eclipse/ditto/internal/utils/pubsub/PubSubFactoryTest.java uses or overrides a deprecated API.
01:25:09 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/test/java/org/eclipse/ditto/internal/utils/pubsub/PubSubFactoryTest.java: Recompile with -Xlint:deprecation for details.
01:25:09 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/test/java/org/eclipse/ditto/internal/utils/pubsub/TestPubSubFactory.java: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/test/java/org/eclipse/ditto/internal/utils/pubsub/TestPubSubFactory.java uses unchecked or unsafe operations.
01:25:09 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/test/java/org/eclipse/ditto/internal/utils/pubsub/TestPubSubFactory.java: Recompile with -Xlint:unchecked for details.
01:25:09 [INFO] 
01:25:09 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pubsub ---
01:25:09 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:25:09 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/surefire-reports
01:25:09 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:25:09 [INFO] 
01:25:09 [INFO] -------------------------------------------------------
01:25:09 [INFO]  T E S T S
01:25:09 [INFO] -------------------------------------------------------
01:25:10 [INFO] Running org.eclipse.ditto.internal.utils.pubsub.config.DefaultPubSubConfigTest
01:25:13 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.695 s -- in org.eclipse.ditto.internal.utils.pubsub.config.DefaultPubSubConfigTest
01:25:13 [INFO] Running org.eclipse.ditto.internal.utils.pubsub.PubSubFactoryTest
01:27:37 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 144.5 s -- in org.eclipse.ditto.internal.utils.pubsub.PubSubFactoryTest
01:27:37 [INFO] Running org.eclipse.ditto.internal.utils.pubsub.actors.AckUpdaterTest
01:27:52 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
01:28:01 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.04 s -- in org.eclipse.ditto.internal.utils.pubsub.actors.AckUpdaterTest
01:28:01 [INFO] Running org.eclipse.ditto.internal.utils.pubsub.actors.SubUpdaterTest
01:28:09 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.281 s -- in org.eclipse.ditto.internal.utils.pubsub.actors.SubUpdaterTest
01:28:10 [INFO] 
01:28:10 [INFO] Results:
01:28:10 [INFO] 
01:28:10 [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0
01:28:10 [INFO] 
01:28:10 [INFO] 
01:28:10 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pubsub ---
01:28:10 [INFO] 
01:28:10 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pubsub ---
01:28:10 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/ditto-internal-utils-pubsub-0-SNAPSHOT.jar
01:28:10 [INFO] 
01:28:10 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pubsub ---
01:28:10 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:28:10 [INFO] No previous run data found, generating javadoc.
01:28:13 [WARNING] Javadoc Warnings
01:28:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/ddata/literal/package-info.java:14: warning: no comment
01:28:13 [WARNING] package org.eclipse.ditto.internal.utils.pubsub.ddata.literal;
01:28:13 [WARNING] ^
01:28:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/ddata/AbstractDDataHandler.java:42: warning: no comment
01:28:13 [WARNING] protected final SelfUniqueAddress selfUniqueAddress;
01:28:13 [WARNING] ^
01:28:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/ddata/AbstractDDataHandler.java:46: warning: no comment
01:28:13 [WARNING] protected AbstractDDataHandler(final DistributedDataConfig config,
01:28:13 [WARNING] ^
01:28:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/AbstractPubSubFactory.java:46: warning: no comment
01:28:13 [WARNING] protected final AckExtractor<T> ackExtractor;
01:28:13 [WARNING] ^
01:28:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/AbstractPubSubFactory.java:39: warning: no comment
01:28:13 [WARNING] protected final ActorRefFactory actorRefFactory;
01:28:13 [WARNING] ^
01:28:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/AbstractPubSubFactory.java:45: warning: no comment
01:28:13 [WARNING] protected final CompressedDData ddata;
01:28:13 [WARNING] ^
01:28:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/AbstractPubSubFactory.java:44: warning: no comment
01:28:13 [WARNING] protected final DistributedDataConfig ddataConfig;
01:28:13 [WARNING] ^
01:28:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/AbstractPubSubFactory.java:47: warning: no comment
01:28:13 [WARNING] protected final DistributedAcks distributedAcks;
01:28:13 [WARNING] ^
01:28:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/AbstractPubSubFactory.java:41: warning: no comment
01:28:13 [WARNING] protected final String factoryId;
01:28:13 [WARNING] ^
01:28:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/AbstractPubSubFactory.java:40: warning: no comment
01:28:13 [WARNING] protected final Class<T> messageClass;
01:28:13 [WARNING] ^
01:28:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/AbstractPubSubFactory.java:42: warning: no comment
01:28:13 [WARNING] protected final PubSubTopicExtractor<T> topicExtractor;
01:28:13 [WARNING] ^
01:28:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/actors/ClusterMemberRemovedAware.java:49: warning: no comment
01:28:13 [WARNING] default AbstractActor.Receive receiveClusterMemberRemoved() {
01:28:13 [WARNING] ^
01:28:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/DistributedAcks.java:131: warning: no @param for system
01:28:13 [WARNING] static DistributedAcks empty(final ActorSystem system) {
01:28:13 [WARNING] ^
01:28:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/DistributedPub.java:56: warning: no @param for <S>
01:28:13 [WARNING] <S extends T> Object wrapForPublicationWithAcks(S message, final CharSequence groupIndexKey,
01:28:13 [WARNING] ^
01:28:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/DistributedPub.java:91: warning: no @param for <S>
01:28:13 [WARNING] default <S extends Signal<?>> DistributedPub<S> withTopicExtractor(final PubSubTopicExtractor<S> topicExtractor) {
01:28:13 [WARNING] ^
01:28:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/ddata/ack/GroupedSnapshot.java:61: warning: no @param for groups
01:28:13 [WARNING] public Set<V> getValues(final Collection<String> groups) {
01:28:13 [WARNING] ^
01:28:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/actors/PubUpdater.java:50: warning: no @return
01:28:13 [WARNING] public static Props props(final DDataWriter<ActorRef, ?> topicsWriter) {
01:28:13 [WARNING] ^
01:28:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/api/SubAck.java:44: warning: no @param for consistent
01:28:13 [WARNING] public static SubAck of(final Request request, final ActorRef sender, final int seqNr, final boolean consistent) {
01:28:13 [WARNING] ^
01:28:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/api/Subscribe.java:70: warning: no @param for resubscribe
01:28:13 [WARNING] public static Subscribe of(final Collection<String> topics,
01:28:13 [WARNING] ^
01:28:13 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/src/main/java/org/eclipse/ditto/internal/utils/pubsub/actors/SubUpdater.java:70: warning: no comment
01:28:13 [WARNING] public static final int MAX_ERROR_COUNTER = 3;
01:28:13 [WARNING] ^
01:28:13 [WARNING] 20 warnings
01:28:13 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/ditto-internal-utils-pubsub-0-SNAPSHOT-javadoc.jar
01:28:13 [INFO] 
01:28:13 [INFO] --- resources:3.3.1:copy-resources (copy-resources) @ ditto-internal-utils-pubsub ---
01:28:13 [INFO] Copying 1 resource from src/main/resources to target
01:28:13 [INFO] 
01:28:13 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pubsub ---
01:28:13 [INFO] Tests are skipped.
01:28:13 [INFO] 
01:28:13 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pubsub ---
01:28:13 [INFO] Tests are skipped.
01:28:13 [INFO] 
01:28:13 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pubsub ---
01:28:13 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/jacoco.exec
01:28:13 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Pub-Sub' with 83 classes
01:28:13 [INFO] 
01:28:13 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pubsub ---
01:28:13 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pubsub/0-SNAPSHOT/ditto-internal-utils-pubsub-0-SNAPSHOT.pom
01:28:13 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/ditto-internal-utils-pubsub-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pubsub/0-SNAPSHOT/ditto-internal-utils-pubsub-0-SNAPSHOT.jar
01:28:13 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub/target/ditto-internal-utils-pubsub-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pubsub/0-SNAPSHOT/ditto-internal-utils-pubsub-0-SNAPSHOT-javadoc.jar
01:28:13 [INFO] 
01:28:13 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-cache >------------
01:28:13 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Cache 0-SNAPSHOT  [40/77]
01:28:13 [INFO]   from internal/utils/cache/pom.xml
01:28:13 [INFO] --------------------------------[ jar ]---------------------------------
01:28:14 [INFO] 
01:28:14 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-cache ---
01:28:14 [INFO] 
01:28:14 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-cache ---
01:28:14 [INFO] 
01:28:14 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cache ---
01:28:14 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/jacoco.exec
01:28:14 [INFO] 
01:28:14 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-cache ---
01:28:14 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:28:14 [WARNING] 
01:28:14 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:28:14 [WARNING] 
01:28:14 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:28:14 [WARNING] 
01:28:14 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:28:14 [INFO] 
01:28:14 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-cache ---
01:28:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/src/main/resources
01:28:14 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:28:14 [INFO] 
01:28:14 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-cache ---
01:28:14 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT...
01:28:14 [INFO] 
01:28:14 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-cache ---
01:28:14 [INFO] Changes detected - recompiling the module! :dependency
01:28:14 [INFO] Compiling 17 source files with javac [debug target 17] to target/classes
01:28:14 [INFO] 
01:28:14 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-cache ---
01:28:14 [INFO] Copying 1 resource from src/test/resources to target/test-classes
01:28:14 [INFO] 
01:28:14 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-cache ---
01:28:14 [INFO] Changes detected - recompiling the module! :dependency
01:28:14 [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes
01:28:14 [INFO] 
01:28:14 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-cache ---
01:28:14 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:28:14 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/surefire-reports
01:28:14 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:28:14 [INFO] 
01:28:14 [INFO] -------------------------------------------------------
01:28:14 [INFO]  T E S T S
01:28:14 [INFO] -------------------------------------------------------
01:28:15 [INFO] Running org.eclipse.ditto.internal.utils.cache.ComparableCacheTest
01:28:15 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
01:28:15 SLF4J: Defaulting to no-operation (NOP) logger implementation
01:28:15 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
01:28:15 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.387 s -- in org.eclipse.ditto.internal.utils.cache.ComparableCacheTest
01:28:15 [INFO] Running org.eclipse.ditto.internal.utils.cache.config.DefaultCacheConfigTest
01:28:17 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.079 s -- in org.eclipse.ditto.internal.utils.cache.config.DefaultCacheConfigTest
01:28:17 [INFO] Running org.eclipse.ditto.internal.utils.cache.MetricsStatsCounterTest
01:28:18 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.012 s -- in org.eclipse.ditto.internal.utils.cache.MetricsStatsCounterTest
01:28:18 [INFO] 
01:28:18 [INFO] Results:
01:28:18 [INFO] 
01:28:18 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0
01:28:18 [INFO] 
01:28:18 [INFO] 
01:28:18 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-cache ---
01:28:18 [INFO] 
01:28:18 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-cache ---
01:28:18 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/ditto-internal-utils-cache-0-SNAPSHOT.jar
01:28:18 [INFO] 
01:28:18 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-cache ---
01:28:18 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:28:18 [INFO] No previous run data found, generating javadoc.
01:28:20 [WARNING] Javadoc Warnings
01:28:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/src/main/java/org/eclipse/ditto/internal/utils/cache/package-info.java:14: warning: no comment
01:28:20 [WARNING] package org.eclipse.ditto.internal.utils.cache;
01:28:20 [WARNING] ^
01:28:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/src/main/java/org/eclipse/ditto/internal/utils/cache/config/package-info.java:14: warning: no comment
01:28:20 [WARNING] package org.eclipse.ditto.internal.utils.cache.config;
01:28:20 [WARNING] ^
01:28:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/src/main/java/org/eclipse/ditto/internal/utils/cache/entry/package-info.java:14: warning: no comment
01:28:20 [WARNING] package org.eclipse.ditto.internal.utils.cache.entry;
01:28:20 [WARNING] ^
01:28:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/src/main/java/org/eclipse/ditto/internal/utils/cache/entry/Entry.java:44: warning: no comment
01:28:20 [WARNING] boolean exists();
01:28:20 [WARNING] ^
01:28:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/src/main/java/org/eclipse/ditto/internal/utils/cache/entry/Entry.java:32: warning: no comment
01:28:20 [WARNING] static <T> Entry<T> fetchError(final Throwable throwable) {
01:28:20 [WARNING] ^
01:28:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/src/main/java/org/eclipse/ditto/internal/utils/cache/entry/Entry.java:67: warning: no comment
01:28:20 [WARNING] default Optional<T> get() {
01:28:20 [WARNING] ^
01:28:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/src/main/java/org/eclipse/ditto/internal/utils/cache/entry/Entry.java:28: warning: no comment
01:28:20 [WARNING] static <T> Entry<T> nonexistent() {
01:28:20 [WARNING] ^
01:28:20 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/src/main/java/org/eclipse/ditto/internal/utils/cache/entry/Entry.java:24: warning: no comment
01:28:20 [WARNING] static <T> Entry<T> of(final long revision, final T value) {
01:28:20 [WARNING] ^
01:28:20 [WARNING] 8 warnings
01:28:20 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/ditto-internal-utils-cache-0-SNAPSHOT-javadoc.jar
01:28:20 [INFO] 
01:28:20 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-cache ---
01:28:20 [INFO] Tests are skipped.
01:28:20 [INFO] 
01:28:20 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-cache ---
01:28:20 [INFO] Tests are skipped.
01:28:20 [INFO] 
01:28:20 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-cache ---
01:28:20 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/jacoco.exec
01:28:20 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Cache' with 14 classes
01:28:20 [INFO] 
01:28:20 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-cache ---
01:28:20 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cache/0-SNAPSHOT/ditto-internal-utils-cache-0-SNAPSHOT.pom
01:28:20 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/ditto-internal-utils-cache-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cache/0-SNAPSHOT/ditto-internal-utils-cache-0-SNAPSHOT.jar
01:28:20 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache/target/ditto-internal-utils-cache-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cache/0-SNAPSHOT/ditto-internal-utils-cache-0-SNAPSHOT-javadoc.jar
01:28:20 [INFO] 
01:28:20 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-test >-------------
01:28:20 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Test 0-SNAPSHOT   [41/77]
01:28:20 [INFO]   from internal/utils/test/pom.xml
01:28:20 [INFO] --------------------------------[ jar ]---------------------------------
01:28:23 [INFO] 
01:28:23 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-test ---
01:28:23 [INFO] 
01:28:23 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-test ---
01:28:23 [INFO] 
01:28:23 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-test ---
01:28:23 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/test/target/jacoco.exec
01:28:23 [INFO] 
01:28:23 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-test ---
01:28:23 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:28:23 [WARNING] 
01:28:23 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:28:23 [WARNING] 
01:28:23 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:28:23 [WARNING] 
01:28:23 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:28:23 [INFO] 
01:28:23 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-test ---
01:28:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/src/main/resources
01:28:23 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:28:23 [INFO] 
01:28:23 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-test ---
01:28:23 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-test:jar:0-SNAPSHOT...
01:28:23 [INFO] 
01:28:23 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-test ---
01:28:23 [INFO] No sources to compile
01:28:23 [INFO] 
01:28:23 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-test ---
01:28:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/src/test/resources
01:28:23 [INFO] 
01:28:23 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-test ---
01:28:23 [INFO] Changes detected - recompiling the module! :dependency
01:28:23 [INFO] Compiling 15 source files with javac [debug target 17] to target/test-classes
01:28:23 [INFO] 
01:28:23 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-test ---
01:28:23 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:28:23 [INFO] 
01:28:23 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-test ---
01:28:23 [INFO] 
01:28:23 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-test ---
01:28:23 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/target/ditto-internal-utils-test-0-SNAPSHOT.jar
01:28:23 [INFO] 
01:28:23 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-test ---
01:28:23 [INFO] 
01:28:23 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-test ---
01:28:23 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/target/ditto-internal-utils-test-0-SNAPSHOT-tests.jar
01:28:23 [INFO] 
01:28:23 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-test ---
01:28:23 [INFO] Tests are skipped.
01:28:23 [INFO] 
01:28:23 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-test ---
01:28:23 [INFO] Tests are skipped.
01:28:23 [INFO] 
01:28:23 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-test ---
01:28:23 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:28:23 [INFO] 
01:28:23 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-test ---
01:28:23 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-test/0-SNAPSHOT/ditto-internal-utils-test-0-SNAPSHOT.pom
01:28:23 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/target/ditto-internal-utils-test-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-test/0-SNAPSHOT/ditto-internal-utils-test-0-SNAPSHOT.jar
01:28:23 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/test/target/ditto-internal-utils-test-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-test/0-SNAPSHOT/ditto-internal-utils-test-0-SNAPSHOT-tests.jar
01:28:23 [INFO] 
01:28:23 [INFO] ---------< org.eclipse.ditto:ditto-internal-utils-persistence >---------
01:28:23 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Persistence 0-SNAPSHOT [42/77]
01:28:23 [INFO]   from internal/utils/persistence/pom.xml
01:28:23 [INFO] --------------------------------[ jar ]---------------------------------
01:28:24 [INFO] 
01:28:24 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-persistence ---
01:28:24 [INFO] 
01:28:24 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-persistence ---
01:28:24 [INFO] 
01:28:24 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-persistence ---
01:28:24 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/jacoco.exec
01:28:24 [INFO] 
01:28:24 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-persistence ---
01:28:24 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:28:24 [WARNING] 
01:28:24 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:28:24 [WARNING] 
01:28:24 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:28:24 [WARNING] 
01:28:24 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:28:24 [INFO] 
01:28:24 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-persistence ---
01:28:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/resources
01:28:24 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:28:24 [INFO] 
01:28:24 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-persistence ---
01:28:24 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT...
01:28:24 [INFO] 
01:28:24 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-persistence ---
01:28:24 [INFO] Changes detected - recompiling the module! :dependency
01:28:24 [INFO] Compiling 75 source files with javac [debug target 17] to target/classes
01:28:24 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/streaming/MongoTimestampPersistence.java: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/streaming/MongoTimestampPersistence.java uses or overrides a deprecated API.
01:28:24 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/streaming/MongoTimestampPersistence.java: Recompile with -Xlint:deprecation for details.
01:28:24 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/SnapshotAdapter.java: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/SnapshotAdapter.java uses unchecked or unsafe operations.
01:28:24 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/SnapshotAdapter.java: Recompile with -Xlint:unchecked for details.
01:28:24 [INFO] 
01:28:24 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-persistence ---
01:28:24 [INFO] Copying 12 resources from src/test/resources to target/test-classes
01:28:24 [INFO] 
01:28:24 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-persistence ---
01:28:24 [INFO] Changes detected - recompiling the module! :dependency
01:28:24 [INFO] Compiling 29 source files with javac [debug target 17] to target/test-classes
01:28:25 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/test/java/org/eclipse/ditto/internal/utils/persistence/mongo/JsonValueToDbEntityMapperTest.java: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/test/java/org/eclipse/ditto/internal/utils/persistence/mongo/JsonValueToDbEntityMapperTest.java uses unchecked or unsafe operations.
01:28:25 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/test/java/org/eclipse/ditto/internal/utils/persistence/mongo/JsonValueToDbEntityMapperTest.java: Recompile with -Xlint:unchecked for details.
01:28:25 [INFO] 
01:28:25 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-persistence ---
01:28:25 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:28:25 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/surefire-reports
01:28:25 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:28:25 [INFO] 
01:28:25 [INFO] -------------------------------------------------------
01:28:25 [INFO]  T E S T S
01:28:25 [INFO] -------------------------------------------------------
01:28:25 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultEventConfigTest
01:28:28 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.600 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultEventConfigTest
01:28:28 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultSnapshotConfigTest
01:28:28 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.431 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultSnapshotConfigTest
01:28:28 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultConnectionPoolConfigTest
01:28:29 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.322 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultConnectionPoolConfigTest
01:28:29 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultActivityCheckConfigTest
01:28:29 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultActivityCheckConfigTest
01:28:29 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultMongoDbConfigTest
01:28:29 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.555 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultMongoDbConfigTest
01:28:29 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultCircuitBreakerConfigTest
01:28:29 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultCircuitBreakerConfigTest
01:28:29 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultOptionsConfigTest
01:28:29 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultOptionsConfigTest
01:28:29 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultIndexInitializationConfigTest
01:28:29 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.DefaultIndexInitializationConfigTest
01:28:29 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.config.MongoDbUriSupplierTest
01:28:30 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.config.MongoDbUriSupplierTest
01:28:30 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.MongoClientWrapperTest
01:28:30 06:28:30,115 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback-test.xml] at [file:/home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/test-classes/logback-test.xml]
01:28:30 06:28:30,185 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
01:28:30 06:28:30,192 |-INFO in ch.qos.logback.core.joran.action.StatusListenerAction - Added status listener of type [ch.qos.logback.core.status.OnConsoleStatusListener]
01:28:30 06:28:30,195 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:30 06:28:30,205 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
01:28:30 06:28:30,212 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:30 06:28:30,240 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:28:30 06:28:30,240 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDERR]
01:28:30 06:28:30,241 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:28:30 06:28:30,243 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.ditto] to INFO
01:28:30 06:28:30,244 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
01:28:30 06:28:30,244 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
01:28:30 06:28:30,245 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDERR] to Logger[ROOT]
01:28:30 06:28:30,245 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:28:30 06:28:30,246 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3211cc84 - Registering current configuration as safe fallback point
01:28:30 2024-01-18 06:28:30,842 WARN  [] o.mongodb.driver.uri  - Connection string contains unsupported option 'writeconcern'.
01:28:30 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.789 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.MongoClientWrapperTest
01:28:30 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.SnapshotStreamingActorTest
01:28:34 2024-01-18 06:28:34,224 WARN  [] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://PekkoTestSystem/system/Materializers/StreamSupervisor-1) - [outbound connection to [pekko://PekkoTestSystem@127.0.0.1:0], message stream] Upstream failed, cause: StreamTcpException: Tcp command [Connect(127.0.0.1/<unresolved>:0,None,List(),Some(5000 milliseconds),true)] failed because of java.net.ConnectException: Connection refused
01:28:34 2024-01-18 06:28:34,224 WARN  [] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://PekkoTestSystem/system/Materializers/StreamSupervisor-1) - [outbound connection to [pekko://PekkoTestSystem@127.0.0.1:0], control stream] Upstream failed, cause: StreamTcpException: Tcp command [Connect(127.0.0.1/<unresolved>:0,None,List(),Some(5000 milliseconds),true)] failed because of java.net.ConnectException: Connection refused
01:28:34 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
01:28:35 2024-01-18 06:28:35,745 WARN  [] o.a.p.s.i.s.SinkRefStageImpl SinkRefStageImpl(pekko://PekkoTestSystem) - [SinkRef-0] Stream already completed before remote side materialized, failing now.
01:28:36 [WARN] [01/18/2024 06:28:35.934] [PekkoTestSystem-pekko.actor.internal-dispatcher-9] [CoordinatedShutdown(pekko://PekkoTestSystem)] Task [service-unbind-snapshotStreamingActor] failed in phase [service-unbind]: org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/$a#-878032534]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
01:28:36 [WARN] [01/18/2024 06:28:35.940] [PekkoTestSystem-pekko.actor.internal-dispatcher-9] [CoordinatedShutdown(pekko://PekkoTestSystem)] Task [service-requests-done-snapshotStreamingActor] failed in phase [service-requests-done]: org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/$a#-878032534]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
01:28:36 2024-01-18 06:28:36,219 WARN  [] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://PekkoTestSystem/system/Materializers/StreamSupervisor-5) - [outbound connection to [pekko://PekkoTestSystem@127.0.0.1:0], control stream] Upstream failed, cause: StreamTcpException: Tcp command [Connect(127.0.0.1/<unresolved>:0,None,List(),Some(5000 milliseconds),true)] failed because of java.net.ConnectException: Connection refused
01:28:36 2024-01-18 06:28:36,219 WARN  [] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://PekkoTestSystem/system/Materializers/StreamSupervisor-5) - [outbound connection to [pekko://PekkoTestSystem@127.0.0.1:0], message stream] Upstream failed, cause: StreamTcpException: Tcp command [Connect(127.0.0.1/<unresolved>:0,None,List(),Some(5000 milliseconds),true)] failed because of java.net.ConnectException: Connection refused
01:28:36 [WARN] [01/18/2024 06:28:36.398] [PekkoTestSystem-pekko.actor.internal-dispatcher-9] [CoordinatedShutdown(pekko://PekkoTestSystem)] Task [service-unbind-snapshotStreamingActor] failed in phase [service-unbind]: org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/$a#-959488831]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
01:28:36 [WARN] [01/18/2024 06:28:36.399] [PekkoTestSystem-pekko.actor.internal-dispatcher-9] [CoordinatedShutdown(pekko://PekkoTestSystem)] Task [service-requests-done-snapshotStreamingActor] failed in phase [service-requests-done]: org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/$a#-959488831]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
01:28:36 2024-01-18 06:28:36,598 WARN  [] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://PekkoTestSystem/system/Materializers/StreamSupervisor-9) - [outbound connection to [pekko://PekkoTestSystem@127.0.0.1:0], message stream] Upstream failed, cause: StreamTcpException: Tcp command [Connect(127.0.0.1/<unresolved>:0,None,List(),Some(5000 milliseconds),true)] failed because of java.net.ConnectException: Connection refused
01:28:36 2024-01-18 06:28:36,599 WARN  [] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://PekkoTestSystem/system/Materializers/StreamSupervisor-9) - [outbound connection to [pekko://PekkoTestSystem@127.0.0.1:0], control stream] Upstream failed, cause: StreamTcpException: Tcp command [Connect(127.0.0.1/<unresolved>:0,None,List(),Some(5000 milliseconds),true)] failed because of java.net.ConnectException: Connection refused
01:28:36 [WARN] [01/18/2024 06:28:36.608] [PekkoTestSystem-pekko.actor.internal-dispatcher-4] [CoordinatedShutdown(pekko://PekkoTestSystem)] Task [service-unbind-snapshotStreamingActor] failed in phase [service-unbind]: org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/$a#-1202473163]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
01:28:36 [WARN] [01/18/2024 06:28:36.609] [PekkoTestSystem-pekko.actor.internal-dispatcher-4] [CoordinatedShutdown(pekko://PekkoTestSystem)] Task [service-requests-done-snapshotStreamingActor] failed in phase [service-requests-done]: org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/$a#-1202473163]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
01:28:36 2024-01-18 06:28:36,802 WARN  [] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://PekkoTestSystem/system/Materializers/StreamSupervisor-13) - [outbound connection to [pekko://PekkoTestSystem@127.0.0.1:0], message stream] Upstream failed, cause: StreamTcpException: Tcp command [Connect(127.0.0.1/<unresolved>:0,None,List(),Some(5000 milliseconds),true)] failed because of java.net.ConnectException: Connection refused
01:28:36 2024-01-18 06:28:36,802 WARN  [] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://PekkoTestSystem/system/Materializers/StreamSupervisor-13) - [outbound connection to [pekko://PekkoTestSystem@127.0.0.1:0], control stream] Upstream failed, cause: StreamTcpException: Tcp command [Connect(127.0.0.1/<unresolved>:0,None,List(),Some(5000 milliseconds),true)] failed because of java.net.ConnectException: Connection refused
01:28:36 [WARN] [01/18/2024 06:28:36.835] [PekkoTestSystem-pekko.actor.internal-dispatcher-6] [CoordinatedShutdown(pekko://PekkoTestSystem)] Task [service-unbind-snapshotStreamingActor] failed in phase [service-unbind]: org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/$a#-1358868839]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
01:28:36 [WARN] [01/18/2024 06:28:36.836] [PekkoTestSystem-pekko.actor.internal-dispatcher-6] [CoordinatedShutdown(pekko://PekkoTestSystem)] Task [service-requests-done-snapshotStreamingActor] failed in phase [service-requests-done]: org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/$a#-1358868839]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
01:28:37 2024-01-18 06:28:37,003 WARN  [] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://PekkoTestSystem/system/Materializers/StreamSupervisor-17) - [outbound connection to [pekko://PekkoTestSystem@127.0.0.1:0], control stream] Upstream failed, cause: StreamTcpException: Tcp command [Connect(127.0.0.1/<unresolved>:0,None,List(),Some(5000 milliseconds),true)] failed because of java.net.ConnectException: Connection refused
01:28:37 2024-01-18 06:28:37,003 WARN  [] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://PekkoTestSystem/system/Materializers/StreamSupervisor-17) - [outbound connection to [pekko://PekkoTestSystem@127.0.0.1:0], message stream] Upstream failed, cause: StreamTcpException: Tcp command [Connect(127.0.0.1/<unresolved>:0,None,List(),Some(5000 milliseconds),true)] failed because of java.net.ConnectException: Connection refused
01:28:37 [WARN] [01/18/2024 06:28:37.030] [PekkoTestSystem-pekko.actor.internal-dispatcher-2] [CoordinatedShutdown(pekko://PekkoTestSystem)] Task [service-unbind-snapshotStreamingActor] failed in phase [service-unbind]: org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/$a#1156681938]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
01:28:37 [WARN] [01/18/2024 06:28:37.031] [PekkoTestSystem-pekko.actor.internal-dispatcher-2] [CoordinatedShutdown(pekko://PekkoTestSystem)] Task [service-requests-done-snapshotStreamingActor] failed in phase [service-requests-done]: org.apache.pekko.pattern.AskTimeoutException: Recipient [Actor[pekko://PekkoTestSystem/user/$a#1156681938]] had already been terminated. Message of type [org.eclipse.ditto.internal.utils.pekko.actors.AbstractActorWithShutdownBehavior$Control].
01:28:37 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.188 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.SnapshotStreamingActorTest
01:28:37 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource.MongoPersistenceOperationsSelectionProviderTest
01:28:37 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource.MongoPersistenceOperationsSelectionProviderTest
01:28:37 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource.MongoEventSourceSettingsTest
01:28:37 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource.MongoEventSourceSettingsTest
01:28:37 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource.MongoPersistenceOperationsSelectionTest
01:28:37 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource.MongoPersistenceOperationsSelectionTest
01:28:37 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.JsonValueToDbEntityMapperTest
01:28:37 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.JsonValueToDbEntityMapperTest
01:28:37 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.DefaultPersistenceStreamingActorTest
01:28:37 2024-01-18 06:28:37,612 WARN  [] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://PekkoTestSystem/system/Materializers/StreamSupervisor-21) - [outbound connection to [pekko://PekkoTestSystem@127.0.0.1:0], control stream] Upstream failed, cause: StreamTcpException: Tcp command [Connect(127.0.0.1/<unresolved>:0,None,List(),Some(5000 milliseconds),true)] failed because of java.net.ConnectException: Connection refused
01:28:37 2024-01-18 06:28:37,612 WARN  [] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://PekkoTestSystem/system/Materializers/StreamSupervisor-21) - [outbound connection to [pekko://PekkoTestSystem@127.0.0.1:0], message stream] Upstream failed, cause: StreamTcpException: Tcp command [Connect(127.0.0.1/<unresolved>:0,None,List(),Some(5000 milliseconds),true)] failed because of java.net.ConnectException: Connection refused
01:28:37 2024-01-18 06:28:37,739 WARN  [] o.a.p.s.i.s.SinkRefStageImpl SinkRefStageImpl(pekko://PekkoTestSystem) - [SinkRef-0] Stream already completed before remote side materialized, failing now.
01:28:37 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.343 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.DefaultPersistenceStreamingActorTest
01:28:37 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.KeyNameReviserTest
01:28:37 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.KeyNameReviserTest
01:28:37 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexInitializerTest
01:28:37 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexInitializerTest
01:28:37 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexOperationsTest
01:28:37 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexOperationsTest
01:28:37 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.indices.DefaultIndexKeyTest
01:28:37 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.indices.DefaultIndexKeyTest
01:28:37 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexFactoryTest
01:28:37 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexFactoryTest
01:28:37 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexTest
01:28:38 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.indices.IndexTest
01:28:38 [INFO] Running org.eclipse.ditto.internal.utils.persistence.mongo.DittoBsonJsonTest
01:28:38 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.ditto.internal.utils.persistence.mongo.DittoBsonJsonTest
01:28:38 [INFO] Running org.eclipse.ditto.internal.utils.persistence.operations.DefaultPersistenceOperationsConfigTest
01:28:38 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.ditto.internal.utils.persistence.operations.DefaultPersistenceOperationsConfigTest
01:28:38 [INFO] 
01:28:38 [INFO] Results:
01:28:38 [INFO] 
01:28:38 [INFO] Tests run: 110, Failures: 0, Errors: 0, Skipped: 0
01:28:38 [INFO] 
01:28:38 [INFO] 
01:28:38 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-persistence ---
01:28:38 [INFO] 
01:28:38 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-persistence ---
01:28:38 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT.jar
01:28:38 [INFO] 
01:28:38 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-persistence ---
01:28:38 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:28:38 [INFO] No previous run data found, generating javadoc.
01:28:41 [WARNING] Javadoc Warnings
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/package-info.java:14: warning: no comment
01:28:41 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo;
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/package-info.java:14: warning: no comment
01:28:41 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.config;
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/indices/package-info.java:15: warning: no comment
01:28:41 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.indices;
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/ops/package-info.java:15: warning: no comment
01:28:41 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.ops;
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/ops/eventsource/package-info.java:15: warning: no comment
01:28:41 [WARNING] package org.eclipse.ditto.internal.utils.persistence.mongo.ops.eventsource;
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/AbstractMongoEventAdapter.java:56: warning: no comment
01:28:41 [WARNING] protected final EventRegistry<T> eventRegistry;
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/AbstractMongoEventAdapter.java:55: warning: no comment
01:28:41 [WARNING] protected final ExtendedActorSystem system;
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/AbstractMongoEventAdapter.java:59: warning: no comment
01:28:41 [WARNING] protected AbstractMongoEventAdapter(final ExtendedActorSystem system,
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/SnapshotAdapter.java:74: warning: no @param for <T>
01:28:41 [WARNING] static <T> SnapshotAdapter<T> get(final ActorSystem actorSystem, final Config config) {
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/AbstractMongoSnapshotAdapter.java:72: warning: no @param for entity
01:28:41 [WARNING] protected abstract Optional<JsonField> getRevisionJsonField(final T entity);
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/AbstractMongoSnapshotAdapter.java:48: warning: no comment
01:28:41 [WARNING] protected AbstractMongoSnapshotAdapter(final Logger logger) {
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/operations/AbstractPersistenceOperationsActor.java:119: warning: no @param for optionalToCloseWhenStopped
01:28:41 [WARNING] protected AbstractPersistenceOperationsActor(final ActorRef pubSubMediator,
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/operations/AbstractPersistenceOperationsActor.java:418: warning: no comment
01:28:41 [WARNING] public record OpComplete(Command<?> command, ActorRef sender) {}
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/operations/AbstractPersistenceOperationsActor.java:171: warning: no comment
01:28:41 [WARNING] protected abstract String getActorName();
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/DittoMongoCollectionCache.java:40: warning: no comment
01:28:41 [WARNING] public DittoMongoCollectionCache(final Config config) {
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/indices/IndexDirection.java:31: warning: no comment
01:28:41 [WARNING] public BsonInt32 getBsonInt() {
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/indices/IndexDirection.java:21: warning: no comment
01:28:41 [WARNING] ASCENDING(1), DESCENDING(-1);
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/indices/IndexDirection.java:21: warning: no comment
01:28:41 [WARNING] ASCENDING(1), DESCENDING(-1);
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/indices/IndexDirection.java:23: warning: no comment
01:28:41 [WARNING] public static final IndexDirection DEFAULT = ASCENDING;
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/monitoring/KamonCommandListener.java:37: warning: no comment
01:28:41 [WARNING] public KamonCommandListener(final String metricName) {
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/monitoring/KamonConnectionPoolListener.java:41: warning: no comment
01:28:41 [WARNING] public KamonConnectionPoolListener(final String metricName) {
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/ops/MongoOpsUtil.java:55: warning: no comment
01:28:41 [WARNING] public static Source<List<Throwable>, NotUsed> deleteByFilter(final MongoCollection<Document> collection,
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/ops/MongoOpsUtil.java:49: warning: no comment
01:28:41 [WARNING] public static Source<List<Throwable>, NotUsed> drop(final MongoCollection<Document> collection) {
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/streaming/MongoReadJournal.java:210: warning: no @param for actorSystem
01:28:41 [WARNING] public static MongoReadJournal newInstance(final Config config, final DittoMongoClient mongoClient,
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/streaming/MongoReadJournal.java:160: warning: no comment
01:28:41 [WARNING] public static final String J_EVENT_MANIFEST = JournallingFieldNames$.MODULE$.MANIFEST();
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/streaming/MongoReadJournal.java:159: warning: no comment
01:28:41 [WARNING] public static final String J_EVENT_PID = JournallingFieldNames$.MODULE$.PROCESSOR_ID();
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadConcern.java:41: warning: no comment
01:28:41 [WARNING] public com.mongodb.ReadConcern getMongoReadConcern() {
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadConcern.java:30: warning: no comment
01:28:41 [WARNING] AVAILABLE("available", com.mongodb.ReadConcern.AVAILABLE);
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadConcern.java:25: warning: no comment
01:28:41 [WARNING] DEFAULT("default", com.mongodb.ReadConcern.DEFAULT),
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadConcern.java:28: warning: no comment
01:28:41 [WARNING] LINEARIZABLE("linearizable", com.mongodb.ReadConcern.LINEARIZABLE),
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadConcern.java:26: warning: no comment
01:28:41 [WARNING] LOCAL("local", com.mongodb.ReadConcern.LOCAL),
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadConcern.java:27: warning: no comment
01:28:41 [WARNING] MAJORITY("majority", com.mongodb.ReadConcern.MAJORITY),
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadConcern.java:29: warning: no comment
01:28:41 [WARNING] SNAPSHOT("snapshot", com.mongodb.ReadConcern.SNAPSHOT),
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadPreference.java:39: warning: no comment
01:28:41 [WARNING] public com.mongodb.ReadPreference getMongoReadPreference() {
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadPreference.java:29: warning: no comment
01:28:41 [WARNING] NEAREST("nearest", com.mongodb.ReadPreference.nearest());
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadPreference.java:25: warning: no comment
01:28:41 [WARNING] PRIMARY("primary", com.mongodb.ReadPreference.primary()),
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadPreference.java:26: warning: no comment
01:28:41 [WARNING] PRIMARY_PREFERRED("primaryPreferred", com.mongodb.ReadPreference.primaryPreferred()),
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadPreference.java:27: warning: no comment
01:28:41 [WARNING] SECONDARY("secondary", com.mongodb.ReadPreference.secondary()),
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/ReadPreference.java:28: warning: no comment
01:28:41 [WARNING] SECONDARY_PREFERRED("secondaryPreferred", com.mongodb.ReadPreference.secondaryPreferred()),
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/SuffixBuilderConfig.java:40: warning: no comment
01:28:41 [WARNING] EXTRACTOR_CLASS("class", ""),
01:28:41 [WARNING] ^
01:28:41 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/src/main/java/org/eclipse/ditto/internal/utils/persistence/mongo/config/SuffixBuilderConfig.java:42: warning: no comment
01:28:41 [WARNING] SUPPORTED_PREFIXES("supported-prefixes", Collections.emptyList());
01:28:41 [WARNING] ^
01:28:41 [WARNING] 41 warnings
01:28:42 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT-javadoc.jar
01:28:42 [INFO] 
01:28:42 [INFO] --- jar:3.3.0:test-jar (default) @ ditto-internal-utils-persistence ---
01:28:42 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT-tests.jar
01:28:42 [INFO] 
01:28:42 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-persistence ---
01:28:42 [INFO] Tests are skipped.
01:28:42 [INFO] 
01:28:42 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-persistence ---
01:28:42 [INFO] Tests are skipped.
01:28:42 [INFO] 
01:28:42 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-persistence ---
01:28:42 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/jacoco.exec
01:28:42 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Persistence' with 75 classes
01:28:42 [INFO] 
01:28:42 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-persistence ---
01:28:42 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-persistence/0-SNAPSHOT/ditto-internal-utils-persistence-0-SNAPSHOT.pom
01:28:42 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-persistence/0-SNAPSHOT/ditto-internal-utils-persistence-0-SNAPSHOT.jar
01:28:42 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-persistence/0-SNAPSHOT/ditto-internal-utils-persistence-0-SNAPSHOT-javadoc.jar
01:28:42 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistence/target/ditto-internal-utils-persistence-0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-persistence/0-SNAPSHOT/ditto-internal-utils-persistence-0-SNAPSHOT-tests.jar
01:28:42 [INFO] 
01:28:42 [INFO] -----------------< org.eclipse.ditto:ditto-things-api >-----------------
01:28:42 [INFO] Building Eclipse Ditto :: Things :: API 0-SNAPSHOT               [43/77]
01:28:42 [INFO]   from things/api/pom.xml
01:28:42 [INFO] --------------------------------[ jar ]---------------------------------
01:28:42 [INFO] 
01:28:42 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-things-api ---
01:28:42 [INFO] 
01:28:42 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-things-api ---
01:28:42 [INFO] 
01:28:42 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-things-api ---
01:28:42 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/things/api/target/jacoco.exec
01:28:42 [INFO] 
01:28:42 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-things-api ---
01:28:42 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:28:42 [WARNING] 
01:28:42 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:28:42 [WARNING] 
01:28:42 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:28:42 [WARNING] 
01:28:42 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/things/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:28:42 [INFO] 
01:28:42 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-things-api ---
01:28:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/things/api/src/main/resources
01:28:42 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:28:42 [INFO] 
01:28:42 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-things-api ---
01:28:42 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT...
01:28:42 [INFO] 
01:28:42 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-things-api ---
01:28:42 [INFO] Changes detected - recompiling the module! :dependency
01:28:42 [INFO] Compiling 12 source files with javac [debug target 17] to target/classes
01:28:42 [INFO] 
01:28:42 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-things-api ---
01:28:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/things/api/src/test/resources
01:28:42 [INFO] 
01:28:42 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-things-api ---
01:28:42 [INFO] Changes detected - recompiling the module! :dependency
01:28:42 [INFO] Compiling 6 source files with javac [debug target 17] to target/test-classes
01:28:42 [INFO] 
01:28:42 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-things-api ---
01:28:42 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:28:42 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/things/api/target/surefire-reports
01:28:42 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:28:42 [INFO] 
01:28:42 [INFO] -------------------------------------------------------
01:28:42 [INFO]  T E S T S
01:28:42 [INFO] -------------------------------------------------------
01:28:43 [INFO] Running org.eclipse.ditto.things.api.ThingSnapshotTakenTest
01:28:46 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.436 s -- in org.eclipse.ditto.things.api.ThingSnapshotTakenTest
01:28:46 [INFO] Running org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingTest
01:28:47 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 s -- in org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingTest
01:28:47 [INFO] Running org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingsResponseTest
01:28:47 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.255 s -- in org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingsResponseTest
01:28:47 [INFO] Running org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingsTest
01:28:47 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingsTest
01:28:47 [INFO] Running org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingResponseTest
01:28:47 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.eclipse.ditto.things.api.commands.sudo.SudoRetrieveThingResponseTest
01:28:47 [INFO] 
01:28:47 [INFO] Results:
01:28:47 [INFO] 
01:28:47 [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0
01:28:47 [INFO] 
01:28:47 [INFO] 
01:28:47 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-things-api ---
01:28:47 [INFO] 
01:28:47 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-things-api ---
01:28:47 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/api/target/ditto-things-api-0-SNAPSHOT.jar
01:28:47 [INFO] 
01:28:47 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-things-api ---
01:28:47 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:28:47 [INFO] No previous run data found, generating javadoc.
01:28:49 [WARNING] Javadoc Warnings
01:28:49 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/api/src/main/java/org/eclipse/ditto/things/api/package-info.java:14: warning: no comment
01:28:49 [WARNING] package org.eclipse.ditto.things.api;
01:28:49 [WARNING] ^
01:28:49 [WARNING] /home/jenkins/agent/workspace/ditto-ci/things/api/src/main/java/org/eclipse/ditto/things/api/commands/sudo/package-info.java:14: warning: no comment
01:28:49 [WARNING] package org.eclipse.ditto.things.api.commands.sudo;
01:28:49 [WARNING] ^
01:28:49 [WARNING] 2 warnings
01:28:49 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/things/api/target/ditto-things-api-0-SNAPSHOT-javadoc.jar
01:28:49 [INFO] 
01:28:49 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-things-api ---
01:28:49 [INFO] Tests are skipped.
01:28:49 [INFO] 
01:28:49 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-things-api ---
01:28:49 [INFO] Tests are skipped.
01:28:49 [INFO] 
01:28:49 [INFO] --- jacoco:0.8.10:report (report) @ ditto-things-api ---
01:28:49 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/things/api/target/jacoco.exec
01:28:49 [INFO] Analyzed bundle 'Eclipse Ditto :: Things :: API' with 12 classes
01:28:49 [INFO] 
01:28:49 [INFO] --- install:3.1.1:install (default-install) @ ditto-things-api ---
01:28:49 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/things/api/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-api/0-SNAPSHOT/ditto-things-api-0-SNAPSHOT.pom
01:28:49 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/things/api/target/ditto-things-api-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-api/0-SNAPSHOT/ditto-things-api-0-SNAPSHOT.jar
01:28:49 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/things/api/target/ditto-things-api-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-things-api/0-SNAPSHOT/ditto-things-api-0-SNAPSHOT-javadoc.jar
01:28:49 [INFO] 
01:28:49 [INFO] --------------< org.eclipse.ditto:ditto-connectivity-api >--------------
01:28:49 [INFO] Building Eclipse Ditto :: Connectivity :: API 0-SNAPSHOT         [44/77]
01:28:49 [INFO]   from connectivity/api/pom.xml
01:28:49 [INFO] --------------------------------[ jar ]---------------------------------
01:28:49 [INFO] 
01:28:49 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-connectivity-api ---
01:28:49 [INFO] 
01:28:49 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-connectivity-api ---
01:28:49 [INFO] 
01:28:49 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-api ---
01:28:49 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/jacoco.exec
01:28:49 [INFO] 
01:28:49 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity-api ---
01:28:49 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:28:49 [WARNING] 
01:28:49 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:28:49 [WARNING] 
01:28:49 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:28:49 [WARNING] 
01:28:49 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:28:49 [INFO] 
01:28:49 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-connectivity-api ---
01:28:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/resources
01:28:49 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:28:49 [INFO] 
01:28:49 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity-api ---
01:28:49 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity-api:jar:0-SNAPSHOT...
01:28:49 [INFO] 
01:28:49 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-connectivity-api ---
01:28:49 [INFO] Changes detected - recompiling the module! :dependency
01:28:49 [INFO] Compiling 28 source files with javac [debug target 17] to target/classes
01:28:50 [INFO] 
01:28:50 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-connectivity-api ---
01:28:50 [INFO] Copying 2 resources from src/test/resources to target/test-classes
01:28:50 [INFO] 
01:28:50 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-connectivity-api ---
01:28:50 [INFO] Changes detected - recompiling the module! :dependency
01:28:50 [INFO] Compiling 10 source files with javac [debug target 17] to target/test-classes
01:28:50 [INFO] 
01:28:50 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-connectivity-api ---
01:28:50 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:28:50 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/surefire-reports
01:28:50 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:28:50 [INFO] 
01:28:50 [INFO] -------------------------------------------------------
01:28:50 [INFO]  T E S T S
01:28:50 [INFO] -------------------------------------------------------
01:28:51 [INFO] Running org.eclipse.ditto.connectivity.api.BaseClientStateTest
01:28:51 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 s -- in org.eclipse.ditto.connectivity.api.BaseClientStateTest
01:28:51 [INFO] Running org.eclipse.ditto.connectivity.api.MappedInboundExternalMessageTest
01:28:52 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.193 s -- in org.eclipse.ditto.connectivity.api.MappedInboundExternalMessageTest
01:28:52 [INFO] Running org.eclipse.ditto.connectivity.api.ConnectivityMappingStrategiesTest
01:28:53 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.765 s -- in org.eclipse.ditto.connectivity.api.ConnectivityMappingStrategiesTest
01:28:53 [INFO] Running org.eclipse.ditto.connectivity.api.UnmodifiableExternalMessageTest
01:28:53 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
01:28:56 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.103 s -- in org.eclipse.ditto.connectivity.api.UnmodifiableExternalMessageTest
01:28:56 [INFO] Running org.eclipse.ditto.connectivity.api.InboundSignalTest
01:28:56 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
01:28:56 SLF4J: Defaulting to no-operation (NOP) logger implementation
01:28:56 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
01:28:59 [INFO] [01/18/2024 06:28:59.350] [main] [CoordinatedShutdown(pekko://InboundSignalTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:28:59 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.836 s -- in org.eclipse.ditto.connectivity.api.InboundSignalTest
01:28:59 [INFO] Running org.eclipse.ditto.connectivity.api.messaging.monitoring.logs.LogEntryFactoryTest
01:29:00 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.899 s -- in org.eclipse.ditto.connectivity.api.messaging.monitoring.logs.LogEntryFactoryTest
01:29:00 [INFO] Running org.eclipse.ditto.connectivity.api.ConnectionTagTest
01:29:00 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.ditto.connectivity.api.ConnectionTagTest
01:29:00 [INFO] Running org.eclipse.ditto.connectivity.api.MappableOutboundSignalTest
01:29:00 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.connectivity.api.MappableOutboundSignalTest
01:29:00 [INFO] Running org.eclipse.ditto.connectivity.api.MappedOutboundSignalTest
01:29:00 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.connectivity.api.MappedOutboundSignalTest
01:29:00 [INFO] Running org.eclipse.ditto.connectivity.api.commands.sudo.SudoAddConnectionLogEntryTest
01:29:00 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.eclipse.ditto.connectivity.api.commands.sudo.SudoAddConnectionLogEntryTest
01:29:00 [INFO] 
01:29:00 [INFO] Results:
01:29:00 [INFO] 
01:29:00 [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0
01:29:00 [INFO] 
01:29:00 [INFO] 
01:29:00 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity-api ---
01:29:00 [INFO] 
01:29:00 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-connectivity-api ---
01:29:00 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT.jar
01:29:00 [INFO] 
01:29:00 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity-api ---
01:29:00 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:29:00 [INFO] No previous run data found, generating javadoc.
01:29:03 [WARNING] Javadoc Warnings
01:29:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/package-info.java:14: warning: no comment
01:29:03 [WARNING] package org.eclipse.ditto.connectivity.api;
01:29:03 [WARNING] ^
01:29:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/commands/sudo/package-info.java:14: warning: no comment
01:29:03 [WARNING] package org.eclipse.ditto.connectivity.api.commands.sudo;
01:29:03 [WARNING] ^
01:29:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/messaging/monitoring/logs/package-info.java:14: warning: no comment
01:29:03 [WARNING] package org.eclipse.ditto.connectivity.api.messaging.monitoring.logs;
01:29:03 [WARNING] ^
01:29:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:27: warning: no comment
01:29:03 [WARNING] CONNECTED,
01:29:03 [WARNING] ^
01:29:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:26: warning: no comment
01:29:03 [WARNING] CONNECTING,
01:29:03 [WARNING] ^
01:29:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:29: warning: no comment
01:29:03 [WARNING] DISCONNECTED,
01:29:03 [WARNING] ^
01:29:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:28: warning: no comment
01:29:03 [WARNING] DISCONNECTING,
01:29:03 [WARNING] ^
01:29:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:30: warning: no comment
01:29:03 [WARNING] INITIALIZED,
01:29:03 [WARNING] ^
01:29:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:32: warning: no comment
01:29:03 [WARNING] TESTING;
01:29:03 [WARNING] ^
01:29:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/BaseClientState.java:31: warning: no comment
01:29:03 [WARNING] UNKNOWN,
01:29:03 [WARNING] ^
01:29:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ConnectivityMessagingConstants.java:33: warning: no comment
01:29:03 [WARNING] public static final String CONNECTION_ID_RETRIEVAL_ACTOR_NAME = "connectionIdsRetrieval";
01:29:03 [WARNING] ^
01:29:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ConnectivityMessagingConstants.java:35: warning: no comment
01:29:03 [WARNING] public static final String CONNECTION_ID_RETRIEVAL_ACTOR_PATH =
01:29:03 [WARNING] ^
01:29:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:171: warning: no comment
01:29:03 [WARNING] BYTES,
01:29:03 [WARNING] ^
01:29:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:170: warning: no comment
01:29:03 [WARNING] TEXT,
01:29:03 [WARNING] ^
01:29:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:172: warning: no comment
01:29:03 [WARNING] TEXT_AND_BYTES,
01:29:03 [WARNING] ^
01:29:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/ExternalMessage.java:173: warning: no comment
01:29:03 [WARNING] UNKNOWN
01:29:03 [WARNING] ^
01:29:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/messaging/monitoring/logs/LogEntryFactory.java:65: warning: no @return
01:29:03 [WARNING] public static LogEntry getLogEntryForFailedCommandResponseRoundTrip(final Command<?> command,
01:29:03 [WARNING] ^
01:29:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/messaging/monitoring/logs/LogEntryFactory.java:112: warning: no @return
01:29:03 [WARNING] public static LogEntry getLogEntryForIllegalCommandResponseAdaptable(
01:29:03 [WARNING] ^
01:29:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/MappedInboundExternalMessage.java:38: warning: no comment
01:29:03 [WARNING] public static MappedInboundExternalMessage of(final ExternalMessage externalMessage, final TopicPath topicPath,
01:29:03 [WARNING] ^
01:29:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/OutboundSignalFactory.java:87: warning: no @param for targets
01:29:03 [WARNING] public static OutboundSignal.Mappable newMappableOutboundSignal(final Signal<?> signal, final List<Target> targets,
01:29:03 [WARNING] ^
01:29:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/commands/sudo/SudoRetrieveConnectionIdsByTag.java:44: warning: no comment
01:29:03 [WARNING] public static final String NAME = "sudoRetrieveConnectionIdsByTag";
01:29:03 [WARNING] ^
01:29:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/commands/sudo/SudoRetrieveConnectionIdsByTag.java:46: warning: no comment
01:29:03 [WARNING] public static final String TYPE = TYPE_PREFIX + NAME;
01:29:03 [WARNING] ^
01:29:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/commands/sudo/SudoRetrieveConnectionIdsByTag.java:119: warning: no comment
01:29:03 [WARNING] public String getTag() {
01:29:03 [WARNING] ^
01:29:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/commands/sudo/SudoRetrieveConnectionIdsByTagResponse.java:141: warning: no comment
01:29:03 [WARNING] public Set<ConnectionId> getConnectionIds() {
01:29:03 [WARNING] ^
01:29:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/commands/sudo/SudoRetrieveConnectionTags.java:43: warning: no comment
01:29:03 [WARNING] public static final String NAME = "sudoRetrieveConnectionTags";
01:29:03 [WARNING] ^
01:29:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/commands/sudo/SudoRetrieveConnectionTags.java:45: warning: no comment
01:29:03 [WARNING] public static final String TYPE = TYPE_PREFIX + NAME;
01:29:03 [WARNING] ^
01:29:03 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/api/src/main/java/org/eclipse/ditto/connectivity/api/commands/sudo/SudoRetrieveConnectionTagsResponse.java:141: warning: no comment
01:29:03 [WARNING] public Set<String> getConnectionTags() {
01:29:03 [WARNING] ^
01:29:03 [WARNING] 27 warnings
01:29:03 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT-javadoc.jar
01:29:03 [INFO] 
01:29:03 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity-api ---
01:29:03 [INFO] Tests are skipped.
01:29:03 [INFO] 
01:29:03 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity-api ---
01:29:03 [INFO] Tests are skipped.
01:29:03 [INFO] 
01:29:03 [INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity-api ---
01:29:03 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/jacoco.exec
01:29:03 [INFO] Analyzed bundle 'Eclipse Ditto :: Connectivity :: API' with 29 classes
01:29:03 [INFO] 
01:29:03 [INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity-api ---
01:29:03 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/connectivity/api/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-api/0-SNAPSHOT/ditto-connectivity-api-0-SNAPSHOT.pom
01:29:03 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-api/0-SNAPSHOT/ditto-connectivity-api-0-SNAPSHOT.jar
01:29:03 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/connectivity/api/target/ditto-connectivity-api-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-api/0-SNAPSHOT/ditto-connectivity-api-0-SNAPSHOT-javadoc.jar
01:29:03 [INFO] 
01:29:03 [INFO] --------------------< org.eclipse.ditto:ditto-jwt >---------------------
01:29:03 [INFO] Building Eclipse Ditto :: JWT 0-SNAPSHOT                         [45/77]
01:29:03 [INFO]   from jwt/pom.xml
01:29:03 [INFO] --------------------------------[ pom ]---------------------------------
01:29:03 [INFO] 
01:29:03 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-jwt ---
01:29:03 [INFO] 
01:29:03 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-jwt ---
01:29:03 [INFO] 
01:29:03 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-jwt ---
01:29:03 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/jwt/target/jacoco.exec
01:29:03 [INFO] 
01:29:03 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-jwt ---
01:29:03 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:29:03 [INFO] The goal is skip due to packaging 'pom'
01:29:03 [INFO] 
01:29:03 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-jwt ---
01:29:03 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-jwt:pom:0-SNAPSHOT...
01:29:03 [INFO] 
01:29:03 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-jwt ---
01:29:03 [INFO] 
01:29:03 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-jwt ---
01:29:03 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
01:29:03 [INFO] 
01:29:03 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-jwt ---
01:29:03 [INFO] Tests are skipped.
01:29:03 [INFO] 
01:29:03 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-jwt ---
01:29:03 [INFO] Tests are skipped.
01:29:03 [INFO] 
01:29:03 [INFO] --- jacoco:0.8.10:report (report) @ ditto-jwt ---
01:29:03 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:29:03 [INFO] 
01:29:03 [INFO] --- install:3.1.1:install (default-install) @ ditto-jwt ---
01:29:03 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/jwt/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-jwt/0-SNAPSHOT/ditto-jwt-0-SNAPSHOT.pom
01:29:03 [INFO] 
01:29:03 [INFO] -----------------< org.eclipse.ditto:ditto-jwt-model >------------------
01:29:03 [INFO] Building Eclipse Ditto :: JWT :: Model 0-SNAPSHOT                [46/77]
01:29:03 [INFO]   from jwt/model/pom.xml
01:29:03 [INFO] -------------------------------[ bundle ]-------------------------------
01:29:03 [INFO] 
01:29:03 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-jwt-model ---
01:29:03 [INFO] 
01:29:03 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-jwt-model ---
01:29:03 [INFO] 
01:29:03 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-jwt-model ---
01:29:03 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
01:29:03 [INFO] 
01:29:03 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-jwt-model ---
01:29:03 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/jacoco.exec
01:29:03 [INFO] 
01:29:03 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-jwt-model ---
01:29:03 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:29:03 [WARNING] 
01:29:03 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:29:03 [WARNING] 
01:29:03 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:29:03 [WARNING] 
01:29:03 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:29:03 [INFO] 
01:29:03 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-jwt-model ---
01:29:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/resources
01:29:03 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:29:03 [INFO] 
01:29:03 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-jwt-model ---
01:29:03 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-jwt-model:bundle:0-SNAPSHOT...
01:29:03 [INFO] 
01:29:03 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-jwt-model ---
01:29:03 [INFO] Changes detected - recompiling the module! :dependency
01:29:03 [INFO] Compiling 10 source files with javac [debug target 1.8] to target/classes
01:29:03 [WARNING] bootstrap class path not set in conjunction with -source 8
01:29:03 [INFO] 
01:29:03 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-jwt-model ---
01:29:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/test/resources
01:29:03 [INFO] 
01:29:03 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-jwt-model ---
01:29:03 [INFO] Changes detected - recompiling the module! :dependency
01:29:03 [INFO] Compiling 3 source files with javac [debug target 1.8] to target/test-classes
01:29:03 [WARNING] bootstrap class path not set in conjunction with -source 8
01:29:03 [INFO] 
01:29:03 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-jwt-model ---
01:29:03 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:29:03 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/surefire-reports
01:29:03 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:29:03 [INFO] 
01:29:03 [INFO] -------------------------------------------------------
01:29:03 [INFO]  T E S T S
01:29:03 [INFO] -------------------------------------------------------
01:29:04 [INFO] Running org.eclipse.ditto.jwt.model.ImmutableJsonWebKeyTest
01:29:05 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.891 s -- in org.eclipse.ditto.jwt.model.ImmutableJsonWebKeyTest
01:29:05 [INFO] Running org.eclipse.ditto.jwt.model.AudienceTest
01:29:05 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.225 s -- in org.eclipse.ditto.jwt.model.AudienceTest
01:29:05 [INFO] Running org.eclipse.ditto.jwt.model.ImmutableJsonWebTokenTest
01:29:05 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.363 s -- in org.eclipse.ditto.jwt.model.ImmutableJsonWebTokenTest
01:29:05 [INFO] 
01:29:05 [INFO] Results:
01:29:05 [INFO] 
01:29:05 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
01:29:05 [INFO] 
01:29:05 [INFO] 
01:29:05 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-jwt-model ---
01:29:05 [INFO] 
01:29:05 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-jwt-model ---
01:29:05 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/ditto-jwt-model-0-SNAPSHOT.jar
01:29:05 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/classes/META-INF/MANIFEST.MF
01:29:05 [INFO] 
01:29:05 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-jwt-model ---
01:29:05 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:29:05 [INFO] No previous run data found, generating javadoc.
01:29:07 [WARNING] Javadoc Warnings
01:29:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/package-info.java:15: warning: no comment
01:29:07 [WARNING] package org.eclipse.ditto.jwt.model;
01:29:07 [WARNING] ^
01:29:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/AbstractJsonWebToken.java:55: warning: no comment
01:29:07 [WARNING] protected AbstractJsonWebToken(final String token) {
01:29:07 [WARNING] ^
01:29:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/AbstractJsonWebToken.java:46: warning: no comment
01:29:07 [WARNING] protected AbstractJsonWebToken(final JsonWebToken jsonWebToken) {
01:29:07 [WARNING] ^
01:29:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/JwtAudienceInvalidException.java:30: warning: no comment
01:29:07 [WARNING] public final class JwtAudienceInvalidException extends DittoRuntimeException implements JwtException {
01:29:07 [WARNING] ^
01:29:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/JwtException.java:15: warning: no comment
01:29:07 [WARNING] public interface JwtException {
01:29:07 [WARNING] ^
01:29:07 [WARNING] /home/jenkins/agent/workspace/ditto-ci/jwt/model/src/main/java/org/eclipse/ditto/jwt/model/JwtInvalidException.java:28: warning: no comment
01:29:07 [WARNING] public final class JwtInvalidException extends DittoRuntimeException implements JwtException {
01:29:07 [WARNING] ^
01:29:07 [WARNING] 6 warnings
01:29:07 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/ditto-jwt-model-0-SNAPSHOT-javadoc.jar
01:29:07 [INFO] 
01:29:07 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-jwt-model ---
01:29:07 [INFO] Tests are skipped.
01:29:07 [INFO] 
01:29:07 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-jwt-model ---
01:29:07 [INFO] Tests are skipped.
01:29:07 [INFO] 
01:29:07 [INFO] --- jacoco:0.8.10:report (report) @ ditto-jwt-model ---
01:29:07 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/jacoco.exec
01:29:07 [INFO] Analyzed bundle 'Eclipse Ditto :: JWT :: Model' with 10 classes
01:29:07 [INFO] 
01:29:07 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-jwt-model ---
01:29:07 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/japicmp/japicmp.diff'.
01:29:07 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/japicmp/japicmp.xml'.
01:29:07 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/jwt/model/target/japicmp/japicmp.html'.
01:29:07 [INFO] 
01:29:07 [INFO] --- install:3.1.1:install (default-install) @ ditto-jwt-model ---
01:29:07 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/jwt/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-jwt-model/0-SNAPSHOT/ditto-jwt-model-0-SNAPSHOT.pom
01:29:07 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/ditto-jwt-model-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-jwt-model/0-SNAPSHOT/ditto-jwt-model-0-SNAPSHOT.jar
01:29:07 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/jwt/model/target/ditto-jwt-model-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-jwt-model/0-SNAPSHOT/ditto-jwt-model-0-SNAPSHOT-javadoc.jar
01:29:07 [INFO] 
01:29:07 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-jwt-model ---
01:29:07 [INFO] Installing org/eclipse/ditto/ditto-jwt-model/0-SNAPSHOT/ditto-jwt-model-0-SNAPSHOT.jar
01:29:07 [INFO] Writing OBR metadata
01:29:07 [INFO] 
01:29:07 [INFO] --------------------< org.eclipse.ditto:ditto-wot >---------------------
01:29:07 [INFO] Building Eclipse Ditto :: WoT 0-SNAPSHOT                         [47/77]
01:29:07 [INFO]   from wot/pom.xml
01:29:07 [INFO] --------------------------------[ pom ]---------------------------------
01:29:07 [INFO] 
01:29:07 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-wot ---
01:29:07 [INFO] 
01:29:07 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-wot ---
01:29:07 [INFO] 
01:29:07 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot ---
01:29:07 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/wot/target/jacoco.exec
01:29:07 [INFO] 
01:29:07 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-wot ---
01:29:07 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:29:07 [INFO] The goal is skip due to packaging 'pom'
01:29:07 [INFO] 
01:29:07 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-wot ---
01:29:07 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-wot:pom:0-SNAPSHOT...
01:29:07 [INFO] 
01:29:07 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-wot ---
01:29:07 [INFO] 
01:29:07 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-wot ---
01:29:07 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
01:29:07 [INFO] 
01:29:07 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-wot ---
01:29:07 [INFO] Tests are skipped.
01:29:07 [INFO] 
01:29:07 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-wot ---
01:29:07 [INFO] Tests are skipped.
01:29:07 [INFO] 
01:29:07 [INFO] --- jacoco:0.8.10:report (report) @ ditto-wot ---
01:29:07 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:29:07 [INFO] 
01:29:07 [INFO] --- install:3.1.1:install (default-install) @ ditto-wot ---
01:29:07 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/wot/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-wot/0-SNAPSHOT/ditto-wot-0-SNAPSHOT.pom
01:29:07 [INFO] 
01:29:07 [INFO] -----------------< org.eclipse.ditto:ditto-wot-model >------------------
01:29:07 [INFO] Building Eclipse Ditto :: WoT :: Model 0-SNAPSHOT                [48/77]
01:29:07 [INFO]   from wot/model/pom.xml
01:29:07 [INFO] -------------------------------[ bundle ]-------------------------------
01:29:07 [INFO] 
01:29:07 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-wot-model ---
01:29:07 [INFO] 
01:29:07 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-wot-model ---
01:29:07 [INFO] 
01:29:07 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-wot-model ---
01:29:07 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
01:29:07 [INFO] 
01:29:07 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-wot-model ---
01:29:07 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/wot/model/target/jacoco.exec
01:29:07 [INFO] 
01:29:07 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-wot-model ---
01:29:07 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:29:07 [WARNING] 
01:29:07 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:29:07 [WARNING] 
01:29:07 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:29:07 [WARNING] 
01:29:07 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/wot/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:29:07 [INFO] 
01:29:07 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-wot-model ---
01:29:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/resources
01:29:07 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:29:07 [INFO] 
01:29:07 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-wot-model ---
01:29:07 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-wot-model:bundle:0-SNAPSHOT...
01:29:07 [INFO] 
01:29:07 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-wot-model ---
01:29:07 [INFO] Changes detected - recompiling the module! :dependency
01:29:07 [INFO] Compiling 232 source files with javac [debug target 1.8] to target/classes
01:29:09 [WARNING] bootstrap class path not set in conjunction with -source 8
01:29:09 [INFO] 
01:29:09 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-wot-model ---
01:29:09 [INFO] Copying 1 resource from src/test/resources to target/test-classes
01:29:09 [INFO] 
01:29:09 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-wot-model ---
01:29:09 [INFO] Changes detected - recompiling the module! :dependency
01:29:09 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes
01:29:09 [WARNING] bootstrap class path not set in conjunction with -source 8
01:29:09 [INFO] 
01:29:09 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-wot-model ---
01:29:09 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:29:09 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/surefire-reports
01:29:09 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:29:09 [INFO] 
01:29:09 [INFO] -------------------------------------------------------
01:29:09 [INFO]  T E S T S
01:29:09 [INFO] -------------------------------------------------------
01:29:09 [INFO] Running org.eclipse.ditto.wot.model.ThingDescriptionTest
01:29:10 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.436 s -- in org.eclipse.ditto.wot.model.ThingDescriptionTest
01:29:10 [INFO] 
01:29:10 [INFO] Results:
01:29:10 [INFO] 
01:29:10 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
01:29:10 [INFO] 
01:29:10 [INFO] 
01:29:10 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-wot-model ---
01:29:10 [INFO] 
01:29:10 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-wot-model ---
01:29:10 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/ditto-wot-model-0-SNAPSHOT.jar
01:29:10 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/classes/META-INF/MANIFEST.MF
01:29:10 [INFO] 
01:29:10 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-wot-model ---
01:29:10 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:29:10 [INFO] No previous run data found, generating javadoc.
01:29:14 [WARNING] Javadoc Warnings
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:63: warning: no comment
01:29:14 [WARNING] interface Builder extends Interaction.Builder<Builder, Action, ActionFormElement, ActionForms> {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:34: warning: no comment
01:29:14 [WARNING] static Action fromJson(final CharSequence actionName, final JsonObject jsonObject) {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:51: warning: no comment
01:29:14 [WARNING] String getActionName();
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:53: warning: no comment
01:29:14 [WARNING] Optional<SingleDataSchema> getInput();
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:55: warning: no comment
01:29:14 [WARNING] Optional<SingleDataSchema> getOutput();
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:59: warning: no comment
01:29:14 [WARNING] boolean isIdempotent();
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:57: warning: no comment
01:29:14 [WARNING] boolean isSafe();
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:61: warning: no comment
01:29:14 [WARNING] Optional<Boolean> isSynchronous();
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:38: warning: no comment
01:29:14 [WARNING] static Action.Builder newBuilder(final CharSequence actionName) {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:42: warning: no comment
01:29:14 [WARNING] static Action.Builder newBuilder(final CharSequence actionName, final JsonObject jsonObject) {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:65: warning: no comment
01:29:14 [WARNING] static Builder newBuilder(final CharSequence actionName) {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:70: warning: no comment
01:29:14 [WARNING] static Builder newBuilder(final CharSequence actionName, final JsonObject jsonObject) {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:80: warning: no comment
01:29:14 [WARNING] Builder setIdempotent(@Nullable Boolean idempotent);
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:74: warning: no comment
01:29:14 [WARNING] Builder setInput(@Nullable SingleDataSchema input);
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:76: warning: no comment
01:29:14 [WARNING] Builder setOutput(@Nullable SingleDataSchema output);
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:78: warning: no comment
01:29:14 [WARNING] Builder setSafe(@Nullable Boolean safe);
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:82: warning: no comment
01:29:14 [WARNING] Builder setSynchronous(@Nullable Boolean synchronous);
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:100: warning: no comment
01:29:14 [WARNING] public static final JsonFieldDefinition<Boolean> IDEMPOTENT = JsonFactory.newBooleanFieldDefinition(
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:91: warning: no comment
01:29:14 [WARNING] public static final JsonFieldDefinition<JsonObject> INPUT = JsonFactory.newJsonObjectFieldDefinition(
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:94: warning: no comment
01:29:14 [WARNING] public static final JsonFieldDefinition<JsonObject> OUTPUT = JsonFactory.newJsonObjectFieldDefinition(
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:97: warning: no comment
01:29:14 [WARNING] public static final JsonFieldDefinition<Boolean> SAFE = JsonFactory.newBooleanFieldDefinition(
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Action.java:103: warning: no comment
01:29:14 [WARNING] public static final JsonFieldDefinition<Boolean> SYNCHRONOUS = JsonFactory.newBooleanFieldDefinition(
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:45: warning: no comment
01:29:14 [WARNING] interface Builder extends FormElement.Builder<Builder, ActionFormElement> {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:26: warning: no comment
01:29:14 [WARNING] static ActionFormElement fromJson(final JsonObject jsonObject) {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:43: warning: no comment
01:29:14 [WARNING] ActionFormElementOp<SingleActionFormElementOp> getOp();
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:30: warning: no comment
01:29:14 [WARNING] static ActionFormElement.Builder newBuilder() {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:34: warning: no comment
01:29:14 [WARNING] static ActionFormElement.Builder newBuilder(final JsonObject jsonObject) {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:47: warning: no comment
01:29:14 [WARNING] static Builder newBuilder() {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:51: warning: no comment
01:29:14 [WARNING] static Builder newBuilder(final JsonObject jsonObject) {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionFormElement.java:55: warning: no comment
01:29:14 [WARNING] Builder setOp(@Nullable ActionFormElementOp<SingleActionFormElementOp> op);
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionForms.java:30: warning: no comment
01:29:14 [WARNING] static ActionForms fromJson(final JsonArray jsonArray) {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ActionForms.java:40: warning: no comment
01:29:14 [WARNING] static ActionForms of(final Collection<ActionFormElement> formElements) {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:43: warning: no comment
01:29:14 [WARNING] static Actions from(final Collection<Action> actions) {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:32: warning: no comment
01:29:14 [WARNING] static Actions fromJson(final JsonObject jsonObject) {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:58: warning: no comment
01:29:14 [WARNING] Optional<Action> getAction(CharSequence actionName);
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/Actions.java:54: warning: no comment
01:29:14 [WARNING] static Actions of(final Map<String, Action> actions) {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:44: warning: no comment
01:29:14 [WARNING] interface Builder extends SecurityScheme.Builder<AdditionalSecurityScheme.Builder, AdditionalSecurityScheme> {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:29: warning: no comment
01:29:14 [WARNING] static AdditionalSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:33: warning: no comment
01:29:14 [WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:38: warning: no comment
01:29:14 [WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:46: warning: no comment
01:29:14 [WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AdditionalSecurityScheme.java:58: warning: no comment
01:29:14 [WARNING] static AdditionalSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:57: warning: no comment
01:29:14 [WARNING] interface Builder extends SecurityScheme.Builder<Builder, AllOfComboSecurityScheme> {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:36: warning: no comment
01:29:14 [WARNING] static AllOfComboSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ComboSecurityScheme.java:25: warning: no comment
01:29:14 [WARNING] static ComboSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:54: warning: no comment
01:29:14 [WARNING] List<String> getAllOf();
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/SecurityScheme.java:137: warning: no comment
01:29:14 [WARNING] SecuritySchemeScheme getScheme();
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:40: warning: no comment
01:29:14 [WARNING] static AllOfComboSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:44: warning: no comment
01:29:14 [WARNING] static AllOfComboSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:59: warning: no comment
01:29:14 [WARNING] static Builder newBuilder(final CharSequence securitySchemeName) {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:65: warning: no comment
01:29:14 [WARNING] static Builder newBuilder(final CharSequence securitySchemeName,
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:72: warning: no comment
01:29:14 [WARNING] Builder setAllOf(@Nullable Collection<SecurityScheme> securitySchemes);
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AllOfComboSecurityScheme.java:82: warning: no comment
01:29:14 [WARNING] public static final JsonFieldDefinition<JsonArray> ALL_OF = JsonFactory.newJsonArrayFieldDefinition(
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:57: warning: no comment
01:29:14 [WARNING] interface Builder extends SecurityScheme.Builder<Builder, ApiKeySecurityScheme> {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:35: warning: no comment
01:29:14 [WARNING] static ApiKeySecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:52: warning: no comment
01:29:14 [WARNING] Optional<SecuritySchemeIn> getIn();
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:54: warning: no comment
01:29:14 [WARNING] Optional<String> getName();
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:39: warning: no comment
01:29:14 [WARNING] static ApiKeySecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:43: warning: no comment
01:29:14 [WARNING] static ApiKeySecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, final JsonObject jsonObject) {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:59: warning: no comment
01:29:14 [WARNING] static Builder newBuilder(final CharSequence securitySchemeName) {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:65: warning: no comment
01:29:14 [WARNING] static Builder newBuilder(final CharSequence securitySchemeName, final JsonObject jsonObject) {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:71: warning: no comment
01:29:14 [WARNING] ApiKeySecurityScheme.Builder setIn(@Nullable String in);
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:73: warning: no comment
01:29:14 [WARNING] ApiKeySecurityScheme.Builder setName(@Nullable String name);
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:83: warning: no comment
01:29:14 [WARNING] public static final JsonFieldDefinition<String> IN = JsonFactory.newStringFieldDefinition(
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ApiKeySecurityScheme.java:86: warning: no comment
01:29:14 [WARNING] public static final JsonFieldDefinition<String> NAME = JsonFactory.newStringFieldDefinition(
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:59: warning: no comment
01:29:14 [WARNING] interface Builder extends SingleDataSchema.Builder<Builder, ArraySchema> {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:32: warning: no comment
01:29:14 [WARNING] static ArraySchema fromJson(final JsonObject jsonObject) {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/SingleDataSchema.java:48: warning: no comment
01:29:14 [WARNING] static SingleDataSchema fromJson(final JsonObject jsonObject) {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:53: warning: no comment
01:29:14 [WARNING] Optional<DataSchema> getItems();
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:57: warning: no comment
01:29:14 [WARNING] Optional<Integer> getMaxItems();
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:55: warning: no comment
01:29:14 [WARNING] Optional<Integer> getMinItems();
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/SingleDataSchema.java:104: warning: no comment
01:29:14 [WARNING] Optional<DataSchemaType> getType();
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:36: warning: no comment
01:29:14 [WARNING] static ArraySchema.Builder newBuilder() {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:40: warning: no comment
01:29:14 [WARNING] static ArraySchema.Builder newBuilder(final JsonObject jsonObject) {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:44: warning: no comment
01:29:14 [WARNING] default ArraySchema.Builder toBuilder() {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:61: warning: no comment
01:29:14 [WARNING] static Builder newBuilder() {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:65: warning: no comment
01:29:14 [WARNING] static Builder newBuilder(final JsonObject jsonObject) {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:69: warning: no comment
01:29:14 [WARNING] Builder setItems(@Nullable DataSchema items);
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:73: warning: no comment
01:29:14 [WARNING] Builder setMaxItems(@Nullable Integer maxItems);
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:71: warning: no comment
01:29:14 [WARNING] Builder setMinItems(@Nullable Integer minItems);
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:83: warning: no comment
01:29:14 [WARNING] public static final JsonFieldDefinition<JsonObject> ITEMS = JsonFactory.newJsonObjectFieldDefinition(
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:86: warning: no comment
01:29:14 [WARNING] public static final JsonFieldDefinition<JsonArray> ITEMS_MULTIPLE = JsonFactory.newJsonArrayFieldDefinition(
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:92: warning: no comment
01:29:14 [WARNING] public static final JsonFieldDefinition<Integer> MAX_ITEMS = JsonFactory.newIntFieldDefinition(
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/ArraySchema.java:89: warning: no comment
01:29:14 [WARNING] public static final JsonFieldDefinition<Integer> MIN_ITEMS = JsonFactory.newIntFieldDefinition(
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtContext.java:35: warning: no comment
01:29:14 [WARNING] static MultipleAtContext newMultipleAtContext(final Collection<SingleAtContext> contexts) {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtContext.java:30: warning: no comment
01:29:14 [WARNING] static SinglePrefixedAtContext newSinglePrefixedAtContext(final CharSequence prefix,
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtContext.java:26: warning: no comment
01:29:14 [WARNING] static SingleUriAtContext newSingleUriAtContext(final CharSequence context) {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtType.java:29: warning: no comment
01:29:14 [WARNING] static MultipleAtType newMultipleAtType(final Collection<SingleAtType> types) {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AtType.java:25: warning: no comment
01:29:14 [WARNING] static SingleAtType newSingleAtType(final CharSequence type) {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:45: warning: no comment
01:29:14 [WARNING] interface Builder extends SecurityScheme.Builder<AutoSecurityScheme.Builder, AutoSecurityScheme> {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:28: warning: no comment
01:29:14 [WARNING] static AutoSecurityScheme fromJson(final String securitySchemeName, final JsonObject jsonObject) {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:32: warning: no comment
01:29:14 [WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:36: warning: no comment
01:29:14 [WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName, final JsonObject jsonObject) {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:47: warning: no comment
01:29:14 [WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName) {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/AutoSecurityScheme.java:53: warning: no comment
01:29:14 [WARNING] static AutoSecurityScheme.Builder newBuilder(final CharSequence securitySchemeName,
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:67: warning: no comment
01:29:14 [WARNING] interface Builder<B extends Builder<B, L>, L extends BaseLink<L>> extends TypedJsonObjectBuilder<B, L> {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:36: warning: no comment
01:29:14 [WARNING] String REL_ICON = "icon";
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:38: warning: no comment
01:29:14 [WARNING] static BaseLink<?> fromJson(final JsonObject jsonObject) {
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:62: warning: no comment
01:29:14 [WARNING] Optional<IRI> getAnchor();
01:29:14 [WARNING] ^
01:29:14 [WARNING] /home/jenkins/agent/workspace/ditto-ci/wot/model/src/main/java/org/eclipse/ditto/wot/model/BaseLink.java:56: warning: no comment
01:29:14 [WARNING] IRI getHref();
01:29:14 [WARNING] ^
01:29:14 [WARNING] 100 warnings
01:29:14 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/wot/model/target/ditto-wot-model-0-SNAPSHOT-javadoc.jar
01:29:14 [INFO] 
01:29:14 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-wot-model ---
01:29:14 [INFO] Tests are skipped.
01:29:14 [INFO] 
01:29:14 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-wot-model ---
01:29:14 [INFO] Tests are skipped.
01:29:14 [INFO] 
01:29:14 [INFO] --- jacoco:0.8.10:report (report) @ ditto-wot-model ---
01:29:14 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/wot/model/target/jacoco.exec
01:29:14 [INFO] Analyzed bundle 'Eclipse Ditto :: WoT :: Model' with 287 classes
01:29:15 [INFO] 
01:29:15 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-wot-model ---
01:29:15 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/wot/model/target/japicmp/japicmp.diff'.
01:29:15 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/wot/model/target/japicmp/japicmp.xml'.
01:29:15 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/wot/model/target/japicmp/japicmp.html'.
01:29:15 [INFO] 
01:29:15 [INFO] --- install:3.1.1:install (default-install) @ ditto-wot-model ---
01:29:15 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/wot/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-wot-model/0-SNAPSHOT/ditto-wot-model-0-SNAPSHOT.pom
01:29:15 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/wot/model/target/ditto-wot-model-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-wot-model/0-SNAPSHOT/ditto-wot-model-0-SNAPSHOT.jar
01:29:15 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/wot/model/target/ditto-wot-model-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-wot-model/0-SNAPSHOT/ditto-wot-model-0-SNAPSHOT-javadoc.jar
01:29:15 [INFO] 
01:29:15 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-wot-model ---
01:29:15 [INFO] Installing org/eclipse/ditto/ditto-wot-model/0-SNAPSHOT/ditto-wot-model-0-SNAPSHOT.jar
01:29:15 [INFO] Writing OBR metadata
01:29:15 [INFO] 
01:29:15 [INFO] --------< org.eclipse.ditto:ditto-internal-utils-cache-loaders >--------
01:29:15 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Cache Loaders 0-SNAPSHOT [49/77]
01:29:15 [INFO]   from internal/utils/cache-loaders/pom.xml
01:29:15 [INFO] --------------------------------[ jar ]---------------------------------
01:29:15 [INFO] 
01:29:15 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-cache-loaders ---
01:29:15 [INFO] 
01:29:15 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-cache-loaders ---
01:29:15 [INFO] 
01:29:15 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-cache-loaders ---
01:29:15 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/jacoco.exec
01:29:15 [INFO] 
01:29:15 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-cache-loaders ---
01:29:15 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:29:15 [WARNING] 
01:29:15 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:29:15 [WARNING] 
01:29:15 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:29:15 [WARNING] 
01:29:15 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:29:15 [INFO] 
01:29:15 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-cache-loaders ---
01:29:15 [INFO] Copying 1 resource from src/main/resources to target/classes
01:29:15 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:29:15 [INFO] 
01:29:15 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-cache-loaders ---
01:29:15 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT...
01:29:15 [INFO] 
01:29:15 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-cache-loaders ---
01:29:15 [INFO] Changes detected - recompiling the module! :dependency
01:29:15 [INFO] Compiling 8 source files with javac [debug target 17] to target/classes
01:29:15 [INFO] 
01:29:15 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-cache-loaders ---
01:29:15 [INFO] Copying 2 resources from src/test/resources to target/test-classes
01:29:15 [INFO] 
01:29:15 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-cache-loaders ---
01:29:15 [INFO] Changes detected - recompiling the module! :dependency
01:29:15 [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes
01:29:15 [INFO] 
01:29:15 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-cache-loaders ---
01:29:15 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:29:15 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/surefire-reports
01:29:15 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:29:15 [INFO] 
01:29:15 [INFO] -------------------------------------------------------
01:29:15 [INFO]  T E S T S
01:29:15 [INFO] -------------------------------------------------------
01:29:16 [INFO] Running org.eclipse.ditto.internal.utils.cacheloaders.config.DefaultAskWithRetryConfigTest
01:29:19 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.701 s -- in org.eclipse.ditto.internal.utils.cacheloaders.config.DefaultAskWithRetryConfigTest
01:29:19 [INFO] Running org.eclipse.ditto.internal.utils.cacheloaders.EntityRegionMapTest
01:29:20 [INFO] [01/18/2024 06:29:20.486] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:29:20 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.334 s -- in org.eclipse.ditto.internal.utils.cacheloaders.EntityRegionMapTest
01:29:20 [INFO] Running org.eclipse.ditto.internal.utils.cacheloaders.AskWithRetryTest
01:29:20 06:29:20.611 [test-pekko.actor.default-dispatcher-4] INFO org.apache.pekko.event.slf4j.Slf4jLogger - Slf4jLogger started
01:29:21 06:29:21.745 [Thread-3] WARN org.eclipse.ditto.internal.utils.cacheloaders.AskWithRetry - Got AskTimeout during ask for message <String> and entityId <null / null> - retrying.. : <Ask timed out on [Actor[pekko://test/system/testProbe-6#-1886624312]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
01:29:22 06:29:22.763 [Thread-4] WARN org.eclipse.ditto.internal.utils.cacheloaders.AskWithRetry - Got AskTimeout during ask for message <String> and entityId <null / null> - retrying.. : <Ask timed out on [Actor[pekko://test/system/testProbe-6#-1886624312]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
01:29:26 06:29:26.323 [Thread-8] WARN org.eclipse.ditto.internal.utils.cacheloaders.AskWithRetry - Got AskTimeout during ask for message <String> and entityId <null / null> - retrying.. : <Ask timed out on [Actor[pekko://test/system/testProbe-8#-1232860808]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
01:29:27 06:29:27.583 [Thread-9] WARN org.eclipse.ditto.internal.utils.cacheloaders.AskWithRetry - Got AskTimeout during ask for message <String> and entityId <null / null> - retrying.. : <Ask timed out on [Actor[pekko://test/system/testProbe-8#-1232860808]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
01:29:29 06:29:29.053 [Thread-10] WARN org.eclipse.ditto.internal.utils.cacheloaders.AskWithRetry - Got AskTimeout during ask for message <String> and entityId <null / null> - retrying.. : <Ask timed out on [Actor[pekko://test/system/testProbe-8#-1232860808]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
01:29:31 06:29:30.943 [Thread-11] WARN org.eclipse.ditto.internal.utils.cacheloaders.AskWithRetry - Got AskTimeout during ask for message <String> and entityId <null / null> - retrying.. : <Ask timed out on [Actor[pekko://test/system/testProbe-8#-1232860808]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
01:29:33 06:29:33.453 [Thread-13] WARN org.eclipse.ditto.internal.utils.cacheloaders.AskWithRetry - Got AskTimeout during ask for message <String> and entityId <null / null> - retrying.. : <Ask timed out on [Actor[pekko://test/system/testProbe-9#-113133043]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
01:29:34 06:29:34.713 [Thread-14] WARN org.eclipse.ditto.internal.utils.cacheloaders.AskWithRetry - Got AskTimeout during ask for message <String> and entityId <null / null> - retrying.. : <Ask timed out on [Actor[pekko://test/system/testProbe-9#-113133043]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
01:29:37 06:29:37.203 [Thread-17] WARN org.eclipse.ditto.internal.utils.cacheloaders.AskWithRetry - Got AskTimeout during ask for message <String> and entityId <null / null> - retrying.. : <Ask timed out on [Actor[pekko://test/system/testProbe-10#903956326]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
01:29:41 06:29:41.743 [Thread-22] WARN org.eclipse.ditto.internal.utils.cacheloaders.AskWithRetry - Got AskTimeout during ask for message <String> and entityId <null / null> - retrying.. : <Ask timed out on [Actor[pekko://test/system/testProbe-13#-1148260302]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
01:29:43 06:29:43.783 [Thread-23] WARN org.eclipse.ditto.internal.utils.cacheloaders.AskWithRetry - Got AskTimeout during ask for message <String> and entityId <null / null> - retrying.. : <Ask timed out on [Actor[pekko://test/system/testProbe-13#-1148260302]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
01:29:53 06:29:53.883 [Thread-33] WARN org.eclipse.ditto.internal.utils.cacheloaders.AskWithRetry - Got AskTimeout during ask for message <String> and entityId <null / null> - retrying.. : <Ask timed out on [Actor[pekko://test/system/testProbe-18#202659386]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
01:29:55 06:29:55.924 [Thread-34] WARN org.eclipse.ditto.internal.utils.cacheloaders.AskWithRetry - Got AskTimeout during ask for message <String> and entityId <null / null> - retrying.. : <Ask timed out on [Actor[pekko://test/system/testProbe-18#202659386]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
01:29:57 06:29:57.963 [Thread-35] WARN org.eclipse.ditto.internal.utils.cacheloaders.AskWithRetry - Got AskTimeout during ask for message <String> and entityId <null / null> - retrying.. : <Ask timed out on [Actor[pekko://test/system/testProbe-18#202659386]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
01:30:00 06:30:00.003 [Thread-36] WARN org.eclipse.ditto.internal.utils.cacheloaders.AskWithRetry - Got AskTimeout during ask for message <String> and entityId <null / null> - retrying.. : <Ask timed out on [Actor[pekko://test/system/testProbe-18#202659386]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
01:30:01 06:30:01.513 [Thread-38] WARN org.eclipse.ditto.internal.utils.cacheloaders.AskWithRetry - Got AskTimeout during ask for message <String> and entityId <null / null> - retrying.. : <Ask timed out on [Actor[pekko://test/system/testProbe-19#1319383594]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
01:30:02 06:30:02.533 [Thread-39] WARN org.eclipse.ditto.internal.utils.cacheloaders.AskWithRetry - Got AskTimeout during ask for message <String> and entityId <null / null> - retrying.. : <Ask timed out on [Actor[pekko://test/system/testProbe-19#1319383594]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
01:30:03 06:30:03.553 [Thread-40] WARN org.eclipse.ditto.internal.utils.cacheloaders.AskWithRetry - Got AskTimeout during ask for message <String> and entityId <null / null> - retrying.. : <Ask timed out on [Actor[pekko://test/system/testProbe-19#1319383594]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
01:30:04 06:30:04.573 [Thread-41] WARN org.eclipse.ditto.internal.utils.cacheloaders.AskWithRetry - Got AskTimeout during ask for message <String> and entityId <null / null> - retrying.. : <Ask timed out on [Actor[pekko://test/system/testProbe-19#1319383594]] after [1000 ms]. Message of type [java.lang.String]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.>
01:30:06 06:30:06.571 [test-pekko.actor.default-dispatcher-4] INFO org.apache.pekko.actor.CoordinatedShutdown - Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:30:06 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 46.08 s -- in org.eclipse.ditto.internal.utils.cacheloaders.AskWithRetryTest
01:30:06 [INFO] 
01:30:06 [INFO] Results:
01:30:06 [INFO] 
01:30:06 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0
01:30:06 [INFO] 
01:30:06 [INFO] 
01:30:06 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-cache-loaders ---
01:30:06 [INFO] 
01:30:06 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-cache-loaders ---
01:30:06 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar
01:30:06 [INFO] 
01:30:06 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-cache-loaders ---
01:30:06 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:30:06 [INFO] No previous run data found, generating javadoc.
01:30:08 [WARNING] Javadoc Warnings
01:30:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/src/main/java/org/eclipse/ditto/internal/utils/cacheloaders/package-info.java:14: warning: no comment
01:30:08 [WARNING] package org.eclipse.ditto.internal.utils.cacheloaders;
01:30:08 [WARNING] ^
01:30:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/src/main/java/org/eclipse/ditto/internal/utils/cacheloaders/config/package-info.java:14: warning: no comment
01:30:08 [WARNING] package org.eclipse.ditto.internal.utils.cacheloaders.config;
01:30:08 [WARNING] ^
01:30:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/src/main/java/org/eclipse/ditto/internal/utils/cacheloaders/ActorAskCacheLoader.java:82: warning: no @param for <K>
01:30:08 [WARNING] public static <V, K extends EntityId> ActorAskCacheLoader<V, Command<?>, K> forShard(
01:30:08 [WARNING] ^
01:30:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/src/main/java/org/eclipse/ditto/internal/utils/cacheloaders/config/RetryStrategy.java:22: warning: no comment
01:30:08 [WARNING] BACKOFF_DELAY
01:30:08 [WARNING] ^
01:30:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/src/main/java/org/eclipse/ditto/internal/utils/cacheloaders/config/RetryStrategy.java:21: warning: no comment
01:30:08 [WARNING] FIXED_DELAY,
01:30:08 [WARNING] ^
01:30:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/src/main/java/org/eclipse/ditto/internal/utils/cacheloaders/config/RetryStrategy.java:20: warning: no comment
01:30:08 [WARNING] NO_DELAY,
01:30:08 [WARNING] ^
01:30:08 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/src/main/java/org/eclipse/ditto/internal/utils/cacheloaders/config/RetryStrategy.java:19: warning: no comment
01:30:08 [WARNING] OFF,
01:30:08 [WARNING] ^
01:30:08 [WARNING] 7 warnings
01:30:08 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-0-SNAPSHOT-javadoc.jar
01:30:08 [INFO] 
01:30:08 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-cache-loaders ---
01:30:08 [INFO] Tests are skipped.
01:30:08 [INFO] 
01:30:08 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-cache-loaders ---
01:30:08 [INFO] Tests are skipped.
01:30:08 [INFO] 
01:30:08 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-cache-loaders ---
01:30:08 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/jacoco.exec
01:30:08 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Cache Loaders' with 11 classes
01:30:08 [INFO] 
01:30:08 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-cache-loaders ---
01:30:08 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cache-loaders/0-SNAPSHOT/ditto-internal-utils-cache-loaders-0-SNAPSHOT.pom
01:30:08 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cache-loaders/0-SNAPSHOT/ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar
01:30:08 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/cache-loaders/target/ditto-internal-utils-cache-loaders-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-cache-loaders/0-SNAPSHOT/ditto-internal-utils-cache-loaders-0-SNAPSHOT-javadoc.jar
01:30:08 [INFO] 
01:30:08 [INFO] ---------< org.eclipse.ditto:ditto-internal-utils-namespaces >----------
01:30:08 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Namespaces 0-SNAPSHOT [50/77]
01:30:08 [INFO]   from internal/utils/namespaces/pom.xml
01:30:08 [INFO] --------------------------------[ jar ]---------------------------------
01:30:08 [INFO] 
01:30:08 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-namespaces ---
01:30:08 [INFO] 
01:30:08 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-namespaces ---
01:30:08 [INFO] 
01:30:08 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-namespaces ---
01:30:08 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/jacoco.exec
01:30:08 [INFO] 
01:30:08 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-namespaces ---
01:30:08 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:30:08 [WARNING] 
01:30:08 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:30:08 [WARNING] 
01:30:08 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:30:08 [WARNING] 
01:30:08 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:30:08 [INFO] 
01:30:08 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-namespaces ---
01:30:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/src/main/resources
01:30:08 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:30:08 [INFO] 
01:30:08 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-namespaces ---
01:30:08 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT...
01:30:08 [INFO] 
01:30:08 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-namespaces ---
01:30:08 [INFO] Changes detected - recompiling the module! :dependency
01:30:08 [INFO] Compiling 4 source files with javac [debug target 17] to target/classes
01:30:08 [INFO] 
01:30:08 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-namespaces ---
01:30:08 [INFO] Copying 1 resource from src/test/resources to target/test-classes
01:30:08 [INFO] 
01:30:08 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-namespaces ---
01:30:08 [INFO] Changes detected - recompiling the module! :dependency
01:30:08 [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes
01:30:08 [INFO] 
01:30:08 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-namespaces ---
01:30:08 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:30:08 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/surefire-reports
01:30:08 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:30:08 [INFO] 
01:30:08 [INFO] -------------------------------------------------------
01:30:08 [INFO]  T E S T S
01:30:08 [INFO] -------------------------------------------------------
01:30:09 [INFO] Running org.eclipse.ditto.internal.utils.namespaces.BlockedNamespacesTest
01:30:11 [INFO] [01/18/2024 06:30:11.691] [main] [ArteryTransport(pekko://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://BlockedNamespacesTest@10.40.42.184:39561] with UID [-1658798194111662143]
01:30:11 [INFO] [01/18/2024 06:30:11.722] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:39561] - Starting up, Pekko version [1.0.1] ...
01:30:11 [INFO] [01/18/2024 06:30:11.866] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:39561] - Registered cluster JMX MBean [pekko:type=Cluster]
01:30:11 [INFO] [01/18/2024 06:30:11.866] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:39561] - Started up successfully
01:30:11 [INFO] [01/18/2024 06:30:11.920] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:39561] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing
01:30:11 [INFO] [01/18/2024 06:30:11.921] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:39561] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining
01:30:13 [INFO] [01/18/2024 06:30:13.021] [main] [CoordinatedShutdown(pekko://BlockedNamespacesTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:30:13 [INFO] [01/18/2024 06:30:13.031] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-2] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:39561] - Exiting completed
01:30:13 [INFO] [01/18/2024 06:30:13.032] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-2] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:39561] - Shutting down...
01:30:13 [INFO] [01/18/2024 06:30:13.032] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-2] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:39561] - Successfully shut down
01:30:13 [INFO] [pekkoDeadLetter][01/18/2024 06:30:13.032] [BlockedNamespacesTest-pekko.actor.default-dispatcher-10] [pekko://BlockedNamespacesTest/system/cluster/core/daemon] Message [org.apache.pekko.cluster.ClusterUserAction$Leave] to Actor[pekko://BlockedNamespacesTest/system/cluster/core/daemon#-1094178699] was unhandled. [1] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'pekko.log-dead-letters' and 'pekko.log-dead-letters-during-shutdown'.
01:30:13 [INFO] [01/18/2024 06:30:13.047] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-5] [pekko://BlockedNamespacesTest@10.40.42.184:39561/system/remoting-terminator] Shutting down remote daemon.
01:30:13 [INFO] [01/18/2024 06:30:13.048] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-5] [pekko://BlockedNamespacesTest@10.40.42.184:39561/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports.
01:30:13 [INFO] [01/18/2024 06:30:13.095] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-8] [pekko://BlockedNamespacesTest@10.40.42.184:39561/system/remoting-terminator] Remoting shut down.
01:30:13 [INFO] [01/18/2024 06:30:13.146] [main] [ArteryTransport(pekko://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://BlockedNamespacesTest@10.40.42.184:46091] with UID [7859518940201719909]
01:30:13 [INFO] [01/18/2024 06:30:13.147] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:46091] - Starting up, Pekko version [1.0.1] ...
01:30:13 [INFO] [01/18/2024 06:30:13.151] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:46091] - Registered cluster JMX MBean [pekko:type=Cluster]
01:30:13 [INFO] [01/18/2024 06:30:13.151] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:46091] - Started up successfully
01:30:13 [INFO] [01/18/2024 06:30:13.193] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-5] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:46091] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing
01:30:13 [INFO] [01/18/2024 06:30:13.193] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-5] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:46091] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining
01:30:13 [INFO] [01/18/2024 06:30:13.216] [main] [CoordinatedShutdown(pekko://BlockedNamespacesTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:30:13 [INFO] [pekkoDeadLetter][01/18/2024 06:30:13.217] [BlockedNamespacesTest-pekko.actor.default-dispatcher-6] [pekko://BlockedNamespacesTest/system/cluster/core/daemon] Message [org.apache.pekko.cluster.ClusterUserAction$Leave] to Actor[pekko://BlockedNamespacesTest/system/cluster/core/daemon#-1060318124] was unhandled. [1] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'pekko.log-dead-letters' and 'pekko.log-dead-letters-during-shutdown'.
01:30:13 [INFO] [01/18/2024 06:30:13.217] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-5] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:46091] - Exiting completed
01:30:13 [INFO] [01/18/2024 06:30:13.217] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-5] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:46091] - Shutting down...
01:30:13 [INFO] [01/18/2024 06:30:13.218] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-5] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:46091] - Successfully shut down
01:30:13 [INFO] [01/18/2024 06:30:13.220] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-8] [pekko://BlockedNamespacesTest@10.40.42.184:46091/system/remoting-terminator] Shutting down remote daemon.
01:30:13 [INFO] [01/18/2024 06:30:13.220] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-8] [pekko://BlockedNamespacesTest@10.40.42.184:46091/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports.
01:30:13 [INFO] [01/18/2024 06:30:13.223] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-7] [pekko://BlockedNamespacesTest@10.40.42.184:46091/system/remoting-terminator] Remoting shut down.
01:30:13 [INFO] [01/18/2024 06:30:13.299] [main] [ArteryTransport(pekko://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://BlockedNamespacesTest@10.40.42.184:34573] with UID [-2447487986102406853]
01:30:13 [INFO] [01/18/2024 06:30:13.300] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:34573] - Starting up, Pekko version [1.0.1] ...
01:30:13 [INFO] [01/18/2024 06:30:13.304] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:34573] - Registered cluster JMX MBean [pekko:type=Cluster]
01:30:13 [INFO] [01/18/2024 06:30:13.304] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:34573] - Started up successfully
01:30:13 [INFO] [01/18/2024 06:30:13.306] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:34573] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing
01:30:13 [INFO] [01/18/2024 06:30:13.306] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:34573] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining
01:30:13 [INFO] [01/18/2024 06:30:13.426] [main] [ArteryTransport(pekko://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://BlockedNamespacesTest@10.40.42.184:44691] with UID [-7826483190016061215]
01:30:13 [INFO] [01/18/2024 06:30:13.426] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:44691] - Starting up, Pekko version [1.0.1] ...
01:30:13 [INFO] [01/18/2024 06:30:13.430] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:44691] - Registered cluster JMX MBean [pekko:type=Cluster]
01:30:13 [INFO] [01/18/2024 06:30:13.430] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:44691] - Started up successfully
01:30:13 [INFO] [01/18/2024 06:30:13.431] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:44691] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing
01:30:13 [INFO] [01/18/2024 06:30:13.431] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:44691] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining
01:30:15 [INFO] [01/18/2024 06:30:15.542] [main] [CoordinatedShutdown(pekko://BlockedNamespacesTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:30:15 [INFO] [pekkoDeadLetter][01/18/2024 06:30:15.544] [BlockedNamespacesTest-pekko.actor.default-dispatcher-10] [pekko://BlockedNamespacesTest/system/cluster/core/daemon] Message [org.apache.pekko.cluster.ClusterUserAction$Leave] to Actor[pekko://BlockedNamespacesTest/system/cluster/core/daemon#1340746160] was unhandled. [1] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'pekko.log-dead-letters' and 'pekko.log-dead-letters-during-shutdown'.
01:30:15 [INFO] [01/18/2024 06:30:15.544] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:44691] - Exiting completed
01:30:15 [INFO] [01/18/2024 06:30:15.544] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:44691] - Shutting down...
01:30:15 [INFO] [01/18/2024 06:30:15.544] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:44691] - Successfully shut down
01:30:15 [INFO] [01/18/2024 06:30:15.546] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-7] [pekko://BlockedNamespacesTest@10.40.42.184:44691/system/remoting-terminator] Shutting down remote daemon.
01:30:15 [INFO] [01/18/2024 06:30:15.547] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-7] [pekko://BlockedNamespacesTest@10.40.42.184:44691/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports.
01:30:15 [INFO] [01/18/2024 06:30:15.548] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-6] [pekko://BlockedNamespacesTest@10.40.42.184:44691/system/remoting-terminator] Remoting shut down.
01:30:15 [INFO] [01/18/2024 06:30:15.587] [main] [ArteryTransport(pekko://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://BlockedNamespacesTest@10.40.42.184:43445] with UID [-4670996368450536938]
01:30:15 [INFO] [01/18/2024 06:30:15.588] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:43445] - Starting up, Pekko version [1.0.1] ...
01:30:15 [INFO] [01/18/2024 06:30:15.591] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:43445] - Registered cluster JMX MBean [pekko:type=Cluster]
01:30:15 [INFO] [01/18/2024 06:30:15.591] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:43445] - Started up successfully
01:30:15 [INFO] [01/18/2024 06:30:15.593] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-2] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:43445] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing
01:30:15 [INFO] [01/18/2024 06:30:15.593] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-2] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:43445] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining
01:30:15 [INFO] [01/18/2024 06:30:15.613] [main] [CoordinatedShutdown(pekko://BlockedNamespacesTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:30:15 [INFO] [pekkoDeadLetter][01/18/2024 06:30:15.614] [BlockedNamespacesTest-pekko.actor.default-dispatcher-5] [pekko://BlockedNamespacesTest/system/cluster/core/daemon] Message [org.apache.pekko.cluster.ClusterUserAction$Leave] to Actor[pekko://BlockedNamespacesTest/system/cluster/core/daemon#-377807663] was unhandled. [1] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'pekko.log-dead-letters' and 'pekko.log-dead-letters-during-shutdown'.
01:30:15 [INFO] [01/18/2024 06:30:15.614] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:43445] - Exiting completed
01:30:15 [INFO] [01/18/2024 06:30:15.615] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:43445] - Shutting down...
01:30:15 [INFO] [01/18/2024 06:30:15.615] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-9] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:43445] - Successfully shut down
01:30:15 [INFO] [01/18/2024 06:30:15.616] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-6] [pekko://BlockedNamespacesTest@10.40.42.184:43445/system/remoting-terminator] Shutting down remote daemon.
01:30:15 [INFO] [01/18/2024 06:30:15.616] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-6] [pekko://BlockedNamespacesTest@10.40.42.184:43445/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports.
01:30:15 [INFO] [01/18/2024 06:30:15.618] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-6] [pekko://BlockedNamespacesTest@10.40.42.184:43445/system/remoting-terminator] Remoting shut down.
01:30:15 [INFO] [01/18/2024 06:30:15.648] [main] [ArteryTransport(pekko://BlockedNamespacesTest)] Remoting started with transport [Artery tcp]; listening on address [pekko://BlockedNamespacesTest@10.40.42.184:36843] with UID [-7681413396067480270]
01:30:15 [INFO] [01/18/2024 06:30:15.648] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:36843] - Starting up, Pekko version [1.0.1] ...
01:30:15 [INFO] [01/18/2024 06:30:15.651] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:36843] - Registered cluster JMX MBean [pekko:type=Cluster]
01:30:15 [INFO] [01/18/2024 06:30:15.651] [main] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:36843] - Started up successfully
01:30:15 [INFO] [01/18/2024 06:30:15.653] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:36843] - No downing-provider-class configured, manual cluster downing required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#downing
01:30:15 [INFO] [01/18/2024 06:30:15.653] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:36843] - No seed-nodes configured, manual cluster join required, see https://pekko.apache.org/docs/pekko/current/typed/cluster.html#joining
01:30:15 [INFO] [01/18/2024 06:30:15.711] [main] [CoordinatedShutdown(pekko://BlockedNamespacesTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:30:15 [INFO] [pekkoDeadLetter][01/18/2024 06:30:15.712] [BlockedNamespacesTest-pekko.actor.default-dispatcher-10] [pekko://BlockedNamespacesTest/system/cluster/core/daemon] Message [org.apache.pekko.cluster.ClusterUserAction$Leave] to Actor[pekko://BlockedNamespacesTest/system/cluster/core/daemon#201818357] was unhandled. [1] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'pekko.log-dead-letters' and 'pekko.log-dead-letters-during-shutdown'.
01:30:15 [INFO] [01/18/2024 06:30:15.712] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:36843] - Exiting completed
01:30:15 [INFO] [01/18/2024 06:30:15.712] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:36843] - Shutting down...
01:30:15 [INFO] [01/18/2024 06:30:15.713] [BlockedNamespacesTest-pekko.actor.internal-dispatcher-3] [Cluster(pekko://BlockedNamespacesTest)] Cluster Node [pekko://BlockedNamespacesTest@10.40.42.184:36843] - Successfully shut down
01:30:15 [INFO] [01/18/2024 06:30:15.714] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-6] [pekko://BlockedNamespacesTest@10.40.42.184:36843/system/remoting-terminator] Shutting down remote daemon.
01:30:15 [INFO] [01/18/2024 06:30:15.714] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-6] [pekko://BlockedNamespacesTest@10.40.42.184:36843/system/remoting-terminator] Remote daemon shut down; proceeding with flushing remote transports.
01:30:15 [INFO] [01/18/2024 06:30:15.716] [BlockedNamespacesTest-pekko.remote.default-remote-dispatcher-5] [pekko://BlockedNamespacesTest@10.40.42.184:36843/system/remoting-terminator] Remoting shut down.
01:30:15 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.214 s -- in org.eclipse.ditto.internal.utils.namespaces.BlockedNamespacesTest
01:30:15 [INFO] 
01:30:15 [INFO] Results:
01:30:15 [INFO] 
01:30:15 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
01:30:15 [INFO] 
01:30:15 [INFO] 
01:30:15 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-namespaces ---
01:30:15 [INFO] 
01:30:15 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-namespaces ---
01:30:15 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/ditto-internal-utils-namespaces-0-SNAPSHOT.jar
01:30:15 [INFO] 
01:30:15 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-namespaces ---
01:30:15 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:30:15 [INFO] No previous run data found, generating javadoc.
01:30:17 [WARNING] Javadoc Warnings
01:30:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/src/main/java/org/eclipse/ditto/internal/utils/namespaces/package-info.java:15: warning: no comment
01:30:17 [WARNING] package org.eclipse.ditto.internal.utils.namespaces;
01:30:17 [WARNING] ^
01:30:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/src/main/java/org/eclipse/ditto/internal/utils/namespaces/BlockedNamespacesUpdater.java:61: warning: no @param for pubSubMediator
01:30:17 [WARNING] public static Props props(final BlockedNamespaces blockedNamespaces, final ActorRef pubSubMediator) {
01:30:17 [WARNING] ^
01:30:17 [WARNING] 2 warnings
01:30:17 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/ditto-internal-utils-namespaces-0-SNAPSHOT-javadoc.jar
01:30:17 [INFO] 
01:30:17 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-namespaces ---
01:30:17 [INFO] Tests are skipped.
01:30:17 [INFO] 
01:30:17 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-namespaces ---
01:30:17 [INFO] Tests are skipped.
01:30:17 [INFO] 
01:30:17 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-namespaces ---
01:30:17 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/jacoco.exec
01:30:17 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Namespaces' with 4 classes
01:30:17 [INFO] 
01:30:17 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-namespaces ---
01:30:17 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-namespaces/0-SNAPSHOT/ditto-internal-utils-namespaces-0-SNAPSHOT.pom
01:30:17 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/ditto-internal-utils-namespaces-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-namespaces/0-SNAPSHOT/ditto-internal-utils-namespaces-0-SNAPSHOT.jar
01:30:17 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/namespaces/target/ditto-internal-utils-namespaces-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-namespaces/0-SNAPSHOT/ditto-internal-utils-namespaces-0-SNAPSHOT-javadoc.jar
01:30:17 [INFO] 
01:30:17 [INFO] ------------< org.eclipse.ditto:ditto-policies-enforcement >------------
01:30:17 [INFO] Building Eclipse Ditto :: Policies :: Enforcement 0-SNAPSHOT     [51/77]
01:30:17 [INFO]   from policies/enforcement/pom.xml
01:30:17 [INFO] --------------------------------[ jar ]---------------------------------
01:30:17 [INFO] 
01:30:17 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-policies-enforcement ---
01:30:17 [INFO] 
01:30:17 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-policies-enforcement ---
01:30:17 [INFO] 
01:30:17 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-policies-enforcement ---
01:30:17 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
01:30:17 [INFO] 
01:30:17 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-policies-enforcement ---
01:30:17 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/jacoco.exec
01:30:17 [INFO] 
01:30:17 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-policies-enforcement ---
01:30:17 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:30:17 [WARNING] 
01:30:17 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:30:17 [WARNING] 
01:30:17 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:30:17 [WARNING] 
01:30:17 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:30:17 [INFO] 
01:30:17 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-policies-enforcement ---
01:30:17 [INFO] Copying 1 resource from src/main/resources to target/classes
01:30:17 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:30:17 [INFO] 
01:30:17 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-policies-enforcement ---
01:30:17 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT...
01:30:17 [INFO] 
01:30:17 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-policies-enforcement ---
01:30:17 [INFO] Changes detected - recompiling the module! :dependency
01:30:17 [INFO] Compiling 32 source files with javac [debug target 17] to target/classes
01:30:17 [INFO] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/pre/CommandWithOptionalEntityPreEnforcer.java: /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/pre/CommandWithOptionalEntityPreEnforcer.java uses unchecked or unsafe operations.
01:30:17 [INFO] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/pre/CommandWithOptionalEntityPreEnforcer.java: Recompile with -Xlint:unchecked for details.
01:30:17 [INFO] 
01:30:17 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-policies-enforcement ---
01:30:17 [INFO] Copying 6 resources from src/test/resources to target/test-classes
01:30:17 [INFO] 
01:30:17 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-policies-enforcement ---
01:30:17 [INFO] Changes detected - recompiling the module! :dependency
01:30:17 [INFO] Compiling 8 source files with javac [debug target 17] to target/test-classes
01:30:17 [INFO] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/test/java/org/eclipse/ditto/policies/enforcement/CachingPolicyEnforcerProviderTest.java: /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/test/java/org/eclipse/ditto/policies/enforcement/CachingPolicyEnforcerProviderTest.java uses or overrides a deprecated API.
01:30:17 [INFO] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/test/java/org/eclipse/ditto/policies/enforcement/CachingPolicyEnforcerProviderTest.java: Recompile with -Xlint:deprecation for details.
01:30:17 [INFO] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/test/java/org/eclipse/ditto/policies/enforcement/PolicyEnforcerCacheTest.java: Some input files use unchecked or unsafe operations.
01:30:17 [INFO] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/test/java/org/eclipse/ditto/policies/enforcement/PolicyEnforcerCacheTest.java: Recompile with -Xlint:unchecked for details.
01:30:17 [INFO] 
01:30:17 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-policies-enforcement ---
01:30:17 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:30:18 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/surefire-reports
01:30:18 [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
01:30:18 [INFO] 
01:30:18 [INFO] -------------------------------------------------------
01:30:18 [INFO]  T E S T S
01:30:18 [INFO] -------------------------------------------------------
01:30:19 [INFO] Running org.eclipse.ditto.policies.enforcement.pre.PolicyImportsPreEnforcerTest
01:30:19 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
01:30:22 [INFO] Tests run: 197, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.618 s -- in org.eclipse.ditto.policies.enforcement.pre.PolicyImportsPreEnforcerTest
01:30:22 [INFO] Running org.eclipse.ditto.policies.enforcement.pre.CreationRestrictionPreEnforcerTest
01:30:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.867 s -- in org.eclipse.ditto.policies.enforcement.pre.CreationRestrictionPreEnforcerTest
01:30:25 [INFO] Running org.eclipse.ditto.policies.enforcement.PolicyEnforcerCacheTest
01:30:26 [INFO] [01/18/2024 06:30:26.425] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:30:26 [INFO] [01/18/2024 06:30:26.527] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:30:26 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.703 s -- in org.eclipse.ditto.policies.enforcement.PolicyEnforcerCacheTest
01:30:26 [INFO] Running org.eclipse.ditto.policies.enforcement.config.DefaultEnforcementConfigTest
01:30:27 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.191 s -- in org.eclipse.ditto.policies.enforcement.config.DefaultEnforcementConfigTest
01:30:27 [INFO] Running org.eclipse.ditto.policies.enforcement.config.DefaultCachesConfigTest
01:30:27 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.policies.enforcement.config.DefaultCachesConfigTest
01:30:27 [INFO] Running org.eclipse.ditto.policies.enforcement.pre.CommandWithOptionalEntityPreEnforcerTest
01:30:27 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.policies.enforcement.pre.CommandWithOptionalEntityPreEnforcerTest
01:30:27 [INFO] Running org.eclipse.ditto.policies.enforcement.DefaultPolicyEnforcerProviderTest
01:30:28 06:30:28.051 [WARN ] o.e.d.p.e.DefaultPolicyEnforcerProvider - Got exception when trying to load the policy enforcer via cache loader. This is unexpected
01:30:28 java.lang.IllegalStateException: This is expected
01:30:28 	at org.eclipse.ditto.policies.enforcement.DefaultPolicyEnforcerProvider.getPolicyEnforcer(DefaultPolicyEnforcerProvider.java:60)
01:30:28 	at org.eclipse.ditto.policies.enforcement.DefaultPolicyEnforcerProviderTest.getPolicyEnforcerWhenCacheLoaderThrowsException(DefaultPolicyEnforcerProviderTest.java:90)
01:30:28 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:30:28 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:30:28 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:30:28 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:30:28 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:30:28 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:30:28 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:30:28 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:30:28 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:30:28 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
01:30:28 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:30:28 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:30:28 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:30:28 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:30:28 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:30:28 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:30:28 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:30:28 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:30:28 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:30:28 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:30:28 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:30:28 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:30:28 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
01:30:28 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
01:30:28 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
01:30:28 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
01:30:28 	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
01:30:28 	at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
01:30:28 	at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:42)
01:30:28 	at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80)
01:30:28 	at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:72)
01:30:28 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:198)
01:30:28 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:169)
01:30:28 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:93)
01:30:28 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:58)
01:30:28 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:141)
01:30:28 	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:57)
01:30:28 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:103)
01:30:28 	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:85)
01:30:28 	at org.junit.platform.launcher.core.DelegatingLauncher.execute(DelegatingLauncher.java:47)
01:30:28 	at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
01:30:28 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
01:30:28 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
01:30:28 	at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
01:30:28 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:30:28 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:30:28 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:30:28 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:30:28 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.373 s -- in org.eclipse.ditto.policies.enforcement.DefaultPolicyEnforcerProviderTest
01:30:28 [INFO] Running org.eclipse.ditto.policies.enforcement.CachingPolicyEnforcerProviderTest
01:30:28 [INFO] [01/18/2024 06:30:28.609] [default-pekko.actor.default-dispatcher-5] [pekko://default/user/$a] Received namespaces: <ORSet(namespace1, namespace2, namespace4)>
01:30:28 [INFO] [01/18/2024 06:30:28.637] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:30:28 [INFO] [01/18/2024 06:30:28.965] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:30:29 06:30:29.055 [WARN ] o.e.d.p.e.CachingPolicyEnforcerProvider - Did receive Optional holding an unexpected type. Did expect a PolicyEnforcer but got <class java.lang.String>.
01:30:29 [INFO] [01/18/2024 06:30:29.060] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:30:29 [INFO] [01/18/2024 06:30:29.131] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:30:29 [INFO] [01/18/2024 06:30:29.194] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:30:29 [INFO] [01/18/2024 06:30:29.370] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:30:29 [INFO] [01/18/2024 06:30:29.441] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:30:29 [INFO] [01/18/2024 06:30:29.548] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:30:29 [INFO] [01/18/2024 06:30:29.624] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:30:29 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.499 s -- in org.eclipse.ditto.policies.enforcement.CachingPolicyEnforcerProviderTest
01:30:29 [INFO] 
01:30:29 [INFO] Results:
01:30:29 [INFO] 
01:30:29 [INFO] Tests run: 222, Failures: 0, Errors: 0, Skipped: 0
01:30:29 [INFO] 
01:30:29 [INFO] 
01:30:29 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-policies-enforcement ---
01:30:29 [INFO] 
01:30:29 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-policies-enforcement ---
01:30:29 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/ditto-policies-enforcement-0-SNAPSHOT.jar
01:30:29 [INFO] 
01:30:29 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-policies-enforcement ---
01:30:29 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:30:29 [INFO] No previous run data found, generating javadoc.
01:30:32 [WARNING] Javadoc Warnings
01:30:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/config/package-info.java:14: warning: no comment
01:30:32 [WARNING] package org.eclipse.ditto.policies.enforcement.config;
01:30:32 [WARNING] ^
01:30:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/pre/package-info.java:14: warning: no comment
01:30:32 [WARNING] package org.eclipse.ditto.policies.enforcement.pre;
01:30:32 [WARNING] ^
01:30:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcementReloaded.java:35: warning: no comment
01:30:32 [WARNING] protected static final ThreadSafeDittoLogger LOGGER =
01:30:32 [WARNING] ^
01:30:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:84: warning: no @param for signal
01:30:32 [WARNING] protected abstract CompletionStage<PolicyId> providePolicyIdForEnforcement(final Signal<?> signal);
01:30:32 [WARNING] ^
01:30:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:66: warning: no comment
01:30:32 [WARNING] protected final E enforcement;
01:30:32 [WARNING] ^
01:30:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:65: warning: no comment
01:30:32 [WARNING] protected final I entityId;
01:30:32 [WARNING] ^
01:30:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:63: warning: no comment
01:30:32 [WARNING] protected final ThreadSafeDittoLoggingAdapter log = DittoLoggerFactory.getThreadSafeDittoLoggingAdapter(this);
01:30:32 [WARNING] ^
01:30:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:67: warning: no comment
01:30:32 [WARNING] protected final PreEnforcerProvider preEnforcer;
01:30:32 [WARNING] ^
01:30:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:69: warning: no comment
01:30:32 [WARNING] protected AbstractEnforcerActor(final I entityId, final E enforcement) {
01:30:32 [WARNING] ^
01:30:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractEnforcerActor.java:113: warning: no comment
01:30:32 [WARNING] protected CompletionStage<Optional<PolicyEnforcer>> loadPolicyEnforcer(Signal<?> signal) {
01:30:32 [WARNING] ^
01:30:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractPolicyLoadingEnforcerActor.java:37: warning: no comment
01:30:32 [WARNING] protected final PolicyEnforcerProvider policyEnforcerProvider;
01:30:32 [WARNING] ^
01:30:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/AbstractPolicyLoadingEnforcerActor.java:39: warning: no comment
01:30:32 [WARNING] protected AbstractPolicyLoadingEnforcerActor(final I entityId,
01:30:32 [WARNING] ^
01:30:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/Invalidatable.java:21: warning: no comment
01:30:32 [WARNING] public interface Invalidatable {
01:30:32 [WARNING] ^
01:30:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/Invalidatable.java:23: warning: no comment
01:30:32 [WARNING] CompletionStage<Boolean> invalidate(PolicyTag policyTag, String correlationId, final Duration askTimeout);
01:30:32 [WARNING] ^
01:30:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/PolicyEnforcer.java:48: warning: no @param for policyResolver
01:30:32 [WARNING] public static CompletionStage<PolicyEnforcer> withResolvedImports(final Policy policy,
01:30:32 [WARNING] ^
01:30:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/PolicyEnforcerCacheLoader.java:35: warning: no comment
01:30:32 [WARNING] public static final String ENFORCEMENT_CACHE_DISPATCHER = "enforcement-cache-dispatcher";
01:30:32 [WARNING] ^
01:30:32 [WARNING] /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/src/main/java/org/eclipse/ditto/policies/enforcement/pre/PreEnforcerProvider.java:68: warning: no @return
01:30:32 [WARNING] public CompletionStage<Signal<?>> apply(final Signal<?> signal) {
01:30:32 [WARNING] ^
01:30:32 [WARNING] 17 warnings
01:30:32 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/ditto-policies-enforcement-0-SNAPSHOT-javadoc.jar
01:30:32 [INFO] 
01:30:32 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-policies-enforcement ---
01:30:32 [INFO] Tests are skipped.
01:30:32 [INFO] 
01:30:32 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-policies-enforcement ---
01:30:32 [INFO] Tests are skipped.
01:30:32 [INFO] 
01:30:32 [INFO] --- jacoco:0.8.10:report (report) @ ditto-policies-enforcement ---
01:30:32 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/jacoco.exec
01:30:32 [INFO] Analyzed bundle 'Eclipse Ditto :: Policies :: Enforcement' with 33 classes
01:30:32 [INFO] 
01:30:32 [INFO] --- install:3.1.1:install (default-install) @ ditto-policies-enforcement ---
01:30:32 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-enforcement/0-SNAPSHOT/ditto-policies-enforcement-0-SNAPSHOT.pom
01:30:32 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/ditto-policies-enforcement-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-enforcement/0-SNAPSHOT/ditto-policies-enforcement-0-SNAPSHOT.jar
01:30:32 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/policies/enforcement/target/ditto-policies-enforcement-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-policies-enforcement/0-SNAPSHOT/ditto-policies-enforcement-0-SNAPSHOT-javadoc.jar
01:30:32 [INFO] 
01:30:32 [INFO] --------------------< org.eclipse.ditto:ditto-rql >---------------------
01:30:32 [INFO] Building Eclipse Ditto :: RQL 0-SNAPSHOT                         [52/77]
01:30:32 [INFO]   from rql/pom.xml
01:30:32 [INFO] --------------------------------[ pom ]---------------------------------
01:30:32 [INFO] 
01:30:32 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-rql ---
01:30:32 [INFO] 
01:30:32 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-rql ---
01:30:32 [INFO] 
01:30:32 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql ---
01:30:32 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/rql/target/jacoco.exec
01:30:32 [INFO] 
01:30:32 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql ---
01:30:32 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:30:32 [INFO] The goal is skip due to packaging 'pom'
01:30:32 [INFO] 
01:30:32 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql ---
01:30:32 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql:pom:0-SNAPSHOT...
01:30:32 [INFO] 
01:30:32 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql ---
01:30:32 [INFO] 
01:30:32 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-rql ---
01:30:32 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
01:30:32 [INFO] 
01:30:32 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql ---
01:30:32 [INFO] Tests are skipped.
01:30:32 [INFO] 
01:30:32 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql ---
01:30:32 [INFO] Tests are skipped.
01:30:32 [INFO] 
01:30:32 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql ---
01:30:32 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:30:32 [INFO] 
01:30:32 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql ---
01:30:32 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/rql/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql/0-SNAPSHOT/ditto-rql-0-SNAPSHOT.pom
01:30:32 [INFO] 
01:30:32 [INFO] -----------------< org.eclipse.ditto:ditto-rql-model >------------------
01:30:32 [INFO] Building Eclipse Ditto :: RQL :: Model 0-SNAPSHOT                [53/77]
01:30:32 [INFO]   from rql/model/pom.xml
01:30:32 [INFO] -------------------------------[ bundle ]-------------------------------
01:30:32 [INFO] 
01:30:32 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-rql-model ---
01:30:32 [INFO] 
01:30:32 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-rql-model ---
01:30:32 [INFO] 
01:30:32 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-model ---
01:30:32 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
01:30:32 [INFO] 
01:30:32 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-model ---
01:30:32 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/rql/model/target/jacoco.exec
01:30:32 [INFO] 
01:30:32 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-model ---
01:30:32 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:30:32 [WARNING] 
01:30:32 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:30:32 [WARNING] 
01:30:32 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:30:32 [WARNING] 
01:30:32 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/rql/model/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:30:32 [INFO] 
01:30:32 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-model ---
01:30:32 [INFO] Copying 0 resource from src/main/resources to target/classes
01:30:32 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:30:32 [INFO] 
01:30:32 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-model ---
01:30:32 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-model:bundle:0-SNAPSHOT...
01:30:32 [INFO] 
01:30:32 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-model ---
01:30:32 [INFO] Changes detected - recompiling the module! :dependency
01:30:32 [INFO] Compiling 12 source files with javac [debug target 1.8] to target/classes
01:30:32 [WARNING] bootstrap class path not set in conjunction with -source 8
01:30:32 [INFO] 
01:30:32 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-model ---
01:30:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/rql/model/src/test/resources
01:30:32 [INFO] 
01:30:32 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-model ---
01:30:32 [INFO] Changes detected - recompiling the module! :dependency
01:30:32 [INFO] Compiling 4 source files with javac [debug target 1.8] to target/test-classes
01:30:32 [WARNING] bootstrap class path not set in conjunction with -source 8
01:30:32 [INFO] 
01:30:32 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-model ---
01:30:32 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:30:32 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/surefire-reports
01:30:32 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:30:32 [INFO] 
01:30:32 [INFO] -------------------------------------------------------
01:30:32 [INFO]  T E S T S
01:30:32 [INFO] -------------------------------------------------------
01:30:33 [INFO] Running org.eclipse.ditto.rql.model.predicates.ast.SingleComparisonNodeTest
01:30:34 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.302 s -- in org.eclipse.ditto.rql.model.predicates.ast.SingleComparisonNodeTest
01:30:34 [INFO] Running org.eclipse.ditto.rql.model.predicates.ast.ExistsNodeTest
01:30:34 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.rql.model.predicates.ast.ExistsNodeTest
01:30:34 [INFO] Running org.eclipse.ditto.rql.model.predicates.ast.MultiComparisonNodeTest
01:30:34 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.rql.model.predicates.ast.MultiComparisonNodeTest
01:30:34 [INFO] Running org.eclipse.ditto.rql.model.predicates.ast.LogicalNodeTest
01:30:34 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.rql.model.predicates.ast.LogicalNodeTest
01:30:34 [INFO] 
01:30:34 [INFO] Results:
01:30:34 [INFO] 
01:30:34 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0
01:30:34 [INFO] 
01:30:34 [INFO] 
01:30:34 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-model ---
01:30:34 [INFO] 
01:30:34 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-model ---
01:30:34 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/ditto-rql-model-0-SNAPSHOT.jar
01:30:34 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/classes/META-INF/MANIFEST.MF
01:30:34 [INFO] 
01:30:34 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-rql-model ---
01:30:34 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:30:34 [INFO] No previous run data found, generating javadoc.
01:30:36 [WARNING] Javadoc Warnings
01:30:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/model/src/main/java/org/eclipse/ditto/rql/model/predicates/ast/LogicalNode.java:174: warning: no comment
01:30:36 [WARNING] public String getName() {
01:30:36 [WARNING] ^
01:30:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/model/src/main/java/org/eclipse/ditto/rql/model/predicates/ast/LogicalNode.java:178: warning: no comment
01:30:36 [WARNING] public static Type byName(final String name) {
01:30:36 [WARNING] ^
01:30:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/model/src/main/java/org/eclipse/ditto/rql/model/predicates/ast/MultiComparisonNode.java:79: warning: no comment
01:30:36 [WARNING] public String getName() {
01:30:36 [WARNING] ^
01:30:36 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/model/src/main/java/org/eclipse/ditto/rql/model/predicates/ast/SingleComparisonNode.java:94: warning: no comment
01:30:36 [WARNING] public String getName() {
01:30:36 [WARNING] ^
01:30:36 [WARNING] 4 warnings
01:30:36 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/rql/model/target/ditto-rql-model-0-SNAPSHOT-javadoc.jar
01:30:36 [INFO] 
01:30:36 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-model ---
01:30:36 [INFO] Tests are skipped.
01:30:36 [INFO] 
01:30:36 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-model ---
01:30:36 [INFO] Tests are skipped.
01:30:36 [INFO] 
01:30:36 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-model ---
01:30:36 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/rql/model/target/jacoco.exec
01:30:36 [INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: Model' with 12 classes
01:30:36 [INFO] 
01:30:36 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-rql-model ---
01:30:36 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/model/target/japicmp/japicmp.diff'.
01:30:36 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/model/target/japicmp/japicmp.xml'.
01:30:36 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/model/target/japicmp/japicmp.html'.
01:30:36 [INFO] 
01:30:36 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql-model ---
01:30:36 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/rql/model/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-model/0-SNAPSHOT/ditto-rql-model-0-SNAPSHOT.pom
01:30:36 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/rql/model/target/ditto-rql-model-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-model/0-SNAPSHOT/ditto-rql-model-0-SNAPSHOT.jar
01:30:36 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/rql/model/target/ditto-rql-model-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-model/0-SNAPSHOT/ditto-rql-model-0-SNAPSHOT-javadoc.jar
01:30:36 [INFO] 
01:30:36 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-model ---
01:30:36 [INFO] Installing org/eclipse/ditto/ditto-rql-model/0-SNAPSHOT/ditto-rql-model-0-SNAPSHOT.jar
01:30:36 [INFO] Writing OBR metadata
01:30:36 [INFO] 
01:30:36 [INFO] -----------------< org.eclipse.ditto:ditto-rql-parser >-----------------
01:30:36 [INFO] Building Eclipse Ditto :: RQL :: parser 0-SNAPSHOT               [54/77]
01:30:36 [INFO]   from rql/parser/pom.xml
01:30:36 [INFO] -------------------------------[ bundle ]-------------------------------
01:30:36 [INFO] 
01:30:36 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-rql-parser ---
01:30:36 [INFO] 
01:30:36 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-rql-parser ---
01:30:36 [INFO] 
01:30:36 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-parser ---
01:30:36 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
01:30:36 [INFO] 
01:30:36 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-parser ---
01:30:36 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/rql/parser/target/jacoco.exec
01:30:36 [INFO] 
01:30:36 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-parser ---
01:30:36 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:30:36 [WARNING] 
01:30:36 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:30:36 [WARNING] 
01:30:36 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:30:36 [WARNING] 
01:30:36 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:30:36 [INFO] 
01:30:36 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-parser ---
01:30:36 [INFO] Copying 0 resource from src/main/resources to target/classes
01:30:36 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:30:36 [INFO] 
01:30:36 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-parser ---
01:30:36 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-parser:bundle:0-SNAPSHOT...
01:30:36 [INFO] 
01:30:36 [INFO] --- scala:4.8.1:compile (default) @ ditto-rql-parser ---
01:30:36 [INFO] Compiler bridge file: /home/jenkins/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.13-1.8.0-bin_2.13.12__61.0-1.8.0_20221110T195421.jar
01:30:37 [INFO] compiling 2 Scala sources and 1 Java source to /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/classes ...
01:30:45 [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8
01:30:45 1 warning.
01:30:45 [INFO] done compiling
01:30:45 [INFO] compile in 8.9 s
01:30:45 [INFO] 
01:30:45 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-parser ---
01:30:45 [INFO] Changes detected - recompiling the module! :dependency
01:30:45 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/classes
01:30:45 [WARNING] bootstrap class path not set in conjunction with -source 8
01:30:45 [INFO] 
01:30:45 [INFO] --- scala:4.8.1:compile (compile) @ ditto-rql-parser ---
01:30:45 [INFO] Compiler bridge file: /home/jenkins/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.13-1.8.0-bin_2.13.12__61.0-1.8.0_20221110T195421.jar
01:30:45 [INFO] compile in 0.1 s
01:30:45 [INFO] 
01:30:45 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-parser ---
01:30:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/rql/parser/src/test/resources
01:30:45 [INFO] 
01:30:45 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-parser ---
01:30:45 [INFO] Changes detected - recompiling the module! :dependency
01:30:45 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes
01:30:46 [WARNING] bootstrap class path not set in conjunction with -source 8
01:30:46 [INFO] 
01:30:46 [INFO] --- scala:4.8.1:testCompile (test-compile) @ ditto-rql-parser ---
01:30:46 [INFO] Compiler bridge file: /home/jenkins/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.13-1.8.0-bin_2.13.12__61.0-1.8.0_20221110T195421.jar
01:30:46 [INFO] compiling 1 Java source to /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/test-classes ...
01:30:48 [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8
01:30:48 1 warning.
01:30:48 [INFO] done compiling
01:30:48 [INFO] compile in 2.0 s
01:30:48 [INFO] 
01:30:48 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-parser ---
01:30:48 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:30:48 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/surefire-reports
01:30:48 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:30:48 [INFO] 
01:30:48 [INFO] -------------------------------------------------------
01:30:48 [INFO]  T E S T S
01:30:48 [INFO] -------------------------------------------------------
01:30:48 [INFO] Running org.eclipse.ditto.rql.parser.RqlPredicateParserTest
01:30:49 [INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.966 s -- in org.eclipse.ditto.rql.parser.RqlPredicateParserTest
01:30:49 [INFO] 
01:30:49 [INFO] Results:
01:30:49 [INFO] 
01:30:49 [INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0
01:30:49 [INFO] 
01:30:49 [INFO] 
01:30:49 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-parser ---
01:30:49 [INFO] 
01:30:49 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-parser ---
01:30:49 [WARNING] Bundle org.eclipse.ditto:ditto-rql-parser:bundle:0-SNAPSHOT : Unused Import-Package instructions: [org.apache.pekko*] 
01:30:49 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/ditto-rql-parser-0-SNAPSHOT.jar
01:30:49 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/classes/META-INF/MANIFEST.MF
01:30:49 [INFO] 
01:30:49 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-parser ---
01:30:49 [INFO] Tests are skipped.
01:30:49 [INFO] 
01:30:49 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-parser ---
01:30:49 [INFO] Tests are skipped.
01:30:49 [INFO] 
01:30:49 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-parser ---
01:30:49 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/jacoco.exec
01:30:49 [INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: parser' with 4 classes
01:30:49 [INFO] 
01:30:49 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-rql-parser ---
01:30:50 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/parser/target/japicmp/japicmp.diff'.
01:30:50 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/parser/target/japicmp/japicmp.xml'.
01:30:50 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/parser/target/japicmp/japicmp.html'.
01:30:50 [INFO] 
01:30:50 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql-parser ---
01:30:50 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/rql/parser/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-parser/0-SNAPSHOT/ditto-rql-parser-0-SNAPSHOT.pom
01:30:50 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/rql/parser/target/ditto-rql-parser-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-parser/0-SNAPSHOT/ditto-rql-parser-0-SNAPSHOT.jar
01:30:50 [INFO] 
01:30:50 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-parser ---
01:30:50 [INFO] Installing org/eclipse/ditto/ditto-rql-parser/0-SNAPSHOT/ditto-rql-parser-0-SNAPSHOT.jar
01:30:50 [INFO] Writing OBR metadata
01:30:50 [INFO] 
01:30:50 [INFO] -----------------< org.eclipse.ditto:ditto-rql-query >------------------
01:30:50 [INFO] Building Eclipse Ditto :: RQL :: Query 0-SNAPSHOT                [55/77]
01:30:50 [INFO]   from rql/query/pom.xml
01:30:50 [INFO] -------------------------------[ bundle ]-------------------------------
01:30:50 [INFO] 
01:30:50 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-rql-query ---
01:30:50 [INFO] 
01:30:50 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-rql-query ---
01:30:50 [INFO] 
01:30:50 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-query ---
01:30:50 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
01:30:50 [INFO] 
01:30:50 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-query ---
01:30:50 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/rql/query/target/jacoco.exec
01:30:50 [INFO] 
01:30:50 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-query ---
01:30:50 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:30:50 [WARNING] 
01:30:50 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:30:50 [WARNING] 
01:30:50 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:30:50 [WARNING] 
01:30:50 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/rql/query/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:30:50 [INFO] 
01:30:50 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-query ---
01:30:50 [INFO] Copying 0 resource from src/main/resources to target/classes
01:30:50 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:30:50 [INFO] 
01:30:50 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-query ---
01:30:50 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-query:bundle:0-SNAPSHOT...
01:30:50 [INFO] 
01:30:50 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-query ---
01:30:50 [INFO] Changes detected - recompiling the module! :dependency
01:30:50 [INFO] Compiling 66 source files with javac [debug target 1.8] to target/classes
01:30:50 [WARNING] bootstrap class path not set in conjunction with -source 8
01:30:50 [INFO] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/ThingPredicatePredicateVisitor.java: /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/ThingPredicatePredicateVisitor.java uses unchecked or unsafe operations.
01:30:50 [INFO] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/ThingPredicatePredicateVisitor.java: Recompile with -Xlint:unchecked for details.
01:30:50 [INFO] 
01:30:50 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-query ---
01:30:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/rql/query/src/test/resources
01:30:50 [INFO] 
01:30:50 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-query ---
01:30:50 [INFO] Changes detected - recompiling the module! :dependency
01:30:50 [INFO] Compiling 7 source files with javac [debug target 1.8] to target/test-classes
01:30:50 [WARNING] bootstrap class path not set in conjunction with -source 8
01:30:50 [INFO] 
01:30:50 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-query ---
01:30:50 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:30:50 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/surefire-reports
01:30:50 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:30:50 [INFO] 
01:30:50 [INFO] -------------------------------------------------------
01:30:50 [INFO]  T E S T S
01:30:50 [INFO] -------------------------------------------------------
01:30:51 [INFO] Running org.eclipse.ditto.rql.query.things.ThingPredicatePredicateVisitorTest
01:30:51 [INFO] Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.402 s -- in org.eclipse.ditto.rql.query.things.ThingPredicatePredicateVisitorTest
01:30:51 [INFO] Running org.eclipse.ditto.rql.query.things.ThingPredicateVisitorTest
01:30:52 [INFO] Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.623 s -- in org.eclipse.ditto.rql.query.things.ThingPredicateVisitorTest
01:30:52 [INFO] Running org.eclipse.ditto.rql.query.things.FieldNamesPredicateVisitorTest
01:30:53 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.203 s -- in org.eclipse.ditto.rql.query.things.FieldNamesPredicateVisitorTest
01:30:53 [INFO] Running org.eclipse.ditto.rql.query.SortOptionTest
01:30:53 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.663 s -- in org.eclipse.ditto.rql.query.SortOptionTest
01:30:53 [INFO] Running org.eclipse.ditto.rql.query.expression.ThingsFieldExpressionFactoryImplTest
01:30:54 [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.rql.query.expression.ThingsFieldExpressionFactoryImplTest
01:30:54 [INFO] Running org.eclipse.ditto.rql.query.filter.ParameterPredicateVisitorTest
01:30:54 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.rql.query.filter.ParameterPredicateVisitorTest
01:30:54 [INFO] 
01:30:54 [INFO] Results:
01:30:54 [INFO] 
01:30:54 [INFO] Tests run: 160, Failures: 0, Errors: 0, Skipped: 0
01:30:54 [INFO] 
01:30:54 [INFO] 
01:30:54 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-query ---
01:30:54 [INFO] 
01:30:54 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-query ---
01:30:54 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/ditto-rql-query-0-SNAPSHOT.jar
01:30:54 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/classes/META-INF/MANIFEST.MF
01:30:54 [INFO] 
01:30:54 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-rql-query ---
01:30:54 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:30:54 [INFO] No previous run data found, generating javadoc.
01:30:56 [WARNING] Javadoc Warnings
01:30:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/visitors/SortFieldExpressionVisitor.java:20: warning: no comment
01:30:56 [WARNING] T visitAttribute(String key);
01:30:56 [WARNING] ^
01:30:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/visitors/ExistsFieldExpressionVisitor.java:25: warning: no comment
01:30:56 [WARNING] T visitFeature(String featureId);
01:30:56 [WARNING] ^
01:30:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/visitors/SortFieldExpressionVisitor.java:24: warning: no comment
01:30:56 [WARNING] T visitFeatureDefinition(String featureId);
01:30:56 [WARNING] ^
01:30:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/visitors/ExistsFieldExpressionVisitor.java:31: warning: no comment
01:30:56 [WARNING] T visitFeatureDesiredProperties(CharSequence featureId);
01:30:56 [WARNING] ^
01:30:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/visitors/SortFieldExpressionVisitor.java:26: warning: no comment
01:30:56 [WARNING] T visitFeatureIdDesiredProperty(CharSequence featureId, CharSequence desiredProperty);
01:30:56 [WARNING] ^
01:30:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/visitors/SortFieldExpressionVisitor.java:22: warning: no comment
01:30:56 [WARNING] T visitFeatureIdProperty(String featureId, String property);
01:30:56 [WARNING] ^
01:30:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/visitors/ExistsFieldExpressionVisitor.java:29: warning: no comment
01:30:56 [WARNING] T visitFeatureProperties(CharSequence featureId);
01:30:56 [WARNING] ^
01:30:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/visitors/ExistsFieldExpressionVisitor.java:42: warning: no comment
01:30:56 [WARNING] T visitMetadata(String key);
01:30:56 [WARNING] ^
01:30:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/visitors/SortFieldExpressionVisitor.java:28: warning: no comment
01:30:56 [WARNING] T visitSimple(String fieldName);
01:30:56 [WARNING] ^
01:30:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/ExistsThingPredicateVisitor.java:36: warning: no comment
01:30:56 [WARNING] public ExistsThingPredicateVisitor() {
01:30:56 [WARNING] ^
01:30:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/FieldExpressionUtil.java:286: warning: no comment
01:30:56 [WARNING] public boolean isDefinition() {
01:30:56 [WARNING] ^
01:30:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/FieldNamesPredicateVisitor.java:43: warning: no comment
01:30:56 [WARNING] public static FieldNamesPredicateVisitor getNewInstance() {
01:30:56 [WARNING] ^
01:30:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/expression/visitors/FilterFieldExpressionVisitor.java:34: warning: no comment
01:30:56 [WARNING] T visitMetadata(String key);
01:30:56 [WARNING] ^
01:30:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/things/FilterThingPredicateVisitor.java:33: warning: no comment
01:30:56 [WARNING] public static Predicate<Thing> apply(final FilterFieldExpression expression,
01:30:56 [WARNING] ^
01:30:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/criteria/visitors/PredicateVisitor.java:26: warning: no comment
01:30:56 [WARNING] T visitEq(@Nullable Object value);
01:30:56 [WARNING] ^
01:30:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/criteria/visitors/PredicateVisitor.java:28: warning: no comment
01:30:56 [WARNING] T visitGe(@Nullable Object value);
01:30:56 [WARNING] ^
01:30:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/criteria/visitors/PredicateVisitor.java:30: warning: no comment
01:30:56 [WARNING] T visitGt(@Nullable Object value);
01:30:56 [WARNING] ^
01:30:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/criteria/visitors/PredicateVisitor.java:40: warning: no comment
01:30:56 [WARNING] T visitILike(@Nullable String value);
01:30:56 [WARNING] ^
01:30:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/criteria/visitors/PredicateVisitor.java:42: warning: no comment
01:30:56 [WARNING] T visitIn(List<?> values);
01:30:56 [WARNING] ^
01:30:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/criteria/visitors/PredicateVisitor.java:32: warning: no comment
01:30:56 [WARNING] T visitLe(@Nullable Object value);
01:30:56 [WARNING] ^
01:30:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/criteria/visitors/PredicateVisitor.java:38: warning: no comment
01:30:56 [WARNING] T visitLike(@Nullable String value);
01:30:56 [WARNING] ^
01:30:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/criteria/visitors/PredicateVisitor.java:34: warning: no comment
01:30:56 [WARNING] T visitLt(@Nullable Object value);
01:30:56 [WARNING] ^
01:30:56 [WARNING] /home/jenkins/agent/workspace/ditto-ci/rql/query/src/main/java/org/eclipse/ditto/rql/query/criteria/visitors/PredicateVisitor.java:36: warning: no comment
01:30:56 [WARNING] T visitNe(@Nullable Object value);
01:30:56 [WARNING] ^
01:30:56 [WARNING] 23 warnings
01:30:56 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/rql/query/target/ditto-rql-query-0-SNAPSHOT-javadoc.jar
01:30:56 [INFO] 
01:30:56 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-query ---
01:30:56 [INFO] Tests are skipped.
01:30:56 [INFO] 
01:30:56 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-query ---
01:30:56 [INFO] Tests are skipped.
01:30:56 [INFO] 
01:30:56 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-query ---
01:30:56 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/rql/query/target/jacoco.exec
01:30:56 [INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: Query' with 51 classes
01:30:56 [INFO] 
01:30:56 [INFO] --- japicmp:0.17.3:cmp (default) @ ditto-rql-query ---
01:30:56 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/query/target/japicmp/japicmp.diff'.
01:30:56 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/query/target/japicmp/japicmp.xml'.
01:30:56 [INFO] Written file '/home/jenkins/agent/workspace/ditto-ci/rql/query/target/japicmp/japicmp.html'.
01:30:56 [INFO] 
01:30:56 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql-query ---
01:30:56 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/rql/query/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-query/0-SNAPSHOT/ditto-rql-query-0-SNAPSHOT.pom
01:30:56 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/rql/query/target/ditto-rql-query-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-query/0-SNAPSHOT/ditto-rql-query-0-SNAPSHOT.jar
01:30:56 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/rql/query/target/ditto-rql-query-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-query/0-SNAPSHOT/ditto-rql-query-0-SNAPSHOT-javadoc.jar
01:30:56 [INFO] 
01:30:56 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-query ---
01:30:56 [INFO] Installing org/eclipse/ditto/ditto-rql-query/0-SNAPSHOT/ditto-rql-query-0-SNAPSHOT.jar
01:30:56 [INFO] Writing OBR metadata
01:30:56 [INFO] 
01:30:56 [INFO] --------------< org.eclipse.ditto:ditto-thingsearch-api >---------------
01:30:56 [INFO] Building Eclipse Ditto :: Thing Search :: API 0-SNAPSHOT         [56/77]
01:30:56 [INFO]   from thingsearch/api/pom.xml
01:30:56 [INFO] --------------------------------[ jar ]---------------------------------
01:30:56 [INFO] 
01:30:56 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-thingsearch-api ---
01:30:56 [INFO] 
01:30:56 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-thingsearch-api ---
01:30:56 [INFO] 
01:30:56 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-thingsearch-api ---
01:30:56 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/jacoco.exec
01:30:56 [INFO] 
01:30:56 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-thingsearch-api ---
01:30:56 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:30:56 [WARNING] 
01:30:56 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:30:56 [WARNING] 
01:30:56 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:30:56 [WARNING] 
01:30:56 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:30:56 [INFO] 
01:30:56 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-thingsearch-api ---
01:30:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/main/resources
01:30:56 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:30:56 [INFO] 
01:30:56 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-thingsearch-api ---
01:30:56 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT...
01:30:56 [INFO] 
01:30:56 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-thingsearch-api ---
01:30:56 [INFO] Changes detected - recompiling the module! :dependency
01:30:56 [INFO] Compiling 19 source files with javac [debug target 17] to target/classes
01:30:56 [INFO] 
01:30:56 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-thingsearch-api ---
01:30:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/test/resources
01:30:56 [INFO] 
01:30:56 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-thingsearch-api ---
01:30:56 [INFO] Changes detected - recompiling the module! :dependency
01:30:56 [INFO] Compiling 10 source files with javac [debug target 17] to target/test-classes
01:30:57 [INFO] /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/test/java/org/eclipse/ditto/thingsearch/api/commands/sudo/StreamThingsTest.java: /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/test/java/org/eclipse/ditto/thingsearch/api/commands/sudo/StreamThingsTest.java uses unchecked or unsafe operations.
01:30:57 [INFO] /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/test/java/org/eclipse/ditto/thingsearch/api/commands/sudo/StreamThingsTest.java: Recompile with -Xlint:unchecked for details.
01:30:57 [INFO] 
01:30:57 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-thingsearch-api ---
01:30:57 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:30:57 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/surefire-reports
01:30:57 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:30:57 [INFO] 
01:30:57 [INFO] -------------------------------------------------------
01:30:57 [INFO]  T E S T S
01:30:57 [INFO] -------------------------------------------------------
01:30:57 [INFO] Running org.eclipse.ditto.thingsearch.api.commands.sudo.SudoUpdateThingTest
01:30:59 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.659 s -- in org.eclipse.ditto.thingsearch.api.commands.sudo.SudoUpdateThingTest
01:30:59 [INFO] Running org.eclipse.ditto.thingsearch.api.commands.sudo.SudoCountThingsTest
01:30:59 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.eclipse.ditto.thingsearch.api.commands.sudo.SudoCountThingsTest
01:30:59 [INFO] Running org.eclipse.ditto.thingsearch.api.commands.sudo.SudoRetrieveNamespaceReportTest
01:30:59 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.ditto.thingsearch.api.commands.sudo.SudoRetrieveNamespaceReportTest
01:30:59 [INFO] Running org.eclipse.ditto.thingsearch.api.commands.sudo.StreamThingsTest
01:30:59 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.eclipse.ditto.thingsearch.api.commands.sudo.StreamThingsTest
01:30:59 [INFO] Running org.eclipse.ditto.thingsearch.api.events.ThingsOutOfSyncTest
01:30:59 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.eclipse.ditto.thingsearch.api.events.ThingsOutOfSyncTest
01:30:59 [INFO] Running org.eclipse.ditto.thingsearch.api.query.filter.ParameterOptionVisitorTest
01:31:00 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.516 s -- in org.eclipse.ditto.thingsearch.api.query.filter.ParameterOptionVisitorTest
01:31:00 [INFO] Running org.eclipse.ditto.thingsearch.api.PolicyReferenceTagTest
01:31:00 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.thingsearch.api.PolicyReferenceTagTest
01:31:00 [INFO] Running org.eclipse.ditto.thingsearch.api.SearchNamespaceReportResultTest
01:31:00 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.thingsearch.api.SearchNamespaceReportResultTest
01:31:00 [INFO] Running org.eclipse.ditto.thingsearch.api.SearchNamespaceResultEntryTest
01:31:00 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.thingsearch.api.SearchNamespaceResultEntryTest
01:31:00 [INFO] 
01:31:00 [INFO] Results:
01:31:00 [INFO] 
01:31:00 [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0
01:31:00 [INFO] 
01:31:00 [INFO] 
01:31:00 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-thingsearch-api ---
01:31:00 [INFO] 
01:31:00 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-thingsearch-api ---
01:31:00 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT.jar
01:31:00 [INFO] 
01:31:00 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-thingsearch-api ---
01:31:00 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:31:00 [INFO] No previous run data found, generating javadoc.
01:31:02 [WARNING] Javadoc Warnings
01:31:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/main/java/org/eclipse/ditto/thingsearch/api/package-info.java:14: warning: no comment
01:31:02 [WARNING] package org.eclipse.ditto.thingsearch.api;
01:31:02 [WARNING] ^
01:31:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/main/java/org/eclipse/ditto/thingsearch/api/commands/sudo/package-info.java:14: warning: no comment
01:31:02 [WARNING] package org.eclipse.ditto.thingsearch.api.commands.sudo;
01:31:02 [WARNING] ^
01:31:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/main/java/org/eclipse/ditto/thingsearch/api/events/package-info.java:14: warning: no comment
01:31:02 [WARNING] package org.eclipse.ditto.thingsearch.api.events;
01:31:02 [WARNING] ^
01:31:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/main/java/org/eclipse/ditto/thingsearch/api/SearchNamespaceReportResult.java:50: warning: no @param for entries
01:31:02 [WARNING] public SearchNamespaceReportResult(final Iterable<SearchNamespaceResultEntry> entries) {
01:31:02 [WARNING] ^
01:31:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/main/java/org/eclipse/ditto/thingsearch/api/SearchNamespaceReportResult.java:101: warning: no @return
01:31:02 [WARNING] public SearchNamespaceResultEntry getNamespaceEntry(final String namespace) {
01:31:02 [WARNING] ^
01:31:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/main/java/org/eclipse/ditto/thingsearch/api/commands/sudo/SudoUpdateThing.java:95: warning: no @param for updateReason
01:31:02 [WARNING] public static SudoUpdateThing of(final ThingId thingId,
01:31:02 [WARNING] ^
01:31:02 [WARNING] /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/src/main/java/org/eclipse/ditto/thingsearch/api/commands/sudo/SudoUpdateThing.java:110: warning: no @param for updateReason
01:31:02 [WARNING] public static SudoUpdateThing of(final ThingId thingId,
01:31:02 [WARNING] ^
01:31:02 [WARNING] 7 warnings
01:31:02 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT-javadoc.jar
01:31:02 [INFO] 
01:31:02 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-thingsearch-api ---
01:31:02 [INFO] Tests are skipped.
01:31:02 [INFO] 
01:31:02 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-thingsearch-api ---
01:31:02 [INFO] Tests are skipped.
01:31:02 [INFO] 
01:31:02 [INFO] --- jacoco:0.8.10:report (report) @ ditto-thingsearch-api ---
01:31:02 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/jacoco.exec
01:31:02 [INFO] Analyzed bundle 'Eclipse Ditto :: Thing Search :: API' with 18 classes
01:31:02 [INFO] 
01:31:02 [INFO] --- install:3.1.1:install (default-install) @ ditto-thingsearch-api ---
01:31:02 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-api/0-SNAPSHOT/ditto-thingsearch-api-0-SNAPSHOT.pom
01:31:02 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-api/0-SNAPSHOT/ditto-thingsearch-api-0-SNAPSHOT.jar
01:31:02 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/thingsearch/api/target/ditto-thingsearch-api-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-thingsearch-api/0-SNAPSHOT/ditto-thingsearch-api-0-SNAPSHOT-javadoc.jar
01:31:02 [INFO] 
01:31:02 [INFO] --------------------< org.eclipse.ditto:ditto-edge >--------------------
01:31:02 [INFO] Building Eclipse Ditto :: Edge 0-SNAPSHOT                        [57/77]
01:31:02 [INFO]   from edge/pom.xml
01:31:02 [INFO] --------------------------------[ pom ]---------------------------------
01:31:02 [INFO] 
01:31:02 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-edge ---
01:31:02 [INFO] 
01:31:02 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-edge ---
01:31:02 [INFO] 
01:31:02 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-edge ---
01:31:02 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/edge/target/jacoco.exec
01:31:02 [INFO] 
01:31:02 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-edge ---
01:31:02 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:31:02 [INFO] The goal is skip due to packaging 'pom'
01:31:02 [INFO] 
01:31:02 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-edge ---
01:31:02 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-edge:pom:0-SNAPSHOT...
01:31:02 [INFO] 
01:31:02 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-edge ---
01:31:02 [INFO] 
01:31:02 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-edge ---
01:31:02 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
01:31:02 [INFO] 
01:31:02 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-edge ---
01:31:02 [INFO] Tests are skipped.
01:31:02 [INFO] 
01:31:02 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-edge ---
01:31:02 [INFO] Tests are skipped.
01:31:02 [INFO] 
01:31:02 [INFO] --- jacoco:0.8.10:report (report) @ ditto-edge ---
01:31:02 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:31:02 [INFO] 
01:31:02 [INFO] --- install:3.1.1:install (default-install) @ ditto-edge ---
01:31:02 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/edge/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-edge/0-SNAPSHOT/ditto-edge-0-SNAPSHOT.pom
01:31:02 [INFO] 
01:31:02 [INFO] ----------------< org.eclipse.ditto:ditto-edge-service >----------------
01:31:02 [INFO] Building Eclipse Ditto :: Edge :: Service 0-SNAPSHOT             [58/77]
01:31:02 [INFO]   from edge/service/pom.xml
01:31:02 [INFO] --------------------------------[ jar ]---------------------------------
01:31:02 [INFO] 
01:31:02 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-edge-service ---
01:31:02 [INFO] 
01:31:02 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-edge-service ---
01:31:02 [INFO] 
01:31:02 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-edge-service ---
01:31:02 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/edge/service/target/jacoco.exec
01:31:02 [INFO] 
01:31:02 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-edge-service ---
01:31:02 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:31:02 [WARNING] 
01:31:02 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:31:02 [WARNING] 
01:31:02 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:31:02 [WARNING] 
01:31:02 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/edge/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:31:02 [INFO] 
01:31:02 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-edge-service ---
01:31:02 [INFO] Copying 2 resources from src/main/resources to target/classes
01:31:02 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:31:02 [INFO] 
01:31:02 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-edge-service ---
01:31:02 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-edge-service:jar:0-SNAPSHOT...
01:31:02 [INFO] 
01:31:02 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-edge-service ---
01:31:02 [INFO] Changes detected - recompiling the module! :dependency
01:31:02 [INFO] Compiling 44 source files with javac [debug target 17] to target/classes
01:31:03 [INFO] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/acknowledgements/things/ThingCommandResponseAcknowledgementProvider.java: /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/acknowledgements/things/ThingCommandResponseAcknowledgementProvider.java uses unchecked or unsafe operations.
01:31:03 [INFO] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/acknowledgements/things/ThingCommandResponseAcknowledgementProvider.java: Recompile with -Xlint:unchecked for details.
01:31:03 [INFO] 
01:31:03 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-edge-service ---
01:31:03 [INFO] Copying 4 resources from src/test/resources to target/test-classes
01:31:03 [INFO] 
01:31:03 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-edge-service ---
01:31:03 [INFO] Changes detected - recompiling the module! :dependency
01:31:03 [INFO] Compiling 18 source files with javac [debug target 17] to target/test-classes
01:31:03 [INFO] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/test/java/org/eclipse/ditto/edge/service/dispatching/ThingsAggregatorProxyActorTest.java: /home/jenkins/agent/workspace/ditto-ci/edge/service/src/test/java/org/eclipse/ditto/edge/service/dispatching/ThingsAggregatorProxyActorTest.java uses or overrides a deprecated API.
01:31:03 [INFO] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/test/java/org/eclipse/ditto/edge/service/dispatching/ThingsAggregatorProxyActorTest.java: Recompile with -Xlint:deprecation for details.
01:31:03 [INFO] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/test/java/org/eclipse/ditto/edge/service/acknowledgements/things/ThingLiveCommandAckRequestSetterTest.java: Some input files use unchecked or unsafe operations.
01:31:03 [INFO] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/test/java/org/eclipse/ditto/edge/service/acknowledgements/things/ThingLiveCommandAckRequestSetterTest.java: Recompile with -Xlint:unchecked for details.
01:31:03 [INFO] 
01:31:03 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-edge-service ---
01:31:03 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:31:03 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/edge/service/target/surefire-reports
01:31:03 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:31:03 [INFO] 
01:31:03 [INFO] -------------------------------------------------------
01:31:03 [INFO]  T E S T S
01:31:03 [INFO] -------------------------------------------------------
01:31:04 [INFO] Running org.eclipse.ditto.edge.service.placeholders.ImmutableEntityPlaceholderTest
01:31:05 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.082 s -- in org.eclipse.ditto.edge.service.placeholders.ImmutableEntityPlaceholderTest
01:31:05 [INFO] Running org.eclipse.ditto.edge.service.placeholders.ImmutableThingPlaceholderTest
01:31:05 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.ditto.edge.service.placeholders.ImmutableThingPlaceholderTest
01:31:05 [INFO] Running org.eclipse.ditto.edge.service.placeholders.ImmutableThingJsonPlaceholderTest
01:31:05 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 s -- in org.eclipse.ditto.edge.service.placeholders.ImmutableThingJsonPlaceholderTest
01:31:05 [INFO] Running org.eclipse.ditto.edge.service.placeholders.ImmutablePolicyPlaceholderTest
01:31:05 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.edge.service.placeholders.ImmutablePolicyPlaceholderTest
01:31:05 [INFO] Running org.eclipse.ditto.edge.service.placeholders.ImmutableFeaturePlaceholderTest
01:31:06 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
01:31:07 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.858 s -- in org.eclipse.ditto.edge.service.placeholders.ImmutableFeaturePlaceholderTest
01:31:07 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.messages.MessageCommandAckRequestSetterDefaultHeaderTest
01:31:07 [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 s -- in org.eclipse.ditto.edge.service.acknowledgements.messages.MessageCommandAckRequestSetterDefaultHeaderTest
01:31:07 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.messages.MessageCommandAckRequestSetterTest
01:31:07 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.ditto.edge.service.acknowledgements.messages.MessageCommandAckRequestSetterTest
01:31:07 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.AcknowledgementForwarderActorTest
01:31:10 06:31:09.952 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
01:31:11 06:31:11.194 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
01:31:11 06:31:11.294 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
01:31:11 06:31:11.356 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
01:31:12 06:31:12.101 [DEBUG] [f229a8ca-b2bc-4b4c-ab00-624afdf7e8a4] o.e.d.e.s.a.AcknowledgementForwarderActor - Received Acknowledgement / ErrorResponse, forwarding to acknowledgement aggregator <ActorSelection[Anchor(pekko://PekkoTestSystem/), Path(/system/testProbe-1#-1136295286)]>: <Acknowledgement [label=my-requested-ack, entityId=:5e6eeadf-e67e-4e70-b241-cc03e70a3777, httpStatus=HttpStatus [code=202, category=SUCCESS], payload=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=f229a8ca-b2bc-4b4c-ab00-624afdf7e8a4, ditto-ackgregator-address=pekko://PekkoTestSystem/system/testProbe-1#-1136295286, response-required=false}], isWeak=false]>
01:31:12 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.134 s -- in org.eclipse.ditto.edge.service.acknowledgements.AcknowledgementForwarderActorTest
01:31:12 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.things.ThingLiveCommandAckRequestSetterTest
01:31:12 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.edge.service.acknowledgements.things.ThingLiveCommandAckRequestSetterTest
01:31:12 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.things.ThingModifyCommandAckRequestSetterTest
01:31:12 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.edge.service.acknowledgements.things.ThingModifyCommandAckRequestSetterTest
01:31:12 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.AcknowledgementForwarderActorStarterTest
01:31:12 [INFO] [01/18/2024 06:31:12.812] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:31:12 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.675 s -- in org.eclipse.ditto.edge.service.acknowledgements.AcknowledgementForwarderActorStarterTest
01:31:12 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.config.DefaultAcknowledgementConfigTest
01:31:13 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.530 s -- in org.eclipse.ditto.edge.service.acknowledgements.config.DefaultAcknowledgementConfigTest
01:31:13 [INFO] Running org.eclipse.ditto.edge.service.acknowledgements.AcknowledgementAggregatorActorTest
01:31:13 [INFO] [01/18/2024 06:31:13.495] [AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive/system/testProbe-6/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithConnectionIdForLive-c3a922d] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of <PT3S>.
01:31:13 [WARN] [01/18/2024 06:31:13.511] [AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive/system/testProbe-6/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithConnectionIdForLive-c3a922d] Received invalid response. Reason: Entity ID of live response <:94c6bfcf-8b7b-4ba9-8eac-e307bfa3aaee> differs from entity ID of command <mynamespace:myname>. Response: DeleteThingResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithConnectionIdForLive-c3a922d, requested-acks=["live-response"], channel=live, timeout=3000ms, ditto-connection-id=9097aed5-c889-48b5-9d17-b7e2b6f88c31, response-required=false}], responseType=things.responses:deleteThing, httpStatus=HttpStatus [code=204, category=SUCCESS], thingId=:94c6bfcf-8b7b-4ba9-8eac-e307bfa3aaee].
01:31:16 [INFO] [01/18/2024 06:31:16.505] [AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive/system/testProbe-6/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithConnectionIdForLive-c3a922d] Timed out waiting for all requested acknowledgements, completing Acknowledgements with timeouts...
01:31:16 [INFO] [01/18/2024 06:31:16.719] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithConnectionIdForLive)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:31:16 [INFO] [01/18/2024 06:31:16.764] [AcknowledgementAggregatorActorTest_resetConnectivityHeadersForLive-pekko.actor.default-dispatcher-7] [pekko://AcknowledgementAggregatorActorTest_resetConnectivityHeadersForLive/system/testProbe-7/$a][correlation-id:AcknowledgementAggregatorActorTest.resetConnectivityHeadersForLive-1afdf0f] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of <PT1M5S>.
01:31:16 [INFO] [01/18/2024 06:31:16.770] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_resetConnectivityHeadersForLive)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:31:16 [INFO] [01/18/2024 06:31:16.838] [AcknowledgementAggregatorActorTest_keepCommandHeaders-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_keepCommandHeaders/system/testProbe-8/$a][correlation-id:AcknowledgementAggregatorActorTest.keepCommandHeaders-dbb6de1] Starting to wait for all requested acknowledgements <[ack1, ack2]> for a maximum duration of <PT1M5S>.
01:31:16 [INFO] [01/18/2024 06:31:16.843] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_keepCommandHeaders)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:31:16 [INFO] [01/18/2024 06:31:16.919] [AcknowledgementAggregatorActorTest_returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive-pekko.actor.default-dispatcher-6] [pekko://AcknowledgementAggregatorActorTest_returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive/system/testProbe-9/$a][correlation-id:AcknowledgementAggregatorActorTest.returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive-667cfe8] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of <PT3S>.
01:31:16 [WARN] [01/18/2024 06:31:16.919] [AcknowledgementAggregatorActorTest_returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive-pekko.actor.default-dispatcher-6] [pekko://AcknowledgementAggregatorActorTest_returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive/system/testProbe-9/$a][correlation-id:AcknowledgementAggregatorActorTest.returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive-667cfe8] Received invalid response. Reason: Entity ID of live response <:95984b2a-e788-442d-834b-3f1892b9ab39> differs from entity ID of command <mynamespace:myname>. Response: DeleteThingResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=AcknowledgementAggregatorActorTest.returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive-667cfe8, requested-acks=["live-response"], channel=live, timeout=3000ms, response-required=false}], responseType=things.responses:deleteThing, httpStatus=HttpStatus [code=204, category=SUCCESS], thingId=:95984b2a-e788-442d-834b-3f1892b9ab39].
01:31:16 [INFO] [01/18/2024 06:31:16.924] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnInvalidThingCommandResponseAndThenValidCommandResponseWithoutConnectionIdForLive)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:31:17 [INFO] [01/18/2024 06:31:16.970] [AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive/system/testProbe-10/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-fd1af03] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of <PT3S>.
01:31:17 [WARN] [01/18/2024 06:31:16.971] [AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive/system/testProbe-10/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-fd1af03] Received invalid response. Reason: Entity ID of live response <:d0dfc727-5230-4f1e-9d9d-aa4bd8143d7c> differs from entity ID of command <mynamespace:myname>. Response: DeleteThingResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-fd1af03, requested-acks=["live-response"], channel=live, timeout=3000ms, response-required=false}], responseType=things.responses:deleteThing, httpStatus=HttpStatus [code=204, category=SUCCESS], thingId=:d0dfc727-5230-4f1e-9d9d-aa4bd8143d7c].
01:31:19 [INFO] [01/18/2024 06:31:19.982] [AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-pekko.actor.default-dispatcher-4] [pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive/system/testProbe-10/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive-fd1af03] Timed out waiting for all requested acknowledgements, completing Acknowledgements with timeouts...
01:31:19 [INFO] [01/18/2024 06:31:19.986] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnSingleInvalidThingCommandResponseWithoutConnectionIdForLive)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:31:20 [INFO] [01/18/2024 06:31:20.039] [AcknowledgementAggregatorActorTest_returnErrorResponseForLive-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_returnErrorResponseForLive/system/testProbe-11/$a][correlation-id:AcknowledgementAggregatorActorTest.returnErrorResponseForLive-7cc6bbb] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of <PT0.001S>.
01:31:20 [INFO] [01/18/2024 06:31:20.061] [AcknowledgementAggregatorActorTest_returnErrorResponseForLive-pekko.actor.default-dispatcher-6] [pekko://AcknowledgementAggregatorActorTest_returnErrorResponseForLive/system/testProbe-11/$a][correlation-id:AcknowledgementAggregatorActorTest.returnErrorResponseForLive-7cc6bbb] Timed out waiting for all requested acknowledgements, completing Acknowledgements with timeouts...
01:31:20 [INFO] [01/18/2024 06:31:20.063] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnErrorResponseForLive)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:31:20 [INFO] [01/18/2024 06:31:20.107] [AcknowledgementAggregatorActorTest_returnErrorResponseForTwin-pekko.actor.default-dispatcher-8] [pekko://AcknowledgementAggregatorActorTest_returnErrorResponseForTwin/system/testProbe-12/$a][correlation-id:AcknowledgementAggregatorActorTest.returnErrorResponseForTwin-7103e9b] Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT0.001S>.
01:31:20 [INFO] [01/18/2024 06:31:20.129] [AcknowledgementAggregatorActorTest_returnErrorResponseForTwin-pekko.actor.default-dispatcher-7] [pekko://AcknowledgementAggregatorActorTest_returnErrorResponseForTwin/system/testProbe-12/$a][correlation-id:AcknowledgementAggregatorActorTest.returnErrorResponseForTwin-7103e9b] Timed out waiting for all requested acknowledgements, completing Acknowledgements with timeouts...
01:31:20 [INFO] [01/18/2024 06:31:20.132] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnErrorResponseForTwin)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:31:20 [INFO] [01/18/2024 06:31:20.174] [AcknowledgementAggregatorActorTest_discardDuplicateAndUnsolicitedAcknowledgements-pekko.actor.default-dispatcher-8] [pekko://AcknowledgementAggregatorActorTest_discardDuplicateAndUnsolicitedAcknowledgements/system/testProbe-13/$a][correlation-id:AcknowledgementAggregatorActorTest.discardDuplicateAndUnsolicitedAcknowledgements-bb135b0] Starting to wait for all requested acknowledgements <[ack1, ack2]> for a maximum duration of <PT1M5S>.
01:31:20 [INFO] [01/18/2024 06:31:20.176] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_discardDuplicateAndUnsolicitedAcknowledgements)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:31:20 [INFO] [01/18/2024 06:31:20.224] [AcknowledgementAggregatorActorTest_awaitsOnlyUntilTimeout-pekko.actor.default-dispatcher-6] [pekko://AcknowledgementAggregatorActorTest_awaitsOnlyUntilTimeout/system/testProbe-14/$a][correlation-id:awaitsOnlyUntilTimeout] Starting to wait for all requested acknowledgements <[ack1, ack2]> for a maximum duration of <PT5S>.
01:31:25 [INFO] [01/18/2024 06:31:25.242] [AcknowledgementAggregatorActorTest_awaitsOnlyUntilTimeout-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_awaitsOnlyUntilTimeout/system/testProbe-14/$a][correlation-id:awaitsOnlyUntilTimeout] Timed out waiting for all requested acknowledgements, completing Acknowledgements with timeouts...
01:31:26 [INFO] [01/18/2024 06:31:26.226] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_awaitsOnlyUntilTimeout)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:31:26 [INFO] [pekkoDeadLetter][01/18/2024 06:31:26.227] [AcknowledgementAggregatorActorTest_awaitsOnlyUntilTimeout-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_awaitsOnlyUntilTimeout/system/testProbe-14/$a] Message [org.eclipse.ditto.base.model.signals.acks.Acknowledgement] to Actor[pekko://AcknowledgementAggregatorActorTest_awaitsOnlyUntilTimeout/system/testProbe-14/$a#1809491243] was not delivered. [1] dead letters encountered. If this is not an expected behavior then Actor[pekko://AcknowledgementAggregatorActorTest_awaitsOnlyUntilTimeout/system/testProbe-14/$a#1809491243] may have terminated unexpectedly. This logging can be turned off or adjusted with configuration settings 'pekko.log-dead-letters' and 'pekko.log-dead-letters-during-shutdown'.
01:31:26 [INFO] [01/18/2024 06:31:26.267] [AcknowledgementAggregatorActorTest_returnSingleResponseForLive-pekko.actor.default-dispatcher-7] [pekko://AcknowledgementAggregatorActorTest_returnSingleResponseForLive/system/testProbe-15/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleResponseForLive-d88f081] Starting to wait for all requested acknowledgements <[live-response]> for a maximum duration of <PT1M5S>.
01:31:26 [INFO] [01/18/2024 06:31:26.270] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnSingleResponseForLive)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:31:26 [INFO] [01/18/2024 06:31:26.323] [AcknowledgementAggregatorActorTest_returnSingleResponseForTwin-pekko.actor.default-dispatcher-5] [pekko://AcknowledgementAggregatorActorTest_returnSingleResponseForTwin/system/testProbe-16/$a][correlation-id:AcknowledgementAggregatorActorTest.returnSingleResponseForTwin-37d1284] Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:31:26 [INFO] [01/18/2024 06:31:26.325] [main] [CoordinatedShutdown(pekko://AcknowledgementAggregatorActorTest_returnSingleResponseForTwin)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:31:26 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.96 s -- in org.eclipse.ditto.edge.service.acknowledgements.AcknowledgementAggregatorActorTest
01:31:26 [INFO] Running org.eclipse.ditto.edge.service.dispatching.EntityTaskSchedulerTest
01:31:26 06:31:26.341 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
01:31:26 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.349 s -- in org.eclipse.ditto.edge.service.dispatching.EntityTaskSchedulerTest
01:31:26 [INFO] Running org.eclipse.ditto.edge.service.dispatching.ThingsAggregatorProxyActorTest
01:31:26 06:31:26.698 [INFO ] [] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
01:31:26 [INFO] [01/18/2024 06:31:26.751] [ThingsAggregatorProxyActorTest-pekko.actor.default-dispatcher-5] [pekko://ThingsAggregatorProxyActorTest/user/$a][correlation-id:47cfb91d-ea83-4e88-b5b6-f12bcfc580e3] Got 'RetrieveThings' message. Retrieving requested '1' Things..
01:31:26 [INFO] [01/18/2024 06:31:26.782] [ThingsAggregatorProxyActorTest-pekko.actor.default-dispatcher-5] [pekko://ThingsAggregatorProxyActorTest/user/$b][correlation-id:47cfb91d-ea83-4e88-b5b6-f12bcfc580e3] Got 'RetrieveThings' message. Retrieving requested '1' Things..
01:31:26 [INFO] [01/18/2024 06:31:26.782] [ThingsAggregatorProxyActorTest-pekko.actor.default-dispatcher-5] [pekko://ThingsAggregatorProxyActorTest/user/$b] SERVICE_REQUESTS_DONE: waiting for 1 ongoing requests
01:31:27 [INFO] [01/18/2024 06:31:27.123] [ThingsAggregatorProxyActorTest-pekko.actor.default-dispatcher-6] [pekko://ThingsAggregatorProxyActorTest/user/$b] OP_COMPLETE: finished waiting for requests
01:31:27 [INFO] [01/18/2024 06:31:27.146] [ThingsAggregatorProxyActorTest-pekko.actor.default-dispatcher-4] [pekko://ThingsAggregatorProxyActorTest/user/$c][correlation-id:47cfb91d-ea83-4e88-b5b6-f12bcfc580e3] Got 'RetrieveThings' message. Retrieving requested '1' Things..
01:31:27 [INFO] [01/18/2024 06:31:27.169] [ThingsAggregatorProxyActorTest-pekko.actor.default-dispatcher-6] [pekko://ThingsAggregatorProxyActorTest/user/$d] SERVICE_REQUESTS_DONE: no ongoing requests
01:31:27 [INFO] [01/18/2024 06:31:27.170] [main] [CoordinatedShutdown(pekko://ThingsAggregatorProxyActorTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:31:27 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.488 s -- in org.eclipse.ditto.edge.service.dispatching.ThingsAggregatorProxyActorTest
01:31:27 [INFO] Running org.eclipse.ditto.edge.service.dispatching.EdgeCommandForwarderActorTest
01:31:27 06:31:27.196 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
01:31:27 06:31:27.339 [INFO ] [] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: org.eclipse.ditto.edge.service.dispatching.EdgeCommandForwarderActorTestSignalTransformer.
01:31:27 06:31:27.361 [DEBUG] [cid-1-create] o.e.d.e.s.d.EdgeCommandForwarderActor - Scheduling signal transformation task for entityId <foo:bar>
01:31:27 06:31:27.393 [DEBUG] [cid-2-modify] o.e.d.b.s.s.SignalTransformers - Signal transforming of <ModifyAttribute [type=things.commands:modifyAttribute, dittoHeaders=ImmutableDittoHeaders [{correlation-id=cid-2-modify}], thingId=foo:bar, attributePointer=/foo, attributeValue=42]> resulted in <ModifyAttribute [type=things.commands:modifyAttribute, dittoHeaders=ImmutableDittoHeaders [{correlation-id=cid-2-modify}], thingId=foo:bar, attributePointer=/foo, attributeValue=42]>.
01:31:27 06:31:27.395 [DEBUG] [cid-2-modify] o.e.d.e.s.d.EdgeCommandForwarderActor - Scheduling signal transformation task for entityId <foo:bar>
01:31:27 06:31:27.560 [DEBUG] [cid-1-create] o.e.d.b.s.s.SignalTransformers - Signal transforming of <CreateThing [type=things.commands:createThing, dittoHeaders=ImmutableDittoHeaders [{correlation-id=cid-1-create}], thing=ImmutableThing [thingId=foo:bar, policyId=foo:bar, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null], initialPolicy=null, policyIdOrPlaceholder=null]> resulted in <CreateThing [type=things.commands:createThing, dittoHeaders=ImmutableDittoHeaders [{correlation-id=cid-1-create}], thing=ImmutableThing [thingId=foo:bar, policyId=foo:bar, definition=null, attributes=null, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null], initialPolicy=null, policyIdOrPlaceholder=null]>.
01:31:27 06:31:27.563 [INFO ] [cid-1-create] o.e.d.e.s.d.EdgeCommandForwarderActor - Forwarding thing signal with ID <foo:bar> and type <things.commands:createThing> to 'things' shard region
01:31:27 06:31:27.566 [INFO ] [cid-2-modify] o.e.d.e.s.d.EdgeCommandForwarderActor - Forwarding thing signal with ID <foo:bar> and type <things.commands:modifyAttribute> to 'things' shard region
01:31:27 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.421 s -- in org.eclipse.ditto.edge.service.dispatching.EdgeCommandForwarderActorTest
01:31:27 [INFO] Running org.eclipse.ditto.edge.service.headers.DefaultDittoHeadersValidatorTest
01:31:27 06:31:27.635 [INFO ] [] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
01:31:27 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s -- in org.eclipse.ditto.edge.service.headers.DefaultDittoHeadersValidatorTest
01:31:27 [INFO] 
01:31:27 [INFO] Results:
01:31:27 [INFO] 
01:31:27 [INFO] Tests run: 133, Failures: 0, Errors: 0, Skipped: 0
01:31:27 [INFO] 
01:31:27 [INFO] 
01:31:27 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-edge-service ---
01:31:27 [INFO] 
01:31:27 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-edge-service ---
01:31:27 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/edge/service/target/ditto-edge-service-0-SNAPSHOT.jar
01:31:27 [INFO] 
01:31:27 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-edge-service ---
01:31:27 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:31:27 [INFO] No previous run data found, generating javadoc.
01:31:30 [WARNING] Javadoc Warnings
01:31:30 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/package-info.java:14: warning: no comment
01:31:30 [WARNING] package org.eclipse.ditto.edge.service;
01:31:30 [WARNING] ^
01:31:30 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/acknowledgements/package-info.java:15: warning: no comment
01:31:30 [WARNING] package org.eclipse.ditto.edge.service.acknowledgements;
01:31:30 [WARNING] ^
01:31:30 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/acknowledgements/message/package-info.java:14: warning: no comment
01:31:30 [WARNING] package org.eclipse.ditto.edge.service.acknowledgements.message;
01:31:30 [WARNING] ^
01:31:30 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/acknowledgements/things/package-info.java:14: warning: no comment
01:31:30 [WARNING] package org.eclipse.ditto.edge.service.acknowledgements.things;
01:31:30 [WARNING] ^
01:31:30 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/dispatching/package-info.java:14: warning: no comment
01:31:30 [WARNING] package org.eclipse.ditto.edge.service.dispatching;
01:31:30 [WARNING] ^
01:31:30 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/package-info.java:14: warning: no comment
01:31:30 [WARNING] package org.eclipse.ditto.edge.service.placeholders;
01:31:30 [WARNING] ^
01:31:30 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/dispatching/AskWithRetryCommandForwarder.java:61: warning: no comment
01:31:30 [WARNING] public AskWithRetryCommandForwarder(final ActorSystem actorSystem) {
01:31:30 [WARNING] ^
01:31:30 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/headers/DefaultDittoHeadersValidator.java:41: warning: no comment
01:31:30 [WARNING] public DefaultDittoHeadersValidator(final ActorSystem actorSystem, final Config config) {
01:31:30 [WARNING] ^
01:31:30 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/dispatching/signaltransformer/DefaultNamespaceAppender.java:67: warning: no comment
01:31:30 [WARNING] public DefaultNamespaceAppender(final String defaultNamespace) {
01:31:30 [WARNING] ^
01:31:30 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/headers/DittoHeadersValidator.java:67: warning: no comment
01:31:30 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<DittoHeadersValidator> {
01:31:30 [WARNING] ^
01:31:30 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/dispatching/EdgeCommandForwarderActor.java:260: warning: no comment
01:31:30 [WARNING] public void forwardToConnectivityPubSub(final RetrieveAllConnectionIds cmd) {
01:31:30 [WARNING] ^
01:31:30 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/dispatching/EdgeCommandForwarderExtension.java:59: warning: no comment
01:31:30 [WARNING] final class ExtensionId extends DittoExtensionPoint.ExtensionId<EdgeCommandForwarderExtension> {
01:31:30 [WARNING] ^
01:31:30 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/FeaturePlaceholder.java:27: warning: no comment
01:31:30 [WARNING] static FeaturePlaceholder getInstance() {
01:31:30 [WARNING] ^
01:31:30 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/PolicyPlaceholder.java:24: warning: no comment
01:31:30 [WARNING] static PolicyPlaceholder getInstance() {
01:31:30 [WARNING] ^
01:31:30 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/RequestPlaceholder.java:24: warning: no comment
01:31:30 [WARNING] static RequestPlaceholder getInstance() {
01:31:30 [WARNING] ^
01:31:30 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/ThingJsonPlaceholder.java:24: warning: no comment
01:31:30 [WARNING] static ThingJsonPlaceholder getInstance() {
01:31:30 [WARNING] ^
01:31:30 [WARNING] /home/jenkins/agent/workspace/ditto-ci/edge/service/src/main/java/org/eclipse/ditto/edge/service/placeholders/ThingPlaceholder.java:24: warning: no comment
01:31:30 [WARNING] static ThingPlaceholder getInstance() {
01:31:30 [WARNING] ^
01:31:30 [WARNING] 17 warnings
01:31:30 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/edge/service/target/ditto-edge-service-0-SNAPSHOT-javadoc.jar
01:31:30 [INFO] 
01:31:30 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-edge-service ---
01:31:30 [INFO] Tests are skipped.
01:31:30 [INFO] 
01:31:30 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-edge-service ---
01:31:30 [INFO] Tests are skipped.
01:31:30 [INFO] 
01:31:30 [INFO] --- jacoco:0.8.10:report (report) @ ditto-edge-service ---
01:31:30 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/edge/service/target/jacoco.exec
01:31:30 [INFO] Analyzed bundle 'Eclipse Ditto :: Edge :: Service' with 48 classes
01:31:30 [INFO] 
01:31:30 [INFO] --- install:3.1.1:install (default-install) @ ditto-edge-service ---
01:31:30 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/edge/service/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-edge-service/0-SNAPSHOT/ditto-edge-service-0-SNAPSHOT.pom
01:31:30 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/edge/service/target/ditto-edge-service-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-edge-service/0-SNAPSHOT/ditto-edge-service-0-SNAPSHOT.jar
01:31:30 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/edge/service/target/ditto-edge-service-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-edge-service/0-SNAPSHOT/ditto-edge-service-0-SNAPSHOT-javadoc.jar
01:31:30 [INFO] 
01:31:30 [INFO] ------< org.eclipse.ditto:ditto-internal-models-signalenrichment >------
01:31:30 [INFO] Building Eclipse Ditto :: Internal :: Models :: Signal Enrichment 0-SNAPSHOT [59/77]
01:31:30 [INFO]   from internal/models/signalenrichment/pom.xml
01:31:30 [INFO] --------------------------------[ jar ]---------------------------------
01:31:30 [INFO] 
01:31:30 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-models-signalenrichment ---
01:31:30 [INFO] 
01:31:30 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-models-signalenrichment ---
01:31:30 [INFO] 
01:31:30 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-models-signalenrichment ---
01:31:30 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/jacoco.exec
01:31:30 [INFO] 
01:31:30 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-models-signalenrichment ---
01:31:30 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:31:30 [WARNING] 
01:31:30 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:31:30 [WARNING] 
01:31:30 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:31:30 [WARNING] 
01:31:30 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:31:30 [INFO] 
01:31:30 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-models-signalenrichment ---
01:31:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/resources
01:31:30 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:31:30 [INFO] 
01:31:30 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-models-signalenrichment ---
01:31:30 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:0-SNAPSHOT...
01:31:30 [INFO] 
01:31:30 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-models-signalenrichment ---
01:31:30 [INFO] Changes detected - recompiling the module! :dependency
01:31:30 [INFO] Compiling 10 source files with javac [debug target 17] to target/classes
01:31:30 [INFO] 
01:31:30 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-models-signalenrichment ---
01:31:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/test/resources
01:31:30 [INFO] 
01:31:30 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-models-signalenrichment ---
01:31:30 [INFO] Changes detected - recompiling the module! :dependency
01:31:30 [INFO] Compiling 4 source files with javac [debug target 17] to target/test-classes
01:31:30 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/test/java/org/eclipse/ditto/internal/models/signalenrichment/AbstractSignalEnrichmentFacadeTest.java: /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/test/java/org/eclipse/ditto/internal/models/signalenrichment/AbstractSignalEnrichmentFacadeTest.java uses or overrides a deprecated API.
01:31:30 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/test/java/org/eclipse/ditto/internal/models/signalenrichment/AbstractSignalEnrichmentFacadeTest.java: Recompile with -Xlint:deprecation for details.
01:31:30 [INFO] 
01:31:30 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-models-signalenrichment ---
01:31:30 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:31:30 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/surefire-reports
01:31:30 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:31:31 [INFO] 
01:31:31 [INFO] -------------------------------------------------------
01:31:31 [INFO]  T E S T S
01:31:31 [INFO] -------------------------------------------------------
01:31:31 [INFO] Running org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacadeTest
01:31:33 06:31:33.666 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade - Looking up cache entry for <thing::759c84c5-45df-4c38-9c2b-ba00023cd9d0>
01:31:34 06:31:34.836 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade - Looking up cache entry for <thing::759c84c5-45df-4c38-9c2b-ba00023cd9d0>
01:31:34 [INFO] [01/18/2024 06:31:34.911] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:31:35 06:31:35.034 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade - Looking up cache entry for <thing::95fa9bdd-e548-4cd3-b9ac-642fdafb8e1e>
01:31:35 06:31:35.462 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade - Looking up cache entry for <thing::95fa9bdd-e548-4cd3-b9ac-642fdafb8e1e>
01:31:36 06:31:36.473 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade - Looking up cache entry for <thing::95fa9bdd-e548-4cd3-b9ac-642fdafb8e1e>
01:31:37 [INFO] [01/18/2024 06:31:37.478] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:31:37 06:31:37.518 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade - Looking up cache entry for <thing::f9f50419-9866-4a20-a862-1ee5f9833795>
01:31:37 06:31:37.520 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade - Looking up cache entry for <thing::f9f50419-9866-4a20-a862-1ee5f9833795>
01:31:38 [INFO] [01/18/2024 06:31:38.526] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:31:38 06:31:38.580 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade - Looking up cache entry for <thing::35d7714f-b171-44eb-b607-20e28adc8192>
01:31:38 06:31:38.583 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade - Looking up cache entry for <thing::35d7714f-b171-44eb-b607-20e28adc8192>
01:31:39 [INFO] [01/18/2024 06:31:39.588] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:31:39 06:31:39.630 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade - Looking up cache entry for <thing::a3eb5ec8-b84b-49d1-8e5d-82886f3f3bd1>
01:31:39 06:31:39.633 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade - Looking up cache entry for <thing::a3eb5ec8-b84b-49d1-8e5d-82886f3f3bd1>
01:31:40 [INFO] [01/18/2024 06:31:40.639] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:31:40 06:31:40.676 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade - Looking up cache entry for <thing::a8ed7293-bb7f-4774-a28f-76e160822f51>
01:31:40 06:31:40.684 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade - Looking up cache entry for <thing::a8ed7293-bb7f-4774-a28f-76e160822f51>
01:31:41 [INFO] [01/18/2024 06:31:41.691] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:31:41 06:31:41.733 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade - Looking up cache entry for <thing::b68878e7-a077-435a-8c3b-cd192b78be7c>
01:31:41 06:31:41.736 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade - Looking up cache entry for <thing::b68878e7-a077-435a-8c3b-cd192b78be7c>
01:31:41 [INFO] [01/18/2024 06:31:41.739] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:31:41 06:31:41.778 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade - Looking up cache entry for <thing::94f65447-1357-4912-b16d-703e7620be6b>
01:31:41 06:31:41.793 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade - Looking up cache entry for <thing::94f65447-1357-4912-b16d-703e7620be6b>
01:31:41 [INFO] [01/18/2024 06:31:41.796] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:31:41 06:31:41.833 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade - Looking up cache entry for <thing::ab2ea3d8-6cef-44f8-8d58-d9d0590a29a8>
01:31:41 [INFO] [01/18/2024 06:31:41.919] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:31:41 Jan 18, 2024 6:31:41 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
01:31:41 WARNING: Exception thrown during asynchronous load
01:31:41 java.util.concurrent.CompletionException: ThingNotAccessibleException [message='The Thing with ID ':ab2ea3d8-6cef-44f8-8d58-d9d0590a29a8' could not be found or requester had insufficient permissions to access it.', errorCode=things:thing.notfound, httpStatus=HttpStatus [code=404, category=CLIENT_ERROR], description='Check if the ID of your requested Thing was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=7780823b-5178-44f1-b09e-4cd17eab42dd}]]
01:31:41 	at java.base/java.util.concurrent.CompletableFuture.encodeRelay(CompletableFuture.java:368)
01:31:41 	at java.base/java.util.concurrent.CompletableFuture.completeRelay(CompletableFuture.java:377)
01:31:41 	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1152)
01:31:41 	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
01:31:41 	at java.base/java.lang.Thread.run(Thread.java:833)
01:31:41 Caused by: ThingNotAccessibleException [message='The Thing with ID ':ab2ea3d8-6cef-44f8-8d58-d9d0590a29a8' could not be found or requester had insufficient permissions to access it.', errorCode=things:thing.notfound, httpStatus=HttpStatus [code=404, category=CLIENT_ERROR], description='Check if the ID of your requested Thing was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=7780823b-5178-44f1-b09e-4cd17eab42dd}]]
01:31:41 	at org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotAccessibleException$Builder.doBuild(ThingNotAccessibleException.java:150)
01:31:41 	at org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotAccessibleException$Builder.doBuild(ThingNotAccessibleException.java:132)
01:31:41 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
01:31:41 	at org.eclipse.ditto.internal.models.signalenrichment.AbstractSignalEnrichmentFacadeTest.lambda$thingNotAccessible$2(AbstractSignalEnrichmentFacadeTest.java:112)
01:31:41 	at org.eclipse.ditto.base.model.signals.DittoTestSystem$1.<init>(DittoTestSystem.java:40)
01:31:41 	at org.eclipse.ditto.base.model.signals.DittoTestSystem.run(DittoTestSystem.java:39)
01:31:41 	at org.eclipse.ditto.internal.models.signalenrichment.AbstractSignalEnrichmentFacadeTest.thingNotAccessible(AbstractSignalEnrichmentFacadeTest.java:99)
01:31:41 	at org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacadeTest.thingNotAccessible(DittoCachingSignalEnrichmentFacadeTest.java:52)
01:31:41 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:31:41 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:31:41 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:31:41 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:31:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:31:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:31:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:31:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:31:41 	at org.assertj.core.api.SoftAssertionsStatement$1.evaluate(SoftAssertionsStatement.java:41)
01:31:41 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:31:41 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:31:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:31:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:31:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:31:41 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:31:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:31:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:31:41 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:31:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:31:41 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:31:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:31:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:31:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:31:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:31:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:31:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:31:41 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:31:41 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:31:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:31:41 
01:31:41 06:31:41.957 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade - Looking up cache entry for <thing:test:thing-id>
01:31:41 [INFO] [01/18/2024 06:31:41.961] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:31:42 06:31:42.018 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade - Looking up cache entry for <thing::11dcc60c-080f-4544-b72b-a9e225fa2492>
01:31:52 Jan 18, 2024 6:31:52 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
01:31:52 WARNING: Exception thrown during asynchronous load
01:31:52 java.util.concurrent.CompletionException: org.apache.pekko.pattern.AskTimeoutException: Ask timed out on [ActorSelection[Anchor(pekko://DittoCachingSignalEnrichmentFacadeTest/system/testProbe-11#-46915959), Path(/)]] after [10000 ms]. Message of type [org.eclipse.ditto.things.model.signals.commands.query.RetrieveThing]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.
01:31:52 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332)
01:31:52 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347)
01:31:52 	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1141)
01:31:52 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
01:31:52 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
01:31:52 	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:26)
01:31:52 	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:23)
01:31:52 	at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:484)
01:31:52 	at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
01:31:52 	at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429)
01:31:52 	at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:335)
01:31:52 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285)
01:31:52 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278)
01:31:52 	at org.apache.pekko.pattern.PromiseActorRef$.$anonfun$apply$1(AskSupport.scala:737)
01:31:52 	at org.apache.pekko.actor.Scheduler$$anon$7.run(Scheduler.scala:491)
01:31:52 	at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
01:31:52 	at org.apache.pekko.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:376)
01:31:52 	at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.executeBucket$1(LightArrayRevolverScheduler.scala:324)
01:31:52 	at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.nextTick(LightArrayRevolverScheduler.scala:328)
01:31:52 	at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.run(LightArrayRevolverScheduler.scala:280)
01:31:52 	at java.base/java.lang.Thread.run(Thread.java:833)
01:31:52 Caused by: org.apache.pekko.pattern.AskTimeoutException: Ask timed out on [ActorSelection[Anchor(pekko://DittoCachingSignalEnrichmentFacadeTest/system/testProbe-11#-46915959), Path(/)]] after [10000 ms]. Message of type [org.eclipse.ditto.things.model.signals.commands.query.RetrieveThing]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.
01:31:52 
01:31:52 [INFO] [01/18/2024 06:31:52.039] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:31:52 06:31:52.077 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade - Looking up cache entry for <thing::0296b522-20c1-4be2-a76d-f56d91c0fca7>
01:31:52 [INFO] [01/18/2024 06:31:52.081] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:31:52 06:31:52.117 [main] DEBUG org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacade - Looking up cache entry for <thing::9522056d-9d5a-49ae-aaa7-3352dd3db5b4>
01:31:52 Jan 18, 2024 6:31:52 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
01:31:52 WARNING: Exception thrown during asynchronous load
01:31:52 java.util.concurrent.CompletionException: java.lang.IllegalStateException: Unexpected message: java.lang.Object@72aa4c4b
01:31:52 	at java.base/java.util.concurrent.CompletableFuture.encodeRelay(CompletableFuture.java:368)
01:31:52 	at java.base/java.util.concurrent.CompletableFuture.completeRelay(CompletableFuture.java:377)
01:31:52 	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1152)
01:31:52 	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
01:31:52 	at java.base/java.lang.Thread.run(Thread.java:833)
01:31:52 Caused by: java.lang.IllegalStateException: Unexpected message: java.lang.Object@72aa4c4b
01:31:52 	at org.eclipse.ditto.internal.models.signalenrichment.ByRoundTripSignalEnrichmentFacade.toThrowable(ByRoundTripSignalEnrichmentFacade.java:109)
01:31:52 	at org.eclipse.ditto.internal.models.signalenrichment.ByRoundTripSignalEnrichmentFacade.extractPartialThing(ByRoundTripSignalEnrichmentFacade.java:100)
01:31:52 	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150)
01:31:52 	... 2 more
01:31:52 
01:31:52 [INFO] [01/18/2024 06:31:52.120] [main] [CoordinatedShutdown(pekko://DittoCachingSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:31:52 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.62 s -- in org.eclipse.ditto.internal.models.signalenrichment.DittoCachingSignalEnrichmentFacadeTest
01:31:52 [INFO] Running org.eclipse.ditto.internal.models.signalenrichment.ByRoundTripSignalEnrichmentFacadeTest
01:31:52 [INFO] [01/18/2024 06:31:52.163] [main] [CoordinatedShutdown(pekko://ByRoundTripSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:31:52 [INFO] [01/18/2024 06:31:52.220] [main] [CoordinatedShutdown(pekko://ByRoundTripSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:31:52 [INFO] [01/18/2024 06:31:52.282] [main] [CoordinatedShutdown(pekko://ByRoundTripSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:31:52 [INFO] [01/18/2024 06:31:52.318] [main] [CoordinatedShutdown(pekko://ByRoundTripSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:31:52 [INFO] [01/18/2024 06:31:52.351] [main] [CoordinatedShutdown(pekko://ByRoundTripSignalEnrichmentFacadeTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:31:52 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 s -- in org.eclipse.ditto.internal.models.signalenrichment.ByRoundTripSignalEnrichmentFacadeTest
01:31:52 [INFO] Running org.eclipse.ditto.internal.models.signalenrichment.SignalEnrichmentCacheKeyTest
01:31:52 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.535 s -- in org.eclipse.ditto.internal.models.signalenrichment.SignalEnrichmentCacheKeyTest
01:31:52 [INFO] 
01:31:52 [INFO] Results:
01:31:52 [INFO] 
01:31:52 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0
01:31:52 [INFO] 
01:31:52 [INFO] 
01:31:52 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-models-signalenrichment ---
01:31:52 [INFO] 
01:31:52 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-models-signalenrichment ---
01:31:52 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-0-SNAPSHOT.jar
01:31:53 [INFO] 
01:31:53 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-models-signalenrichment ---
01:31:53 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:31:53 [INFO] No previous run data found, generating javadoc.
01:31:54 [WARNING] Javadoc Warnings
01:31:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/package-info.java:14: warning: no comment
01:31:54 [WARNING] package org.eclipse.ditto.internal.models.signalenrichment;
01:31:54 [WARNING] ^
01:31:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/CachingSignalEnrichmentFacade.java:47: warning: no comment
01:31:54 [WARNING] default JsonObject applyJsonFieldSelector(final JsonObject jsonObject,
01:31:54 [WARNING] ^
01:31:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/DittoCachingSignalEnrichmentFacade.java:83: warning: no @return
01:31:54 [WARNING] public static DittoCachingSignalEnrichmentFacade newInstance(final SignalEnrichmentFacade cacheLoaderFacade,
01:31:54 [WARNING] ^
01:31:54 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/src/main/java/org/eclipse/ditto/internal/models/signalenrichment/SignalEnrichmentProviderConfig.java:57: warning: no comment
01:31:54 [WARNING] CACHE_ENABLED("cache.enabled", true);
01:31:54 [WARNING] ^
01:31:54 [WARNING] 4 warnings
01:31:54 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-0-SNAPSHOT-javadoc.jar
01:31:54 [INFO] 
01:31:54 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-models-signalenrichment ---
01:31:54 [INFO] Tests are skipped.
01:31:54 [INFO] 
01:31:54 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-models-signalenrichment ---
01:31:54 [INFO] Tests are skipped.
01:31:54 [INFO] 
01:31:54 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-models-signalenrichment ---
01:31:54 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/jacoco.exec
01:31:54 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Models :: Signal Enrichment' with 9 classes
01:31:54 [INFO] 
01:31:54 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-models-signalenrichment ---
01:31:54 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-signalenrichment/0-SNAPSHOT/ditto-internal-models-signalenrichment-0-SNAPSHOT.pom
01:31:54 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-signalenrichment/0-SNAPSHOT/ditto-internal-models-signalenrichment-0-SNAPSHOT.jar
01:31:54 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/models/signalenrichment/target/ditto-internal-models-signalenrichment-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-models-signalenrichment/0-SNAPSHOT/ditto-internal-models-signalenrichment-0-SNAPSHOT-javadoc.jar
01:31:54 [INFO] 
01:31:54 [INFO] -----< org.eclipse.ditto:ditto-internal-utils-conditional-headers >-----
01:31:54 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Conditional Headers 0-SNAPSHOT [60/77]
01:31:54 [INFO]   from internal/utils/conditional-headers/pom.xml
01:31:54 [INFO] --------------------------------[ jar ]---------------------------------
01:31:54 [INFO] 
01:31:54 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-conditional-headers ---
01:31:54 [INFO] 
01:31:54 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-conditional-headers ---
01:31:54 [INFO] 
01:31:54 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-conditional-headers ---
01:31:54 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/jacoco.exec
01:31:54 [INFO] 
01:31:54 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-conditional-headers ---
01:31:54 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:31:54 [WARNING] 
01:31:54 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:31:54 [WARNING] 
01:31:54 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:31:54 [WARNING] 
01:31:54 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:31:54 [INFO] 
01:31:54 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-conditional-headers ---
01:31:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/src/main/resources
01:31:54 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:31:54 [INFO] 
01:31:54 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-conditional-headers ---
01:31:54 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:0-SNAPSHOT...
01:31:54 [INFO] 
01:31:54 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-conditional-headers ---
01:31:54 [INFO] Changes detected - recompiling the module! :dependency
01:31:54 [INFO] Compiling 6 source files with javac [debug target 17] to target/classes
01:31:54 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/src/main/java/org/eclipse/ditto/internal/utils/headers/conditional/IfEqualPreconditionHeader.java: /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/src/main/java/org/eclipse/ditto/internal/utils/headers/conditional/IfEqualPreconditionHeader.java uses unchecked or unsafe operations.
01:31:54 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/src/main/java/org/eclipse/ditto/internal/utils/headers/conditional/IfEqualPreconditionHeader.java: Recompile with -Xlint:unchecked for details.
01:31:54 [INFO] 
01:31:54 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-conditional-headers ---
01:31:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/src/test/resources
01:31:54 [INFO] 
01:31:54 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-conditional-headers ---
01:31:54 [INFO] Changes detected - recompiling the module! :dependency
01:31:54 [INFO] Compiling 3 source files with javac [debug target 17] to target/test-classes
01:31:54 [INFO] 
01:31:54 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-conditional-headers ---
01:31:54 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:31:54 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/surefire-reports
01:31:54 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:31:54 [INFO] 
01:31:54 [INFO] -------------------------------------------------------
01:31:54 [INFO]  T E S T S
01:31:54 [INFO] -------------------------------------------------------
01:31:55 [INFO] Running org.eclipse.ditto.internal.utils.headers.conditional.IfNoneMatchPreconditionHeaderTest
01:31:56 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.693 s -- in org.eclipse.ditto.internal.utils.headers.conditional.IfNoneMatchPreconditionHeaderTest
01:31:56 [INFO] Running org.eclipse.ditto.internal.utils.headers.conditional.IfMatchPreconditionHeaderTest
01:31:56 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.internal.utils.headers.conditional.IfMatchPreconditionHeaderTest
01:31:56 [INFO] Running org.eclipse.ditto.internal.utils.headers.conditional.ConditionalHeadersValidatorTest
01:31:56 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.ditto.internal.utils.headers.conditional.ConditionalHeadersValidatorTest
01:31:56 [INFO] 
01:31:56 [INFO] Results:
01:31:56 [INFO] 
01:31:56 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0
01:31:56 [INFO] 
01:31:56 [INFO] 
01:31:56 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-conditional-headers ---
01:31:56 [INFO] 
01:31:56 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-conditional-headers ---
01:31:56 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-0-SNAPSHOT.jar
01:31:56 [INFO] 
01:31:56 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-conditional-headers ---
01:31:56 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:31:56 [INFO] No previous run data found, generating javadoc.
01:31:57 [WARNING] Javadoc Warnings
01:31:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/src/main/java/org/eclipse/ditto/internal/utils/headers/conditional/package-info.java:14: warning: no comment
01:31:57 [WARNING] package org.eclipse.ditto.internal.utils.headers.conditional;
01:31:57 [WARNING] ^
01:31:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/src/main/java/org/eclipse/ditto/internal/utils/headers/conditional/ConditionalHeadersValidator.java:143: warning: no @param for <C>
01:31:57 [WARNING] public <C extends Command<?>> C applyIfEqualHeader(final C command, @Nullable final Entity<?> currentEntity) {
01:31:57 [WARNING] ^
01:31:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/src/main/java/org/eclipse/ditto/internal/utils/headers/conditional/ConditionalHeadersValidator.java:143: warning: no @return
01:31:57 [WARNING] public <C extends Command<?>> C applyIfEqualHeader(final C command, @Nullable final Entity<?> currentEntity) {
01:31:57 [WARNING] ^
01:31:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/src/main/java/org/eclipse/ditto/internal/utils/headers/conditional/IfMatchPreconditionHeader.java:28: warning: no comment
01:31:57 [WARNING] public final class IfMatchPreconditionHeader implements PreconditionHeader<EntityTag> {
01:31:57 [WARNING] ^
01:31:57 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/src/main/java/org/eclipse/ditto/internal/utils/headers/conditional/IfNoneMatchPreconditionHeader.java:26: warning: no comment
01:31:57 [WARNING] public final class IfNoneMatchPreconditionHeader implements PreconditionHeader<EntityTag> {
01:31:57 [WARNING] ^
01:31:57 [WARNING] 5 warnings
01:31:57 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-0-SNAPSHOT-javadoc.jar
01:31:57 [INFO] 
01:31:57 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-conditional-headers ---
01:31:57 [INFO] Tests are skipped.
01:31:57 [INFO] 
01:31:57 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-conditional-headers ---
01:31:57 [INFO] Tests are skipped.
01:31:57 [INFO] 
01:31:57 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-conditional-headers ---
01:31:57 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/jacoco.exec
01:31:57 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Conditional Headers' with 4 classes
01:31:57 [INFO] 
01:31:57 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-conditional-headers ---
01:31:57 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-conditional-headers/0-SNAPSHOT/ditto-internal-utils-conditional-headers-0-SNAPSHOT.pom
01:31:57 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-conditional-headers/0-SNAPSHOT/ditto-internal-utils-conditional-headers-0-SNAPSHOT.jar
01:31:57 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/conditional-headers/target/ditto-internal-utils-conditional-headers-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-conditional-headers/0-SNAPSHOT/ditto-internal-utils-conditional-headers-0-SNAPSHOT-javadoc.jar
01:31:57 [INFO] 
01:31:57 [INFO] ------< org.eclipse.ditto:ditto-internal-utils-persistent-actors >------
01:31:57 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Persistent Actors 0-SNAPSHOT [61/77]
01:31:57 [INFO]   from internal/utils/persistent-actors/pom.xml
01:31:57 [INFO] --------------------------------[ jar ]---------------------------------
01:31:57 [INFO] 
01:31:57 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-persistent-actors ---
01:31:57 [INFO] 
01:31:57 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-persistent-actors ---
01:31:57 [INFO] 
01:31:57 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-internal-utils-persistent-actors ---
01:31:57 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
01:31:57 [INFO] 
01:31:57 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-persistent-actors ---
01:31:57 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/jacoco.exec
01:31:57 [INFO] 
01:31:57 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-persistent-actors ---
01:31:57 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:31:57 [WARNING] 
01:31:57 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:31:57 [WARNING] 
01:31:57 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:31:57 [WARNING] 
01:31:57 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:31:57 [INFO] 
01:31:57 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-persistent-actors ---
01:31:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/resources
01:31:57 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:31:57 [INFO] 
01:31:57 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-persistent-actors ---
01:31:57 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:0-SNAPSHOT...
01:31:57 [INFO] 
01:31:57 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-persistent-actors ---
01:31:57 [INFO] Changes detected - recompiling the module! :dependency
01:31:57 [INFO] Compiling 42 source files with javac [debug target 17] to target/classes
01:31:58 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/commands/AbstractCommandStrategies.java: Some input files use unchecked or unsafe operations.
01:31:58 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/commands/AbstractCommandStrategies.java: Recompile with -Xlint:unchecked for details.
01:31:58 [INFO] 
01:31:58 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-persistent-actors ---
01:31:58 [INFO] Copying 6 resources from src/test/resources to target/test-classes
01:31:58 [INFO] 
01:31:58 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-persistent-actors ---
01:31:58 [INFO] Changes detected - recompiling the module! :dependency
01:31:58 [INFO] Compiling 11 source files with javac [debug target 17] to target/test-classes
01:31:58 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/test/java/org/eclipse/ditto/internal/utils/persistentactors/cleanup/PersistenceCleanupActorTest.java: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/test/java/org/eclipse/ditto/internal/utils/persistentactors/cleanup/PersistenceCleanupActorTest.java uses or overrides a deprecated API.
01:31:58 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/test/java/org/eclipse/ditto/internal/utils/persistentactors/cleanup/PersistenceCleanupActorTest.java: Recompile with -Xlint:deprecation for details.
01:31:58 [INFO] 
01:31:58 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-persistent-actors ---
01:31:58 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:31:58 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/surefire-reports
01:31:58 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:31:58 [INFO] 
01:31:58 [INFO] -------------------------------------------------------
01:31:58 [INFO]  T E S T S
01:31:58 [INFO] -------------------------------------------------------
01:31:59 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.cleanup.DefaultCleanupConfigTest
01:32:00 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.373 s -- in org.eclipse.ditto.internal.utils.persistentactors.cleanup.DefaultCleanupConfigTest
01:32:00 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.cleanup.CleanupTest
01:32:03 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
01:32:04 [INFO] [01/18/2024 06:32:04.814] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:32:05 [INFO] [01/18/2024 06:32:05.093] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:32:05 [INFO] [01/18/2024 06:32:05.209] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:32:05 [INFO] [01/18/2024 06:32:05.308] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:32:05 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.623 s -- in org.eclipse.ditto.internal.utils.persistentactors.cleanup.CleanupTest
01:32:05 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.cleanup.PersistenceCleanupActorTest
01:32:05 06:32:05.671 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
01:32:06 06:32:06.122 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Quiet period expired, starting stream from <>
01:32:06 06:32:06.205 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Progress=<thing:p:id>
01:32:06 06:32:06.533 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream complete. Next stream in <PT9M1.11328125S> from start
01:32:06 06:32:06.534 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActorTest - Waiting 1/30
01:32:06 06:32:06.669 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
01:32:06 06:32:06.725 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Quiet period expired, starting stream from <>
01:32:06 06:32:06.751 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Activating kill-switch on demand: <SingleKillSwitch(1477794483)>
01:32:06 06:32:06.755 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActorTest - Waiting 1/30
01:32:06 06:32:06.756 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream failed or shutdown and disabled. Last PID=<thing:last:pid>
01:32:07 06:32:07.088 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
01:32:07 06:32:07.137 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream disabled. lastPid=<>
01:32:07 06:32:07.163 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
01:32:07 06:32:07.233 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Quiet period expired, starting stream from <>
01:32:07 06:32:07.235 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActorTest - Waiting 1/30
01:32:07 06:32:07.235 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Progress=<thing:p:id>
01:32:07 06:32:07.337 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActorTest - Waiting 1/30
01:32:07 06:32:07.338 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream complete. Next stream in <PT9M56.19140625S> from start
01:32:07 06:32:07.443 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Quiet period expired, starting stream from <>
01:32:07 06:32:07.457 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream complete. Next stream in <PT8M30.64453125S> from start
01:32:07 [INFO] [01/18/2024 06:32:07.457] [test-pekko.actor.default-dispatcher-5] [pekko://test/system/testProbe-5/$a] Stream complete. Next stream in <PT8M30.64453125S> from start
01:32:07 06:32:07.480 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
01:32:07 06:32:07.533 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Quiet period expired, starting stream from <>
01:32:07 06:32:07.535 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Aborting stream because of graceful shutdown.
01:32:07 06:32:07.536 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream failed or shutdown. Next stream in <PT7M43.18359375S> starting from <>
01:32:07 06:32:07.564 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
01:32:07 06:32:07.624 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Quiet period expired, starting stream from <>
01:32:07 06:32:07.627 [INFO ] o.e.d.i.u.p.c.PersistenceCleanupActor - Stream complete. Next stream in <PT6M9.140625S> from start
01:32:07 06:32:07.649 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
01:32:07 06:32:07.733 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
01:32:07 06:32:07.815 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
01:32:08 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.770 s -- in org.eclipse.ditto.internal.utils.persistentactors.cleanup.PersistenceCleanupActorTest
01:32:08 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.cleanup.CleanupResultTest
01:32:08 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.eclipse.ditto.internal.utils.persistentactors.cleanup.CleanupResultTest
01:32:08 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.cleanup.SnapshotRevisionTest
01:32:08 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.internal.utils.persistentactors.cleanup.SnapshotRevisionTest
01:32:08 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.cleanup.CreditsTest
01:32:08 [INFO] [01/18/2024 06:32:08.598] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:32:08 [INFO] [01/18/2024 06:32:08.770] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:32:09 [INFO] [01/18/2024 06:32:09.050] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:32:09 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.857 s -- in org.eclipse.ditto.internal.utils.persistentactors.cleanup.CreditsTest
01:32:09 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.AbstractPersistentActorWithTimersAndCleanupTest
01:32:09 06:32:09.552 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
01:32:09 06:32:09.759 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Starting cleanup for 'thing:namespace:slowDelete', deleting snapshots to sequence number 9 and events to 9.
01:32:09 06:32:09.761 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Another cleanup is already running, rejecting the new cleanup request.
01:32:09 06:32:09.826 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
01:32:09 06:32:09.875 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Starting cleanup for 'thing:com.example:testDeleteSucceeds', deleting snapshots to sequence number 9 and events to 9.
01:32:09 06:32:09.876 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:com.example:testDeleteSucceeds' completed.
01:32:09 06:32:09.911 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
01:32:09 06:32:09.956 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Starting cleanup for 'thing:namespace:failDeleteSnapshot', deleting snapshots to sequence number 4 and events to 4.
01:32:09 06:32:09.959 [WARN ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:namespace:failDeleteSnapshot' failed. Snapshots: DeleteSnapshotsFailure (thing:namespace:failDeleteSnapshot). Messages: DeleteMessagesSuccess.
01:32:10 06:32:10.001 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
01:32:10 06:32:10.051 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Starting cleanup for 'thing:com.example:testDeleteNotCalledWhenRevisionDidNotChange', deleting snapshots to sequence number 19 and events to 19.
01:32:10 06:32:10.052 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:com.example:testDeleteNotCalledWhenRevisionDidNotChange' completed.
01:32:10 06:32:10.095 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
01:32:10 06:32:10.133 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Starting cleanup for 'thing:namespace:failDeleteMessage', deleting snapshots to sequence number 4 and events to 5.
01:32:10 06:32:10.134 [WARN ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:namespace:failDeleteMessage' failed. Snapshots: DeleteSnapshotsSuccess. Messages: DeleteMessagesFailure (thing:namespace:failDeleteMessage).
01:32:10 06:32:10.159 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
01:32:10 06:32:10.231 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Starting cleanup for 'thing:com.example:testZeroStaleEventsKept', deleting snapshots to sequence number 9 and events to 10.
01:32:10 06:32:10.231 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:com.example:testZeroStaleEventsKept' completed.
01:32:10 06:32:10.254 [INFO ] o.a.p.e.s.Slf4jLogger - Slf4jLogger started
01:32:10 06:32:10.299 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Starting cleanup for 'thing:com.example:testDeleteIsCalledWhenRevisionChanged', deleting snapshots to sequence number 9 and events to 9.
01:32:10 06:32:10.300 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:com.example:testDeleteIsCalledWhenRevisionChanged' completed.
01:32:10 06:32:10.304 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Starting cleanup for 'thing:com.example:testDeleteIsCalledWhenRevisionChanged', deleting snapshots to sequence number 19 and events to 19.
01:32:10 06:32:10.305 [INFO ] o.e.d.i.u.p.AbstractPersistentActorWithTimersAndCleanupTest$DummyPersistentActor - Cleanup for 'thing:com.example:testDeleteIsCalledWhenRevisionChanged' completed.
01:32:10 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.247 s -- in org.eclipse.ditto.internal.utils.persistentactors.AbstractPersistentActorWithTimersAndCleanupTest
01:32:10 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.config.DefaultPingConfigTest
01:32:11 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.480 s -- in org.eclipse.ditto.internal.utils.persistentactors.config.DefaultPingConfigTest
01:32:11 [INFO] Running org.eclipse.ditto.internal.utils.persistentactors.PersistencePingActorTest
01:32:11 [INFO] [01/18/2024 06:32:11.853] [PekkoTestSystem-pekko.actor.default-dispatcher-7] [pekko://PekkoTestSystem/user/$a] Scheduling ping for all PersistenceActors with initial delay <PT0S> and interval <PT10M>.
01:32:11 [INFO] [01/18/2024 06:32:11.855] [PekkoTestSystem-pekko.actor.default-dispatcher-7] [pekko://PekkoTestSystem/user/$a] Sending ping for PersistenceActors. Will be sent again after the configured interval of <PT10M>.
01:32:12 [INFO] [01/18/2024 06:32:12.882] [Thread-26] [pekko://PekkoTestSystem/user/$a] Sending pings completed.
01:32:12 [INFO] [01/18/2024 06:32:12.882] [PekkoTestSystem-pekko.actor.default-dispatcher-7] [pekko://PekkoTestSystem/user/$a] Got ping completed.
01:32:12 [INFO] [01/18/2024 06:32:12.897] [PekkoTestSystem-pekko.actor.default-dispatcher-6] [pekko://PekkoTestSystem/user/$b] Scheduling ping for all PersistenceActors with initial delay <PT0S> and interval <PT10M>.
01:32:12 [INFO] [01/18/2024 06:32:12.897] [PekkoTestSystem-pekko.actor.default-dispatcher-8] [pekko://PekkoTestSystem/user/$b] Sending ping for PersistenceActors. Will be sent again after the configured interval of <PT10M>.
01:32:12 [INFO] [01/18/2024 06:32:12.907] [PekkoTestSystem-pekko.actor.default-dispatcher-9] [pekko://PekkoTestSystem/user/$b] Another ping iteration is currently in progress. Next iteration will be started after <PT10M>.
01:32:12 Jan 18, 2024 6:32:12 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:32:12 WARNING: Could not find implementation for entity ID with type <some>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackEntityId> instead.
01:32:13 Jan 18, 2024 6:32:13 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:32:13 WARNING: Could not find implementation for entity ID with type <some>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackEntityId> instead.
01:32:13 Jan 18, 2024 6:32:13 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:32:13 WARNING: Could not find implementation for entity ID with type <some>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackEntityId> instead.
01:32:13 [INFO] [01/18/2024 06:32:13.923] [Thread-27] [pekko://PekkoTestSystem/user/$b] Sending pings completed.
01:32:13 [INFO] [01/18/2024 06:32:13.923] [PekkoTestSystem-pekko.actor.default-dispatcher-7] [pekko://PekkoTestSystem/user/$b] Got ping completed.
01:32:14 [INFO] [01/18/2024 06:32:14.025] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:32:14 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.232 s -- in org.eclipse.ditto.internal.utils.persistentactors.PersistencePingActorTest
01:32:14 [INFO] 
01:32:14 [INFO] Results:
01:32:14 [INFO] 
01:32:14 [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0
01:32:14 [INFO] 
01:32:14 [INFO] 
01:32:14 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-persistent-actors ---
01:32:14 [INFO] 
01:32:14 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-persistent-actors ---
01:32:14 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-0-SNAPSHOT.jar
01:32:14 [INFO] 
01:32:14 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-persistent-actors ---
01:32:14 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:32:14 [INFO] No previous run data found, generating javadoc.
01:32:17 [WARNING] Javadoc Warnings
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/package-info.java:14: warning: no comment
01:32:17 [WARNING] package org.eclipse.ditto.internal.utils.persistentactors;
01:32:17 [WARNING] ^
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/cleanup/package-info.java:15: warning: no comment
01:32:17 [WARNING] package org.eclipse.ditto.internal.utils.persistentactors.cleanup;
01:32:17 [WARNING] ^
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/config/package-info.java:14: warning: no comment
01:32:17 [WARNING] package org.eclipse.ditto.internal.utils.persistentactors.config;
01:32:17 [WARNING] ^
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/commands/AbstractCommandStrategies.java:39: warning: no comment
01:32:17 [WARNING] protected final Map<Class<? extends C>, CommandStrategy<? extends C, S, K, ? extends E>> strategies;
01:32:17 [WARNING] ^
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/events/AbstractEventStrategies.java:36: warning: no comment
01:32:17 [WARNING] protected final Logger log = LoggerFactory.getLogger(getClass());
01:32:17 [WARNING] ^
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/results/ResultVisitor.java:80: warning: no @param for errorCausingCommand
01:32:17 [WARNING] void onError(DittoRuntimeException error, Command<?> errorCausingCommand);
01:32:17 [WARNING] ^
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceActor.java:530: warning: no comment
01:32:17 [WARNING] protected void becomeDeletedHandler() {
01:32:17 [WARNING] ^
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceActor.java:680: warning: no comment
01:32:17 [WARNING] protected void handleByCommandStrategy(final C command) {
01:32:17 [WARNING] ^
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceActor.java:1047: warning: no comment
01:32:17 [WARNING] public PersistEmptyEvent(final EmptyEvent emptyEvent) {
01:32:17 [WARNING] ^
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:125: warning: no comment
01:32:17 [WARNING] @Nullable protected final BlockedNamespaces blockedNamespaces;
01:32:17 [WARNING] ^
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:129: warning: no comment
01:32:17 [WARNING] @Nullable protected ActorRef enforcerChild;
01:32:17 [WARNING] ^
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:127: warning: no comment
01:32:17 [WARNING] @Nullable protected E entityId;
01:32:17 [WARNING] ^
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:131: warning: no comment
01:32:17 [WARNING] protected final Duration localAskTimeout;
01:32:17 [WARNING] ^
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:119: warning: no comment
01:32:17 [WARNING] protected final ThreadSafeDittoLoggingAdapter log = DittoLoggerFactory.getThreadSafeDittoLoggingAdapter(this);
01:32:17 [WARNING] ^
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:123: warning: no comment
01:32:17 [WARNING] protected final MongoReadJournal mongoReadJournal;
01:32:17 [WARNING] ^
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:117: warning: no comment
01:32:17 [WARNING] protected static final String PERSISTENCE_ACTOR_NAME = "pa";
01:32:17 [WARNING] ^
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:128: warning: no comment
01:32:17 [WARNING] @Nullable protected ActorRef persistenceActorChild;
01:32:17 [WARNING] ^
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:146: warning: no comment
01:32:17 [WARNING] protected AbstractPersistenceSupervisor(@Nullable final ActorRef persistenceActorChild,
01:32:17 [WARNING] ^
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:141: warning: no comment
01:32:17 [WARNING] protected AbstractPersistenceSupervisor(@Nullable final BlockedNamespaces blockedNamespaces,
01:32:17 [WARNING] ^
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:226: warning: no comment
01:32:17 [WARNING] protected Receive activeBehaviour(final Runnable matchProcessNextTwinMessageBehavior,
01:32:17 [WARNING] ^
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:596: warning: no comment
01:32:17 [WARNING] protected void becomeTwinSignalProcessingAwaiting() {
01:32:17 [WARNING] ^
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:1025: warning: no comment
01:32:17 [WARNING] protected CompletionStage<Object> filterTargetActorResponseViaEnforcer(
01:32:17 [WARNING] ^
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java:646: warning: no comment
01:32:17 [WARNING] protected void restartChild() {
01:32:17 [WARNING] ^
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistentActorWithTimersAndCleanup.java:60: warning: no comment
01:32:17 [WARNING] protected AbstractPersistentActorWithTimersAndCleanup() {
01:32:17 [WARNING] ^
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistentActorWithTimersAndCleanup.java:64: warning: no comment
01:32:17 [WARNING] protected DittoDiagnosticLoggingAdapter createLogger() {
01:32:17 [WARNING] ^
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/commands/DefaultContext.java:54: warning: no @param for <K>
01:32:17 [WARNING] public static <K> DefaultContext<K> getInstance(final K state, final DittoDiagnosticLoggingAdapter log,
01:32:17 [WARNING] ^
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/commands/DefaultContext.java:54: warning: no @param for actorSystem
01:32:17 [WARNING] public static <K> DefaultContext<K> getInstance(final K state, final DittoDiagnosticLoggingAdapter log,
01:32:17 [WARNING] ^
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/EmptyEvent.java:59: warning: no comment
01:32:17 [WARNING] public static final String TYPE = TYPE_PREFIX + NAME;
01:32:17 [WARNING] ^
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/EmptyEvent.java:68: warning: no comment
01:32:17 [WARNING] public EmptyEvent(final JsonValue effect, final long revision, final DittoHeaders dittoHeaders) {
01:32:17 [WARNING] ^
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/results/Result.java:53: warning: no @param for <E>
01:32:17 [WARNING] static <E extends Event<?>> Result<E> empty() {
01:32:17 [WARNING] ^
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/cleanup/PersistenceCleanupActor.java:344: warning: no comment
01:32:17 [WARNING] public enum Control {
01:32:17 [WARNING] ^
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/cleanup/PersistenceCleanupActor.java:348: warning: no comment
01:32:17 [WARNING] SERVICE_REQUESTS_DONE
01:32:17 [WARNING] ^
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/cleanup/PersistenceCleanupActor.java:347: warning: no comment
01:32:17 [WARNING] SHUTDOWN,
01:32:17 [WARNING] ^
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/cleanup/PersistenceCleanupActor.java:345: warning: no comment
01:32:17 [WARNING] STREAM_COMPLETE,
01:32:17 [WARNING] ^
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/cleanup/PersistenceCleanupActor.java:346: warning: no comment
01:32:17 [WARNING] STREAM_FAILED,
01:32:17 [WARNING] ^
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/cleanup/PersistenceCleanupActor.java:355: warning: no comment
01:32:17 [WARNING] IN_QUIET_PERIOD,
01:32:17 [WARNING] ^
01:32:17 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/cleanup/PersistenceCleanupActor.java:356: warning: no comment
01:32:17 [WARNING] RUNNING
01:32:17 [WARNING] ^
01:32:17 [WARNING] 37 warnings
01:32:17 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-0-SNAPSHOT-javadoc.jar
01:32:17 [INFO] 
01:32:17 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-persistent-actors ---
01:32:17 [INFO] Tests are skipped.
01:32:17 [INFO] 
01:32:17 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-persistent-actors ---
01:32:17 [INFO] Tests are skipped.
01:32:17 [INFO] 
01:32:17 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-persistent-actors ---
01:32:17 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/jacoco.exec
01:32:17 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Persistent Actors' with 49 classes
01:32:17 [INFO] 
01:32:17 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-persistent-actors ---
01:32:17 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-persistent-actors/0-SNAPSHOT/ditto-internal-utils-persistent-actors-0-SNAPSHOT.pom
01:32:17 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-persistent-actors/0-SNAPSHOT/ditto-internal-utils-persistent-actors-0-SNAPSHOT.jar
01:32:17 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/persistent-actors/target/ditto-internal-utils-persistent-actors-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-persistent-actors/0-SNAPSHOT/ditto-internal-utils-persistent-actors-0-SNAPSHOT-javadoc.jar
01:32:17 [INFO] 
01:32:17 [INFO] ----------< org.eclipse.ditto:ditto-internal-utils-protocol >-----------
01:32:17 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Protocol 0-SNAPSHOT [62/77]
01:32:17 [INFO]   from internal/utils/protocol/pom.xml
01:32:17 [INFO] --------------------------------[ jar ]---------------------------------
01:32:17 [INFO] 
01:32:17 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-protocol ---
01:32:17 [INFO] 
01:32:17 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-protocol ---
01:32:17 [INFO] 
01:32:17 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-protocol ---
01:32:17 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/jacoco.exec
01:32:17 [INFO] 
01:32:17 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-protocol ---
01:32:17 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:32:17 [WARNING] 
01:32:17 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:32:17 [WARNING] 
01:32:17 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:32:17 [WARNING] 
01:32:17 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:32:17 [INFO] 
01:32:17 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-protocol ---
01:32:17 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/src/main/resources
01:32:17 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:32:17 [INFO] 
01:32:17 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-protocol ---
01:32:17 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-protocol:jar:0-SNAPSHOT...
01:32:17 [INFO] 
01:32:17 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-protocol ---
01:32:17 [INFO] Changes detected - recompiling the module! :dependency
01:32:17 [INFO] Compiling 6 source files with javac [debug target 17] to target/classes
01:32:17 [INFO] 
01:32:17 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-protocol ---
01:32:17 [INFO] Copying 1 resource from src/test/resources to target/test-classes
01:32:17 [INFO] 
01:32:17 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-protocol ---
01:32:17 [INFO] Changes detected - recompiling the module! :dependency
01:32:17 [INFO] Compiling 2 source files with javac [debug target 17] to target/test-classes
01:32:17 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/src/test/java/org/eclipse/ditto/internal/utils/protocol/config/DefaultProtocolConfigTest.java: /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/src/test/java/org/eclipse/ditto/internal/utils/protocol/config/DefaultProtocolConfigTest.java uses or overrides a deprecated API.
01:32:17 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/src/test/java/org/eclipse/ditto/internal/utils/protocol/config/DefaultProtocolConfigTest.java: Recompile with -Xlint:deprecation for details.
01:32:17 [INFO] 
01:32:17 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-protocol ---
01:32:17 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:32:17 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/surefire-reports
01:32:17 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:32:17 [INFO] 
01:32:17 [INFO] -------------------------------------------------------
01:32:17 [INFO]  T E S T S
01:32:17 [INFO] -------------------------------------------------------
01:32:18 [INFO] Running org.eclipse.ditto.internal.utils.protocol.ProtocolAdapterProviderTest
01:32:20 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.151 s -- in org.eclipse.ditto.internal.utils.protocol.ProtocolAdapterProviderTest
01:32:20 [INFO] Running org.eclipse.ditto.internal.utils.protocol.config.DefaultProtocolConfigTest
01:32:22 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.044 s -- in org.eclipse.ditto.internal.utils.protocol.config.DefaultProtocolConfigTest
01:32:22 [INFO] 
01:32:22 [INFO] Results:
01:32:22 [INFO] 
01:32:22 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
01:32:22 [INFO] 
01:32:22 [INFO] 
01:32:22 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-protocol ---
01:32:22 [INFO] 
01:32:22 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-protocol ---
01:32:22 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/ditto-internal-utils-protocol-0-SNAPSHOT.jar
01:32:22 [INFO] 
01:32:22 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-protocol ---
01:32:22 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:32:22 [INFO] No previous run data found, generating javadoc.
01:32:23 [WARNING] Javadoc Warnings
01:32:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/src/main/java/org/eclipse/ditto/internal/utils/protocol/config/package-info.java:14: warning: no comment
01:32:23 [WARNING] package org.eclipse.ditto.internal.utils.protocol.config;
01:32:23 [WARNING] ^
01:32:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/src/main/java/org/eclipse/ditto/internal/utils/protocol/ProtocolAdapterProvider.java:90: warning: no comment
01:32:23 [WARNING] protected abstract HeaderTranslator createHttpHeaderTranslatorInstance(ProtocolConfig protocolConfig);
01:32:23 [WARNING] ^
01:32:23 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/src/main/java/org/eclipse/ditto/internal/utils/protocol/config/ProtocolConfig.java:42: warning: no comment
01:32:23 [WARNING] enum ProtocolConfigValue implements KnownConfigValue {
01:32:23 [WARNING] ^
01:32:23 [WARNING] 3 warnings
01:32:23 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/ditto-internal-utils-protocol-0-SNAPSHOT-javadoc.jar
01:32:23 [INFO] 
01:32:23 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-protocol ---
01:32:23 [INFO] Tests are skipped.
01:32:23 [INFO] 
01:32:23 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-protocol ---
01:32:23 [INFO] Tests are skipped.
01:32:23 [INFO] 
01:32:23 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-protocol ---
01:32:23 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/jacoco.exec
01:32:23 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Protocol' with 5 classes
01:32:23 [INFO] 
01:32:23 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-protocol ---
01:32:23 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-protocol/0-SNAPSHOT/ditto-internal-utils-protocol-0-SNAPSHOT.pom
01:32:23 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/ditto-internal-utils-protocol-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-protocol/0-SNAPSHOT/ditto-internal-utils-protocol-0-SNAPSHOT.jar
01:32:23 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/protocol/target/ditto-internal-utils-protocol-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-protocol/0-SNAPSHOT/ditto-internal-utils-protocol-0-SNAPSHOT-javadoc.jar
01:32:23 [INFO] 
01:32:23 [INFO] ----------< org.eclipse.ditto:ditto-rql-search-option-parser >----------
01:32:23 [INFO] Building Eclipse Ditto :: RQL :: search option parser 0-SNAPSHOT [63/77]
01:32:23 [INFO]   from rql/search-option-parser/pom.xml
01:32:23 [INFO] -------------------------------[ bundle ]-------------------------------
01:32:23 [INFO] 
01:32:23 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-rql-search-option-parser ---
01:32:23 [INFO] 
01:32:23 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-rql-search-option-parser ---
01:32:23 [INFO] 
01:32:23 [INFO] --- enforcer:3.4.1:enforce (enforce-banned-dependencies) @ ditto-rql-search-option-parser ---
01:32:23 [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed
01:32:23 [INFO] 
01:32:23 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-rql-search-option-parser ---
01:32:23 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/jacoco.exec
01:32:23 [INFO] 
01:32:23 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-rql-search-option-parser ---
01:32:23 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:32:23 [WARNING] 
01:32:23 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:32:23 [WARNING] 
01:32:23 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:32:23 [WARNING] 
01:32:23 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:32:23 [INFO] 
01:32:23 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-rql-search-option-parser ---
01:32:23 [INFO] Copying 0 resource from src/main/resources to target/classes
01:32:23 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:32:23 [INFO] 
01:32:23 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-rql-search-option-parser ---
01:32:23 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-rql-search-option-parser:bundle:0-SNAPSHOT...
01:32:23 [INFO] 
01:32:23 [INFO] --- scala:4.8.1:compile (default) @ ditto-rql-search-option-parser ---
01:32:23 [INFO] Compiler bridge file: /home/jenkins/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.13-1.8.0-bin_2.13.12__61.0-1.8.0_20221110T195421.jar
01:32:23 [INFO] compiling 1 Scala source and 2 Java sources to /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/classes ...
01:32:28 [WARNING] : 4 deprecations (since 2.13.0); re-run with -deprecation for details
01:32:28 [WARNING] one warning found
01:32:29 [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8
01:32:29 1 warning.
01:32:29 [INFO] done compiling
01:32:29 [INFO] compile in 5.7 s
01:32:29 [INFO] 
01:32:29 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-rql-search-option-parser ---
01:32:29 [INFO] Changes detected - recompiling the module! :dependency
01:32:29 [INFO] Compiling 2 source files with javac [debug target 1.8] to target/classes
01:32:29 [WARNING] bootstrap class path not set in conjunction with -source 8
01:32:29 [INFO] 
01:32:29 [INFO] --- scala:4.8.1:compile (compile) @ ditto-rql-search-option-parser ---
01:32:29 [INFO] Compiler bridge file: /home/jenkins/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.13-1.8.0-bin_2.13.12__61.0-1.8.0_20221110T195421.jar
01:32:29 [INFO] compile in 0.0 s
01:32:29 [INFO] 
01:32:29 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-rql-search-option-parser ---
01:32:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/src/test/resources
01:32:29 [INFO] 
01:32:29 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-rql-search-option-parser ---
01:32:29 [INFO] Changes detected - recompiling the module! :dependency
01:32:29 [INFO] Compiling 1 source file with javac [debug target 1.8] to target/test-classes
01:32:29 [WARNING] bootstrap class path not set in conjunction with -source 8
01:32:29 [INFO] 
01:32:29 [INFO] --- scala:4.8.1:testCompile (test-compile) @ ditto-rql-search-option-parser ---
01:32:29 [INFO] Compiler bridge file: /home/jenkins/.sbt/1.0/zinc/org.scala-sbt/org.scala-sbt-compiler-bridge_2.13-1.8.0-bin_2.13.12__61.0-1.8.0_20221110T195421.jar
01:32:29 [INFO] compiling 1 Java source to /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/test-classes ...
01:32:31 [WARNING] Unexpected javac output: warning: [options] bootstrap class path not set in conjunction with -source 8
01:32:31 1 warning.
01:32:31 [INFO] done compiling
01:32:31 [INFO] compile in 1.3 s
01:32:31 [INFO] 
01:32:31 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-rql-search-option-parser ---
01:32:31 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:32:31 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/surefire-reports
01:32:31 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:32:31 [INFO] 
01:32:31 [INFO] -------------------------------------------------------
01:32:31 [INFO]  T E S T S
01:32:31 [INFO] -------------------------------------------------------
01:32:31 [INFO] Running org.eclipse.ditto.rql.parser.thingsearch.options.rql.RqlOptionsParserTest
01:32:32 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.926 s -- in org.eclipse.ditto.rql.parser.thingsearch.options.rql.RqlOptionsParserTest
01:32:32 [INFO] 
01:32:32 [INFO] Results:
01:32:32 [INFO] 
01:32:32 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
01:32:32 [INFO] 
01:32:32 [INFO] 
01:32:32 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-rql-search-option-parser ---
01:32:32 [INFO] 
01:32:32 [INFO] --- bundle:5.1.9:bundle (default-bundle) @ ditto-rql-search-option-parser ---
01:32:32 [WARNING] Bundle org.eclipse.ditto:ditto-rql-search-option-parser:bundle:0-SNAPSHOT : Unused Import-Package instructions: [org.apache.pekko*] 
01:32:32 [INFO] Building bundle: /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/ditto-rql-search-option-parser-0-SNAPSHOT.jar
01:32:32 [INFO] Writing manifest: /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/classes/META-INF/MANIFEST.MF
01:32:32 [INFO] 
01:32:32 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-rql-search-option-parser ---
01:32:32 [INFO] Tests are skipped.
01:32:32 [INFO] 
01:32:32 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-rql-search-option-parser ---
01:32:32 [INFO] Tests are skipped.
01:32:32 [INFO] 
01:32:32 [INFO] --- jacoco:0.8.10:report (report) @ ditto-rql-search-option-parser ---
01:32:32 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/jacoco.exec
01:32:32 [INFO] Analyzed bundle 'Eclipse Ditto :: RQL :: search option parser' with 3 classes
01:32:32 [INFO] 
01:32:32 [INFO] --- install:3.1.1:install (default-install) @ ditto-rql-search-option-parser ---
01:32:32 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-search-option-parser/0-SNAPSHOT/ditto-rql-search-option-parser-0-SNAPSHOT.pom
01:32:32 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/rql/search-option-parser/target/ditto-rql-search-option-parser-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-rql-search-option-parser/0-SNAPSHOT/ditto-rql-search-option-parser-0-SNAPSHOT.jar
01:32:32 [INFO] 
01:32:32 [INFO] --- bundle:5.1.9:install (default-install) @ ditto-rql-search-option-parser ---
01:32:32 [INFO] Installing org/eclipse/ditto/ditto-rql-search-option-parser/0-SNAPSHOT/ditto-rql-search-option-parser-0-SNAPSHOT.jar
01:32:32 [INFO] Writing OBR metadata
01:32:32 [INFO] 
01:32:32 [INFO] -----------< org.eclipse.ditto:ditto-internal-utils-search >------------
01:32:32 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Search 0-SNAPSHOT [64/77]
01:32:32 [INFO]   from internal/utils/search/pom.xml
01:32:32 [INFO] --------------------------------[ jar ]---------------------------------
01:32:32 [INFO] 
01:32:32 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-search ---
01:32:32 [INFO] 
01:32:32 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-search ---
01:32:32 [INFO] 
01:32:32 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-search ---
01:32:32 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/jacoco.exec
01:32:32 [INFO] 
01:32:32 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-search ---
01:32:32 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:32:32 [WARNING] 
01:32:32 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:32:32 [WARNING] 
01:32:32 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:32:32 [WARNING] 
01:32:32 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:32:32 [INFO] 
01:32:32 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-search ---
01:32:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/src/main/resources
01:32:32 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:32:32 [INFO] 
01:32:32 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-search ---
01:32:32 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-search:jar:0-SNAPSHOT...
01:32:32 [INFO] 
01:32:32 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-search ---
01:32:32 [INFO] Changes detected - recompiling the module! :dependency
01:32:32 [INFO] Compiling 5 source files with javac [debug target 17] to target/classes
01:32:32 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/src/main/java/org/eclipse/ditto/internal/utils/search/SearchSource.java: /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/src/main/java/org/eclipse/ditto/internal/utils/search/SearchSource.java uses unchecked or unsafe operations.
01:32:32 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/src/main/java/org/eclipse/ditto/internal/utils/search/SearchSource.java: Recompile with -Xlint:unchecked for details.
01:32:32 [INFO] 
01:32:32 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-search ---
01:32:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/src/test/resources
01:32:32 [INFO] 
01:32:32 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-search ---
01:32:32 [INFO] Changes detected - recompiling the module! :dependency
01:32:32 [INFO] Compiling 4 source files with javac [debug target 17] to target/test-classes
01:32:33 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/src/test/java/org/eclipse/ditto/internal/utils/search/SubscriptionActorTest.java: /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/src/test/java/org/eclipse/ditto/internal/utils/search/SubscriptionActorTest.java uses or overrides a deprecated API.
01:32:33 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/src/test/java/org/eclipse/ditto/internal/utils/search/SubscriptionActorTest.java: Recompile with -Xlint:deprecation for details.
01:32:33 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/src/test/java/org/eclipse/ditto/internal/utils/search/SearchSourceTest.java: /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/src/test/java/org/eclipse/ditto/internal/utils/search/SearchSourceTest.java uses unchecked or unsafe operations.
01:32:33 [INFO] /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/src/test/java/org/eclipse/ditto/internal/utils/search/SearchSourceTest.java: Recompile with -Xlint:unchecked for details.
01:32:33 [INFO] 
01:32:33 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-search ---
01:32:33 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:32:33 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/surefire-reports
01:32:33 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:32:33 [INFO] 
01:32:33 [INFO] -------------------------------------------------------
01:32:33 [INFO]  T E S T S
01:32:33 [INFO] -------------------------------------------------------
01:32:33 [INFO] Running org.eclipse.ditto.internal.utils.search.SearchSourceTest
01:32:36 SLF4J: Class path contains multiple SLF4J bindings.
01:32:36 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]
01:32:36 SLF4J: Found binding in [jar:file:/home/jenkins/.m2/repository/org/slf4j/slf4j-simple/1.7.36/slf4j-simple-1.7.36.jar!/org/slf4j/impl/StaticLoggerBinder.class]
01:32:36 SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
01:32:36 SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
01:32:36 [WARN] [01/18/2024 06:32:36.926] [default-pekko.actor.default-dispatcher-4] [org.apache.pekko.stream.Log(pekko://default/system/Materializers/StreamSupervisor-0)] [resume-source-errors-flow] Upstream failed, cause: InvalidRqlExpressionException: The given RQL expression was invalid
01:32:37 [INFO] [01/18/2024 06:32:37.050] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:32:37 [INFO] [01/18/2024 06:32:37.363] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:32:37 06:32:37.504 [default-pekko.actor.default-dispatcher-6] INFO org.eclipse.ditto.internal.utils.search.SearchSource - Resuming from: org.apache.pekko.stream.RemoteStreamRefActorTerminatedException: [SourceRef-0] Remote stream (pekko://default/system/Materializers/StreamSupervisor-2/$$a-SinkRef-0) failed, reason: mock cursor-not-found error
01:32:37 [INFO] [01/18/2024 06:32:37.656] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:32:37 [WARN] [01/18/2024 06:32:37.755] [default-pekko.actor.default-dispatcher-5] [SinkRefStageImpl(pekko://default)] [SinkRef-0] Stream already completed before remote side materialized, failing now.
01:32:37 [INFO] [01/18/2024 06:32:37.758] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:32:37 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.967 s -- in org.eclipse.ditto.internal.utils.search.SearchSourceTest
01:32:37 [INFO] Running org.eclipse.ditto.internal.utils.search.SubscriptionManagerTest
01:32:37 [INFO] [01/18/2024 06:32:37.853] [default-pekko.actor.default-dispatcher-6] [pekko://default/user/$a] SubscriptionID not found, responding with SubscriptionFailed: <RequestFromSubscription[type=thing-search.commands:request, dittoHeaders=ImmutableDittoHeaders [{}], subscriptionId=nonexistentSid, demand=1]>
01:32:37 [INFO] [01/18/2024 06:32:37.856] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:32:38 06:32:37.992 [default-pekko.actor.default-dispatcher-13] ERROR org.eclipse.ditto.internal.utils.search.SearchSource - Unexpected error
01:32:38 org.apache.pekko.pattern.AskTimeoutException: mock error
01:32:38 [INFO] [01/18/2024 06:32:38.314] [default-pekko.actor.default-dispatcher-6] [pekko://default/user/$a] Processing <CreateSubscription[type=thing-search.commands:subscribe, dittoHeaders=ImmutableDittoHeaders [{}], filter=null, options=size(0), fields=null, namespaces=null, prefix=null]>
01:32:38 [INFO] [01/18/2024 06:32:38.321] [default-pekko.actor.default-dispatcher-6] [pekko://default/user/$a/0] SubscriptionFailed [type=thing-search.subscription.events:failed, subscriptionId=0, dittoHeaders=ImmutableDittoHeaders [{}], error=InvalidOptionException [message='Invalid option: 'size(0)'', errorCode=thing-search:search.option.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='size(n) -- n must be between 1 and 200', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]]
01:32:38 [INFO] [01/18/2024 06:32:38.323] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:32:38 [INFO] [01/18/2024 06:32:38.378] [default-pekko.actor.default-dispatcher-7] [pekko://default/user/$a] Processing <CreateSubscription[type=thing-search.commands:subscribe, dittoHeaders=ImmutableDittoHeaders [{}], filter=exists(attributes/tag1), options=size(1), fields=/thingId, namespaces=null, prefix=null]>
01:32:38 [INFO] [01/18/2024 06:32:38.384] [default-pekko.actor.default-dispatcher-7] [pekko://default/user/$a/0] SubscriptionFailed [type=thing-search.subscription.events:failed, subscriptionId=0, dittoHeaders=ImmutableDittoHeaders [{}], error=SubscriptionProtocolErrorException [message='The number of requested elements must be > 0 (see reactive-streams specification, rule 3.9)', errorCode=thing-search:subscription.protocol.error, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='null', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]]
01:32:38 [INFO] [01/18/2024 06:32:38.385] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:32:38 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.624 s -- in org.eclipse.ditto.internal.utils.search.SubscriptionManagerTest
01:32:38 [INFO] Running org.eclipse.ditto.internal.utils.search.SearchSourceBuilderTest
01:32:38 [INFO] [01/18/2024 06:32:38.433] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:32:38 [INFO] [01/18/2024 06:32:38.493] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:32:38 [INFO] [01/18/2024 06:32:38.526] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:32:38 [INFO] [01/18/2024 06:32:38.639] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:32:38 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 s -- in org.eclipse.ditto.internal.utils.search.SearchSourceBuilderTest
01:32:38 [INFO] Running org.eclipse.ditto.internal.utils.search.SubscriptionActorTest
01:32:38 [INFO] [01/18/2024 06:32:38.711] [SubscriptionActorTest0-pekko.actor.default-dispatcher-6] [pekko://SubscriptionActorTest0/user/-2147483648] Stopping due to idle timeout
01:32:38 [INFO] [01/18/2024 06:32:38.727] [main] [CoordinatedShutdown(pekko://SubscriptionActorTest0)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:32:38 [INFO] [01/18/2024 06:32:38.778] [SubscriptionActorTest0-pekko.actor.default-dispatcher-5] [pekko://SubscriptionActorTest0/user/-2147483648] Processing <CancelSubscription[type=thing-search.commands:cancel, dittoHeaders=ImmutableDittoHeaders [{}], subscriptionId=-2147483648]>
01:32:38 [INFO] [01/18/2024 06:32:38.779] [main] [CoordinatedShutdown(pekko://SubscriptionActorTest0)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:32:38 [INFO] [01/18/2024 06:32:38.891] [SubscriptionActorTest0-pekko.actor.default-dispatcher-5] [pekko://SubscriptionActorTest0/user/-2147483648] SubscriptionComplete [type=thing-search.subscription.events:complete, subscriptionId=-2147483648, dittoHeaders=ImmutableDittoHeaders [{}]]
01:32:38 [INFO] [01/18/2024 06:32:38.892] [main] [CoordinatedShutdown(pekko://SubscriptionActorTest0)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:32:39 [INFO] [01/18/2024 06:32:38.982] [SubscriptionActorTest0-pekko.actor.default-dispatcher-5] [pekko://SubscriptionActorTest0/user/-2147483648] SubscriptionComplete [type=thing-search.subscription.events:complete, subscriptionId=-2147483648, dittoHeaders=ImmutableDittoHeaders [{}]]
01:32:39 [INFO] [01/18/2024 06:32:38.992] [main] [CoordinatedShutdown(pekko://SubscriptionActorTest0)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:32:39 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.348 s -- in org.eclipse.ditto.internal.utils.search.SubscriptionActorTest
01:32:39 [INFO] 
01:32:39 [INFO] Results:
01:32:39 [INFO] 
01:32:39 [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0
01:32:39 [INFO] 
01:32:39 [INFO] 
01:32:39 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-search ---
01:32:39 [INFO] 
01:32:39 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-search ---
01:32:39 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/ditto-internal-utils-search-0-SNAPSHOT.jar
01:32:39 [INFO] 
01:32:39 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-search ---
01:32:39 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:32:39 [INFO] No previous run data found, generating javadoc.
01:32:40 [WARNING] Javadoc Warnings
01:32:40 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/src/main/java/org/eclipse/ditto/internal/utils/search/SearchSource.java:109: warning: no @param for configurer
01:32:40 [WARNING] public Source<JsonObject, NotUsed> start(final Consumer<ResumeSourceBuilder<?, ?>> configurer) {
01:32:40 [WARNING] ^
01:32:40 [WARNING] 1 warning
01:32:40 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/ditto-internal-utils-search-0-SNAPSHOT-javadoc.jar
01:32:40 [INFO] 
01:32:40 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-search ---
01:32:40 [INFO] Tests are skipped.
01:32:40 [INFO] 
01:32:40 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-search ---
01:32:40 [INFO] Tests are skipped.
01:32:40 [INFO] 
01:32:40 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-search ---
01:32:40 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/jacoco.exec
01:32:40 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: Search' with 5 classes
01:32:41 [INFO] 
01:32:41 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-search ---
01:32:41 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-search/0-SNAPSHOT/ditto-internal-utils-search-0-SNAPSHOT.pom
01:32:41 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/ditto-internal-utils-search-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-search/0-SNAPSHOT/ditto-internal-utils-search-0-SNAPSHOT.jar
01:32:41 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/search/target/ditto-internal-utils-search-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-search/0-SNAPSHOT/ditto-internal-utils-search-0-SNAPSHOT-javadoc.jar
01:32:41 [INFO] 
01:32:41 [INFO] -------< org.eclipse.ditto:ditto-internal-utils-pubsub-policies >-------
01:32:41 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies 0-SNAPSHOT [65/77]
01:32:41 [INFO]   from internal/utils/pubsub-policies/pom.xml
01:32:41 [INFO] --------------------------------[ jar ]---------------------------------
01:32:41 [INFO] 
01:32:41 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-pubsub-policies ---
01:32:41 [INFO] 
01:32:41 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-pubsub-policies ---
01:32:41 [INFO] 
01:32:41 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub-policies ---
01:32:41 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/jacoco.exec
01:32:41 [INFO] 
01:32:41 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pubsub-policies ---
01:32:41 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:32:41 [WARNING] 
01:32:41 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:32:41 [WARNING] 
01:32:41 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:32:41 [WARNING] 
01:32:41 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:32:41 [INFO] 
01:32:41 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pubsub-policies ---
01:32:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/src/main/resources
01:32:41 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:32:41 [INFO] 
01:32:41 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pubsub-policies ---
01:32:41 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT...
01:32:41 [INFO] 
01:32:41 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pubsub-policies ---
01:32:41 [INFO] Changes detected - recompiling the module! :dependency
01:32:41 [INFO] Compiling 3 source files with javac [debug target 17] to target/classes
01:32:41 [INFO] 
01:32:41 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pubsub-policies ---
01:32:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/src/test/resources
01:32:41 [INFO] 
01:32:41 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pubsub-policies ---
01:32:41 [INFO] No sources to compile
01:32:41 [INFO] 
01:32:41 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pubsub-policies ---
01:32:41 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:32:41 [INFO] No tests to run.
01:32:41 [INFO] 
01:32:41 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pubsub-policies ---
01:32:41 [INFO] 
01:32:41 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pubsub-policies ---
01:32:41 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar
01:32:41 [INFO] 
01:32:41 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pubsub-policies ---
01:32:41 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:32:41 [INFO] No previous run data found, generating javadoc.
01:32:42 [WARNING] Javadoc Warnings
01:32:42 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/src/main/java/org/eclipse/ditto/internal/utils/pubsubpolicies/package-info.java:15: warning: no comment
01:32:42 [WARNING] package org.eclipse.ditto.internal.utils.pubsubpolicies;
01:32:42 [WARNING] ^
01:32:42 [WARNING] 1 warning
01:32:42 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-0-SNAPSHOT-javadoc.jar
01:32:42 [INFO] 
01:32:42 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pubsub-policies ---
01:32:42 [INFO] Tests are skipped.
01:32:42 [INFO] 
01:32:42 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pubsub-policies ---
01:32:42 [INFO] Tests are skipped.
01:32:42 [INFO] 
01:32:42 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pubsub-policies ---
01:32:42 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:32:42 [INFO] 
01:32:42 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pubsub-policies ---
01:32:42 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pubsub-policies/0-SNAPSHOT/ditto-internal-utils-pubsub-policies-0-SNAPSHOT.pom
01:32:42 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pubsub-policies/0-SNAPSHOT/ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar
01:32:42 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-policies/target/ditto-internal-utils-pubsub-policies-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pubsub-policies/0-SNAPSHOT/ditto-internal-utils-pubsub-policies-0-SNAPSHOT-javadoc.jar
01:32:42 [INFO] 
01:32:42 [INFO] --------< org.eclipse.ditto:ditto-internal-utils-pubsub-things >--------
01:32:42 [INFO] Building Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things 0-SNAPSHOT [66/77]
01:32:42 [INFO]   from internal/utils/pubsub-things/pom.xml
01:32:42 [INFO] --------------------------------[ jar ]---------------------------------
01:32:42 [INFO] 
01:32:42 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-pubsub-things ---
01:32:42 [INFO] 
01:32:42 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-pubsub-things ---
01:32:42 [INFO] 
01:32:42 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-pubsub-things ---
01:32:42 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/jacoco.exec
01:32:42 [INFO] 
01:32:42 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-pubsub-things ---
01:32:42 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:32:42 [WARNING] 
01:32:42 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:32:42 [WARNING] 
01:32:42 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:32:42 [WARNING] 
01:32:42 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:32:42 [INFO] 
01:32:42 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-pubsub-things ---
01:32:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/src/main/resources
01:32:42 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:32:42 [INFO] 
01:32:42 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-pubsub-things ---
01:32:42 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:0-SNAPSHOT...
01:32:42 [INFO] 
01:32:42 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-pubsub-things ---
01:32:42 [INFO] Changes detected - recompiling the module! :dependency
01:32:42 [INFO] Compiling 7 source files with javac [debug target 17] to target/classes
01:32:42 [INFO] 
01:32:42 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-pubsub-things ---
01:32:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/src/test/resources
01:32:42 [INFO] 
01:32:42 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-pubsub-things ---
01:32:42 [INFO] No sources to compile
01:32:42 [INFO] 
01:32:42 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-pubsub-things ---
01:32:42 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:32:42 [INFO] No tests to run.
01:32:42 [INFO] 
01:32:42 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-pubsub-things ---
01:32:42 [INFO] 
01:32:42 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-pubsub-things ---
01:32:42 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar
01:32:42 [INFO] 
01:32:42 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-pubsub-things ---
01:32:42 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:32:42 [INFO] No previous run data found, generating javadoc.
01:32:44 [WARNING] Javadoc Warnings
01:32:44 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/src/main/java/org/eclipse/ditto/internal/utils/pubsubthings/package-info.java:15: warning: no comment
01:32:44 [WARNING] package org.eclipse.ditto.internal.utils.pubsubthings;
01:32:44 [WARNING] ^
01:32:44 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/src/main/java/org/eclipse/ditto/internal/utils/pubsubthings/DittoProtocolSub.java:57: warning: no @param for resubscribe
01:32:44 [WARNING] CompletionStage<Boolean> subscribe(Collection<StreamingType> types, Collection<String> topics, ActorRef subscriber,
01:32:44 [WARNING] ^
01:32:44 [WARNING] /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/src/main/java/org/eclipse/ditto/internal/utils/pubsubthings/LiveSignalPub.java:34: warning: no @param for distributedAcks
01:32:44 [WARNING] static LiveSignalPub of(final ActorContext context, final DistributedAcks distributedAcks) {
01:32:44 [WARNING] ^
01:32:44 [WARNING] 3 warnings
01:32:44 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-0-SNAPSHOT-javadoc.jar
01:32:44 [INFO] 
01:32:44 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-pubsub-things ---
01:32:44 [INFO] Tests are skipped.
01:32:44 [INFO] 
01:32:44 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-pubsub-things ---
01:32:44 [INFO] Tests are skipped.
01:32:44 [INFO] 
01:32:44 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-pubsub-things ---
01:32:44 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:32:44 [INFO] 
01:32:44 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-pubsub-things ---
01:32:44 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pubsub-things/0-SNAPSHOT/ditto-internal-utils-pubsub-things-0-SNAPSHOT.pom
01:32:44 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pubsub-things/0-SNAPSHOT/ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar
01:32:44 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/pubsub-things/target/ditto-internal-utils-pubsub-things-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-pubsub-things/0-SNAPSHOT/ditto-internal-utils-pubsub-things-0-SNAPSHOT-javadoc.jar
01:32:44 [INFO] 
01:32:44 [INFO] ------------< org.eclipse.ditto:ditto-connectivity-service >------------
01:32:44 [INFO] Building Eclipse Ditto :: Connectivity :: Service 0-SNAPSHOT     [67/77]
01:32:44 [INFO]   from connectivity/service/pom.xml
01:32:44 [INFO] --------------------------------[ jar ]---------------------------------
01:32:55 [INFO] 
01:32:55 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-connectivity-service ---
01:32:55 [INFO] 
01:32:55 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-connectivity-service ---
01:32:55 [INFO] 
01:32:55 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-connectivity-service ---
01:32:55 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/jacoco.exec
01:32:55 [INFO] 
01:32:55 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-connectivity-service ---
01:32:55 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:32:55 [WARNING] 
01:32:55 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:32:55 [WARNING] 
01:32:55 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:32:55 [WARNING] 
01:32:55 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:32:55 [INFO] 
01:32:55 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-connectivity-service ---
01:32:55 [INFO] Copying 1 resource from src/main/resources to target/classes
01:32:55 [INFO] Copying 8 resources from src/main/resources to target/classes
01:32:55 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:32:55 [INFO] 
01:32:55 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-connectivity-service ---
01:32:55 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-connectivity-service:jar:0-SNAPSHOT...
01:32:55 [INFO] 
01:32:55 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-connectivity-service ---
01:32:55 [INFO] Changes detected - recompiling the module! :dependency
01:32:55 [INFO] Compiling 498 source files with javac [debug target 17] to target/classes
01:32:59 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/internal/ssl/DittoTrustManager.java:[26,25] sun.security.util.HostnameChecker is internal proprietary API and may be removed in a future release
01:32:59 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/internal/ssl/DittoTrustManager.java:[26,25] sun.security.util.HostnameChecker is internal proprietary API and may be removed in a future release
01:32:59 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/internal/ssl/DittoTrustManager.java:[26,25] sun.security.util.HostnameChecker is internal proprietary API and may be removed in a future release
01:32:59 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/internal/ssl/DittoTrustManager.java:[34,26] sun.security.util.HostnameChecker is internal proprietary API and may be removed in a future release
01:32:59 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/internal/ssl/DittoTrustManager.java:[34,26] sun.security.util.HostnameChecker is internal proprietary API and may be removed in a future release
01:32:59 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/internal/ssl/DittoTrustManager.java:[34,26] sun.security.util.HostnameChecker is internal proprietary API and may be removed in a future release
01:32:59 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/internal/ssl/DittoTrustManager.java:[34,89] sun.security.util.HostnameChecker is internal proprietary API and may be removed in a future release
01:32:59 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/internal/ssl/DittoTrustManager.java:[34,61] sun.security.util.HostnameChecker is internal proprietary API and may be removed in a future release
01:32:59 [INFO] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/kafka/DefaultSendProducerFactory.java: Some input files use or override a deprecated API.
01:32:59 [INFO] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/kafka/DefaultSendProducerFactory.java: Recompile with -Xlint:deprecation for details.
01:32:59 [INFO] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/amqp/MessageRateLimiterBehavior.java: Some input files use unchecked or unsafe operations.
01:32:59 [INFO] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/amqp/MessageRateLimiterBehavior.java: Recompile with -Xlint:unchecked for details.
01:32:59 [INFO] 
01:32:59 [INFO] --- dependency:3.6.0:unpack (unpack-webjars) @ ditto-connectivity-service ---
01:32:59 [INFO] Configured Artifact: org.webjars.npm:protobufjs:6.11.2:jar
01:33:00 [INFO] 
01:33:00 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-connectivity-service ---
01:33:00 [INFO] Copying 39 resources from src/test/resources to target/test-classes
01:33:00 [INFO] 
01:33:00 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-connectivity-service ---
01:33:00 [INFO] Changes detected - recompiling the module! :dependency
01:33:00 [INFO] Compiling 238 source files with javac [debug target 17] to target/test-classes
01:33:07 [INFO] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/test/java/org/eclipse/ditto/connectivity/service/messaging/persistence/ConnectionPersistenceActorTest.java: Some input files use or override a deprecated API.
01:33:07 [INFO] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/test/java/org/eclipse/ditto/connectivity/service/messaging/persistence/ConnectionPersistenceActorTest.java: Recompile with -Xlint:deprecation for details.
01:33:07 [INFO] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/test/java/org/eclipse/ditto/connectivity/service/messaging/TestConstants.java: Some input files use unchecked or unsafe operations.
01:33:07 [INFO] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/test/java/org/eclipse/ditto/connectivity/service/messaging/TestConstants.java: Recompile with -Xlint:unchecked for details.
01:33:07 [INFO] 
01:33:07 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-connectivity-service ---
01:33:07 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:33:07 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/surefire-reports
01:33:07 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:33:07 [INFO] 
01:33:07 [INFO] -------------------------------------------------------
01:33:07 [INFO]  T E S T S
01:33:07 [INFO] -------------------------------------------------------
01:33:08 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubAckStatusTest
01:33:09 [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.210 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubAckStatusTest
01:33:09 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubAckTest
01:33:10 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
01:33:11 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.502 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubAckTest
01:33:11 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubscribeTest
01:33:11 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.235 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubscribeTest
01:33:11 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubscriptionTest
01:33:11 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.subscribe.GenericMqttSubscriptionTest
01:33:11 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.publish.TransformationFailureTest
01:33:11 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.238 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.publish.TransformationFailureTest
01:33:11 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.publish.TransformationSuccessTest
01:33:11 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.publish.TransformationSuccessTest
01:33:12 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.publish.GenericMqttPublishTest
01:33:14 [INFO] Tests run: 58, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.229 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.publish.GenericMqttPublishTest
01:33:14 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.connect.GenericMqttConnectTest
01:33:14 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.message.connect.GenericMqttConnectTest
01:33:14 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.DefaultGenericMqttClientTest
01:33:15 06:33:15.046 [INFO ] [main] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect publishing client <publishingClient>. Disconnecting subscribing client …
01:33:15 java.lang.IllegalStateException: Yolo!
01:33:15 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.DefaultGenericMqttClientTest.connectDisconnectsSubscribingClientIfConnectingPublishingClientFailed(DefaultGenericMqttClientTest.java:226)
01:33:15 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:33:15 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:33:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:33:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:33:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:33:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:33:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:33:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:33:15 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:33:15 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
01:33:15 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:33:15 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:33:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:33:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:33:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:33:15 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:33:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:33:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:33:15 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:33:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:33:15 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:33:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:33:15 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
01:33:15 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
01:33:15 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
01:33:15 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
01:33:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:33:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:33:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:33:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:33:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:33:15 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:33:15 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:33:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:33:15 06:33:15.173 [INFO ] [main] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to disconnect subscribing client <subscribingClient>.
01:33:15 java.lang.IllegalStateException: Yolo!
01:33:15 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.DefaultGenericMqttClientTest.disconnectFailsIfDisconnectOnSubscribingClientFails(DefaultGenericMqttClientTest.java:264)
01:33:15 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:33:15 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:33:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:33:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:33:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:33:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:33:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:33:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:33:15 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:33:15 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
01:33:15 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:33:15 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:33:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:33:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:33:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:33:15 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:33:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:33:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:33:15 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:33:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:33:15 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:33:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:33:15 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
01:33:15 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
01:33:15 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
01:33:15 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
01:33:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:33:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:33:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:33:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:33:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:33:15 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:33:15 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:33:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:33:15 06:33:15.191 [INFO ] [main] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to disconnect publishing client <publishingClient>.
01:33:15 06:33:15.197 [INFO ] [main] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <subscribingClient>.
01:33:15 java.lang.IllegalStateException: Yolo!
01:33:15 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.DefaultGenericMqttClientTest.connectDoesNotCallConnectOnPublishingClientIfConnectingSubscribingClientFailed(DefaultGenericMqttClientTest.java:200)
01:33:15 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:33:15 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:33:15 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:33:15 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:33:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:33:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:33:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:33:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:33:15 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:33:15 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
01:33:15 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:33:15 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:33:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:33:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:33:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:33:15 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:33:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:33:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:33:15 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:33:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:33:15 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:33:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:33:15 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
01:33:15 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
01:33:15 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
01:33:15 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
01:33:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:33:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:33:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:33:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:33:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:33:15 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:33:15 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:33:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:33:15 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.153 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.DefaultGenericMqttClientTest
01:33:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.GenericMqttPublishResultTest
01:33:15 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.GenericMqttPublishResultTest
01:33:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.ZipperTest
01:33:15 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.ZipperTest
01:33:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttPublishingClientTest
01:33:15 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.286 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttPublishingClientTest
01:33:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.Mqtt5RxSubscribingClientTest
01:33:19 [INFO] [01/18/2024 06:33:19.443] [main] [CoordinatedShutdown(pekko://Mqtt5RxSubscribingClientTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:33:19 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.635 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.Mqtt5RxSubscribingClientTest
01:33:19 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.HiveMqttClientPropertiesTest
01:33:19 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.256 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.HiveMqttClientPropertiesTest
01:33:19 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.Mqtt3RxSubscribingClientTest
01:33:20 [INFO] [01/18/2024 06:33:20.010] [main] [CoordinatedShutdown(pekko://Mqtt3RxSubscribingClientTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:33:20 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.294 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.Mqtt3RxSubscribingClientTest
01:33:20 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.SubscriptionStatusTest
01:33:20 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.SubscriptionStatusTest
01:33:20 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttConnectionTypeValidatorTest
01:33:20 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttConnectionTypeValidatorTest
01:33:20 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.HiveMqttClientFactoryTest
01:33:20 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.588 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.HiveMqttClientFactoryTest
01:33:20 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BufferingFlowableWrapperTest
01:33:20 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BufferingFlowableWrapperTest
01:33:20 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttPublishingClientIdentifierFactoryTest
01:33:20 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttPublishingClientIdentifierFactoryTest
01:33:20 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttSubscribingClientIdentifierFactoryTest
01:33:20 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttSubscribingClientIdentifierFactoryTest
01:33:20 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConsumingClientTest
01:33:20 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConsumingClientTest
01:33:20 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.consuming.MqttPublishToExternalMessageTransformerTest
01:33:20 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.consuming.MqttPublishToExternalMessageTransformerTest
01:33:20 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.consuming.ReconnectConsumerClientTest
01:33:20 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.consuming.ReconnectConsumerClientTest
01:33:20 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.consuming.MqttConsumerActorTest
01:33:21 06:33:20.943 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
01:33:25 [INFO] [01/18/2024 06:33:25.154] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.154] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.155] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.155] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.155] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.155] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.155] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.155] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.155] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.155] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.155] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.155] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.155] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.156] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.156] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.156] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.156] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.156] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.156] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.156] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.156] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.156] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.156] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.156] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.157] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.157] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.157] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.157] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.157] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.157] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.157] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.157] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.157] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.157] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.157] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.157] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.157] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.157] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.158] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.158] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.158] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.158] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.158] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.158] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.158] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.158] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.158] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.158] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.158] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.158] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.158] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.159] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.159] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.159] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.159] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.159] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.159] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.159] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.159] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.159] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.159] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.159] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.159] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.159] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.159] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.160] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.160] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.160] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.160] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.160] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.160] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.160] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.160] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.160] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.160] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.160] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.160] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.160] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.161] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.161] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.161] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.161] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.161] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.161] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.161] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.161] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.161] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.161] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.161] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.161] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.161] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.161] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.162] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.162] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.162] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.162] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.162] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.162] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.162] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:25 [INFO] [01/18/2024 06:33:25.162] [MqttConsumerActorTest-pekko.actor.default-dispatcher-7] [pekko://MqttConsumerActorTest/user/mqttPublishesAreDroppedIfConsumerActorOperatesInDryRunMode] Operating in 'dry-run' mode, thus dropping <Mock for GenericMqttPublish, hashCode: 318043732>.
01:33:26 [INFO] [01/18/2024 06:33:26.969] [main] [CoordinatedShutdown(pekko://MqttConsumerActorTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:33:26 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.038 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.consuming.MqttConsumerActorTest
01:33:26 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.MqttSubscriberTest
01:33:27 [INFO] [01/18/2024 06:33:27.107] [main] [CoordinatedShutdown(pekko://MqttSubscriberTest_subscribeForConnectionSourceWithEmptyCollectionReturnsEmptySource)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:33:27 [INFO] [01/18/2024 06:33:27.206] [main] [CoordinatedShutdown(pekko://MqttSubscriberTest_subscribeForConnectionSourcesWhenAllSubscriptionsSuccessfulReturnsExpectedSource)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:33:27 [INFO] [01/18/2024 06:33:27.274] [main] [CoordinatedShutdown(pekko://MqttSubscriberTest_subscribeForConnectionSourcesWhenSomeSubscriptionsFailedReturnsExpectedSource)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:33:27 [INFO] [01/18/2024 06:33:27.352] [main] [CoordinatedShutdown(pekko://MqttSubscriberTest_subscribeForConnectionSourcesWithInvalidSourceAddressReturnsSourceWithSubscribeFailure)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:33:27 [INFO] [01/18/2024 06:33:27.413] [main] [CoordinatedShutdown(pekko://MqttSubscriberTest_newInstanceWithNullClientThrowsException)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:33:27 [INFO] [01/18/2024 06:33:27.455] [main] [CoordinatedShutdown(pekko://MqttSubscriberTest_subscribeForConnectionSourceWithNullConnectionSourceThrowsException)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:33:27 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.478 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.MqttSubscriberTest
01:33:27 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.SubscribeSuccessTest
01:33:27 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.SubscribeSuccessTest
01:33:27 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.SubscribeFailureTest
01:33:27 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.SubscribeFailureTest
01:33:27 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.GenericMqttSubscribeFactoryTest
01:33:27 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.subscribing.GenericMqttSubscribeFactoryTest
01:33:27 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.TotalSubscribeResultTest
01:33:27 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.TotalSubscribeResultTest
01:33:27 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.MqttClientActorTest
01:33:27 06:33:27.608 [INFO ] [main] o.e.d.c.s.m.m.MqttServerRule - Starting server at port 37205
01:33:27 06:33:27.734 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
01:33:29 06:33:29.228 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M4.382S> interval (min=<PT5M>)
01:33:29 06:33:29.232 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <b5649d35-9022-41a1-a963-58f385e491cd>
01:33:29 06:33:29.233 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M28.886S> interval (min=<PT5M>)
01:33:29 06:33:29.233 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M34.939S> interval (min=<PT5M>)
01:33:29 06:33:29.233 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M5.754S> interval (min=<PT5M>)
01:33:29 06:33:29.233 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:29 06:33:29.298 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:29 06:33:29.299 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:29 06:33:29.317 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M53.579S> interval (min=<PT5M>)
01:33:29 06:33:29.317 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:29 06:33:29.626 [WARN ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@51ab8c2f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:29 06:33:29.636 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:29 06:33:29.693 [WARN ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@51ab8c2f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:29 06:33:29.694 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:29 06:33:29.711 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 37205 accepted at port 60868 
01:33:29 06:33:29.715 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
01:33:29 06:33:29.738 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <b5649d35-9022-41a1-a963-58f385e491cd>
01:33:29 06:33:29.791 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:33:29 06:33:29.903 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{custom.qos=0, mqtt.qos=0, custom.topic=source/status, custom.retain=false, mqtt.retain=false, mqtt.topic=source/status, ditto-reply-target=1, ditto-expected-response-types=["response","error"], ditto-origin=b5649d35-9022-41a1-a963-58f385e491cd, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeFromTopicWithSourceHeaderMapping-f9382bb, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:33:29 06:33:29.939 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-12] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:33:30 06:33:29.995 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
01:33:30 06:33:30.110 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=1
01:33:30 06:33:30.223 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M59.857S> interval (min=<PT5M>)
01:33:30 06:33:30.223 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:30 06:33:30.224 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M24.701S> interval (min=<PT5M>)
01:33:30 06:33:30.225 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M20.394S> interval (min=<PT5M>)
01:33:30 06:33:30.226 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <b5649d35-9022-41a1-a963-58f385e491cd>
01:33:30 06:33:30.227 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M26.951S> interval (min=<PT5M>)
01:33:30 06:33:30.229 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:30 06:33:30.229 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:30 06:33:30.234 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M55.825S> interval (min=<PT5M>)
01:33:30 06:33:30.234 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:30 06:33:30.236 [WARN ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@66c6b587]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:30 06:33:30.237 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:30 06:33:30.240 [WARN ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@66c6b587]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:30 06:33:30.240 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:30 06:33:30.254 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 37205 accepted at port 60880 
01:33:30 06:33:30.255 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
01:33:30 06:33:30.346 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:33:30 06:33:30.348 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <b5649d35-9022-41a1-a963-58f385e491cd>
01:33:30 06:33:30.384 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Publishing mapped message of type <things.events:thingModified> for id <ditto:thing> to PublishTarget <MqttPublishTarget [topic=target/laserBeamer, qos=AT_LEAST_ONCE]>
01:33:30 06:33:30.393 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
01:33:30 06:33:30.446 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.h.MqttClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
01:33:30 06:33:30.451 [INFO ] [MqttClientActorTest_publishToTopic-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
01:33:30 06:33:30.493 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M30.506S> interval (min=<PT5M>)
01:33:30 06:33:30.493 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:30 06:33:30.495 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M59.777S> interval (min=<PT5M>)
01:33:30 06:33:30.496 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M11.658S> interval (min=<PT5M>)
01:33:30 06:33:30.498 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <b5649d35-9022-41a1-a963-58f385e491cd>
01:33:30 06:33:30.498 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M36.541S> interval (min=<PT5M>)
01:33:30 06:33:30.500 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:30 06:33:30.501 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:30 06:33:30.505 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M53.166S> interval (min=<PT5M>)
01:33:30 06:33:30.505 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:30 06:33:30.507 [WARN ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@30bac2a0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:30 06:33:30.508 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:30 06:33:30.511 [WARN ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@30bac2a0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:30 06:33:30.511 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:30 06:33:30.513 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 37205 accepted at port 60884 
01:33:30 06:33:30.514 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
01:33:30 06:33:30.526 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error"], ditto-origin=b5649d35-9022-41a1-a963-58f385e491cd, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeFromTopicWithIdEnforcementExpectErrorResponse-cf41254, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:33:30 06:33:30.593 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.InboundDispatchingSink - Got exception <connectivity:connection.id.enforcement.failed> when processing external message with mapper <default>: <The configured filters could not be matched against the given target with ID 'eclipse/invalid/address'.>
01:33:30 06:33:30.593 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default, correlation-id=MqttClientActorTest.consumeFromTopicWithIdEnforcementExpectErrorResponse-cf41254, response-required=false, ditto-reply-target=0, ditto-expected-response-types=["response","error"], ditto-origin=b5649d35-9022-41a1-a963-58f385e491cd, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}}] : with HeaderMapping Optional[ImmutableHeaderMapping [mapping={}]] : and external headers {mqtt.retain=false, mqtt.topic=eclipse/invalid/address, mqtt.qos=0}
01:33:30 06:33:30.606 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Publishing mapped message of type <things.responses:errorResponse> for id <ditto:thing> to PublishTarget <MqttPublishTarget [topic=replies, qos=AT_MOST_ONCE]>
01:33:30 06:33:30.608 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTING>
01:33:30 06:33:30.609 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
01:33:30 06:33:30.613 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcementExpectErrorResponse-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:33:30 06:33:30.741 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M5.919S> interval (min=<PT5M>)
01:33:30 06:33:30.741 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:30 06:33:30.742 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M27.461S> interval (min=<PT5M>)
01:33:30 06:33:30.743 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M40.877S> interval (min=<PT5M>)
01:33:30 06:33:30.745 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <b5649d35-9022-41a1-a963-58f385e491cd>
01:33:30 06:33:30.745 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M35.332S> interval (min=<PT5M>)
01:33:30 06:33:30.747 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:30 06:33:30.747 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:30 06:33:30.751 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:30 06:33:30.752 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M54.53S> interval (min=<PT5M>)
01:33:30 06:33:30.753 [WARN ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@604a7303]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:30 06:33:30.753 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:30 06:33:30.756 [WARN ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@604a7303]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:30 06:33:30.757 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:30 06:33:30.758 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 37205 accepted at port 60900 
01:33:30 06:33:30.759 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
01:33:30 06:33:30.800 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=1, ditto-expected-response-types=["response","error"], ditto-origin=b5649d35-9022-41a1-a963-58f385e491cd, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeFromTopicAndRetrieveConnectionMetrics-adcebff, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:33:30 06:33:30.802 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:33:30 06:33:30.857 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:33:30 06:33:30.868 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <b5649d35-9022-41a1-a963-58f385e491cd>
01:33:31 06:33:30.915 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
01:33:31 06:33:30.992 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.h.MqttClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=1
01:33:31 06:33:31.049 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M6.591S> interval (min=<PT5M>)
01:33:31 06:33:31.049 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:31 06:33:31.050 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M37.808S> interval (min=<PT5M>)
01:33:31 06:33:31.106 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M54.722S> interval (min=<PT5M>)
01:33:31 06:33:31.106 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <b5649d35-9022-41a1-a963-58f385e491cd>
01:33:31 06:33:31.107 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M26.479S> interval (min=<PT5M>)
01:33:31 06:33:31.109 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:31 06:33:31.109 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:31 06:33:31.112 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M37.196S> interval (min=<PT5M>)
01:33:31 06:33:31.112 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:31 06:33:31.114 [WARN ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4e1ea850]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:31 06:33:31.114 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:31 06:33:31.117 [WARN ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4e1ea850]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:31 06:33:31.117 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:31 06:33:31.129 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 37205 accepted at port 60912 
01:33:31 06:33:31.130 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
01:33:31 06:33:31.222 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:33:31 06:33:31.227 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<DISCONNECTED>
01:33:31 06:33:31.227 [INFO ] [MqttClientActorTest_openAndCloseConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
01:33:31 06:33:31.316 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M4.076S> interval (min=<PT5M>)
01:33:31 06:33:31.316 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:31 06:33:31.317 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M50.812S> interval (min=<PT5M>)
01:33:31 06:33:31.318 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M24.483S> interval (min=<PT5M>)
01:33:31 06:33:31.319 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <b5649d35-9022-41a1-a963-58f385e491cd>
01:33:31 06:33:31.319 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M59.001S> interval (min=<PT5M>)
01:33:31 06:33:31.321 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:31 06:33:31.321 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:31 06:33:31.324 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M10.608S> interval (min=<PT5M>)
01:33:31 06:33:31.325 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:31 06:33:31.327 [WARN ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@2b7442a0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:31 06:33:31.327 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:31 06:33:31.330 [WARN ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@2b7442a0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:31 06:33:31.331 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:31 06:33:31.343 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 37205 accepted at port 60920 
01:33:31 06:33:31.346 [WARN ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@2b7442a0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:31 06:33:31.347 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:31 06:33:31.348 [WARN ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@2b7442a0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:31 06:33:31.348 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:31 06:33:31.349 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.ConnectionTesterActor - Established MQTT connection to <tcp://localhost:37205>.
01:33:31 06:33:31.359 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.h.ConnectionTesterActor - Test for connection <b5649d35-9022-41a1-a963-58f385e491cd> at <tcp://localhost:37205> was successful.
01:33:31 06:33:31.360 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - TESTING status: <Success(successfully connected + initialized mapper)>
01:33:31 06:33:31.361 [INFO ] [MqttClientActorTest_testConnectionIsSuccessful-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
01:33:31 06:33:31.506 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M1.704S> interval (min=<PT5M>)
01:33:31 06:33:31.506 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:31 06:33:31.507 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M25.264S> interval (min=<PT5M>)
01:33:31 06:33:31.508 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M17.675S> interval (min=<PT5M>)
01:33:31 06:33:31.509 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <b5649d35-9022-41a1-a963-58f385e491cd>
01:33:31 06:33:31.509 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M19.084S> interval (min=<PT5M>)
01:33:31 06:33:31.511 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:31 06:33:31.511 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:31 06:33:31.514 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M2.373S> interval (min=<PT5M>)
01:33:31 06:33:31.514 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:31 06:33:31.516 [WARN ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7215514c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:31 06:33:31.516 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:31 06:33:31.519 [WARN ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7215514c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:31 06:33:31.519 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:31 06:33:31.521 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 37205 accepted at port 60932 
01:33:31 06:33:31.521 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
01:33:31 06:33:31.530 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=1, ditto-expected-response-types=["response","error"], ditto-origin=b5649d35-9022-41a1-a963-58f385e491cd, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.reconnectAndConsumeFromTopic-82cf74f, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:33:31 06:33:31.532 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-5] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:33:31 06:33:31.544 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 37205 accepted at port 60938 
01:33:31 06:33:31.544 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
01:33:31 06:33:31.553 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=1, ditto-expected-response-types=["response","error"], ditto-origin=b5649d35-9022-41a1-a963-58f385e491cd, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.reconnectAndConsumeFromTopic-82cf74f, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:33:31 06:33:31.554 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-11] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:33:31 06:33:31.627 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:33:31 06:33:31.627 [WARN ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - received unknown/unsupported message Success in state CONNECTED - status: open: CONNECTED - sender: Actor[pekko://MqttClientActorTest_reconnectAndConsumeFromTopic/deadLetters]
01:33:31 06:33:31.627 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <b5649d35-9022-41a1-a963-58f385e491cd>
01:33:31 06:33:31.629 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<DISCONNECTED>
01:33:31 06:33:31.629 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
01:33:31 06:33:31.633 [INFO ] [MqttClientActorTest_reconnectAndConsumeFromTopic-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:33:31 06:33:31.705 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M9.738S> interval (min=<PT5M>)
01:33:31 06:33:31.705 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:31 06:33:31.706 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M3.676S> interval (min=<PT5M>)
01:33:31 06:33:31.707 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M29.384S> interval (min=<PT5M>)
01:33:31 06:33:31.708 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <b5649d35-9022-41a1-a963-58f385e491cd>
01:33:31 06:33:31.708 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M48.828S> interval (min=<PT5M>)
01:33:31 06:33:31.710 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:31 06:33:31.710 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:31 06:33:31.713 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:31 06:33:31.713 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M46.94S> interval (min=<PT5M>)
01:33:31 06:33:31.714 [WARN ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1b692647]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:31 06:33:31.715 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:31 06:33:31.717 [WARN ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1b692647]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:31 06:33:31.718 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:31 06:33:31.730 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 37205 accepted at port 60954 
01:33:31 06:33:31.731 [WARN ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1b692647]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:31 06:33:31.731 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.ConnectionTesterActor - Test for connection <b5649d35-9022-41a1-a963-58f385e491cd> at <tcp://localhost:37205> failed: Failed to connect.
01:33:31 06:33:31.731 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:31 06:33:31.732 [WARN ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1b692647]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:31 06:33:31.732 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:31 06:33:31.733 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - TESTING status: <Failure(org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Failed to connect.)>
01:33:31 06:33:31.734 [INFO ] [MqttClientActorTest_testConnectionFails-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
01:33:31 06:33:31.892 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M11.173S> interval (min=<PT5M>)
01:33:31 06:33:31.893 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:31 06:33:31.893 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M0.333S> interval (min=<PT5M>)
01:33:31 06:33:31.894 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M42.206S> interval (min=<PT5M>)
01:33:31 06:33:31.895 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <b5649d35-9022-41a1-a963-58f385e491cd>
01:33:31 06:33:31.896 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M16.331S> interval (min=<PT5M>)
01:33:31 06:33:31.897 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:31 06:33:31.897 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:31 06:33:31.900 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M52.387S> interval (min=<PT5M>)
01:33:31 06:33:31.900 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:31 06:33:31.902 [WARN ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@25e764b2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:31 06:33:31.902 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:31 06:33:31.904 [WARN ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@25e764b2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:31 06:33:31.905 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:31 06:33:31.917 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 37205 accepted at port 60970 
01:33:31 06:33:31.918 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
01:33:32 06:33:32.011 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:33:32 06:33:32.012 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <b5649d35-9022-41a1-a963-58f385e491cd>
01:33:32 06:33:32.018 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Publishing mapped message of type <things.responses:deleteThing> for id <:781c06f2-c66b-41bb-9069-cdf839b51efc> to PublishTarget <MqttPublishTarget [topic=replyTarget/:781c06f2-c66b-41bb-9069-cdf839b51efc, qos=AT_MOST_ONCE]>
01:33:32 06:33:32.020 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
01:33:32 06:33:32.122 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
01:33:32 06:33:32.123 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
01:33:32 06:33:32.126 [INFO ] [MqttClientActorTest_publishToReplyTarget-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:33:32 06:33:32.135 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M1.949S> interval (min=<PT5M>)
01:33:32 06:33:32.135 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:32 06:33:32.136 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M50.246S> interval (min=<PT5M>)
01:33:32 06:33:32.137 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M33.332S> interval (min=<PT5M>)
01:33:32 06:33:32.138 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <b5649d35-9022-41a1-a963-58f385e491cd>
01:33:32 06:33:32.138 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M47.039S> interval (min=<PT5M>)
01:33:32 06:33:32.139 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:32 06:33:32.140 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:32 06:33:32.144 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M48.175S> interval (min=<PT5M>)
01:33:32 06:33:32.144 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:32 06:33:32.146 [WARN ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@521e3470]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:32 06:33:32.146 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:32 06:33:32.191 [WARN ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@521e3470]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:32 06:33:32.192 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:32 06:33:32.193 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 37205 accepted at port 60978 
01:33:32 06:33:32.194 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
01:33:32 06:33:32.204 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{custom.topic=A1, mqtt.topic=A1, ditto-reply-target=1, ditto-expected-response-types=["response","error"], ditto-origin=b5649d35-9022-41a1-a963-58f385e491cd, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-5683413A10, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:33:32 06:33:32.206 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{custom.topic=B1, mqtt.topic=B1, ditto-reply-target=2, ditto-expected-response-types=["response","error"], ditto-origin=b5649d35-9022-41a1-a963-58f385e491cd, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-5683413B10, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:33:32 06:33:32.206 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-12] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:33:32 06:33:32.207 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{custom.topic=C1, mqtt.topic=C1, ditto-reply-target=3, ditto-expected-response-types=["response","error"], ditto-origin=b5649d35-9022-41a1-a963-58f385e491cd, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-5683413C10, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:33:32 06:33:32.208 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-14] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:33:32 06:33:32.208 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-11] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:33:32 06:33:32.209 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{custom.topic=A1, mqtt.topic=A1, ditto-reply-target=1, ditto-expected-response-types=["response","error"], ditto-origin=b5649d35-9022-41a1-a963-58f385e491cd, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-5683413A11, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:33:32 06:33:32.211 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-6] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:33:32 06:33:32.211 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{custom.topic=B1, mqtt.topic=B1, ditto-reply-target=2, ditto-expected-response-types=["response","error"], ditto-origin=b5649d35-9022-41a1-a963-58f385e491cd, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-5683413B11, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:33:32 06:33:32.211 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{custom.topic=C2, mqtt.topic=C2, ditto-reply-target=3, ditto-expected-response-types=["response","error"], ditto-origin=b5649d35-9022-41a1-a963-58f385e491cd, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-5683413C20, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:33:32 06:33:32.213 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-8] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:33:32 06:33:32.213 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-8] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:33:32 06:33:32.214 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{custom.topic=A1, mqtt.topic=A1, ditto-reply-target=1, ditto-expected-response-types=["response","error"], ditto-origin=b5649d35-9022-41a1-a963-58f385e491cd, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-5683413A12, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:33:32 06:33:32.215 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-6] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:33:32 06:33:32.216 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{custom.topic=B2, mqtt.topic=B2, ditto-reply-target=2, ditto-expected-response-types=["response","error"], ditto-origin=b5649d35-9022-41a1-a963-58f385e491cd, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-5683413B20, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:33:32 06:33:32.216 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{custom.topic=C3, mqtt.topic=C3, ditto-reply-target=3, ditto-expected-response-types=["response","error"], ditto-origin=b5649d35-9022-41a1-a963-58f385e491cd, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-5683413C30, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:33:32 06:33:32.217 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-8] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:33:32 06:33:32.217 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-8] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:33:32 06:33:32.219 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{custom.topic=B2, mqtt.topic=B2, ditto-reply-target=2, ditto-expected-response-types=["response","error"], ditto-origin=b5649d35-9022-41a1-a963-58f385e491cd, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeMultipleSources-5683413B21, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:33:32 06:33:32.221 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-14] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:33:32 06:33:32.221 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTING>
01:33:32 06:33:32.223 [INFO ] [MqttClientActorTest_consumeMultipleSources-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
01:33:32 06:33:32.355 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M17.737S> interval (min=<PT5M>)
01:33:32 06:33:32.356 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:32 06:33:32.356 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M40.096S> interval (min=<PT5M>)
01:33:32 06:33:32.357 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M27.451S> interval (min=<PT5M>)
01:33:32 06:33:32.358 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <b5649d35-9022-41a1-a963-58f385e491cd>
01:33:32 06:33:32.358 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M15.483S> interval (min=<PT5M>)
01:33:32 06:33:32.360 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:32 06:33:32.360 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:32 06:33:32.363 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:32 06:33:32.363 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M22.877S> interval (min=<PT5M>)
01:33:32 06:33:32.391 [WARN ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7e086b5e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:32 06:33:32.391 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:32 06:33:32.391 [WARN ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7e086b5e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:32 06:33:32.391 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:32 06:33:32.403 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 37205 accepted at port 60992 
01:33:32 06:33:32.403 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
01:33:32 06:33:32.410 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions failed: ImmutableConnectionFailure [origin=null, cause=<MqttSubscribeException>: Quisquam omnis in quia hic et libero., description=Exception during client actor initialization., time=2024-01-18T06:33:32.407072867Z, connectivityStatus=null]. Staying in CONNECTING state to continue with connection recovery after backoff.
01:33:32 06:33:32.410 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=<MqttSubscribeException>: Quisquam omnis in quia hic et libero., description=Exception during client actor initialization., time=2024-01-18T06:33:32.407072867Z, connectivityStatus=null]>
01:33:32 06:33:32.412 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=<MqttSubscribeException>: Quisquam omnis in quia hic et libero., description=Exception during client actor initialization., time=2024-01-18T06:33:32.407072867Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
01:33:32 06:33:32.413 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTING>
01:33:32 06:33:32.413 [INFO ] [MqttClientActorTest_subscribeFails-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
01:33:32 06:33:32.523 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M40.489S> interval (min=<PT5M>)
01:33:32 06:33:32.523 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:32 06:33:32.524 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M57.336S> interval (min=<PT5M>)
01:33:32 06:33:32.525 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M47.62S> interval (min=<PT5M>)
01:33:32 06:33:32.526 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <b5649d35-9022-41a1-a963-58f385e491cd>
01:33:32 06:33:32.526 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M8.865S> interval (min=<PT5M>)
01:33:32 06:33:32.527 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:32 06:33:32.528 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:32 06:33:32.530 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:32 06:33:32.530 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M9.89S> interval (min=<PT5M>)
01:33:32 06:33:32.531 [WARN ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@70c90744]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:32 06:33:32.532 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:32 06:33:32.534 [WARN ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@70c90744]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:32 06:33:32.534 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:32 06:33:32.536 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 37205 accepted at port 60996 
01:33:32 06:33:32.537 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
01:33:32 06:33:32.545 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error"], ditto-origin=b5649d35-9022-41a1-a963-58f385e491cd, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MqttClientActorTest.consumeFromTopicWithIdEnforcement-69c3fc2, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:33:32 06:33:32.547 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-6] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:33:32 06:33:32.547 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTING>
01:33:32 06:33:32.547 [INFO ] [MqttClientActorTest_consumeFromTopicWithIdEnforcement-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
01:33:32 06:33:32.655 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M55.628S> interval (min=<PT5M>)
01:33:32 06:33:32.655 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:32 06:33:32.655 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M35.775S> interval (min=<PT5M>)
01:33:32 06:33:32.656 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M26.279S> interval (min=<PT5M>)
01:33:32 06:33:32.657 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <b5649d35-9022-41a1-a963-58f385e491cd>
01:33:32 06:33:32.657 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M29.28S> interval (min=<PT5M>)
01:33:32 06:33:32.659 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:32 06:33:32.659 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:32 06:33:32.662 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M6.427S> interval (min=<PT5M>)
01:33:32 06:33:32.662 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:32 06:33:32.663 [WARN ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@2d4614f4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:32 06:33:32.663 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:32 06:33:32.666 [WARN ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@2d4614f4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:32 06:33:32.691 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:32 06:33:32.703 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 37205 accepted at port 60998 
01:33:32 06:33:32.704 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Starting publisher and consumers.
01:33:32 06:33:32.773 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:33:32 06:33:32.774 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
01:33:32 06:33:32.774 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <b5649d35-9022-41a1-a963-58f385e491cd>
01:33:32 06:33:32.874 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
01:33:33 06:33:32.964 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M24.442S> interval (min=<PT5M>)
01:33:33 06:33:32.964 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:33 06:33:32.964 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M48.676S> interval (min=<PT5M>)
01:33:33 06:33:32.965 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M21.752S> interval (min=<PT5M>)
01:33:33 06:33:32.966 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <b5649d35-9022-41a1-a963-58f385e491cd>
01:33:33 06:33:32.966 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M35.487S> interval (min=<PT5M>)
01:33:33 06:33:32.968 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:33 06:33:32.968 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:33 06:33:32.970 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M46.396S> interval (min=<PT5M>)
01:33:33 06:33:32.991 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:33 06:33:32.992 [WARN ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1777020d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:33 06:33:32.992 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:33 06:33:32.994 [WARN ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1777020d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:33 06:33:32.995 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:33 06:33:33.016 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 37205 accepted at port 32776 
01:33:33 06:33:33.092 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <b5649d35-9022-41a1-a963-58f385e491cd>
01:33:33 06:33:33.124 [WARN ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Shutdown timeout <PT3S> reached; aborting <1> ackregators
01:33:33 06:33:33.125 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
01:33:33 06:33:33.128 [INFO ] [MqttClientActorTest_consumeFromTopicWithSourceHeaderMapping-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:33:33 06:33:33.139 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M27.649S> interval (min=<PT5M>)
01:33:33 06:33:33.139 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:33 06:33:33.140 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M0.707S> interval (min=<PT5M>)
01:33:33 06:33:33.141 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M45.694S> interval (min=<PT5M>)
01:33:33 06:33:33.191 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <b5649d35-9022-41a1-a963-58f385e491cd>
01:33:33 06:33:33.191 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:33 06:33:33.191 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:33 06:33:33.191 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M38.656S> interval (min=<PT5M>)
01:33:33 06:33:33.194 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M58.136S> interval (min=<PT5M>)
01:33:33 06:33:33.194 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:33 06:33:33.195 [WARN ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@2495afe6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:33 06:33:33.195 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:33 06:33:33.198 [WARN ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@2495afe6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:33 06:33:33.198 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:33 06:33:33.201 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Responding early with static 'CLOSED' ResourceStatus for all sub-sources and -targets and SSH tunnel, because some children could not be started, due to a live status <unknown> in the client actor.
01:33:33 06:33:33.203 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
01:33:33 06:33:33.319 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <b5649d35-9022-41a1-a963-58f385e491cd>
01:33:33 06:33:33.394 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M31.677S> interval (min=<PT5M>)
01:33:33 06:33:33.395 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:33 06:33:33.395 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M22.626S> interval (min=<PT5M>)
01:33:33 06:33:33.396 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M50.306S> interval (min=<PT5M>)
01:33:33 06:33:33.396 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <b5649d35-9022-41a1-a963-58f385e491cd>
01:33:33 06:33:33.397 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M59.144S> interval (min=<PT5M>)
01:33:33 06:33:33.398 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:33 06:33:33.399 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:33 06:33:33.401 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M27.227S> interval (min=<PT5M>)
01:33:33 06:33:33.402 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:33 06:33:33.405 [WARN ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7b576f49]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:33 06:33:33.405 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:33 06:33:33.408 [WARN ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7b576f49]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:33 06:33:33.408 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:33 06:33:33.409 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:33 06:33:33.410 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <22> loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:33 06:33:33.411 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 37205 accepted at port 58092 
01:33:33 06:33:33.519 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <b5649d35-9022-41a1-a963-58f385e491cd>
01:33:33 06:33:33.623 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTING>
01:33:33 06:33:33.623 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
01:33:33 06:33:33.623 [INFO ] [MqttClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
01:33:33 06:33:33.633 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 37205 accepted at port 58102 
01:33:33 06:33:33.633 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 37205 accepted at port 58100 
01:33:33 06:33:33.738 [INFO ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.h.MqttClientActor - Initial connect of client <consumer:b5649d35-9022-41a1-a963-58f385e491cd> failed. Disabling automatic reconnect.
01:33:33 06:33:33.791 [INFO ] [RxComputationThreadPool-2] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <consumer:b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:33 com.hivemq.client.mqtt.exceptions.ConnectionClosedException: Server closed connection without DISCONNECT.
01:33:33 Wrapped by: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT.
01:33:33 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConnectableClient$Mqtt5ConnectingClient.lambda$sendConnect$0(BaseGenericMqttConnectableClient.java:132)
01:33:33 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
01:33:33 	... 12 common frames omitted
01:33:33 Wrapped by: java.util.concurrent.CompletionException: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT.
01:33:33 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
01:33:33 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
01:33:33 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936)
01:33:33 	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
01:33:33 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
01:33:33 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
01:33:33 	at com.hivemq.client.internal.rx.RxFutureConverter$RxFuture.onError(RxFutureConverter.java:60)
01:33:33 	at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79)
01:33:33 	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38)
01:33:33 	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26)
01:33:33 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
01:33:33 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
01:33:33 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
01:33:33 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
01:33:33 	at java.base/java.lang.Thread.run(Thread.java:833)
01:33:33 06:33:33.791 [INFO ] [RxComputationThreadPool-1] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <consumer:b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:33 com.hivemq.client.mqtt.exceptions.ConnectionClosedException: Server closed connection without DISCONNECT.
01:33:33 Wrapped by: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT.
01:33:33 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConnectableClient$Mqtt5ConnectingClient.lambda$sendConnect$0(BaseGenericMqttConnectableClient.java:132)
01:33:33 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
01:33:33 	... 12 common frames omitted
01:33:33 Wrapped by: java.util.concurrent.CompletionException: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT.
01:33:33 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
01:33:33 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
01:33:33 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936)
01:33:33 	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
01:33:33 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
01:33:33 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
01:33:33 	at com.hivemq.client.internal.rx.RxFutureConverter$RxFuture.onError(RxFutureConverter.java:60)
01:33:33 	at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79)
01:33:33 	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38)
01:33:33 	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26)
01:33:33 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
01:33:33 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
01:33:33 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
01:33:33 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
01:33:33 	at java.base/java.lang.Thread.run(Thread.java:833)
01:33:34 06:33:34.006 [WARN ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Shutdown timeout <PT3S> reached; aborting <1> ackregators
01:33:34 06:33:34.007 [INFO ] [MqttClientActorTest_consumeFromTopicAndRetrieveConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
01:33:34 06:33:34.425 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M40.477S> interval (min=<PT5M>)
01:33:34 06:33:34.425 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:34 06:33:34.426 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M6.654S> interval (min=<PT5M>)
01:33:34 06:33:34.427 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M17.065S> interval (min=<PT5M>)
01:33:34 06:33:34.427 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <b5649d35-9022-41a1-a963-58f385e491cd>
01:33:34 06:33:34.427 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M58.397S> interval (min=<PT5M>)
01:33:34 06:33:34.429 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:34 06:33:34.429 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:34 06:33:34.431 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M15.782S> interval (min=<PT5M>)
01:33:34 06:33:34.432 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:34 06:33:34.433 [WARN ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@551c0bac]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:34 06:33:34.433 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:34 06:33:34.436 [WARN ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@551c0bac]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:34 06:33:34.436 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:34 06:33:34.439 [WARN ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@551c0bac]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:34 06:33:34.439 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:34 06:33:34.440 [WARN ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@551c0bac]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:34 06:33:34.440 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:34 06:33:34.440 [WARN ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - received unknown/unsupported message OpenConnection [type=connectivity.commands:openConnection, dittoHeaders=ImmutableDittoHeaders [{}], connectionId=b5649d35-9022-41a1-a963-58f385e491cd] in state TESTING - status: unknown: Testing connection since 2024-01-18T06:33:34.440440098Z - sender: Actor[pekko://MqttClientActorTest_testTLSConnectionWithoutCertificateCheck/user/$a#-257899599]
01:33:34 06:33:34.593 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <b5649d35-9022-41a1-a963-58f385e491cd>
01:33:34 06:33:34.816 [INFO ] [RxComputationThreadPool-2] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <consumer:b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:34 java.security.cert.CertificateException: No name matching localhost found
01:33:34 	at java.base/sun.security.util.HostnameChecker.matchDNS(HostnameChecker.java:234)
01:33:34 	at java.base/sun.security.util.HostnameChecker.match(HostnameChecker.java:103)
01:33:34 	at java.base/sun.security.util.HostnameChecker.match(HostnameChecker.java:109)
01:33:34 	at org.eclipse.ditto.connectivity.service.messaging.internal.ssl.DittoTrustManager.checkServerTrusted(DittoTrustManager.java:107)
01:33:34 	at java.base/sun.security.ssl.AbstractTrustManagerWrapper.checkServerTrusted(SSLContextImpl.java:1455)
01:33:34 	at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(CertificateMessage.java:1335)
01:33:34 	... 29 common frames omitted
01:33:34 Wrapped by: javax.net.ssl.SSLHandshakeException: No name matching localhost found
01:33:34 	at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131)
01:33:34 	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:371)
01:33:34 	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:314)
01:33:34 	at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:309)
01:33:34 	at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.checkServerCerts(CertificateMessage.java:1357)
01:33:34 	at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.onConsumeCertificate(CertificateMessage.java:1232)
01:33:34 	at java.base/sun.security.ssl.CertificateMessage$T13CertificateConsumer.consume(CertificateMessage.java:1175)
01:33:34 	at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:396)
01:33:34 	at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:480)
01:33:34 	at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1277)
01:33:34 	at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1264)
01:33:34 	at java.base/java.security.AccessController.doPrivileged(AccessController.java:712)
01:33:34 	at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask.run(SSLEngineImpl.java:1209)
01:33:34 	at io.netty.handler.ssl.SslHandler.runDelegatedTasks(SslHandler.java:1647)
01:33:34 	at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1493)
01:33:34 	at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1334)
01:33:34 	at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1383)
01:33:34 	at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:529)
01:33:34 	at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:468)
01:33:34 	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:290)
01:33:34 	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444)
01:33:34 	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
01:33:34 	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412)
01:33:34 	at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
01:33:34 	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440)
01:33:34 	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420)
01:33:34 	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
01:33:34 	at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800)
01:33:34 	at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:509)
01:33:34 	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:407)
01:33:34 	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
01:33:34 	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
01:33:34 	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
01:33:34 	at java.base/java.lang.Thread.run(Thread.java:833)
01:33:34 Wrapped by: com.hivemq.client.mqtt.exceptions.ConnectionFailedException: javax.net.ssl.SSLHandshakeException: No name matching localhost found
01:33:34 Wrapped by: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: javax.net.ssl.SSLHandshakeException: No name matching localhost found
01:33:34 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConnectableClient$Mqtt5ConnectingClient.lambda$sendConnect$0(BaseGenericMqttConnectableClient.java:132)
01:33:34 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
01:33:34 	... 12 common frames omitted
01:33:34 Wrapped by: java.util.concurrent.CompletionException: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: javax.net.ssl.SSLHandshakeException: No name matching localhost found
01:33:34 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
01:33:34 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
01:33:34 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936)
01:33:34 	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
01:33:34 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
01:33:34 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
01:33:34 	at com.hivemq.client.internal.rx.RxFutureConverter$RxFuture.onError(RxFutureConverter.java:60)
01:33:34 	at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79)
01:33:34 	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38)
01:33:34 	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26)
01:33:34 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
01:33:34 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
01:33:34 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
01:33:34 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
01:33:34 	at java.base/java.lang.Thread.run(Thread.java:833)
01:33:37 06:33:37.902 [WARN ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-6] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
01:33:37 06:33:37.905 [INFO ] [MqttClientActorTest_stopConsumingOnRequest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:33:38 06:33:38.221 [WARN ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-8] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
01:33:38 06:33:38.224 [INFO ] [MqttClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:33:38 06:33:38.508 [WARN ] [MqttClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
01:33:39 06:33:39.457 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - test timed out.
01:33:39 06:33:39.459 [INFO ] [MqttClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
01:33:39 06:33:39.549 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M1.596S> interval (min=<PT5M>)
01:33:39 06:33:39.549 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:39 06:33:39.550 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M34.316S> interval (min=<PT5M>)
01:33:39 06:33:39.551 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M13.604S> interval (min=<PT5M>)
01:33:39 06:33:39.552 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <b5649d35-9022-41a1-a963-58f385e491cd>
01:33:39 06:33:39.552 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M41.842S> interval (min=<PT5M>)
01:33:39 06:33:39.554 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:39 06:33:39.554 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:39 06:33:39.557 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M58.539S> interval (min=<PT5M>)
01:33:39 06:33:39.557 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:39 06:33:39.559 [WARN ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@49857680]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:39 06:33:39.559 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:39 06:33:39.562 [WARN ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@49857680]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:39 06:33:39.562 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:39 06:33:39.564 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 37205 accepted at port 58128 
01:33:39 06:33:39.566 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 37205 accepted at port 58132 
01:33:39 06:33:39.570 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - Initial connect of client <consumer:b5649d35-9022-41a1-a963-58f385e491cd> failed. Disabling automatic reconnect.
01:33:39 06:33:39.570 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.MqttClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=<ConnectionClosedException>: Server closed connection without DISCONNECT., description=MQTT client got disconnected., time=2024-01-18T06:33:39.570127739Z, connectivityStatus=null]>
01:33:39 06:33:39.570 [INFO ] [RxComputationThreadPool-2] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <consumer:b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:39 com.hivemq.client.mqtt.exceptions.ConnectionClosedException: Server closed connection without DISCONNECT.
01:33:39 Wrapped by: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT.
01:33:39 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConnectableClient$Mqtt5ConnectingClient.lambda$sendConnect$0(BaseGenericMqttConnectableClient.java:132)
01:33:39 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
01:33:39 	... 12 common frames omitted
01:33:39 Wrapped by: java.util.concurrent.CompletionException: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT.
01:33:39 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
01:33:39 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
01:33:39 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936)
01:33:39 	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
01:33:39 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
01:33:39 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
01:33:39 	at com.hivemq.client.internal.rx.RxFutureConverter$RxFuture.onError(RxFutureConverter.java:60)
01:33:39 	at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79)
01:33:39 	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38)
01:33:39 	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26)
01:33:39 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
01:33:39 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
01:33:39 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
01:33:39 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
01:33:39 	at java.base/java.lang.Thread.run(Thread.java:833)
01:33:39 06:33:39.571 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=<ConnectionClosedException>: Server closed connection without DISCONNECT., description=MQTT client got disconnected., time=2024-01-18T06:33:39.570127739Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
01:33:39 06:33:39.572 [WARN ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - received Exception java.util.concurrent.CompletionException: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT. in state CONNECTING - status: failed: MQTT client got disconnected. - cause <ConnectionClosedException>: Server closed connection without DISCONNECT. At 2024-01-18T06:33:39.570127739Z - sender: Actor[pekko://MqttClientActorTest_resetConnectionMetrics/deadLetters]
01:33:39 06:33:39.647 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
01:33:39 06:33:39.671 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <b5649d35-9022-41a1-a963-58f385e491cd>
01:33:39 06:33:39.715 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M23.11S> interval (min=<PT5M>)
01:33:39 06:33:39.715 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:39 06:33:39.716 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M2.343S> interval (min=<PT5M>)
01:33:39 06:33:39.717 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M3.449S> interval (min=<PT5M>)
01:33:39 06:33:39.718 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <b5649d35-9022-41a1-a963-58f385e491cd>
01:33:39 06:33:39.718 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M44.233S> interval (min=<PT5M>)
01:33:39 06:33:39.719 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:39 06:33:39.720 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:39 06:33:39.722 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:39 06:33:39.722 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M4.671S> interval (min=<PT5M>)
01:33:39 06:33:39.723 [WARN ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@77dbc789]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:39 06:33:39.724 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:39 06:33:39.726 [WARN ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@77dbc789]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:39 06:33:39.726 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:39 06:33:39.727 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:39 06:33:39.729 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 37205 accepted at port 58148 
01:33:39 06:33:39.730 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 37205 accepted at port 58150 
01:33:39 06:33:39.731 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.h.MqttClientActor - Initial connect of client <consumer:b5649d35-9022-41a1-a963-58f385e491cd> failed. Disabling automatic reconnect.
01:33:39 06:33:39.731 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.h.MqttClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=<ConnectionClosedException>: Server closed connection without DISCONNECT., description=MQTT client got disconnected., time=2024-01-18T06:33:39.731570153Z, connectivityStatus=null]>
01:33:39 06:33:39.731 [INFO ] [RxComputationThreadPool-2] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <consumer:b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:39 com.hivemq.client.mqtt.exceptions.ConnectionClosedException: Server closed connection without DISCONNECT.
01:33:39 Wrapped by: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT.
01:33:39 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConnectableClient$Mqtt5ConnectingClient.lambda$sendConnect$0(BaseGenericMqttConnectableClient.java:132)
01:33:39 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
01:33:39 	... 12 common frames omitted
01:33:39 Wrapped by: java.util.concurrent.CompletionException: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT.
01:33:39 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
01:33:39 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
01:33:39 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936)
01:33:39 	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
01:33:39 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
01:33:39 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
01:33:39 	at com.hivemq.client.internal.rx.RxFutureConverter$RxFuture.onError(RxFutureConverter.java:60)
01:33:39 	at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79)
01:33:39 	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38)
01:33:39 	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26)
01:33:39 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
01:33:39 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
01:33:39 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
01:33:39 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
01:33:39 	at java.base/java.lang.Thread.run(Thread.java:833)
01:33:39 06:33:39.732 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=<ConnectionClosedException>: Server closed connection without DISCONNECT., description=MQTT client got disconnected., time=2024-01-18T06:33:39.731570153Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
01:33:39 06:33:39.732 [WARN ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - received Exception java.util.concurrent.CompletionException: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: Server closed connection without DISCONNECT. in state CONNECTING - status: failed: MQTT client got disconnected. - cause <ConnectionClosedException>: Server closed connection without DISCONNECT. At 2024-01-18T06:33:39.731570153Z - sender: Actor[pekko://MqttClientActorTest_resetConnectionLogs/deadLetters]
01:33:39 06:33:39.813 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
01:33:39 06:33:39.848 [INFO ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.h.MqttClientActor - Client actor registered: <b5649d35-9022-41a1-a963-58f385e491cd>
01:33:39 06:33:39.895 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M30.328S> interval (min=<PT5M>)
01:33:39 06:33:39.895 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:39 06:33:39.896 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M16.64S> interval (min=<PT5M>)
01:33:39 06:33:39.897 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M12.519S> interval (min=<PT5M>)
01:33:39 06:33:39.897 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Using default client ID <b5649d35-9022-41a1-a963-58f385e491cd>
01:33:39 06:33:39.898 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M11.331S> interval (min=<PT5M>)
01:33:39 06:33:39.899 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:39 06:33:39.899 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:39 06:33:39.902 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M31.074S> interval (min=<PT5M>)
01:33:39 06:33:39.902 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:33:39 06:33:39.903 [WARN ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@59b5410d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:39 06:33:39.904 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:39 06:33:39.906 [WARN ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@59b5410d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:39 06:33:39.906 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.MqttClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:33:39 06:33:39.907 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:39 06:33:39.909 [INFO ] [Thread-16] o.e.d.c.s.m.m.MqttServerRule - Incoming connection to port 37205 accepted at port 58156 
01:33:39 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.31 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.MqttClientActorTest
01:33:39 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.MqttClientConnectedTest
01:33:39 06:33:39.925 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.MqttClientActor - ServiceUnbind State=<CONNECTING>
01:33:39 06:33:39.926 [INFO ] [MqttClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.MqttClientActor - Actor stopped, stopping clients.
01:33:39 06:33:39.931 [INFO ] [RxComputationThreadPool-2] o.e.d.c.s.m.m.h.c.DefaultGenericMqttClient - Failed to connect subscribing client <consumer:b5649d35-9022-41a1-a963-58f385e491cd>.
01:33:39 java.net.ConnectException: finishConnect(..) failed: Connection refused
01:33:39 	at io.netty.channel.unix.Errors.newConnectException0(Errors.java:166)
01:33:39 	at io.netty.channel.unix.Errors.handleConnectErrno(Errors.java:131)
01:33:39 	at io.netty.channel.unix.Socket.finishConnect(Socket.java:359)
01:33:39 	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.doFinishConnect(AbstractEpollChannel.java:710)
01:33:39 	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.finishConnect(AbstractEpollChannel.java:687)
01:33:39 	at io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.epollOutReady(AbstractEpollChannel.java:567)
01:33:39 	at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499)
01:33:39 	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:407)
01:33:39 	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
01:33:39 	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
01:33:39 	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
01:33:39 	at java.base/java.lang.Thread.run(Thread.java:833)
01:33:39 Wrapped by: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: localhost/127.0.0.1:37205
01:33:39 Wrapped by: com.hivemq.client.mqtt.exceptions.ConnectionFailedException: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: localhost/127.0.0.1:37205
01:33:39 Wrapped by: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: localhost/127.0.0.1:37205
01:33:39 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.BaseGenericMqttConnectableClient$Mqtt3ConnectingClient.lambda$sendConnect$0(BaseGenericMqttConnectableClient.java:105)
01:33:39 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
01:33:40 	... 17 common frames omitted
01:33:40 Wrapped by: java.util.concurrent.CompletionException: org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client.MqttClientConnectException: io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: localhost/127.0.0.1:37205
01:33:40 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
01:33:40 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
01:33:40 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:936)
01:33:40 	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
01:33:40 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
01:33:40 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
01:33:40 	at com.hivemq.client.internal.mqtt.mqtt3.Mqtt3AsyncClientView.lambda$connect$2(Mqtt3AsyncClientView.java:99)
01:33:40 	at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863)
01:33:40 	at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841)
01:33:40 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
01:33:40 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
01:33:40 	at com.hivemq.client.internal.rx.RxFutureConverter$RxFuture.onError(RxFutureConverter.java:60)
01:33:40 	at io.reactivex.internal.operators.single.SingleObserveOn$ObserveOnSingleObserver.run(SingleObserveOn.java:79)
01:33:40 	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38)
01:33:40 	at io.reactivex.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:26)
01:33:40 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
01:33:40 	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
01:33:40 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
01:33:40 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
01:33:40 	at java.base/java.lang.Thread.run(Thread.java:833)
01:33:40 [INFO] [01/18/2024 06:33:40.054] [main] [CoordinatedShutdown(pekko://MqttClientConnectedTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:33:40 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.MqttClientConnectedTest
01:33:40 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublishingContextTest
01:33:40 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.300 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublishingContextTest
01:33:40 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublishTargetTest
01:33:40 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublishTargetTest
01:33:40 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.ExternalMessageToMqttPublishTransformerTest
01:33:40 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.ExternalMessageToMqttPublishTransformerTest
01:33:40 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublisherActorTest
01:33:40 06:33:40.415 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
01:33:40 06:33:40.514 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <MqttPublishTarget [topic=mqtt/eclipse/ditto, qos=AT_MOST_ONCE]>
01:33:40 06:33:40.718 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <MqttPublishTarget [topic=mqtt/eclipse/ditto, qos=AT_MOST_ONCE]>
01:33:40 06:33:40.893 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <MqttPublishTarget [topic=mqtt/eclipse/ditto, qos=AT_MOST_ONCE]>
01:33:41 06:33:41.069 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <MqttPublishTarget [topic=mqtt/eclipse/ditto, qos=AT_MOST_ONCE]>
01:33:41 06:33:41.071 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Failed to send message: Failed to transform ExternalMessage to GenericMqttPublish: Topic [target/#] must not contain multi level wildcard (#), found at index 7.
01:33:41 06:33:41.634 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Operating in 'dry-run' mode, thus dropping <MultiMappedOutboundSignal [outboundSignals=[MappedOutboundSignal [delegate=UnmappedOutboundSignal [source=ThingDeleted [type=things.events:thingDeleted, timestamp=2024-01-18T06:33:41.604683254Z, dittoHeaders=ImmutableDittoHeaders [{correlation-id=cid, device_id=ditto:thing, requested-acks=["please-verify"], response-required=false}], metadata=null, entityId=ditto:thing, revision=99, thingId=ditto:thing], targets=[ImmutableTarget [address=mqtt/eclipse/ditto, topics=[_/_/things/twin/events], qos=0, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=mqtt/eclipse/ditto, issuedAcknowledgementLabel=please-verify, headerMapping=ImmutableHeaderMapping [mapping={feature_id={{ feature:id }}, mqtt.qos={{ header:custom.qos }}, device_id={{ header:device_id }}, subject={{ topic:action-subject }}, correlation-id={{ header:correlation-id }}, suffixed_thing_id={{ header:device_id }}.some.suffix, mqtt.retain={{ header:custom.retain }}, mqtt.topic={{ header:custom.topic }}, eclipse=ditto, thing_id={{ thing:id }}, prefixed_thing_id=some.prefix.{{ thing:id }}, ditto-connection-id=hallo, reply-to={{ header:reply-to }}}], payloadMapping=ImmutablePayloadMapping [mappings=[]]]]], adaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=ditto, name=thing, group=things, channel=twin, criterion=events, action=deleted, searchAction=null, streamingAction=null, subject=null, path=ditto/thing/things/twin/events/deleted], payload=ImmutablePayload [path=/, value=null, extra=null, status=null, revision=99, timestamp=2024-01-18T06:33:41.604683254Z, metadata=null, fields=null], headers=ImmutableDittoHeaders [{correlation-id=cid, device_id=ditto:thing, requested-acks=["please-verify"], response-required=false}]], externalMessage=UnmodifiableExternalMessage [headers={}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=TEXT, textPayload=payload, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]]]], sender=Actor[pekko://MqttPublisherActorTest/system/testProbe-81#1403690117]]>.
01:33:41 06:33:41.635 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Operating in 'dry-run' mode, thus dropping <MultiMappedOutboundSignal [outboundSignals=[MappedOutboundSignal [delegate=UnmappedOutboundSignal [source=ThingDeleted [type=things.events:thingDeleted, timestamp=2024-01-18T06:33:41.616749913Z, dittoHeaders=ImmutableDittoHeaders [{correlation-id=cid, device_id=ditto:thing, custom.topic=my/custom/topic, response-required=false}], metadata=null, entityId=ditto:thing, revision=99, thingId=ditto:thing], targets=[ImmutableTarget [address=mqtt/eclipse/ditto, topics=[_/_/things/twin/events], qos=0, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=mqtt/eclipse/ditto, issuedAcknowledgementLabel=please-verify, headerMapping=ImmutableHeaderMapping [mapping={feature_id={{ feature:id }}, mqtt.qos={{ header:custom.qos }}, device_id={{ header:device_id }}, subject={{ topic:action-subject }}, correlation-id={{ header:correlation-id }}, suffixed_thing_id={{ header:device_id }}.some.suffix, mqtt.retain={{ header:custom.retain }}, mqtt.topic={{ header:custom.topic }}, eclipse=ditto, thing_id={{ thing:id }}, prefixed_thing_id=some.prefix.{{ thing:id }}, ditto-connection-id=hallo, reply-to={{ header:reply-to }}}], payloadMapping=ImmutablePayloadMapping [mappings=[]]]]], adaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=ditto, name=thing, group=things, channel=twin, criterion=events, action=deleted, searchAction=null, streamingAction=null, subject=null, path=ditto/thing/things/twin/events/deleted], payload=ImmutablePayload [path=/, value=null, extra=null, status=null, revision=99, timestamp=2024-01-18T06:33:41.616749913Z, metadata=null, fields=null], headers=ImmutableDittoHeaders [{correlation-id=cid, device_id=ditto:thing, custom.topic=my/custom/topic, response-required=false}]], externalMessage=UnmodifiableExternalMessage [headers={}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=TEXT, textPayload=payload, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]]]], sender=Actor[pekko://MqttPublisherActorTest/system/testProbe-81#1403690117]]>.
01:33:41 06:33:41.635 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Operating in 'dry-run' mode, thus dropping <MultiMappedOutboundSignal [outboundSignals=[MappedOutboundSignal [delegate=UnmappedOutboundSignal [source=ThingDeleted [type=things.events:thingDeleted, timestamp=2024-01-18T06:33:41.618722944Z, dittoHeaders=ImmutableDittoHeaders [{correlation-id=cid, device_id=ditto:thing, custom.qos=2, response-required=false}], metadata=null, entityId=ditto:thing, revision=99, thingId=ditto:thing], targets=[ImmutableTarget [address=mqtt/eclipse/ditto, topics=[_/_/things/twin/events], qos=0, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=mqtt/eclipse/ditto, issuedAcknowledgementLabel=please-verify, headerMapping=ImmutableHeaderMapping [mapping={feature_id={{ feature:id }}, mqtt.qos={{ header:custom.qos }}, device_id={{ header:device_id }}, subject={{ topic:action-subject }}, correlation-id={{ header:correlation-id }}, suffixed_thing_id={{ header:device_id }}.some.suffix, mqtt.retain={{ header:custom.retain }}, mqtt.topic={{ header:custom.topic }}, eclipse=ditto, thing_id={{ thing:id }}, prefixed_thing_id=some.prefix.{{ thing:id }}, ditto-connection-id=hallo, reply-to={{ header:reply-to }}}], payloadMapping=ImmutablePayloadMapping [mappings=[]]]]], adaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=ditto, name=thing, group=things, channel=twin, criterion=events, action=deleted, searchAction=null, streamingAction=null, subject=null, path=ditto/thing/things/twin/events/deleted], payload=ImmutablePayload [path=/, value=null, extra=null, status=null, revision=99, timestamp=2024-01-18T06:33:41.618722944Z, metadata=null, fields=null], headers=ImmutableDittoHeaders [{correlation-id=cid, device_id=ditto:thing, custom.qos=2, response-required=false}]], externalMessage=UnmodifiableExternalMessage [headers={}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=TEXT, textPayload=payload, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]]]], sender=Actor[pekko://MqttPublisherActorTest/system/testProbe-81#1403690117]]>.
01:33:41 06:33:41.797 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <MqttPublishTarget [topic=mqtt/eclipse/ditto, qos=EXACTLY_ONCE]>
01:33:42 06:33:42.008 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <MqttPublishTarget [topic=mqtt/eclipse/ditto, qos=AT_MOST_ONCE]>
01:33:42 06:33:42.010 [WARN ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Failed to send MQTT Publish message to broker. IllegalStateException: This is totally expected.
01:33:42 06:33:42.014 [ERROR] [MqttPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Failed to enqueue MQTT message to topic <mqtt/eclipse/ditto> for sending to broker.
01:33:42 java.lang.IllegalStateException: This is totally expected.
01:33:42 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublisherActorTest.sendPublishToBrokerFailureTriggersNegativeAcknowledgementIfAutoAckTargetPresent(MqttPublisherActorTest.java:285)
01:33:42 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:33:42 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:33:42 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:33:42 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:33:42 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:33:42 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:33:42 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:33:42 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:33:42 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:33:42 	at org.assertj.core.api.SoftAssertionsStatement$1.evaluate(SoftAssertionsStatement.java:41)
01:33:42 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
01:33:42 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:33:42 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:33:42 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:33:42 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:33:42 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:33:42 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:33:42 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:33:42 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:33:42 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:33:42 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:33:42 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
01:33:42 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
01:33:42 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:33:42 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:33:42 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:33:42 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:33:42 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:33:42 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:33:42 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:33:42 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:33:42 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:33:42 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:33:42 Wrapped by: org.eclipse.ditto.connectivity.model.MessageSendingFailedException: Failed to send message: This is totally expected.
01:33:42 	at org.eclipse.ditto.connectivity.model.MessageSendingFailedException$Builder.doBuild(MessageSendingFailedException.java:152)
01:33:42 	at org.eclipse.ditto.connectivity.model.MessageSendingFailedException$Builder.doBuild(MessageSendingFailedException.java:113)
01:33:42 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
01:33:42 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublisherActor.handleGenericMqttPublishResultFailure(MqttPublisherActor.java:192)
01:33:42 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublisherActor.lambda$sendMqttPublishMessageToBroker$0(MqttPublisherActor.java:164)
01:33:42 	at java.base/java.util.concurrent.CompletableFuture.uniAcceptNow(CompletableFuture.java:757)
01:33:42 	at java.base/java.util.concurrent.CompletableFuture.uniAcceptStage(CompletableFuture.java:735)
01:33:42 	at java.base/java.util.concurrent.CompletableFuture.thenAccept(CompletableFuture.java:2182)
01:33:42 	at java.base/java.util.concurrent.CompletableFuture.thenAccept(CompletableFuture.java:144)
01:33:42 	at org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublisherActor.sendMqttPublishMessageToBroker(MqttPublisherActor.java:160)
01:33:42 	at org.apache.pekko.stream.javadsl.Sink$.$anonfun$foreach$1(Sink.scala:141)
01:33:42 	at org.apache.pekko.stream.javadsl.Sink$.$anonfun$foreach$1$adapted(Sink.scala:141)
01:33:42 	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
01:33:42 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
01:33:42 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
01:33:42 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
01:33:42 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
01:33:42 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
01:33:42 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
01:33:42 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:831)
01:33:42 	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
01:33:42 	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
01:33:42 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
01:33:42 	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
01:33:42 	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
01:33:42 	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
01:33:42 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
01:33:42 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
01:33:42 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
01:33:42 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
01:33:42 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
01:33:42 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
01:33:42 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
01:33:42 06:33:42.015 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Failed to send message: This is totally expected.
01:33:42 06:33:42.277 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <MqttPublishTarget [topic=mqtt/eclipse/ditto, qos=AT_MOST_ONCE]>
01:33:42 06:33:42.360 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <MqttPublishTarget [topic=mqtt/eclipse/ditto, qos=AT_MOST_ONCE]>
01:33:42 06:33:42.528 [INFO ] [MqttPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.h.p.MqttPublisherActor - Publishing mapped message of type <things.responses:deleteThing> for id <thing:id> to PublishTarget <MqttPublishTarget [topic=replyTarget/thing:id, qos=AT_MOST_ONCE]>
01:33:42 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.229 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.publishing.MqttPublisherActorTest
01:33:42 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.ConnectionTesterActorTest
01:33:42 [INFO] [01/18/2024 06:33:42.674] [ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt-pekko.actor.default-dispatcher-7] [pekko://ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt/user/$a][correlation-id:ConnectionTesterActorTest.testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt-e181e4e] Failed to create HiveMqttClientProperties: Expected type of connection <null> to be one of [mqtt, mqtt-5] but it was <kafka>.
01:33:42 [INFO] [01/18/2024 06:33:42.675] [ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt-pekko.actor.default-dispatcher-7] [pekko://ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt/user/$a][correlation-id:ConnectionTesterActorTest.testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt-e181e4e] Test for connection <null> at <null> failed: Expected type of connection <null> to be one of [mqtt, mqtt-5] but it was <kafka>.
01:33:42 [INFO] [01/18/2024 06:33:42.678] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenConnectionTypeIsNotMqtt)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:33:42 [INFO] [01/18/2024 06:33:42.860] [main] [pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSomeFailuresBecauseOfAllSubscriptionsFailedException/user/$$n] Established MQTT connection to <example.com>.
01:33:42 [INFO] [01/18/2024 06:33:42.864] [Thread-148] [pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSomeFailuresBecauseOfAllSubscriptionsFailedException/user/$$n][connection-id:27a3a9e2-a089-4e12-ba2d-4026917fd570][correlation-id:ConnectionTesterActorTest.testConnectionWorksAsExpectedIfSomeFailuresBecauseOfAllSubscriptionsFailedException-fb73a01] Test for connection <27a3a9e2-a089-4e12-ba2d-4026917fd570> at <example.com> failed: [SubscriptionStatus[Topic filter: source/foo => Error: FAILURE(128)], SubscriptionStatus[Topic filter: source/bar => Error: QUOTA_EXCEEDED(151)]]
01:33:42 [INFO] [01/18/2024 06:33:42.865] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSomeFailuresBecauseOfAllSubscriptionsFailedException)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:33:42 [INFO] [01/18/2024 06:33:42.909] [ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails-pekko.actor.default-dispatcher-7] [pekko://ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails/user/$a][connection-id:27a3a9e2-a089-4e12-ba2d-4026917fd570][correlation-id:ConnectionTesterActorTest.testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails-124d445] Failed to create GenericMqttClient: Some argument is invalid.
01:33:42 [INFO] [01/18/2024 06:33:42.909] [ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails-pekko.actor.default-dispatcher-7] [pekko://ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails/user/$a][connection-id:27a3a9e2-a089-4e12-ba2d-4026917fd570][correlation-id:ConnectionTesterActorTest.testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails-124d445] Test for connection <27a3a9e2-a089-4e12-ba2d-4026917fd570> at <example.com> failed: Some argument is invalid.
01:33:42 [INFO] [01/18/2024 06:33:42.910] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionReturnsFailureStatusWhenGettingGenericMqttClientFails)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:33:43 [INFO] [01/18/2024 06:33:42.999] [main] [pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorDoesNotRespond/user/$$o] Established MQTT connection to <example.com>.
01:33:44 06:33:44.659 [WARN ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
01:33:44 06:33:44.661 [INFO ] [MqttClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:33:44 06:33:44.832 [WARN ] [MqttClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
01:33:53 [INFO] [01/18/2024 06:33:53.016] [ConnectionTesterActorTest_testConnectionFailsIfPublisherActorDoesNotRespond-scheduler-1] [pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorDoesNotRespond/user/$$o][connection-id:27a3a9e2-a089-4e12-ba2d-4026917fd570][correlation-id:ConnectionTesterActorTest.testConnectionFailsIfPublisherActorDoesNotRespond-1b4c785] Test for connection <27a3a9e2-a089-4e12-ba2d-4026917fd570> at <example.com> failed: Actor <pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorDoesNotRespond/system/testProbe-96> did not report its status within <PT10S>.
01:33:53 [INFO] [01/18/2024 06:33:53.018] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorDoesNotRespond)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:33:53 [INFO] [01/18/2024 06:33:53.073] [main] [pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSomeFailuresBecauseOfUnspecificException/user/$$p] Established MQTT connection to <example.com>.
01:33:53 [INFO] [01/18/2024 06:33:53.076] [Thread-159] [pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSomeFailuresBecauseOfUnspecificException/user/$$p][connection-id:27a3a9e2-a089-4e12-ba2d-4026917fd570][correlation-id:ConnectionTesterActorTest.testConnectionWorksAsExpectedIfSomeFailuresBecauseOfUnspecificException-e2ee54c] Test for connection <27a3a9e2-a089-4e12-ba2d-4026917fd570> at <example.com> failed: [Subscribing failed: [source/foo, source/bar]]
01:33:53 [INFO] [01/18/2024 06:33:53.077] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSomeFailuresBecauseOfUnspecificException)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:33:53 [INFO] [01/18/2024 06:33:53.122] [Thread-161] [pekko://ConnectionTesterActorTest_testConnectionWhenConnectingGenericMqttClientFailsReturnsFailureStatus/user/$a][connection-id:27a3a9e2-a089-4e12-ba2d-4026917fd570][correlation-id:ConnectionTesterActorTest.testConnectionWhenConnectingGenericMqttClientFailsReturnsFailureStatus-c76aac4] Test for connection <27a3a9e2-a089-4e12-ba2d-4026917fd570> at <example.com> failed: The broker is temporarily not available
01:33:53 [INFO] [01/18/2024 06:33:53.124] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionWhenConnectingGenericMqttClientFailsReturnsFailureStatus)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:33:53 [INFO] [01/18/2024 06:33:53.200] [main] [pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorSendsUnexpectedResponseAndOneSubscriberActorRespondsWithStateDown/user/$$q] Established MQTT connection to <example.com>.
01:33:53 [INFO] [01/18/2024 06:33:53.205] [Thread-169] [pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorSendsUnexpectedResponseAndOneSubscriberActorRespondsWithStateDown/user/$$q][connection-id:27a3a9e2-a089-4e12-ba2d-4026917fd570][correlation-id:ConnectionTesterActorTest.testConnectionFailsIfPublisherActorSendsUnexpectedResponseAndOneSubscriberActorRespondsWithStateDown-8a7329e] Test for connection <27a3a9e2-a089-4e12-ba2d-4026917fd570> at <example.com> failed: [Actor <pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorSendsUnexpectedResponseAndOneSubscriberActorRespondsWithStateDown/system/testProbe-103> did not respond with a RetrieveHealthResponse but with a <Status>., Actor <pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorSendsUnexpectedResponseAndOneSubscriberActorRespondsWithStateDown/system/testProbe-105> has status <DOWN>.]
01:33:53 [INFO] [01/18/2024 06:33:53.207] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionFailsIfPublisherActorSendsUnexpectedResponseAndOneSubscriberActorRespondsWithStateDown)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:33:53 [INFO] [01/18/2024 06:33:53.276] [main] [pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSuccessful/user/$$r] Established MQTT connection to <example.com>.
01:33:53 [INFO] [01/18/2024 06:33:53.280] [Thread-177] [pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSuccessful/user/$$r][connection-id:27a3a9e2-a089-4e12-ba2d-4026917fd570][correlation-id:ConnectionTesterActorTest.testConnectionWorksAsExpectedIfSuccessful-7a9055b] Test for connection <27a3a9e2-a089-4e12-ba2d-4026917fd570> at <example.com> was successful.
01:33:53 [INFO] [01/18/2024 06:33:53.282] [main] [CoordinatedShutdown(pekko://ConnectionTesterActorTest_testConnectionWorksAsExpectedIfSuccessful)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:33:53 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.65 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.ConnectionTesterActorTest
01:33:53 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.Mqtt3ValidatorTest
01:33:53 06:33:53.340 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@481925c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:53 06:33:53.343 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@481925c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:53 06:33:53.348 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@481925c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:53 06:33:53.350 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@481925c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:53 06:33:53.351 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@481925c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:53 06:33:53.352 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@481925c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:53 06:33:53.353 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@481925c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:53 06:33:53.354 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@481925c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:53 06:33:53.355 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@481925c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:53 06:33:53.359 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@481925c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:53 06:33:53.362 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@481925c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:53 06:33:53.394 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@481925c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:53 06:33:53.395 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@481925c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:53 06:33:53.396 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@481925c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:53 06:33:53.397 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@481925c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:53 06:33:53.398 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@481925c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:53 06:33:53.398 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@481925c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:53 06:33:53.399 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@481925c7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:53 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.Mqtt3ValidatorTest
01:33:53 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.MqttHeaderTest
01:33:53 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.MqttHeaderTest
01:33:53 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.MqttSpecificConfigTest
01:33:53 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.MqttSpecificConfigTest
01:33:53 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.Mqtt5ValidatorTest
01:33:53 06:33:53.512 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@73e4977e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:53 06:33:53.514 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@73e4977e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:53 06:33:53.517 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@73e4977e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:53 06:33:53.518 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@73e4977e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:53 06:33:53.519 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@73e4977e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:53 06:33:53.520 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@73e4977e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:53 06:33:53.521 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@73e4977e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:53 06:33:53.524 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@73e4977e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:53 06:33:53.527 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@73e4977e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:53 06:33:53.529 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@73e4977e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:53 06:33:53.530 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@73e4977e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:53 06:33:53.531 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@73e4977e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:53 06:33:53.531 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@73e4977e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:53 06:33:53.532 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@73e4977e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:33:53 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.Mqtt5ValidatorTest
01:33:53 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.KeepAliveIntervalTest
01:33:53 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.KeepAliveIntervalTest
01:33:53 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.mqtt.ReconnectDelayTest
01:33:53 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.ditto.connectivity.service.messaging.mqtt.ReconnectDelayTest
01:33:53 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.ChildActorNannyTest
01:33:53 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 s -- in org.eclipse.ditto.connectivity.service.messaging.ChildActorNannyTest
01:33:53 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.DefaultMuteableConnectionLoggerTest
01:33:53 06:33:53.817 [ERROR] [main] o.e.d.c.s.m.m.l.DefaultMuteableConnectionLogger - Encountered exception: <java.lang.IllegalArgumentException> in connection logger: <DefaultMuteableConnectionLogger [connectionId=connection-ff54f748-85f1-491b-806b-2f32230f10bd, delegate=Mock for ConnectionLogger, hashCode: 1550826117, active=true]>. Switching delegate to: <ExceptionalConnectionLogger>.
01:33:53 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.DefaultMuteableConnectionLoggerTest
01:33:53 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.EvictingConnectionLoggerTest
01:33:53 06:33:53.924 [INFO ] [main] o.e.d.c.s.m.m.l.AbstractConnectionLogger - The log message contains an invalid pattern: success {} 
01:33:54 [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.EvictingConnectionLoggerTest
01:33:54 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ExceptionalConnectionLoggerTest
01:33:54 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ExceptionalConnectionLoggerTest
01:33:54 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ConnectionLoggerRegistryTest
01:33:54 06:33:53.998 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-a008fb6d-e4aa-487f-ba66-57f0ac768853>.
01:33:54 06:33:53.998 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-a008fb6d-e4aa-487f-ba66-57f0ac768853>.
01:33:54 06:33:53.998 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-a008fb6d-e4aa-487f-ba66-57f0ac768853>.
01:33:54 06:33:53.998 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-a008fb6d-e4aa-487f-ba66-57f0ac768853>.
01:33:54 06:33:53.999 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <loggerRegistryTest-a008fb6d-e4aa-487f-ba66-57f0ac768853>.
01:33:54 06:33:53.999 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-0d86044d-3fc4-408d-87ae-9d2cd36a56cc>.
01:33:54 06:33:53.999 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <1> loggers for connection <loggerRegistryTest-0d86044d-3fc4-408d-87ae-9d2cd36a56cc>.
01:33:54 06:33:53.999 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Muting loggers for connection <loggerRegistryTest-0d86044d-3fc4-408d-87ae-9d2cd36a56cc>.
01:33:54 06:33:54.000 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-0d86044d-3fc4-408d-87ae-9d2cd36a56cc>.
01:33:54 06:33:54.000 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <1> loggers for connection <loggerRegistryTest-0d86044d-3fc4-408d-87ae-9d2cd36a56cc>.
01:33:54 06:33:54.005 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-1d2ba6c7-5bf1-4f4c-a159-44af08570ae8>.
01:33:54 06:33:54.005 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-1d2ba6c7-5bf1-4f4c-a159-44af08570ae8>.
01:33:54 06:33:54.006 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-1d2ba6c7-5bf1-4f4c-a159-44af08570ae8>.
01:33:54 06:33:54.006 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-1d2ba6c7-5bf1-4f4c-a159-44af08570ae8>.
01:33:54 06:33:54.006 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <loggerRegistryTest-1d2ba6c7-5bf1-4f4c-a159-44af08570ae8>.
01:33:54 06:33:54.008 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-d142fa86-5d35-46a1-9d4d-de2d407e0c03>.
01:33:54 06:33:54.009 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-d142fa86-5d35-46a1-9d4d-de2d407e0c03>.
01:33:54 06:33:54.009 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-d142fa86-5d35-46a1-9d4d-de2d407e0c03>.
01:33:54 06:33:54.009 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-d142fa86-5d35-46a1-9d4d-de2d407e0c03>.
01:33:54 06:33:54.009 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-7bd410e4-0257-4c46-b6e1-d28765e1494f>.
01:33:54 06:33:54.010 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <1> loggers for connection <loggerRegistryTest-7bd410e4-0257-4c46-b6e1-d28765e1494f>.
01:33:54 06:33:54.010 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <loggerRegistryTest-7bd410e4-0257-4c46-b6e1-d28765e1494f>.
01:33:54 06:33:54.010 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-46e02dd3-fb95-4d56-b664-ae4fb3b12c7e>.
01:33:54 06:33:54.011 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-46e02dd3-fb95-4d56-b664-ae4fb3b12c7e>.
01:33:54 06:33:54.011 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-46e02dd3-fb95-4d56-b664-ae4fb3b12c7e>.
01:33:54 06:33:54.011 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-46e02dd3-fb95-4d56-b664-ae4fb3b12c7e>.
01:33:54 06:33:54.012 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-f32d7641-94d6-477f-a6db-ce3943d4cb97>.
01:33:54 06:33:54.012 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-f32d7641-94d6-477f-a6db-ce3943d4cb97>.
01:33:54 06:33:54.012 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-f32d7641-94d6-477f-a6db-ce3943d4cb97>.
01:33:54 06:33:54.012 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-f32d7641-94d6-477f-a6db-ce3943d4cb97>.
01:33:54 06:33:54.015 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <loggerRegistryTest-f32d7641-94d6-477f-a6db-ce3943d4cb97>.
01:33:54 06:33:54.026 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-b4604fba-9b4a-4051-86a8-040f4ece2ac9>.
01:33:54 06:33:54.026 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-b4604fba-9b4a-4051-86a8-040f4ece2ac9>.
01:33:54 06:33:54.027 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-b4604fba-9b4a-4051-86a8-040f4ece2ac9>.
01:33:54 06:33:54.027 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-b4604fba-9b4a-4051-86a8-040f4ece2ac9>.
01:33:54 06:33:54.027 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Muting loggers for connection <loggerRegistryTest-b4604fba-9b4a-4051-86a8-040f4ece2ac9>.
01:33:54 06:33:54.027 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <loggerRegistryTest-b4604fba-9b4a-4051-86a8-040f4ece2ac9>.
01:33:54 06:33:54.028 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-91c0d83c-a418-4e1a-9136-5ab70547d61c>.
01:33:54 06:33:54.028 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-91c0d83c-a418-4e1a-9136-5ab70547d61c>.
01:33:54 06:33:54.029 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <loggerRegistryTest-91c0d83c-a418-4e1a-9136-5ab70547d61c>.
01:33:54 06:33:54.029 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-05f16d4d-058a-46cf-a422-0801cc12aaca>.
01:33:54 06:33:54.029 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-05f16d4d-058a-46cf-a422-0801cc12aaca>.
01:33:54 06:33:54.030 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-05f16d4d-058a-46cf-a422-0801cc12aaca>.
01:33:54 06:33:54.030 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-05f16d4d-058a-46cf-a422-0801cc12aaca>.
01:33:54 06:33:54.037 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <loggerRegistryTest-05f16d4d-058a-46cf-a422-0801cc12aaca>.
01:33:54 06:33:54.037 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Dropping <1> of <5> log entries for connection with ID <loggerRegistryTest-05f16d4d-058a-46cf-a422-0801cc12aaca>, because of size limit.
01:33:54 06:33:54.038 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-73c6787e-0c88-4f4b-9e10-49a210a6a0d8>.
01:33:54 06:33:54.038 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-73c6787e-0c88-4f4b-9e10-49a210a6a0d8>.
01:33:54 06:33:54.039 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-73c6787e-0c88-4f4b-9e10-49a210a6a0d8>.
01:33:54 06:33:54.039 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-73c6787e-0c88-4f4b-9e10-49a210a6a0d8>.
01:33:54 06:33:54.039 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Muting loggers for connection <loggerRegistryTest-73c6787e-0c88-4f4b-9e10-49a210a6a0d8>.
01:33:54 06:33:54.096 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-22e67efa-ad0b-43b5-9122-ffbb667f7146>.
01:33:54 06:33:54.096 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-22e67efa-ad0b-43b5-9122-ffbb667f7146>.
01:33:54 06:33:54.153 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-d6a9132c-86ae-4f50-8852-b20330cd61b3>.
01:33:54 06:33:54.153 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-d6a9132c-86ae-4f50-8852-b20330cd61b3>.
01:33:54 06:33:54.154 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <loggerRegistryTest-d6a9132c-86ae-4f50-8852-b20330cd61b3>.
01:33:54 06:33:54.155 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-4f337383-51e8-49c3-ab57-1e30e3e2f7cb>.
01:33:54 06:33:54.155 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-4f337383-51e8-49c3-ab57-1e30e3e2f7cb>.
01:33:54 06:33:54.156 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-4f337383-51e8-49c3-ab57-1e30e3e2f7cb>.
01:33:54 06:33:54.156 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-4f337383-51e8-49c3-ab57-1e30e3e2f7cb>.
01:33:54 06:33:54.159 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <loggerRegistryTest-88dd3c37-91a9-4ee1-8a6d-f243b2179dc0>.
01:33:54 06:33:54.159 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <loggerRegistryTest-88dd3c37-91a9-4ee1-8a6d-f243b2179dc0>.
01:33:54 06:33:54.160 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <loggerRegistryTest-88dd3c37-91a9-4ee1-8a6d-f243b2179dc0>.
01:33:54 06:33:54.160 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <loggerRegistryTest-88dd3c37-91a9-4ee1-8a6d-f243b2179dc0>.
01:33:54 06:33:54.160 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Muting loggers for connection <loggerRegistryTest-88dd3c37-91a9-4ee1-8a6d-f243b2179dc0>.
01:33:54 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ConnectionLoggerRegistryTest
01:33:54 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.InfoProviderFactoryTest
01:33:54 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.InfoProviderFactoryTest
01:33:54 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.RetrieveConnectionLogsAggregatorActorTest
01:33:59 06:33:59.492 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.m.l.RetrieveConnectionLogsAggregatorActor - Dropping <4> of <6> log entries for connection with ID <connection-4709bd1f-9de4-4fa6-9770-523f8847a25e>, because of size limit.
01:33:59 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.433 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.RetrieveConnectionLogsAggregatorActorTest
01:33:59 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ConnectivityHeadersTest
01:33:59 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ConnectivityHeadersTest
01:33:59 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.DefaultEvictingQueueTest
01:33:59 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.DefaultEvictingQueueTest
01:33:59 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ImmutableInfoProviderTest
01:33:59 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ImmutableInfoProviderTest
01:33:59 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ConnectionLoggerFactoryTest
01:33:59 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.logs.ConnectionLoggerFactoryTest
01:33:59 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.ConnectivityCounterRegistryTest
01:33:59 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.242 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.ConnectivityCounterRegistryTest
01:33:59 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.ThrottledMetricsAlertTest
01:34:00 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.ThrottledMetricsAlertTest
01:34:00 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.DefaultConnectionMetricsCounterTest
01:34:00 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.DefaultConnectionMetricsCounterTest
01:34:00 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.SlidingWindowCounterTest
01:34:00 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.406 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.SlidingWindowCounterTest
01:34:00 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.MetricsAlertGaugeTest
01:34:00 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.MetricsAlertGaugeTest
01:34:00 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.CounterKeyTest
01:34:00 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.metrics.CounterKeyTest
01:34:00 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.DefaultConnectionMonitorTest
01:34:00 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.DefaultConnectionMonitorTest
01:34:00 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.monitoring.DefaultConnectionMonitorRegistryTest
01:34:00 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.connectivity.service.messaging.monitoring.DefaultConnectionMonitorRegistryTest
01:34:00 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.tunnel.SshTunnelStateTest
01:34:00 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.eclipse.ditto.connectivity.service.messaging.tunnel.SshTunnelStateTest
01:34:00 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.tunnel.FingerprintVerifierTest
01:34:01 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.720 s -- in org.eclipse.ditto.connectivity.service.messaging.tunnel.FingerprintVerifierTest
01:34:01 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.AzMonitorRequestSigningTest
01:34:01 [INFO] [01/18/2024 06:34:01.525] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:34:01 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.AzMonitorRequestSigningTest
01:34:01 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushSpecificConfigTest
01:34:01 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushSpecificConfigTest
01:34:01 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushClientActorTest
01:34:01 06:34:01.602 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
01:34:01 06:34:01.750 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M16.691S> interval (min=<PT5M>)
01:34:01 06:34:01.750 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:01 06:34:01.751 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M21.734S> interval (min=<PT5M>)
01:34:01 06:34:01.751 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M27.774S> interval (min=<PT5M>)
01:34:01 06:34:01.752 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-fb23aeff-cb6e-45de-9c19-114a041730a5>
01:34:01 06:34:01.753 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M50.887S> interval (min=<PT5M>)
01:34:01 06:34:01.754 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-fb23aeff-cb6e-45de-9c19-114a041730a5>.
01:34:01 06:34:01.754 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-fb23aeff-cb6e-45de-9c19-114a041730a5>.
01:34:01 06:34:01.757 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M51.779S> interval (min=<PT5M>)
01:34:01 06:34:01.757 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:01 06:34:01.766 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@141d3675]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:01 06:34:01.766 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:01 06:34:01.768 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@141d3675]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:01 06:34:01.768 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:01 06:34:01.790 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Starting publisher and consumers.
01:34:01 06:34:01.869 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:34:01 06:34:01.870 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-fb23aeff-cb6e-45de-9c19-114a041730a5>
01:34:01 06:34:01.876 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingModified> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(POST), pathWithQuery=/target/address]>
01:34:02 06:34:02.028 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
01:34:02 06:34:02.054 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
01:34:02 06:34:02.092 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
01:34:02 06:34:02.094 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:34:02 06:34:02.205 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M54.78S> interval (min=<PT5M>)
01:34:02 06:34:02.206 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:02 06:34:02.206 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M31.539S> interval (min=<PT5M>)
01:34:02 06:34:02.207 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M43.568S> interval (min=<PT5M>)
01:34:02 06:34:02.208 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-2983358c-1530-4fe0-b2d1-e40d8dedd1cd>
01:34:02 06:34:02.208 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M33.768S> interval (min=<PT5M>)
01:34:02 06:34:02.210 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-2983358c-1530-4fe0-b2d1-e40d8dedd1cd>.
01:34:02 06:34:02.210 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-2983358c-1530-4fe0-b2d1-e40d8dedd1cd>.
01:34:02 06:34:02.212 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M0.856S> interval (min=<PT5M>)
01:34:02 06:34:02.212 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:02 06:34:02.214 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@74f5ba23]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:02 06:34:02.214 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:02 06:34:02.216 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@74f5ba23]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:02 06:34:02.216 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:02 06:34:02.218 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Starting publisher and consumers.
01:34:02 06:34:02.325 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:34:02 06:34:02.339 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-2983358c-1530-4fe0-b2d1-e40d8dedd1cd>
01:34:02 06:34:02.340 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - ServiceUnbind State=<DISCONNECTED>
01:34:02 06:34:02.492 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M6.153S> interval (min=<PT5M>)
01:34:02 06:34:02.493 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:02 06:34:02.493 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M44.204S> interval (min=<PT5M>)
01:34:02 06:34:02.494 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M17.635S> interval (min=<PT5M>)
01:34:02 06:34:02.494 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-63b91995-919c-4a03-960e-49ceec578143>
01:34:02 06:34:02.495 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M5.186S> interval (min=<PT5M>)
01:34:02 06:34:02.496 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-63b91995-919c-4a03-960e-49ceec578143>.
01:34:02 06:34:02.496 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-63b91995-919c-4a03-960e-49ceec578143>.
01:34:02 06:34:02.499 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:02 06:34:02.499 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M1.909S> interval (min=<PT5M>)
01:34:02 06:34:02.502 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@40eaa03b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:02 06:34:02.502 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:02 06:34:02.504 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@40eaa03b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:02 06:34:02.504 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:02 06:34:02.513 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@40eaa03b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:02 06:34:02.513 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:02 06:34:02.514 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@40eaa03b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:02 06:34:02.514 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:02 06:34:02.536 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - TESTING status: <Failure(javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target)>
01:34:02 06:34:02.692 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M28.094S> interval (min=<PT5M>)
01:34:02 06:34:02.692 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:02 06:34:02.693 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M29.755S> interval (min=<PT5M>)
01:34:02 06:34:02.694 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M12.01S> interval (min=<PT5M>)
01:34:02 06:34:02.694 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-cc57a005-6169-4d54-aef1-bec659b33b9c>
01:34:02 06:34:02.694 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M55.121S> interval (min=<PT5M>)
01:34:02 06:34:02.696 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-cc57a005-6169-4d54-aef1-bec659b33b9c>.
01:34:02 06:34:02.696 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-cc57a005-6169-4d54-aef1-bec659b33b9c>.
01:34:02 06:34:02.698 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M47.301S> interval (min=<PT5M>)
01:34:02 06:34:02.698 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:02 06:34:02.700 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@5893922b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:02 06:34:02.700 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:02 06:34:02.702 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@5893922b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:02 06:34:02.702 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:02 06:34:02.704 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Starting publisher and consumers.
01:34:02 06:34:02.807 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:34:02 06:34:02.814 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingModified> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(PATCH), pathWithQuery=target:ditto/thing@twin]>
01:34:02 06:34:02.818 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-cc57a005-6169-4d54-aef1-bec659b33b9c>
01:34:02 06:34:02.824 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
01:34:02 06:34:02.825 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
01:34:03 06:34:02.917 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
01:34:03 06:34:02.955 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M30.715S> interval (min=<PT5M>)
01:34:03 06:34:02.955 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:03 06:34:02.956 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M29.359S> interval (min=<PT5M>)
01:34:03 06:34:02.957 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M55.945S> interval (min=<PT5M>)
01:34:03 06:34:02.957 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-cbf7cc07-b599-4292-8100-aa1117f76ded>
01:34:03 06:34:02.957 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M12.445S> interval (min=<PT5M>)
01:34:03 06:34:02.959 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-cbf7cc07-b599-4292-8100-aa1117f76ded>.
01:34:03 06:34:02.990 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-cbf7cc07-b599-4292-8100-aa1117f76ded>.
01:34:03 06:34:02.993 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M52.647S> interval (min=<PT5M>)
01:34:03 06:34:02.993 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:03 06:34:02.995 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4796ce69]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:03 06:34:02.995 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:03 06:34:02.996 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4796ce69]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:03 06:34:02.997 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:03 06:34:03.065 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4796ce69]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:03 06:34:03.065 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:03 06:34:03.066 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4796ce69]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:03 06:34:03.066 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:03 06:34:03.105 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - TESTING status: <Success(successfully connected + initialized mapper)>
01:34:03 06:34:03.111 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-cbf7cc07-b599-4292-8100-aa1117f76ded>
01:34:03 06:34:03.235 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M32.247S> interval (min=<PT5M>)
01:34:03 06:34:03.235 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:03 06:34:03.236 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M37.936S> interval (min=<PT5M>)
01:34:03 06:34:03.236 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M47.78S> interval (min=<PT5M>)
01:34:03 06:34:03.237 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-4b6c5684-3754-44be-857d-e7d3838a763d>
01:34:03 06:34:03.237 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M9.371S> interval (min=<PT5M>)
01:34:03 06:34:03.239 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-4b6c5684-3754-44be-857d-e7d3838a763d>.
01:34:03 06:34:03.239 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-4b6c5684-3754-44be-857d-e7d3838a763d>.
01:34:03 06:34:03.241 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:03 06:34:03.241 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M43.021S> interval (min=<PT5M>)
01:34:03 06:34:03.243 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@751d04d3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:03 06:34:03.243 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:03 06:34:03.245 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@751d04d3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:03 06:34:03.245 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:03 06:34:03.247 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.h.HttpPushClientActor - Socket could not be opened for <127.0.0.1:37355> due to java.net.ConnectException: Connection refused
01:34:03 06:34:03.248 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.h.HttpPushClientActor - TESTING status: <Failure(ConnectionFailedException [message='The Connection with ID 'connection-4b6c5684-3754-44be-857d-e7d3838a763d' failed to connect.', errorCode=connectivity:connection.failed, httpStatus=HttpStatus [code=504, category=SERVER_ERROR], description='Could not establish a connection on '127.0.0.1:37355'. Make sure the endpoint is reachable and that no firewall prevents the connection.', href=null, dittoHeaders=ImmutableDittoHeaders [{}]])>
01:34:03 06:34:03.392 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M35.244S> interval (min=<PT5M>)
01:34:03 06:34:03.392 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:03 06:34:03.404 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M36.552S> interval (min=<PT5M>)
01:34:03 06:34:03.405 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M49.179S> interval (min=<PT5M>)
01:34:03 06:34:03.405 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-6da8b02a-a4e4-4c3e-bbee-e258c0fbebe8>
01:34:03 06:34:03.405 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M4.792S> interval (min=<PT5M>)
01:34:03 06:34:03.407 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-6da8b02a-a4e4-4c3e-bbee-e258c0fbebe8>.
01:34:03 06:34:03.407 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-6da8b02a-a4e4-4c3e-bbee-e258c0fbebe8>.
01:34:03 06:34:03.409 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:03 06:34:03.410 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M26.751S> interval (min=<PT5M>)
01:34:03 06:34:03.411 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@394ff9e6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:03 06:34:03.411 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:03 06:34:03.413 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@394ff9e6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:03 06:34:03.413 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:03 06:34:03.416 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@394ff9e6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:03 06:34:03.417 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:03 06:34:03.417 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@394ff9e6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:03 06:34:03.417 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:03 06:34:03.429 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - TESTING status: <Failure(java.util.concurrent.CompletionException: JwtInvalidException [message='Received invalid JSON web token response from <http://127.0.0.1:42935>.', errorCode=jwt:invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='Response status is <404> and content type is <none/none>.', href=null, dittoHeaders=ImmutableDittoHeaders [{}]])>
01:34:03 Jan 18, 2024 6:34:03 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
01:34:03 WARNING: Exception thrown during asynchronous load
01:34:03 JwtInvalidException [message='Received invalid JSON web token response from <http://127.0.0.1:42935>.', errorCode=jwt:invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='Response status is <404> and content type is <none/none>.', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]
01:34:03 	at org.eclipse.ditto.jwt.model.JwtInvalidException$Builder.doBuild(JwtInvalidException.java:100)
01:34:03 	at org.eclipse.ditto.jwt.model.JwtInvalidException$Builder.doBuild(JwtInvalidException.java:87)
01:34:03 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
01:34:03 	at org.eclipse.ditto.connectivity.service.messaging.httppush.AsyncJwtLoader.parseJwt(AsyncJwtLoader.java:108)
01:34:03 	at org.eclipse.ditto.connectivity.service.messaging.httppush.AsyncJwtLoader.asJsonWebToken(AsyncJwtLoader.java:91)
01:34:03 	at org.apache.pekko.stream.javadsl.Source.$anonfun$flatMapConcat$1(Source.scala:3894)
01:34:03 	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
01:34:03 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
01:34:03 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processEvent(GraphInterpreter.scala:540)
01:34:03 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:400)
01:34:03 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
01:34:03 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
01:34:03 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
01:34:03 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
01:34:03 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:831)
01:34:03 	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
01:34:03 	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
01:34:03 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
01:34:03 	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
01:34:03 	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
01:34:03 	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
01:34:03 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
01:34:03 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
01:34:03 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
01:34:03 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
01:34:03 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
01:34:03 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
01:34:03 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
01:34:03 
01:34:03 06:34:03.526 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-6da8b02a-a4e4-4c3e-bbee-e258c0fbebe8>
01:34:03 06:34:03.574 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M51.903S> interval (min=<PT5M>)
01:34:03 06:34:03.575 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:03 06:34:03.578 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d0d3f12d-3513-4583-9a04-4988e0b1f186>.
01:34:03 06:34:03.578 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d0d3f12d-3513-4583-9a04-4988e0b1f186>.
01:34:03 06:34:03.590 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-d0d3f12d-3513-4583-9a04-4988e0b1f186>
01:34:03 06:34:03.591 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M0.452S> interval (min=<PT5M>)
01:34:03 06:34:03.591 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M24.314S> interval (min=<PT5M>)
01:34:03 06:34:03.592 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M48.426S> interval (min=<PT5M>)
01:34:03 06:34:03.592 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M5.302S> interval (min=<PT5M>)
01:34:03 06:34:03.592 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:03 06:34:03.594 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@54d79454]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:03 06:34:03.594 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:03 06:34:03.596 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@54d79454]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:03 06:34:03.596 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:03 06:34:03.599 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@54d79454]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:03 06:34:03.599 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:03 06:34:03.599 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@54d79454]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:03 06:34:03.599 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:03 06:34:03.600 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - TESTING status: <Success(successfully connected + initialized mapper)>
01:34:03 06:34:03.772 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M50.703S> interval (min=<PT5M>)
01:34:03 06:34:03.772 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:03 06:34:03.772 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M51.605S> interval (min=<PT5M>)
01:34:03 06:34:03.773 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M11.667S> interval (min=<PT5M>)
01:34:03 06:34:03.774 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-b323db9a-0409-4433-8854-aee4b451d8a1>
01:34:03 06:34:03.774 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M49.78S> interval (min=<PT5M>)
01:34:03 06:34:03.775 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-b323db9a-0409-4433-8854-aee4b451d8a1>.
01:34:03 06:34:03.775 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-b323db9a-0409-4433-8854-aee4b451d8a1>.
01:34:03 06:34:03.793 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M24.041S> interval (min=<PT5M>)
01:34:03 06:34:03.793 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:03 06:34:03.821 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@295406f5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:03 06:34:03.821 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:03 06:34:03.822 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@295406f5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:03 06:34:03.823 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:03 06:34:03.825 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@295406f5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:03 06:34:03.825 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:03 06:34:03.826 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@295406f5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:03 06:34:03.826 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:03 06:34:03.896 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - TESTING status: <Success(successfully connected + initialized mapper)>
01:34:04 06:34:03.899 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:34:04 06:34:04.042 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M6.118S> interval (min=<PT5M>)
01:34:04 06:34:04.042 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:04 06:34:04.043 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M4.391S> interval (min=<PT5M>)
01:34:04 06:34:04.043 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M44.682S> interval (min=<PT5M>)
01:34:04 06:34:04.044 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-a5c1f25f-a2c9-4b7d-bd3a-9dea0b378aef>
01:34:04 06:34:04.044 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M50.845S> interval (min=<PT5M>)
01:34:04 06:34:04.045 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-a5c1f25f-a2c9-4b7d-bd3a-9dea0b378aef>.
01:34:04 06:34:04.046 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-a5c1f25f-a2c9-4b7d-bd3a-9dea0b378aef>.
01:34:04 06:34:04.049 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M22.001S> interval (min=<PT5M>)
01:34:04 06:34:04.049 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:04 06:34:04.050 [WARN ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6b5cd8b7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:04 06:34:04.050 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:04 06:34:04.052 [WARN ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6b5cd8b7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:04 06:34:04.052 [INFO ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:04 06:34:04.056 [WARN ] [HttpPushClientActorTest_retrieveConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
01:34:04 06:34:04.208 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M54.803S> interval (min=<PT5M>)
01:34:04 06:34:04.209 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:04 06:34:04.209 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M51.496S> interval (min=<PT5M>)
01:34:04 06:34:04.210 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M37.231S> interval (min=<PT5M>)
01:34:04 06:34:04.211 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-89cfbdf5-914e-41ab-8990-bb3c200a3ad4>
01:34:04 06:34:04.211 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M15.017S> interval (min=<PT5M>)
01:34:04 06:34:04.212 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-89cfbdf5-914e-41ab-8990-bb3c200a3ad4>.
01:34:04 06:34:04.212 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-89cfbdf5-914e-41ab-8990-bb3c200a3ad4>.
01:34:04 06:34:04.215 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:04 06:34:04.215 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M43.348S> interval (min=<PT5M>)
01:34:04 06:34:04.216 [WARN ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@641b5259]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:04 06:34:04.217 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:04 06:34:04.218 [WARN ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@641b5259]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:04 06:34:04.219 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:04 06:34:04.220 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Responding early with static 'CLOSED' ResourceStatus for all sub-sources and -targets and SSH tunnel, because some children could not be started, due to a live status <unknown> in the client actor.
01:34:04 06:34:04.332 [INFO ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-89cfbdf5-914e-41ab-8990-bb3c200a3ad4>
01:34:04 06:34:04.340 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M40.629S> interval (min=<PT5M>)
01:34:04 06:34:04.340 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:04 06:34:04.340 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M9.526S> interval (min=<PT5M>)
01:34:04 06:34:04.341 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M0.183S> interval (min=<PT5M>)
01:34:04 06:34:04.341 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-a261e50b-3a8d-4225-9c29-5f0ccbeac6d3>
01:34:04 06:34:04.342 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M24.837S> interval (min=<PT5M>)
01:34:04 06:34:04.343 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-a261e50b-3a8d-4225-9c29-5f0ccbeac6d3>.
01:34:04 06:34:04.343 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-a261e50b-3a8d-4225-9c29-5f0ccbeac6d3>.
01:34:04 06:34:04.346 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:04 06:34:04.346 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M38.716S> interval (min=<PT5M>)
01:34:04 06:34:04.347 [WARN ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7ebf0a01]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:04 06:34:04.347 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:04 06:34:04.349 [WARN ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7ebf0a01]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:04 06:34:04.349 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:04 06:34:04.350 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <connection-a261e50b-3a8d-4225-9c29-5f0ccbeac6d3>.
01:34:04 06:34:04.350 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <connection-a261e50b-3a8d-4225-9c29-5f0ccbeac6d3>.
01:34:04 06:34:04.467 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-a261e50b-3a8d-4225-9c29-5f0ccbeac6d3>
01:34:04 06:34:04.575 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M3.594S> interval (min=<PT5M>)
01:34:04 06:34:04.575 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:04 06:34:04.577 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M8.605S> interval (min=<PT5M>)
01:34:04 06:34:04.578 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-1386c210-75d4-4b08-8d4d-725f01199656>
01:34:04 06:34:04.578 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M27.183S> interval (min=<PT5M>)
01:34:04 06:34:04.579 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-1386c210-75d4-4b08-8d4d-725f01199656>.
01:34:04 06:34:04.579 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-1386c210-75d4-4b08-8d4d-725f01199656>.
01:34:04 06:34:04.591 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M46.935S> interval (min=<PT5M>)
01:34:04 06:34:04.593 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:04 06:34:04.593 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M9.837S> interval (min=<PT5M>)
01:34:04 06:34:04.595 [WARN ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@e20700a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:04 06:34:04.595 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:04 06:34:04.597 [WARN ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@e20700a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:04 06:34:04.597 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:04 06:34:04.600 [WARN ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@e20700a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:04 06:34:04.600 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:04 06:34:04.601 [WARN ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@e20700a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:04 06:34:04.601 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:04 06:34:04.619 [INFO ] [HttpPushClientActorTest_testTLSConnectionWithoutCertificateCheck-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - TESTING status: <Success(successfully connected + initialized mapper)>
01:34:04 06:34:04.763 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M29.84S> interval (min=<PT5M>)
01:34:04 06:34:04.763 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:04 06:34:04.764 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M23.993S> interval (min=<PT5M>)
01:34:04 06:34:04.765 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M46.594S> interval (min=<PT5M>)
01:34:04 06:34:04.766 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-0b7296e6-ad63-4f65-8a3c-e0b865e58b67>
01:34:04 06:34:04.766 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M18.358S> interval (min=<PT5M>)
01:34:04 06:34:04.767 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-0b7296e6-ad63-4f65-8a3c-e0b865e58b67>.
01:34:04 06:34:04.768 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-0b7296e6-ad63-4f65-8a3c-e0b865e58b67>.
01:34:04 06:34:04.770 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M10.318S> interval (min=<PT5M>)
01:34:04 06:34:04.770 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:04 06:34:04.772 [WARN ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@58772468]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:04 06:34:04.772 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:04 06:34:04.792 [WARN ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@58772468]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:04 06:34:04.792 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:04 06:34:04.896 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-0b7296e6-ad63-4f65-8a3c-e0b865e58b67>
01:34:05 06:34:04.961 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M22.059S> interval (min=<PT5M>)
01:34:05 06:34:04.961 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:05 06:34:04.961 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M25.095S> interval (min=<PT5M>)
01:34:05 06:34:04.962 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M37.92S> interval (min=<PT5M>)
01:34:05 06:34:04.963 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-aa45620e-f2dd-4c62-8862-9988a426cf72>
01:34:05 06:34:04.963 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M5.67S> interval (min=<PT5M>)
01:34:05 06:34:04.964 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-aa45620e-f2dd-4c62-8862-9988a426cf72>.
01:34:05 06:34:04.964 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-aa45620e-f2dd-4c62-8862-9988a426cf72>.
01:34:05 06:34:04.967 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M30.782S> interval (min=<PT5M>)
01:34:05 06:34:04.967 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:05 06:34:04.968 [WARN ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@245d2696]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:05 06:34:04.969 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:05 06:34:04.970 [WARN ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@245d2696]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:05 06:34:04.971 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:05 06:34:04.991 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <connection-aa45620e-f2dd-4c62-8862-9988a426cf72>.
01:34:05 06:34:05.091 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.h.HttpPushClientActor - Client actor registered: <connection-aa45620e-f2dd-4c62-8862-9988a426cf72>
01:34:05 06:34:05.169 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M16.942S> interval (min=<PT5M>)
01:34:05 06:34:05.169 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:05 06:34:05.169 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M40.728S> interval (min=<PT5M>)
01:34:05 06:34:05.170 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M31.255S> interval (min=<PT5M>)
01:34:05 06:34:05.171 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Using default client ID <connection-c5e140c0-f873-45b3-9fa8-56c3fa52ccbf>
01:34:05 06:34:05.191 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M41.449S> interval (min=<PT5M>)
01:34:05 06:34:05.192 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-c5e140c0-f873-45b3-9fa8-56c3fa52ccbf>.
01:34:05 06:34:05.192 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-c5e140c0-f873-45b3-9fa8-56c3fa52ccbf>.
01:34:05 06:34:05.195 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:05 06:34:05.195 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M3.225S> interval (min=<PT5M>)
01:34:05 06:34:05.197 [WARN ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@648a3f31]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:05 06:34:05.197 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:05 06:34:05.199 [WARN ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.h.HttpPushClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@648a3f31]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:05 06:34:05.199 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:34:05 06:34:05.200 [INFO ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <connection-c5e140c0-f873-45b3-9fa8-56c3fa52ccbf>.
01:34:05 06:34:05.201 [WARN ] [HttpPushClientActorTest_retrieveConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPushClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
01:34:05 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.597 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushClientActorTest
01:34:05 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.AwsRequestSigningTest
01:34:05 [INFO] [01/18/2024 06:34:05.301] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:34:05 [INFO] [01/18/2024 06:34:05.345] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:34:05 [INFO] [01/18/2024 06:34:05.425] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:34:05 [INFO] [01/18/2024 06:34:05.462] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:34:05 [INFO] [01/18/2024 06:34:05.529] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:34:05 [INFO] [01/18/2024 06:34:05.567] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:34:05 [INFO] [01/18/2024 06:34:05.620] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:34:05 [INFO] [01/18/2024 06:34:05.656] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:34:05 [INFO] [01/18/2024 06:34:05.715] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:34:05 [INFO] [01/18/2024 06:34:05.758] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:34:05 [INFO] [01/18/2024 06:34:05.804] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:34:05 [INFO] [01/18/2024 06:34:05.842] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:34:05 [INFO] [01/18/2024 06:34:05.903] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:34:05 [INFO] [01/18/2024 06:34:05.941] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:34:06 [INFO] [01/18/2024 06:34:05.993] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:34:06 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.788 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.AwsRequestSigningTest
01:34:06 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPublisherActorTest
01:34:06 06:34:06.003 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
01:34:06 06:34:06.107 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <messages.commands:thingMessage> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(PATCH), pathWithQuery=/the/quick/brown/fox/jumps/over/the/lazy/dog?someQuery=foo&entity=ditto:thing]>
01:34:06 06:34:06.111 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <418 I'm a teapot>
01:34:06 06:34:06.121 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Ran into a failure when publishing signal - UnsupportedSignalException: Correlation ID of live response <otherID> differs from correlation ID of command <cid>.
01:34:06 06:34:06.212 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <messages.commands:thingMessage> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(POST), pathWithQuery=/api/logs?api-version=2016-04-01]>
01:34:06 06:34:06.309 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <messages.commands:thingMessage> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(PATCH), pathWithQuery=/the/quick/brown/fox/jumps/over/the/lazy/dog?someQuery=foo&entity=ditto:thing]>
01:34:06 06:34:06.313 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
01:34:06 06:34:06.407 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.commands:retrieveThing> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(PATCH), pathWithQuery=/the/quick/brown/fox/jumps/over/the/lazy/dog?someQuery=foo&entity=ditto:thing]>
01:34:06 06:34:06.409 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
01:34:06 06:34:06.506 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <messages.commands:thingMessage> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(PATCH), pathWithQuery=/the/quick/brown/fox/jumps/over/the/lazy/dog?someQuery=foo&entity=ditto:thing]>
01:34:06 06:34:06.509 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
01:34:06 06:34:06.593 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <messages.commands:thingMessage> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(PATCH), pathWithQuery=/the/quick/brown/fox/jumps/over/the/lazy/dog?someQuery=foo&entity=ditto:thing]>
01:34:06 06:34:06.595 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <418 I'm a teapot>
01:34:06 06:34:06.596 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Got non success status code: <418> and body: <{"foo":true}>
01:34:06 06:34:06.708 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <messages.commands:thingMessage> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(POST), pathWithQuery=/foo/Hamburg]>
01:34:06 06:34:06.709 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
01:34:06 06:34:06.793 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <messages.commands:thingMessage> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(PATCH), pathWithQuery=/the/quick/brown/fox/jumps/over/the/lazy/dog?someQuery=foo&entity=ditto:thing]>
01:34:06 06:34:06.795 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <418 I'm a teapot>
01:34:06 06:34:06.797 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Ran into a failure when publishing signal - UnsupportedSignalException: Entity ID of live response <namespace:wrongthing> differs from entity ID of command <ditto:thing>.
01:34:06 06:34:06.864 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(PATCH), pathWithQuery=/the/quick/brown/fox/jumps/over/the/lazy/dog?someQuery=foo&entity=ditto:thing]>
01:34:06 06:34:06.866 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
01:34:06 06:34:06.965 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <messages.commands:thingMessage> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(PATCH), pathWithQuery=/the/quick/brown/fox/jumps/over/the/lazy/dog?someQuery=foo&entity=ditto:thing]>
01:34:06 06:34:06.967 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <418 I'm a teapot>
01:34:06 06:34:06.968 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Got non success status code: <418> and body: <{"topic":"ditto/thing/things/live/messages/please-respond","headers":{"response-required":false,"ditto-message-direction":"FROM","ditto-message-subject":"please-respond","ditto-message-thing-id":"ditto:thing","content-type":"application/vnd.org.eclipse.ditto.foobar+json","correlation-id":"cid","my-custom-header":"bumlux"},"path":"/outbox/messages/please-respond","value":{"foo":true},"status":418}>
01:34:07 06:34:07.054 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <messages.commands:thingMessage> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(PATCH), pathWithQuery=/the/quick/brown/fox/jumps/over/the/lazy/dog?someQuery=foo&entity=ditto:thing]>
01:34:07 06:34:07.056 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <418 I'm a teapot>
01:34:07 06:34:07.057 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Got non success status code: <418> and body: <{"foo":true}>
01:34:07 06:34:07.146 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(GET), pathWithQuery=/path]>
01:34:07 06:34:07.148 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
01:34:07 06:34:07.164 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(GET), pathWithQuery=/path]>
01:34:07 06:34:07.167 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
01:34:07 06:34:07.193 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(GET), pathWithQuery=/path]>
01:34:07 06:34:07.195 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
01:34:07 06:34:07.211 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(GET), pathWithQuery=/path]>
01:34:07 06:34:07.213 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
01:34:07 06:34:07.229 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(DELETE), pathWithQuery=/path]>
01:34:07 06:34:07.231 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
01:34:07 06:34:07.246 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(DELETE), pathWithQuery=/path]>
01:34:07 06:34:07.248 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
01:34:07 06:34:07.263 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(DELETE), pathWithQuery=/path]>
01:34:07 06:34:07.265 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
01:34:07 06:34:07.291 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(DELETE), pathWithQuery=/path]>
01:34:07 06:34:07.293 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
01:34:07 06:34:07.361 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <messages.commands:thingMessage> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(POST), pathWithQuery=/api/logs?api-version=2016-04-01]>
01:34:07 06:34:07.364 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Failed to send message due to <NoSuchElementException: Either.right.get on Left>
01:34:07 06:34:07.364 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Unexpected failure when publishing signal  - NoSuchElementException: Either.right.get on Left
01:34:07 06:34:07.534 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <messages.commands:thingMessage> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(PATCH), pathWithQuery=/the/quick/brown/fox/jumps/over/the/lazy/dog?someQuery=foo&entity=ditto:thing]>
01:34:07 06:34:07.536 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
01:34:07 06:34:07.610 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <messages.commands:thingMessage> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(PATCH), pathWithQuery=/the/quick/brown/fox/jumps/over/the/lazy/dog?someQuery=foo&entity=ditto:thing]>
01:34:07 06:34:07.612 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <418 I'm a teapot>
01:34:07 06:34:07.616 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Ran into a failure when publishing signal - UnsupportedSignalException: Type of live response <messages.responses:featureResponseMessage> is not related to type of command <messages.commands:thingMessage>.
01:34:07 06:34:07.693 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(PATCH), pathWithQuery=/the/quick/brown/fox/jumps/over/the/lazy/dog?someQuery=foo&entity=ditto:thing]>
01:34:07 06:34:07.696 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
01:34:07 06:34:07.760 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(PATCH), pathWithQuery=/the/quick/brown/fox/jumps/over/the/lazy/dog?someQuery=foo&entity=ditto:thing]>
01:34:07 06:34:07.762 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
01:34:07 06:34:07.847 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(PATCH), pathWithQuery=/the/quick/brown/fox/jumps/over/the/lazy/dog?someQuery=foo&entity=ditto:thing]>
01:34:07 06:34:07.849 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
01:34:07 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.925 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPublisherActorTest
01:34:07 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.ClientCredentialsFlowTest
01:34:07 06:34:07.933 [INFO ] [HttpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.responses:deleteThing> for id <thing:id> to PublishTarget <HttpPublishTarget [method=HttpMethod(POST), pathWithQuery=replyTarget/thing:id]>
01:34:08 06:34:08.120 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
01:34:08 06:34:08.445 [WARN ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
01:34:08 06:34:08.447 [INFO ] [HttpPushClientActorTest-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:34:09 06:34:09.241 [WARN ] [HttpPushClientActorTest_retrieveConnectionStatus-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
01:34:09 06:34:09.455 [WARN ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-8] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
01:34:09 06:34:09.457 [INFO ] [HttpPushClientActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:34:09 06:34:09.876 [WARN ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
01:34:09 06:34:09.878 [INFO ] [HttpPushClientActorTest_resetConnectionMetrics-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:34:10 06:34:10.076 [WARN ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-13] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
01:34:10 06:34:10.079 [INFO ] [HttpPushClientActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:34:10 [INFO] [01/18/2024 06:34:10.840] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:34:10 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.911 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.ClientCredentialsFlowTest
01:34:10 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.AzSaslSigningFactoryTest
01:34:10 [INFO] [01/18/2024 06:34:10.894] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:34:10 [INFO] [01/18/2024 06:34:10.941] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:34:10 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.AzSaslSigningFactoryTest
01:34:10 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushRoundTripSignalsValidatorTest
01:34:11 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushRoundTripSignalsValidatorTest
01:34:11 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushValidatorTest
01:34:11 06:34:11.275 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@294b73ce]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:11 06:34:11.278 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@294b73ce]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:11 06:34:11.281 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@294b73ce]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:11 06:34:11.282 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@294b73ce]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:11 06:34:11.288 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@294b73ce]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:11 06:34:11.290 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@294b73ce]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:11 06:34:11.290 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@294b73ce]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:11 06:34:11.290 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@294b73ce]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:11 06:34:11.291 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@294b73ce]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:11 06:34:11.292 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@294b73ce]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:11 06:34:11.293 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@294b73ce]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:11 06:34:11.293 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@294b73ce]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:11 06:34:11.294 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@294b73ce]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:11 06:34:11.295 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@294b73ce]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:11 06:34:11.295 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@294b73ce]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:11 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushValidatorTest
01:34:11 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPublisherErrorTest
01:34:11 06:34:11.309 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
01:34:11 06:34:11.525 [INFO ] [HttpPublisherErrorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(POST), pathWithQuery=twinEventExchange/twinEventRoutingKey]>
01:34:11 06:34:11.542 [INFO ] [HttpPublisherErrorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
01:34:11 06:34:11.643 [INFO ] [HttpPublisherErrorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(POST), pathWithQuery=twinEventExchange/twinEventRoutingKey]>
01:34:11 06:34:11.692 [INFO ] [HttpPublisherErrorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPublisherActor - Got response status <200 OK>
01:34:11 06:34:11.793 [INFO ] [HttpPublisherErrorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.h.HttpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <HttpPublishTarget [method=HttpMethod(POST), pathWithQuery=twinEventExchange/twinEventRoutingKey]>
01:34:11 [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.498 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPublisherErrorTest
01:34:11 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushFactoryTest
01:34:12 06:34:12.358 [ERROR] [HttpPushFactoryTest-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Internal server error, sending 500 response
01:34:12 org.apache.pekko.stream.SubscriptionWithCancelException$StageWasCompleted$: null
01:34:12 06:34:12.618 [WARN ] [HttpPushFactoryTest-pekko.actor.default-dispatcher-11] o.a.p.a.ActorSystemImpl - Illegal request, responding with status '400 Bad Request': CONNECT requests are not supported
01:34:12 06:34:12.631 [WARN ] [HttpPushFactoryTest-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Illegal request, responding with status '400 Bad Request': CONNECT requests are not supported
01:34:12 06:34:12.635 [WARN ] [HttpPushFactoryTest-pekko.actor.default-dispatcher-11] o.a.p.a.ActorSystemImpl - Illegal request, responding with status '400 Bad Request': CONNECT requests are not supported
01:34:12 06:34:12.640 [WARN ] [HttpPushFactoryTest-pekko.actor.default-dispatcher-7] o.a.p.a.ActorSystemImpl - Illegal request, responding with status '400 Bad Request': CONNECT requests are not supported
01:34:12 06:34:12.644 [WARN ] [HttpPushFactoryTest-pekko.actor.default-dispatcher-11] o.a.p.a.ActorSystemImpl - Illegal request, responding with status '400 Bad Request': CONNECT requests are not supported
01:34:12 06:34:12.648 [WARN ] [HttpPushFactoryTest-pekko.actor.default-dispatcher-11] o.a.p.a.ActorSystemImpl - Illegal request, responding with status '400 Bad Request': CONNECT requests are not supported
01:34:12 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.850 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.HttpPushFactoryTest
01:34:12 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.AsyncJwtLoaderTest
01:34:15 [INFO] [01/18/2024 06:34:15.056] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:34:15 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.373 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.AsyncJwtLoaderTest
01:34:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.httppush.DefaultHttpPushFactoryTest
01:34:15 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.eclipse.ditto.connectivity.service.messaging.httppush.DefaultHttpPushFactoryTest
01:34:15 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionPersistenceActorTest
01:34:15 06:34:15.170 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
01:34:15 06:34:15.439 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:34:15 06:34:15.474 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:15 06:34:15.523 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:15 06:34:15.605 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-19] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:15 06:34:15.605 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-19] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M13.623S> interval (min=<PT5M>)
01:34:15 06:34:15.606 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-19] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H37M55.273S>
01:34:16 06:34:16.145 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-3447a390-377e-43b1-8b78-eaf103c14ea4> was recovered: null
01:34:16 06:34:16.164 [WARN ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-11] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6b9fcb75]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:16 06:34:16.169 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-3447a390-377e-43b1-8b78-eaf103c14ea4>: <[always-alive, priority-0]>
01:34:16 06:34:16.270 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
01:34:16 06:34:16.295 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-3447a390-377e-43b1-8b78-eaf103c14ea4> with <1> clients.
01:34:16 06:34:16.372 [WARN ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-11] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6b9fcb75]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:16 06:34:16.373 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionModified> for connection with ID <connection-3447a390-377e-43b1-8b78-eaf103c14ea4>: <[always-alive, priority-0]>
01:34:16 06:34:16.394 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionModified> w/ rev: <2>.
01:34:16 06:34:16.395 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-3447a390-377e-43b1-8b78-eaf103c14ea4> with <1> clients.
01:34:16 06:34:16.400 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionClosesAndRestartsClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-3447a390-377e-43b1-8b78-eaf103c14ea4>
01:34:16 06:34:16.566 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:34:16 06:34:16.580 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:16 06:34:16.591 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:16 06:34:16.597 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT25H8M43.521S>
01:34:16 06:34:16.597 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:16 06:34:16.597 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M38.184S> interval (min=<PT5M>)
01:34:16 06:34:16.598 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-b066d00e-25ba-41c4-b71f-06172e9210da> was recovered: null
01:34:16 06:34:16.606 [WARN ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-12] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@5d7cf49e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:16 06:34:16.611 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-b066d00e-25ba-41c4-b71f-06172e9210da> with <1> clients.
01:34:16 06:34:16.753 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-9] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:34:16 06:34:16.766 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:16 06:34:16.778 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:16 06:34:16.781 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H7M20.932S>
01:34:16 06:34:16.782 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:16 06:34:16.782 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M27.912S> interval (min=<PT5M>)
01:34:16 06:34:16.782 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-7cb87177-96d0-44fb-bc48-3db39418cb52> was recovered: null
01:34:16 06:34:16.791 [WARN ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-14] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@25ed8b16]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:16 06:34:16.791 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-7cb87177-96d0-44fb-bc48-3db39418cb52> with <1> clients.
01:34:16 06:34:16.817 [INFO ] [ConnectionPersistenceActorTest_testConnectionTypeHono-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-b066d00e-25ba-41c4-b71f-06172e9210da>
01:34:16 06:34:16.820 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionIdInvalidException [message='The Connection ID 'invalid' is not valid.', errorCode=connectivity:connection.id.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It must be conform to the regular expression: <[a-zA-Z0-9-_:]{1,100}>.', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]
01:34:16 06:34:16.920 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:34:17 06:34:16.934 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:17 06:34:16.936 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:17 06:34:16.940 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H1M47.992S>
01:34:17 06:34:16.940 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:17 06:34:16.940 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M35.371S> interval (min=<PT5M>)
01:34:17 06:34:16.940 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-ebe3adaf-a2b0-49b0-858e-8369b81e20ea> was recovered: null
01:34:17 06:34:16.942 [WARN ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-12] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@26d59520]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:17 06:34:16.944 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-ebe3adaf-a2b0-49b0-858e-8369b81e20ea>: <[]>
01:34:17 06:34:16.949 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
01:34:17 06:34:17.019 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingException-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-7cb87177-96d0-44fb-bc48-3db39418cb52>
01:34:17 06:34:17.160 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-ebe3adaf-a2b0-49b0-858e-8369b81e20ea>
01:34:17 06:34:17.248 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-7] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:34:17 06:34:17.262 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:17 06:34:17.265 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:17 06:34:17.268 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H9M13.44S>
01:34:17 06:34:17.268 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M32.657S> interval (min=<PT5M>)
01:34:17 06:34:17.268 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:17 06:34:17.269 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-92176352-9c2a-4c0c-95e0-3add645844d8> was recovered: null
01:34:17 06:34:17.271 [WARN ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-13] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@71a5898e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:17 06:34:17.271 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-92176352-9c2a-4c0c-95e0-3add645844d8>: <[]>
01:34:17 06:34:17.276 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
01:34:17 06:34:17.279 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <ModifyConnection [type=connectivity.commands:modifyConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.modifyClosedConnectionWithBlockedHost-0d991f2}], connection=ImmutableConnection [id=connection-92176352-9c2a-4c0c-95e0-3add645844d8, name=null, connectionType=amqp-10, connectionStatus=closed, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqp://127.0.0.2:1234, sources=[ImmutableSource [index=0, addresses=[amqp/source1], consumerCount=2, qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[source:subject]], enforcement=null, acknowledgementRequests=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]], replyTargetEnabled=true, replyTarget=ImmutableReplyTarget [address=replyTarget/{{thing:id}}, headerMapping=ImmutableHeaderMapping [mapping={mappedHeader2={{thing:id}}, mappedHeader3={{header:ditto-reply-target}}, mappedHeader1={{header:original-header}}}], expectedResponseTypes=[response, error, nack]], declaredAcknowledgementLabels=[]]], targets=[ImmutableTarget [address=twinEventExchange/twinEventRoutingKey, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=twinEventExchange/twinEventRoutingKey, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=twin/key, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[another:subject]], originalAddress=twin/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=live/key, topics=[_/_/things/live/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=live/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]]], sshTunnel=null, clientCount=1, validateCertificate=true, processorPoolSize=1, specificConfig={}, payloadMappingDefinition=ImmutablePayloadMappingDefinition [definitions={}], tags=[], lifecycle=ACTIVE, revision=null, modified=null, created=null]]> failed due to <ConnectionConfigurationInvalidException [message='The configured host '127.0.0.2' may not be used for the connection because the host is blocked: the hostname resolved to a loopback address.', errorCode=connectivity:connection.configuration.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It is a blocked or otherwise forbidden hostname which may not be used.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.modifyClosedConnectionWithBlockedHost-0d991f2}]]>
01:34:17 06:34:17.281 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionConfigurationInvalidException [message='The configured host '127.0.0.2' may not be used for the connection because the host is blocked: the hostname resolved to a loopback address.', errorCode=connectivity:connection.configuration.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It is a blocked or otherwise forbidden hostname which may not be used.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.modifyClosedConnectionWithBlockedHost-0d991f2}]]
01:34:17 06:34:17.383 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-92176352-9c2a-4c0c-95e0-3add645844d8>
01:34:17 06:34:17.470 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:34:17 06:34:17.490 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:17 06:34:17.493 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:17 06:34:17.497 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H29M59.454S>
01:34:17 06:34:17.497 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:17 06:34:17.497 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M13.42S> interval (min=<PT5M>)
01:34:17 06:34:17.497 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-d6573774-07ac-4f59-a5ce-c3a339f81f0e> was recovered: null
01:34:17 06:34:17.500 [WARN ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-11] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@b97da44]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:17 06:34:17.500 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-d6573774-07ac-4f59-a5ce-c3a339f81f0e>: <[]>
01:34:17 06:34:17.504 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
01:34:17 06:34:17.612 [INFO ] [ConnectionPersistenceActorTest_createConnectionInClosedState-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-d6573774-07ac-4f59-a5ce-c3a339f81f0e>
01:34:17 06:34:17.718 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:34:17 06:34:17.733 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:17 06:34:17.736 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:17 06:34:17.740 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT25H2M6.378S>
01:34:17 06:34:17.740 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M25.272S> interval (min=<PT5M>)
01:34:17 06:34:17.740 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:17 06:34:17.740 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-bdf84f86-2237-4c24-89f8-c44cf887de2b> was recovered: null
01:34:17 06:34:17.743 [WARN ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-13] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3550cf10]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:17 06:34:17.743 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-bdf84f86-2237-4c24-89f8-c44cf887de2b>: <[always-alive, priority-0]>
01:34:17 06:34:17.748 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
01:34:17 06:34:17.748 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-bdf84f86-2237-4c24-89f8-c44cf887de2b> with <1> clients.
01:34:17 06:34:17.776 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionClosed> for connection with ID <connection-bdf84f86-2237-4c24-89f8-c44cf887de2b>: <[]>
01:34:17 06:34:17.779 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionClosed> w/ rev: <2>.
01:34:17 06:34:17.783 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionDeleted> for connection with ID <connection-bdf84f86-2237-4c24-89f8-c44cf887de2b>: <[]>
01:34:17 06:34:17.785 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <3>.
01:34:19 06:34:19.820 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-bdf84f86-2237-4c24-89f8-c44cf887de2b> was deleted recently. Shutting Actor down ...
01:34:19 06:34:19.821 [INFO ] [ConnectionPersistenceActorTest_manageConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-bdf84f86-2237-4c24-89f8-c44cf887de2b>
01:34:19 06:34:19.908 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:34:19 06:34:19.921 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:19 06:34:19.924 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:19 06:34:19.927 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H12M41.37S>
01:34:19 06:34:19.927 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M31.053S> interval (min=<PT5M>)
01:34:19 06:34:19.928 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:19 06:34:19.928 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-54828a65-9399-4086-b79d-d3f8a8029d5a> was recovered: null
01:34:19 06:34:19.930 [WARN ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-14] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@789b19d4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:19 06:34:19.930 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-54828a65-9399-4086-b79d-d3f8a8029d5a> with <1> clients.
01:34:20 06:34:20.047 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M42.608S> interval (min=<PT5M>)
01:34:20 06:34:20.047 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:20 06:34:20.153 [INFO ] [ConnectionPersistenceActorTest_testConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-54828a65-9399-4086-b79d-d3f8a8029d5a>
01:34:20 06:34:20.276 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:20 06:34:20.279 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:20 06:34:20.281 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H53M59.319S>
01:34:20 06:34:20.282 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-2c57231b-c7e1-4dd7-ab71-e98d065ea9a0> was recovered: null
01:34:20 06:34:20.285 [WARN ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-11] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@5c3d8dc6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:20 06:34:20.285 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-2c57231b-c7e1-4dd7-ab71-e98d065ea9a0>: <[]>
01:34:20 06:34:20.289 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
01:34:20 06:34:20.291 [WARN ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-11] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@5c3d8dc6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:20 06:34:20.292 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionOpened> for connection with ID <connection-2c57231b-c7e1-4dd7-ab71-e98d065ea9a0>: <[always-alive, priority-0]>
01:34:20 06:34:20.294 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionOpened> w/ rev: <2>.
01:34:20 06:34:20.294 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-2c57231b-c7e1-4dd7-ab71-e98d065ea9a0> with <2> clients.
01:34:20 06:34:20.313 [INFO ] [ConnectionPersistenceActorTest_forwardSearchCommands-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-2c57231b-c7e1-4dd7-ab71-e98d065ea9a0>
01:34:20 06:34:20.429 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:34:20 06:34:20.442 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:20 06:34:20.445 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:20 06:34:20.448 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H21M18.387S>
01:34:20 06:34:20.448 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:20 06:34:20.448 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M59.948S> interval (min=<PT5M>)
01:34:20 06:34:20.449 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-012847e5-48b6-400c-b75f-3ee0e641342e> was recovered: null
01:34:20 06:34:20.452 [WARN ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-12] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@f9d6753]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:20 06:34:20.452 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-012847e5-48b6-400c-b75f-3ee0e641342e>: <[]>
01:34:20 06:34:20.456 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
01:34:20 06:34:20.468 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <ModifyConnection [type=connectivity.commands:modifyConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.modifyClosedConnectionWithUnknownHost-6baf3c5}], connection=ImmutableConnection [id=connection-012847e5-48b6-400c-b75f-3ee0e641342e, name=null, connectionType=amqp-10, connectionStatus=closed, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqp://invalid:1234, sources=[ImmutableSource [index=0, addresses=[amqp/source1], consumerCount=2, qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[source:subject]], enforcement=null, acknowledgementRequests=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]], replyTargetEnabled=true, replyTarget=ImmutableReplyTarget [address=replyTarget/{{thing:id}}, headerMapping=ImmutableHeaderMapping [mapping={mappedHeader2={{thing:id}}, mappedHeader3={{header:ditto-reply-target}}, mappedHeader1={{header:original-header}}}], expectedResponseTypes=[response, error, nack]], declaredAcknowledgementLabels=[]]], targets=[ImmutableTarget [address=twinEventExchange/twinEventRoutingKey, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=twinEventExchange/twinEventRoutingKey, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=twin/key, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[another:subject]], originalAddress=twin/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=live/key, topics=[_/_/things/live/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=live/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]]], sshTunnel=null, clientCount=1, validateCertificate=true, processorPoolSize=1, specificConfig={}, payloadMappingDefinition=ImmutablePayloadMappingDefinition [definitions={}], tags=[], lifecycle=ACTIVE, revision=null, modified=null, created=null]]> failed due to <ConnectionConfigurationInvalidException [message='The configured host 'invalid' may not be used for the connection because The configured host 'invalid' is invalid: The configured host 'invalid' is invalid: invalid: Name or service not known', errorCode=connectivity:connection.configuration.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It is a blocked or otherwise forbidden hostname which may not be used.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.modifyClosedConnectionWithUnknownHost-6baf3c5}]]>
01:34:20 06:34:20.468 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionConfigurationInvalidException [message='The configured host 'invalid' may not be used for the connection because The configured host 'invalid' is invalid: The configured host 'invalid' is invalid: invalid: Name or service not known', errorCode=connectivity:connection.configuration.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It is a blocked or otherwise forbidden hostname which may not be used.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.modifyClosedConnectionWithUnknownHost-6baf3c5}]]
01:34:20 06:34:20.570 [INFO ] [ConnectionPersistenceActorTest_modifyClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-012847e5-48b6-400c-b75f-3ee0e641342e>
01:34:20 06:34:20.652 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:34:20 06:34:20.665 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:20 06:34:20.668 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:20 06:34:20.673 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H58M47.768S>
01:34:20 06:34:20.673 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:20 06:34:20.673 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M23.859S> interval (min=<PT5M>)
01:34:20 06:34:20.674 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-e37b8004-6e44-42ce-8f2e-7741f9736cbe> was recovered: null
01:34:20 06:34:20.677 [WARN ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-12] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7475d034]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:20 06:34:20.677 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-e37b8004-6e44-42ce-8f2e-7741f9736cbe>: <[always-alive, priority-0]>
01:34:20 06:34:20.682 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
01:34:20 06:34:20.682 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-e37b8004-6e44-42ce-8f2e-7741f9736cbe> with <1> clients.
01:34:20 06:34:20.708 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionClosed> for connection with ID <connection-e37b8004-6e44-42ce-8f2e-7741f9736cbe>: <[]>
01:34:20 06:34:20.710 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionClosed> w/ rev: <2>.
01:34:20 06:34:20.714 [WARN ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-6] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7475d034]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:20 06:34:20.715 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionModified> for connection with ID <connection-e37b8004-6e44-42ce-8f2e-7741f9736cbe>: <[]>
01:34:20 06:34:20.719 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionModified> w/ rev: <3>.
01:34:22 06:34:22.709 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-e37b8004-6e44-42ce-8f2e-7741f9736cbe> was not accessed in a while. Shutting Actor down ...
01:34:22 06:34:22.710 [INFO ] [ConnectionPersistenceActorTest_modifyConnectionInClosedState-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-e37b8004-6e44-42ce-8f2e-7741f9736cbe>
01:34:23 06:34:23.794 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:34:23 06:34:23.808 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:23 06:34:23.810 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:23 06:34:23.813 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H44M28.826S>
01:34:23 06:34:23.814 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M58.022S> interval (min=<PT5M>)
01:34:23 06:34:23.814 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:23 06:34:23.814 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-e0fc5dd4-fa6f-431e-b6bc-1cd8088ce2c3> was recovered: null
01:34:23 06:34:23.817 [WARN ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-11] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@791401ef]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:23 06:34:23.817 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-e0fc5dd4-fa6f-431e-b6bc-1cd8088ce2c3>: <[]>
01:34:23 06:34:23.822 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
01:34:23 06:34:23.827 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionDeleted> for connection with ID <connection-e0fc5dd4-fa6f-431e-b6bc-1cd8088ce2c3>: <[]>
01:34:23 06:34:23.829 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <2>.
01:34:25 06:34:25.863 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-e0fc5dd4-fa6f-431e-b6bc-1cd8088ce2c3> was deleted recently. Shutting Actor down ...
01:34:25 06:34:25.863 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionCommandEmitsEvent-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-e0fc5dd4-fa6f-431e-b6bc-1cd8088ce2c3>
01:34:26 06:34:25.960 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:26 06:34:25.965 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:26 06:34:25.969 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H55M32.666S>
01:34:26 06:34:25.969 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M46.042S> interval (min=<PT5M>)
01:34:26 06:34:25.969 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:26 06:34:25.970 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-19] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-96cf1928-7a2a-4f8f-a5f4-196477682955> was recovered: null
01:34:26 06:34:25.973 [WARN ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-19] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@49187bae]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:26 06:34:25.973 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-19] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <CreateConnection [type=connectivity.commands:createConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.exceptionDueToCustomValidator-8b6aaf2, validator-should-throw-exception=true}], connection=ImmutableConnection [id=connection-96cf1928-7a2a-4f8f-a5f4-196477682955, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:40815, sources=[ImmutableSource [index=0, addresses=[amqp/source1], consumerCount=2, qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[source:subject]], enforcement=null, acknowledgementRequests=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]], replyTargetEnabled=true, replyTarget=ImmutableReplyTarget [address=replyTarget/{{thing:id}}, headerMapping=ImmutableHeaderMapping [mapping={mappedHeader2={{thing:id}}, mappedHeader3={{header:ditto-reply-target}}, mappedHeader1={{header:original-header}}}], expectedResponseTypes=[response, error, nack]], declaredAcknowledgementLabels=[]]], targets=[ImmutableTarget [address=twinEventExchange/twinEventRoutingKey, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=twinEventExchange/twinEventRoutingKey, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=twin/key, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[another:subject]], originalAddress=twin/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=live/key, topics=[_/_/things/live/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=live/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]]], sshTunnel=null, clientCount=1, validateCertificate=true, processorPoolSize=1, specificConfig={}, payloadMappingDefinition=ImmutablePayloadMappingDefinition [definitions={}], tags=[], lifecycle=ACTIVE, revision=null, modified=null, created=null]]> failed due to <ConnectionUnavailableException [message='not valid', errorCode=connectivity:connection.unavailable, httpStatus=HttpStatus [code=503, category=SERVER_ERROR], description='The requested Connection is temporarily not available, please retry the performed action in order to improve resiliency.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.exceptionDueToCustomValidator-8b6aaf2, validator-should-throw-exception=true}]]>
01:34:28 06:34:28.004 [INFO ] [ConnectionPersistenceActorTest_exceptionDueToCustomValidator-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-96cf1928-7a2a-4f8f-a5f4-196477682955> was deleted recently. Shutting Actor down ...
01:34:28 06:34:28.097 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:34:28 06:34:28.110 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:28 06:34:28.113 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:28 06:34:28.117 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H37M55.691S>
01:34:28 06:34:28.117 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:28 06:34:28.117 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M13.953S> interval (min=<PT5M>)
01:34:28 06:34:28.117 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-9f615c6e-8f8b-484b-851c-21b2bcc865c4> was recovered: null
01:34:28 06:34:28.119 [WARN ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-6] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@2b5b1c1c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:28 06:34:28.120 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-9f615c6e-8f8b-484b-851c-21b2bcc865c4>: <[always-alive, priority-0]>
01:34:28 06:34:28.124 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
01:34:28 06:34:28.124 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-9f615c6e-8f8b-484b-851c-21b2bcc865c4> with <1> clients.
01:34:28 06:34:28.150 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionDeleted> for connection with ID <connection-9f615c6e-8f8b-484b-851c-21b2bcc865c4>: <[]>
01:34:28 06:34:28.152 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <2>.
01:34:30 06:34:30.190 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-9f615c6e-8f8b-484b-851c-21b2bcc865c4> was deleted recently. Shutting Actor down ...
01:34:30 06:34:30.191 [INFO ] [ConnectionPersistenceActorTest_deleteConnectionUpdatesSubscriptionsAndClosesConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-9f615c6e-8f8b-484b-851c-21b2bcc865c4>
01:34:30 06:34:30.281 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:34:30 06:34:30.296 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:30 06:34:30.298 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:30 06:34:30.302 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:30 06:34:30.302 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M22.495S> interval (min=<PT5M>)
01:34:30 06:34:30.302 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H36M7.09S>
01:34:30 06:34:30.303 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-e4afe9ed-944a-4353-b9ec-4ff4ab35a1bd> was recovered: null
01:34:30 06:34:30.305 [WARN ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-9] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@719aafbf]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:30 06:34:30.306 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-e4afe9ed-944a-4353-b9ec-4ff4ab35a1bd>: <[always-alive, priority-0]>
01:34:30 06:34:30.309 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
01:34:30 06:34:30.310 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-e4afe9ed-944a-4353-b9ec-4ff4ab35a1bd> with <1> clients.
01:34:30 06:34:30.338 [INFO ] [ConnectionPersistenceActorTest_enableConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-e4afe9ed-944a-4353-b9ec-4ff4ab35a1bd>
01:34:30 06:34:30.447 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:34:30 06:34:30.461 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:30 06:34:30.466 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:30 06:34:30.470 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H13M57.591S>
01:34:30 06:34:30.470 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M45.897S> interval (min=<PT5M>)
01:34:30 06:34:30.470 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:30 06:34:30.471 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-81b8fda6-b477-4adf-9ef2-1d90945d94d3> was recovered: null
01:34:30 06:34:30.474 [WARN ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-6] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@49107d4e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:30 06:34:30.474 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-81b8fda6-b477-4adf-9ef2-1d90945d94d3>: <[always-alive, priority-0]>
01:34:30 06:34:30.478 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
01:34:30 06:34:30.479 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-81b8fda6-b477-4adf-9ef2-1d90945d94d3> with <1> clients.
01:34:30 06:34:30.506 [WARN ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@49107d4e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:30 06:34:30.506 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionModified> for connection with ID <connection-81b8fda6-b477-4adf-9ef2-1d90945d94d3>: <[always-alive, priority-0]>
01:34:30 06:34:30.510 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionModified> w/ rev: <2>.
01:34:30 06:34:30.511 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-81b8fda6-b477-4adf-9ef2-1d90945d94d3> with <1> clients.
01:34:30 06:34:30.614 [INFO ] [ConnectionPersistenceActorTest_disabledConnectionLogsAreNotEnabledAfterModify-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-81b8fda6-b477-4adf-9ef2-1d90945d94d3>
01:34:30 06:34:30.721 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:30 06:34:30.723 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:30 06:34:30.726 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-19] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H47M41.63S>
01:34:30 06:34:30.727 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:30 06:34:30.727 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M24.215S> interval (min=<PT5M>)
01:34:30 06:34:30.727 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-42d48ca7-ac88-4bfa-82e8-0a154be4b18a> was recovered: null
01:34:30 06:34:30.730 [WARN ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@30d9ac88]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:30 06:34:30.731 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <CreateConnection [type=connectivity.commands:createConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.exceptionDuringClientActorPropsCreation-56833d6, should-throw-exception=true}], connection=ImmutableConnection [id=connection-42d48ca7-ac88-4bfa-82e8-0a154be4b18a, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:36403, sources=[ImmutableSource [index=0, addresses=[amqp/source1], consumerCount=2, qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[source:subject]], enforcement=null, acknowledgementRequests=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]], replyTargetEnabled=true, replyTarget=ImmutableReplyTarget [address=replyTarget/{{thing:id}}, headerMapping=ImmutableHeaderMapping [mapping={mappedHeader2={{thing:id}}, mappedHeader3={{header:ditto-reply-target}}, mappedHeader1={{header:original-header}}}], expectedResponseTypes=[response, error, nack]], declaredAcknowledgementLabels=[]]], targets=[ImmutableTarget [address=twinEventExchange/twinEventRoutingKey, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=twinEventExchange/twinEventRoutingKey, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=twin/key, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[another:subject]], originalAddress=twin/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=live/key, topics=[_/_/things/live/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=live/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]]], sshTunnel=null, clientCount=1, validateCertificate=true, processorPoolSize=1, specificConfig={}, payloadMappingDefinition=ImmutablePayloadMappingDefinition [definitions={}], tags=[], lifecycle=ACTIVE, revision=null, modified=null, created=null]]> failed due to <ConnectionConfigurationInvalidException [message='validation failed...', errorCode=connectivity:connection.configuration.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='Make sure all required properties are set and valid in the configuration.', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]>
01:34:32 06:34:32.765 [INFO ] [ConnectionPersistenceActorTest_exceptionDuringClientActorPropsCreation-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-42d48ca7-ac88-4bfa-82e8-0a154be4b18a> was deleted recently. Shutting Actor down ...
01:34:32 06:34:32.863 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:34:32 06:34:32.877 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:32 06:34:32.879 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:32 06:34:32.883 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H54M14.536S>
01:34:32 06:34:32.883 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:32 06:34:32.883 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M20.637S> interval (min=<PT5M>)
01:34:32 06:34:32.884 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-95b63df1-8762-44e2-a3ff-0c593ad96448> was recovered: null
01:34:32 06:34:32.885 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <CreateConnection [type=connectivity.commands:createConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.createClosedConnectionWithBlockedHost-1baf58e}], connection=ImmutableConnection [id=connection-95b63df1-8762-44e2-a3ff-0c593ad96448, name=null, connectionType=amqp-10, connectionStatus=closed, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqp://127.0.0.2:1234, sources=[ImmutableSource [index=0, addresses=[amqp/source1], consumerCount=2, qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[source:subject]], enforcement=null, acknowledgementRequests=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]], replyTargetEnabled=true, replyTarget=ImmutableReplyTarget [address=replyTarget/{{thing:id}}, headerMapping=ImmutableHeaderMapping [mapping={mappedHeader2={{thing:id}}, mappedHeader3={{header:ditto-reply-target}}, mappedHeader1={{header:original-header}}}], expectedResponseTypes=[response, error, nack]], declaredAcknowledgementLabels=[]]], targets=[ImmutableTarget [address=twinEventExchange/twinEventRoutingKey, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=twinEventExchange/twinEventRoutingKey, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=twin/key, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[another:subject]], originalAddress=twin/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=live/key, topics=[_/_/things/live/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=live/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]]], sshTunnel=null, clientCount=1, validateCertificate=true, processorPoolSize=1, specificConfig={}, payloadMappingDefinition=ImmutablePayloadMappingDefinition [definitions={}], tags=[], lifecycle=ACTIVE, revision=null, modified=null, created=null]]> failed due to <ConnectionConfigurationInvalidException [message='The configured host '127.0.0.2' may not be used for the connection because the host is blocked: the hostname resolved to a loopback address.', errorCode=connectivity:connection.configuration.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It is a blocked or otherwise forbidden hostname which may not be used.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.createClosedConnectionWithBlockedHost-1baf58e}]]>
01:34:32 06:34:32.886 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionConfigurationInvalidException [message='The configured host '127.0.0.2' may not be used for the connection because the host is blocked: the hostname resolved to a loopback address.', errorCode=connectivity:connection.configuration.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It is a blocked or otherwise forbidden hostname which may not be used.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.createClosedConnectionWithBlockedHost-1baf58e}]]
01:34:33 06:34:32.988 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithBlockedHost-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-95b63df1-8762-44e2-a3ff-0c593ad96448>
01:34:33 06:34:33.076 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:34:33 06:34:33.089 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:33 06:34:33.091 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:33 06:34:33.094 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT25H4M31.429S>
01:34:33 06:34:33.094 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M3.042S> interval (min=<PT5M>)
01:34:33 06:34:33.094 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:33 06:34:33.095 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-bedafbd3-051a-49cd-aec3-487be9d7b38b> was recovered: null
01:34:33 06:34:33.097 [WARN ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-12] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7e99543d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:33 06:34:33.098 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-bedafbd3-051a-49cd-aec3-487be9d7b38b>: <[always-alive, priority-0]>
01:34:33 06:34:33.102 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
01:34:33 06:34:33.103 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-bedafbd3-051a-49cd-aec3-487be9d7b38b> with <1> clients.
01:34:33 06:34:33.131 [INFO ] [ConnectionPersistenceActorTest_testResetConnectionMetrics-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-bedafbd3-051a-49cd-aec3-487be9d7b38b>
01:34:33 06:34:33.226 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:34:33 06:34:33.240 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:33 06:34:33.242 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:33 06:34:33.245 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H40M7.832S>
01:34:33 06:34:33.245 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:33 06:34:33.245 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M14.389S> interval (min=<PT5M>)
01:34:33 06:34:33.246 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-d0483f74-c002-4709-840c-6630a325b1d3> was recovered: null
01:34:33 06:34:33.255 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <CreateConnection [type=connectivity.commands:createConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.createClosedConnectionWithUnknownHost-075027c}], connection=ImmutableConnection [id=connection-d0483f74-c002-4709-840c-6630a325b1d3, name=null, connectionType=amqp-10, connectionStatus=closed, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqp://invalid:1234, sources=[ImmutableSource [index=0, addresses=[amqp/source1], consumerCount=2, qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[source:subject]], enforcement=null, acknowledgementRequests=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]], replyTargetEnabled=true, replyTarget=ImmutableReplyTarget [address=replyTarget/{{thing:id}}, headerMapping=ImmutableHeaderMapping [mapping={mappedHeader2={{thing:id}}, mappedHeader3={{header:ditto-reply-target}}, mappedHeader1={{header:original-header}}}], expectedResponseTypes=[response, error, nack]], declaredAcknowledgementLabels=[]]], targets=[ImmutableTarget [address=twinEventExchange/twinEventRoutingKey, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=twinEventExchange/twinEventRoutingKey, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=twin/key, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[another:subject]], originalAddress=twin/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=live/key, topics=[_/_/things/live/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=live/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]]], sshTunnel=null, clientCount=1, validateCertificate=true, processorPoolSize=1, specificConfig={}, payloadMappingDefinition=ImmutablePayloadMappingDefinition [definitions={}], tags=[], lifecycle=ACTIVE, revision=null, modified=null, created=null]]> failed due to <ConnectionConfigurationInvalidException [message='The configured host 'invalid' may not be used for the connection because The configured host 'invalid' is invalid: The configured host 'invalid' is invalid: invalid: Name or service not known', errorCode=connectivity:connection.configuration.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It is a blocked or otherwise forbidden hostname which may not be used.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.createClosedConnectionWithUnknownHost-075027c}]]>
01:34:33 06:34:33.255 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionConfigurationInvalidException [message='The configured host 'invalid' may not be used for the connection because The configured host 'invalid' is invalid: The configured host 'invalid' is invalid: invalid: Name or service not known', errorCode=connectivity:connection.configuration.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It is a blocked or otherwise forbidden hostname which may not be used.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.createClosedConnectionWithUnknownHost-075027c}]]
01:34:33 06:34:33.357 [INFO ] [ConnectionPersistenceActorTest_createClosedConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-d0483f74-c002-4709-840c-6630a325b1d3>
01:34:33 06:34:33.439 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:34:33 06:34:33.453 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:33 06:34:33.455 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:33 06:34:33.458 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H31M6.917S>
01:34:33 06:34:33.458 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M7.51S> interval (min=<PT5M>)
01:34:33 06:34:33.459 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:33 06:34:33.459 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-e4258941-0069-41c1-b010-838b7a847291> was recovered: null
01:34:33 06:34:33.461 [WARN ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-14] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@218e7138]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:33 06:34:33.461 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-e4258941-0069-41c1-b010-838b7a847291> with <1> clients.
01:34:33 06:34:33.483 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionIdInvalidException [message='The Connection ID 'invalid' is not valid.', errorCode=connectivity:connection.id.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It must be conform to the regular expression: <[a-zA-Z0-9-_:]{1,100}>.', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]
01:34:33 06:34:33.567 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:34:33 06:34:33.581 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:33 06:34:33.583 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:33 06:34:33.591 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H57M51.942S>
01:34:33 06:34:33.591 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:33 06:34:33.591 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M20.84S> interval (min=<PT5M>)
01:34:33 06:34:33.591 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-8aeec287-c9a7-4112-bbe5-57661512e5d3> was recovered: null
01:34:33 06:34:33.593 [WARN ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-13] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@44eec71f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:33 06:34:33.594 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-8aeec287-c9a7-4112-bbe5-57661512e5d3>: <[always-alive, priority-0]>
01:34:33 06:34:33.598 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
01:34:33 06:34:33.599 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-8aeec287-c9a7-4112-bbe5-57661512e5d3> with <1> clients.
01:34:33 06:34:33.626 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionDeleted> for connection with ID <connection-8aeec287-c9a7-4112-bbe5-57661512e5d3>: <[]>
01:34:33 06:34:33.628 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <2>.
01:34:33 06:34:33.631 [WARN ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Received command for deleted connection, rejecting: <OpenConnection [type=connectivity.commands:openConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.openConnectionAfterDeletedFails-9be07d5}], connectionId=connection-8aeec287-c9a7-4112-bbe5-57661512e5d3]>
01:34:33 06:34:33.632 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionNotAccessibleException [message='The Connection with ID 'connection-8aeec287-c9a7-4112-bbe5-57661512e5d3' could not be found or requester had insufficient permissions to access it.', errorCode=connectivity:connection.notfound, httpStatus=HttpStatus [code=404, category=CLIENT_ERROR], description='Check if the ID of your requested Connection was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.openConnectionAfterDeletedFails-9be07d5}]]
01:34:33 06:34:33.633 [INFO ] [ConnectionPersistenceActorTest_openConnectionAfterDeletedFails-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-8aeec287-c9a7-4112-bbe5-57661512e5d3>
01:34:33 06:34:33.684 [INFO ] [ConnectionPersistenceActorTest_testConnectionCausingFailure-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-e4258941-0069-41c1-b010-838b7a847291>
01:34:33 06:34:33.744 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:34:33 06:34:33.757 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:33 06:34:33.760 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:33 06:34:33.763 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H18M8.155S>
01:34:33 06:34:33.763 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:33 06:34:33.763 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M54.878S> interval (min=<PT5M>)
01:34:33 06:34:33.763 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-d31fc403-ef58-4ea5-ad75-6c72d1b0c34f> was recovered: null
01:34:33 06:34:33.765 [WARN ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-12] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@21e29239]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:33 06:34:33.766 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-d31fc403-ef58-4ea5-ad75-6c72d1b0c34f>: <[always-alive, priority-0]>
01:34:33 06:34:33.769 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
01:34:33 06:34:33.770 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-d31fc403-ef58-4ea5-ad75-6c72d1b0c34f> with <1> clients.
01:34:33 06:34:33.797 [INFO ] [ConnectionPersistenceActorTest_testConnectionActorRespondsToCleanupCommand-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-d31fc403-ef58-4ea5-ad75-6c72d1b0c34f>
01:34:35 06:34:35.852 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M33.283S> interval (min=<PT5M>)
01:34:35 06:34:35.854 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(Member(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:42279, Up), Member(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:43641, Up)), Set(), Set(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:43641, pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:42279), Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:42279), HashMap(thing-event-aware -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:42279), live-signal-aware -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:42279), blocked-namespaces-aware -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:42279), dc-default -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:42279), connectivity -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:42279), acks-aware -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:42279), policy-announcement-aware -> Some(pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:42279)))>
01:34:36 06:34:35.971 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-23] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:34:36 06:34:35.985 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-21] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:36 06:34:35.988 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-21] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:36 06:34:35.990 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H11M7.645S>
01:34:36 06:34:35.991 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-21] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-77495b67-1e1b-43ad-8df4-172579e91d88> was recovered: null
01:34:36 06:34:35.994 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-21] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@5794a3c9]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:36 06:34:35.994 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-21] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-77495b67-1e1b-43ad-8df4-172579e91d88>: <[]>
01:34:36 06:34:35.998 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-21] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
01:34:36 06:34:36.001 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@5794a3c9]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:36 06:34:36.002 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionOpened> for connection with ID <connection-77495b67-1e1b-43ad-8df4-172579e91d88>: <[always-alive, priority-0]>
01:34:36 06:34:36.004 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionOpened> w/ rev: <2>.
01:34:36 06:34:36.004 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-77495b67-1e1b-43ad-8df4-172579e91d88> with <2> clients.
01:34:36 06:34:36.077 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-23] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionClosed> for connection with ID <connection-77495b67-1e1b-43ad-8df4-172579e91d88>: <[]>
01:34:36 06:34:36.092 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-21] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionClosed> w/ rev: <3>.
01:34:36 06:34:36.095 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-21] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionDeleted> for connection with ID <connection-77495b67-1e1b-43ad-8df4-172579e91d88>: <[]>
01:34:36 06:34:36.097 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-23] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <4>.
01:34:38 06:34:38.138 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-23] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-77495b67-1e1b-43ad-8df4-172579e91d88> was deleted recently. Shutting Actor down ...
01:34:38 06:34:38.138 [INFO ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-77495b67-1e1b-43ad-8df4-172579e91d88>
01:34:38 06:34:38.230 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:34:38 06:34:38.244 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:38 06:34:38.247 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:38 06:34:38.250 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H35M20.538S>
01:34:38 06:34:38.250 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M12.784S> interval (min=<PT5M>)
01:34:38 06:34:38.250 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:38 06:34:38.251 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-1149f586-6e6b-44ca-8eb0-3de4a2d25079> was recovered: null
01:34:38 06:34:38.253 [WARN ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-13] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@5b8a75e9]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:38 06:34:38.253 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-1149f586-6e6b-44ca-8eb0-3de4a2d25079>: <[]>
01:34:38 06:34:38.256 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
01:34:38 06:34:38.462 [INFO ] [ConnectionPersistenceActorTest_retrieveMetricsInClosedStateDoesNotStartClientActor-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-1149f586-6e6b-44ca-8eb0-3de4a2d25079>
01:34:38 06:34:38.552 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-4] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:34:38 06:34:38.565 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:38 06:34:38.568 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:38 06:34:38.571 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H16M24.25S>
01:34:38 06:34:38.572 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M35.199S> interval (min=<PT5M>)
01:34:38 06:34:38.572 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:38 06:34:38.572 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-ff858a8f-4ada-4b57-876c-f1af00dc8afc> was recovered: null
01:34:38 06:34:38.574 [WARN ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-14] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6ea9d0a3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:38 06:34:38.575 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-ff858a8f-4ada-4b57-876c-f1af00dc8afc>: <[always-alive, priority-0]>
01:34:38 06:34:38.578 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
01:34:38 06:34:38.578 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-ff858a8f-4ada-4b57-876c-f1af00dc8afc> with <1> clients.
01:34:38 06:34:38.605 [WARN ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-4] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6ea9d0a3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:38 06:34:38.606 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionModified> for connection with ID <connection-ff858a8f-4ada-4b57-876c-f1af00dc8afc>: <[always-alive, priority-0]>
01:34:38 06:34:38.610 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionModified> w/ rev: <2>.
01:34:38 06:34:38.610 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-ff858a8f-4ada-4b57-876c-f1af00dc8afc> with <1> clients.
01:34:38 06:34:38.614 [INFO ] [ConnectionPersistenceActorTest_enabledConnectionLogsAreEnabledAgainAfterModify-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-ff858a8f-4ada-4b57-876c-f1af00dc8afc>
01:34:38 06:34:38.729 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:34:38 06:34:38.742 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:38 06:34:38.744 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:38 06:34:38.747 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H14M16.624S>
01:34:38 06:34:38.747 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M57.821S> interval (min=<PT5M>)
01:34:38 06:34:38.747 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:38 06:34:38.748 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-89ba896d-cb37-46ca-b408-b85d95d0b610> was recovered: null
01:34:38 06:34:38.750 [WARN ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-12] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7477a0cc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:38 06:34:38.750 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-89ba896d-cb37-46ca-b408-b85d95d0b610>: <[always-alive, priority-0]>
01:34:38 06:34:38.753 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
01:34:38 06:34:38.754 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-89ba896d-cb37-46ca-b408-b85d95d0b610> with <1> clients.
01:34:38 06:34:38.781 [INFO ] [ConnectionPersistenceActorTest_resetConnectionLogs-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-89ba896d-cb37-46ca-b408-b85d95d0b610>
01:34:38 06:34:38.874 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:38 06:34:38.877 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:38 06:34:38.880 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H31M43.318S>
01:34:38 06:34:38.880 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-18] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:38 06:34:38.880 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-18] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M55.314S> interval (min=<PT5M>)
01:34:38 06:34:38.880 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-7efeac39-b99f-4d17-bffe-a38efc2bf628> was recovered: null
01:34:38 06:34:38.884 [WARN ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-18] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4b901b3c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:38 06:34:38.884 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-7efeac39-b99f-4d17-bffe-a38efc2bf628>: <[always-alive, priority-0]>
01:34:38 06:34:38.887 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
01:34:38 06:34:38.888 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-7efeac39-b99f-4d17-bffe-a38efc2bf628> with <1> clients.
01:34:38 06:34:38.894 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.OneForOneEscalateStrategy - Child failed <0> times, which is less than the maximum allowed number of <3> failures. Will restart the child.
01:34:38 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times
01:34:38 	at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65)
01:34:38 	... 19 common frames omitted
01:34:38 Wrapped by: java.lang.reflect.InvocationTargetException: null
01:34:38 	at jdk.internal.reflect.GeneratedConstructorAccessor223.newInstance(Unknown Source)
01:34:38 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
01:34:38 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
01:34:38 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
01:34:38 	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82)
01:34:38 	at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111)
01:34:38 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
01:34:38 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
01:34:38 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
01:34:38 	... 10 common frames omitted
01:34:38 Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften/system/testProbe-276/$a/$a/c1: exception during creation, root cause message: ['FailingActor' intentionally failing for 1 of 4 times]
01:34:38 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
01:34:38 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
01:34:38 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523)
01:34:38 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
01:34:38 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
01:34:38 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
01:34:38 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
01:34:38 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
01:34:38 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
01:34:38 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
01:34:38 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
01:34:38 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
01:34:38 06:34:38.895 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.OneForOneEscalateStrategy - 'FailingActor' intentionally failing for 1 of 4 times
01:34:38 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times
01:34:38 	at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65)
01:34:38 	... 19 common frames omitted
01:34:38 Wrapped by: java.lang.reflect.InvocationTargetException: null
01:34:38 	at jdk.internal.reflect.GeneratedConstructorAccessor223.newInstance(Unknown Source)
01:34:38 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
01:34:38 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
01:34:38 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
01:34:38 	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82)
01:34:38 	at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111)
01:34:38 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
01:34:38 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
01:34:38 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
01:34:38 	... 10 common frames omitted
01:34:38 Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften/system/testProbe-276/$a/$a/c1: exception during creation, root cause message: ['FailingActor' intentionally failing for 1 of 4 times]
01:34:38 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
01:34:38 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
01:34:38 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523)
01:34:38 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
01:34:38 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
01:34:38 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
01:34:38 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
01:34:38 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
01:34:38 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
01:34:38 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
01:34:38 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
01:34:38 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
01:34:38 06:34:38.895 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-17] o.a.p.a.ActorCell - changing Recreate into Create after org.apache.pekko.actor.ActorInitializationException: pekko://ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften/system/testProbe-276/$a/$a/c1: exception during creation, root cause message: ['FailingActor' intentionally failing for 1 of 4 times]
01:34:38 06:34:38.896 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.OneForOneEscalateStrategy - Child failed <1> times, which is less than the maximum allowed number of <3> failures. Will restart the child.
01:34:38 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times
01:34:38 	at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65)
01:34:38 	... 26 common frames omitted
01:34:38 Wrapped by: java.lang.reflect.InvocationTargetException: null
01:34:38 	at jdk.internal.reflect.GeneratedConstructorAccessor223.newInstance(Unknown Source)
01:34:38 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
01:34:38 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
01:34:38 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
01:34:38 	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82)
01:34:38 	at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111)
01:34:38 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
01:34:38 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
01:34:38 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
01:34:38 	... 17 common frames omitted
01:34:38 Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften/system/testProbe-276/$a/$a/c1: exception during creation, root cause message: ['FailingActor' intentionally failing for 1 of 4 times]
01:34:38 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
01:34:38 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
01:34:38 	at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174)
01:34:38 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168)
01:34:38 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158)
01:34:38 	at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420)
01:34:38 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96)
01:34:38 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92)
01:34:38 	at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420)
01:34:38 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526)
01:34:38 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
01:34:38 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
01:34:38 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
01:34:38 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
01:34:38 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
01:34:38 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
01:34:38 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
01:34:38 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
01:34:38 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
01:34:38 06:34:38.897 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.OneForOneEscalateStrategy - 'FailingActor' intentionally failing for 1 of 4 times
01:34:38 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times
01:34:38 	at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65)
01:34:38 	... 26 common frames omitted
01:34:38 Wrapped by: java.lang.reflect.InvocationTargetException: null
01:34:38 	at jdk.internal.reflect.GeneratedConstructorAccessor223.newInstance(Unknown Source)
01:34:38 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
01:34:38 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
01:34:38 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
01:34:38 	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82)
01:34:38 	at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111)
01:34:38 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
01:34:38 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
01:34:38 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
01:34:38 	... 17 common frames omitted
01:34:38 Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften/system/testProbe-276/$a/$a/c1: exception during creation, root cause message: ['FailingActor' intentionally failing for 1 of 4 times]
01:34:38 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
01:34:38 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
01:34:38 	at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174)
01:34:38 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168)
01:34:38 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158)
01:34:38 	at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420)
01:34:38 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96)
01:34:38 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92)
01:34:38 	at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420)
01:34:38 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526)
01:34:38 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
01:34:38 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
01:34:38 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
01:34:38 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
01:34:38 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
01:34:38 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
01:34:38 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
01:34:38 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
01:34:38 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
01:34:38 06:34:38.897 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-17] o.a.p.a.ActorCell - changing Recreate into Create after org.apache.pekko.actor.ActorInitializationException: pekko://ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften/system/testProbe-276/$a/$a/c1: exception during creation, root cause message: ['FailingActor' intentionally failing for 1 of 4 times]
01:34:38 06:34:38.897 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.OneForOneEscalateStrategy - Child failed <2> times, which is less than the maximum allowed number of <3> failures. Will restart the child.
01:34:38 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times
01:34:38 	at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65)
01:34:38 	... 26 common frames omitted
01:34:38 Wrapped by: java.lang.reflect.InvocationTargetException: null
01:34:38 	at jdk.internal.reflect.GeneratedConstructorAccessor223.newInstance(Unknown Source)
01:34:38 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
01:34:38 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
01:34:38 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
01:34:38 	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82)
01:34:38 	at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111)
01:34:38 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
01:34:38 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
01:34:38 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
01:34:38 	... 17 common frames omitted
01:34:38 Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften/system/testProbe-276/$a/$a/c1: exception during creation, root cause message: ['FailingActor' intentionally failing for 1 of 4 times]
01:34:38 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
01:34:38 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
01:34:38 	at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174)
01:34:38 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168)
01:34:38 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158)
01:34:38 	at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420)
01:34:38 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96)
01:34:38 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92)
01:34:38 	at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420)
01:34:38 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526)
01:34:38 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
01:34:38 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
01:34:38 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
01:34:38 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
01:34:38 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
01:34:38 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
01:34:38 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
01:34:38 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
01:34:38 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
01:34:38 06:34:38.897 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.OneForOneEscalateStrategy - 'FailingActor' intentionally failing for 1 of 4 times
01:34:38 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times
01:34:38 	at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65)
01:34:38 	... 26 common frames omitted
01:34:38 Wrapped by: java.lang.reflect.InvocationTargetException: null
01:34:38 	at jdk.internal.reflect.GeneratedConstructorAccessor223.newInstance(Unknown Source)
01:34:38 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
01:34:38 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
01:34:38 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
01:34:38 	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82)
01:34:38 	at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111)
01:34:38 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
01:34:38 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
01:34:38 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
01:34:38 	... 17 common frames omitted
01:34:38 Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften/system/testProbe-276/$a/$a/c1: exception during creation, root cause message: ['FailingActor' intentionally failing for 1 of 4 times]
01:34:38 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
01:34:38 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
01:34:38 	at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174)
01:34:38 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168)
01:34:38 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158)
01:34:38 	at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420)
01:34:38 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96)
01:34:38 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92)
01:34:38 	at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420)
01:34:38 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526)
01:34:38 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
01:34:38 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
01:34:38 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
01:34:38 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
01:34:38 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
01:34:38 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
01:34:38 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
01:34:38 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
01:34:38 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
01:34:38 06:34:38.897 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-17] o.a.p.a.ActorCell - changing Recreate into Create after org.apache.pekko.actor.ActorInitializationException: pekko://ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften/system/testProbe-276/$a/$a/c1: exception during creation, root cause message: ['FailingActor' intentionally failing for 1 of 4 times]
01:34:38 06:34:38.897 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.OneForOneEscalateStrategy - Child failed <3> times, which exceeds the maximum allowed number of <3> failures. Will escalate the failure.
01:34:38 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times
01:34:38 	at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65)
01:34:38 	... 26 common frames omitted
01:34:38 Wrapped by: java.lang.reflect.InvocationTargetException: null
01:34:38 	at jdk.internal.reflect.GeneratedConstructorAccessor223.newInstance(Unknown Source)
01:34:38 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
01:34:38 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
01:34:38 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
01:34:38 	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82)
01:34:38 	at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111)
01:34:38 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
01:34:38 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
01:34:38 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
01:34:38 	... 17 common frames omitted
01:34:38 Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften/system/testProbe-276/$a/$a/c1: exception during creation, root cause message: ['FailingActor' intentionally failing for 1 of 4 times]
01:34:38 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
01:34:38 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
01:34:38 	at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174)
01:34:38 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168)
01:34:38 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158)
01:34:38 	at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420)
01:34:38 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96)
01:34:38 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92)
01:34:38 	at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420)
01:34:38 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526)
01:34:38 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
01:34:38 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
01:34:38 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
01:34:38 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
01:34:38 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
01:34:38 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
01:34:38 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
01:34:38 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
01:34:38 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
01:34:38 06:34:38.898 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.OneForOneEscalateStrategy - Child failed <0> times, which exceeds the maximum allowed number of <0> failures. Will escalate the failure.
01:34:38 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times
01:34:38 	at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65)
01:34:38 	... 26 common frames omitted
01:34:38 Wrapped by: java.lang.reflect.InvocationTargetException: null
01:34:38 	at jdk.internal.reflect.GeneratedConstructorAccessor223.newInstance(Unknown Source)
01:34:38 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
01:34:38 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
01:34:38 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
01:34:38 	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82)
01:34:38 	at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111)
01:34:38 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
01:34:38 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
01:34:38 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
01:34:38 	... 17 common frames omitted
01:34:38 Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften/system/testProbe-276/$a/$a/c1: exception during creation, root cause message: ['FailingActor' intentionally failing for 1 of 4 times]
01:34:38 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
01:34:38 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
01:34:38 	at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174)
01:34:38 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168)
01:34:38 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158)
01:34:38 	at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420)
01:34:38 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96)
01:34:38 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92)
01:34:38 	at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420)
01:34:38 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526)
01:34:38 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
01:34:38 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
01:34:38 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
01:34:38 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
01:34:38 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
01:34:38 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
01:34:38 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
01:34:38 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
01:34:38 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
01:34:38 06:34:38.899 [ERROR] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-17] o.a.p.a.OneForOneStrategy - 'FailingActor' intentionally failing for 1 of 4 times
01:34:38 java.lang.IllegalStateException: 'FailingActor' intentionally failing for 1 of 4 times
01:34:38 	at org.eclipse.ditto.connectivity.service.messaging.MockClientActorPropsFactory$MockClientActor.<init>(MockClientActorPropsFactory.java:65)
01:34:38 	... 26 common frames omitted
01:34:38 Wrapped by: java.lang.reflect.InvocationTargetException: null
01:34:38 	at jdk.internal.reflect.GeneratedConstructorAccessor223.newInstance(Unknown Source)
01:34:38 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
01:34:38 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
01:34:38 	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
01:34:38 	at org.apache.pekko.util.Reflect$.instantiate(Reflect.scala:82)
01:34:38 	at org.apache.pekko.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:111)
01:34:38 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
01:34:38 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
01:34:38 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
01:34:38 	... 17 common frames omitted
01:34:38 Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften/system/testProbe-276/$a/$a/c1: exception during creation, root cause message: ['FailingActor' intentionally failing for 1 of 4 times]
01:34:38 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
01:34:38 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
01:34:38 	at org.apache.pekko.actor.dungeon.FaultHandling.finishCreate(FaultHandling.scala:174)
01:34:38 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate(FaultHandling.scala:168)
01:34:38 	at org.apache.pekko.actor.dungeon.FaultHandling.faultCreate$(FaultHandling.scala:158)
01:34:38 	at org.apache.pekko.actor.ActorCell.faultCreate(ActorCell.scala:420)
01:34:38 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate(FaultHandling.scala:96)
01:34:38 	at org.apache.pekko.actor.dungeon.FaultHandling.faultRecreate$(FaultHandling.scala:92)
01:34:38 	at org.apache.pekko.actor.ActorCell.faultRecreate(ActorCell.scala:420)
01:34:38 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:526)
01:34:38 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
01:34:38 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
01:34:38 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
01:34:38 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
01:34:38 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
01:34:38 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
01:34:38 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
01:34:38 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
01:34:38 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
01:34:38 06:34:38.899 [INFO ] [ConnectionPersistenceActorTest_escalatesWhenClientActorFailsTooOften-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-7efeac39-b99f-4d17-bffe-a38efc2bf628>
01:34:39 06:34:38.920 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-21] o.a.p.s.Materializer - [outbound connection to [pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:42279], message stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
01:34:39 06:34:38.920 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-6] o.a.p.s.Materializer - [outbound connection to [pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:43641], message stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
01:34:39 06:34:38.921 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-21] o.a.p.s.Materializer - [outbound connection to [pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:42279], control stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
01:34:39 06:34:38.921 [WARN ] [ConnectionPersistenceActorTest_manageConnectionWith2Clients-pekko.actor.default-dispatcher-6] o.a.p.s.Materializer - [outbound connection to [pekko://ConnectionPersistenceActorTest_manageConnectionWith2Clients@127.0.0.1:43641], control stream] Upstream failed, cause: StreamTcpException: The connection has been aborted
01:34:39 06:34:39.050 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:34:39 06:34:39.063 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:39 06:34:39.066 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:39 06:34:39.069 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H19M8.15S>
01:34:39 06:34:39.069 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:39 06:34:39.069 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M4.938S> interval (min=<PT5M>)
01:34:39 06:34:39.069 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-673ca510-354e-477e-aeb0-bd3f9312b6a7> was recovered: null
01:34:39 06:34:39.071 [WARN ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-6] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1ae7e8b6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:39 06:34:39.072 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-673ca510-354e-477e-aeb0-bd3f9312b6a7>: <[always-alive, priority-0]>
01:34:39 06:34:39.075 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
01:34:39 06:34:39.075 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-673ca510-354e-477e-aeb0-bd3f9312b6a7> with <1> clients.
01:34:39 06:34:39.100 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionClosed> for connection with ID <connection-673ca510-354e-477e-aeb0-bd3f9312b6a7>: <[]>
01:34:39 06:34:39.102 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionClosed> w/ rev: <2>.
01:34:39 06:34:39.104 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-673ca510-354e-477e-aeb0-bd3f9312b6a7>
01:34:39 06:34:39.212 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H40M56.499S>
01:34:39 06:34:39.254 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-673ca510-354e-477e-aeb0-bd3f9312b6a7> was recovered: ImmutableConnection [id=connection-673ca510-354e-477e-aeb0-bd3f9312b6a7, name=null, connectionType=amqp-10, connectionStatus=closed, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:40511, sources=[ImmutableSource [index=0, addresses=[amqp/source1], consumerCount=2, qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[source:subject]], enforcement=null, acknowledgementRequests=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]], replyTargetEnabled=true, replyTarget=ImmutableReplyTarget [address=replyTarget/{{thing:id}}, headerMapping=ImmutableHeaderMapping [mapping={mappedHeader2={{thing:id}}, mappedHeader3={{header:ditto-reply-target}}, mappedHeader1={{header:original-header}}}], expectedResponseTypes=[response, error, nack]], declaredAcknowledgementLabels=[]]], targets=[ImmutableTarget [address=twinEventExchange/twinEventRoutingKey, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=twinEventExchange/twinEventRoutingKey, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=twin/key, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[another:subject]], originalAddress=twin/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=live/key, topics=[_/_/things/live/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=live/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]]], sshTunnel=null, clientCount=1, validateCertificate=true, processorPoolSize=1, specificConfig={}, payloadMappingDefinition=ImmutablePayloadMappingDefinition [definitions={}], tags=[], lifecycle=ACTIVE, revision=1, modified=2024-01-18T06:34:39.070169659Z, created=2024-01-18T06:34:39.070169659Z]
01:34:39 06:34:39.263 [INFO ] [ConnectionPersistenceActorTest_recoverClosedConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-673ca510-354e-477e-aeb0-bd3f9312b6a7>
01:34:39 06:34:39.353 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:34:39 06:34:39.366 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:39 06:34:39.369 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:39 06:34:39.371 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H38M26.39S>
01:34:39 06:34:39.372 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:39 06:34:39.372 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M38.433S> interval (min=<PT5M>)
01:34:39 06:34:39.372 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-c11bc97f-623a-43b2-bf70-262b9d5c378e> was recovered: null
01:34:39 06:34:39.374 [WARN ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-11] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@2b12dd9b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:39 06:34:39.375 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-c11bc97f-623a-43b2-bf70-262b9d5c378e>: <[always-alive, priority-0]>
01:34:39 06:34:39.378 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
01:34:39 06:34:39.378 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-c11bc97f-623a-43b2-bf70-262b9d5c378e> with <1> clients.
01:34:39 06:34:39.403 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionDeleted> for connection with ID <connection-c11bc97f-623a-43b2-bf70-262b9d5c378e>: <[]>
01:34:39 06:34:39.405 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <2>.
01:34:39 06:34:39.408 [WARN ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-11] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@2b12dd9b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:39 06:34:39.409 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-c11bc97f-623a-43b2-bf70-262b9d5c378e>: <[always-alive, priority-0]>
01:34:39 06:34:39.412 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <3>.
01:34:39 06:34:39.413 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-c11bc97f-623a-43b2-bf70-262b9d5c378e> with <1> clients.
01:34:39 06:34:39.417 [INFO ] [ConnectionPersistenceActorTest_createConnectionAfterDeleted-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-c11bc97f-623a-43b2-bf70-262b9d5c378e>
01:34:39 06:34:39.520 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:34:39 06:34:39.533 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:39 06:34:39.536 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:39 06:34:39.539 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H18M39.78S>
01:34:39 06:34:39.539 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:39 06:34:39.539 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M54.044S> interval (min=<PT5M>)
01:34:39 06:34:39.539 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-55a6ec50-9710-4b6c-9c4a-659b04d0ca2f> was recovered: null
01:34:39 06:34:39.540 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <TestConnection [type=connectivity.commands:testConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.testConnectionWithBlockedHost-8c68d37}], connection=ImmutableConnection [id=connection-55a6ec50-9710-4b6c-9c4a-659b04d0ca2f, name=null, connectionType=amqp-10, connectionStatus=closed, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqp://127.0.0.2:1234, sources=[ImmutableSource [index=0, addresses=[amqp/source1], consumerCount=2, qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[source:subject]], enforcement=null, acknowledgementRequests=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]], replyTargetEnabled=true, replyTarget=ImmutableReplyTarget [address=replyTarget/{{thing:id}}, headerMapping=ImmutableHeaderMapping [mapping={mappedHeader2={{thing:id}}, mappedHeader3={{header:ditto-reply-target}}, mappedHeader1={{header:original-header}}}], expectedResponseTypes=[response, error, nack]], declaredAcknowledgementLabels=[]]], targets=[ImmutableTarget [address=twinEventExchange/twinEventRoutingKey, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=twinEventExchange/twinEventRoutingKey, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=twin/key, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[another:subject]], originalAddress=twin/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=live/key, topics=[_/_/things/live/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=live/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]]], sshTunnel=null, clientCount=1, validateCertificate=true, processorPoolSize=1, specificConfig={}, payloadMappingDefinition=ImmutablePayloadMappingDefinition [definitions={}], tags=[], lifecycle=ACTIVE, revision=null, modified=null, created=null]]> failed due to <ConnectionConfigurationInvalidException [message='The configured host '127.0.0.2' may not be used for the connection because the host is blocked: the hostname resolved to a loopback address.', errorCode=connectivity:connection.configuration.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It is a blocked or otherwise forbidden hostname which may not be used.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.testConnectionWithBlockedHost-8c68d37}]]>
01:34:39 06:34:39.541 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionConfigurationInvalidException [message='The configured host '127.0.0.2' may not be used for the connection because the host is blocked: the hostname resolved to a loopback address.', errorCode=connectivity:connection.configuration.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It is a blocked or otherwise forbidden hostname which may not be used.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.testConnectionWithBlockedHost-8c68d37}]]
01:34:39 06:34:39.642 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithBlockedHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-55a6ec50-9710-4b6c-9c4a-659b04d0ca2f>
01:34:39 06:34:39.724 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:34:39 06:34:39.737 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:39 06:34:39.739 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:39 06:34:39.742 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H49M58.236S>
01:34:39 06:34:39.742 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:39 06:34:39.742 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M3.409S> interval (min=<PT5M>)
01:34:39 06:34:39.743 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-ea413e24-7cd6-4886-a2c3-aef156fef7ec> was recovered: null
01:34:39 06:34:39.743 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <TestConnection [type=connectivity.commands:testConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.testConnectionWithUnknownHost-addf5e4}], connection=ImmutableConnection [id=connection-ea413e24-7cd6-4886-a2c3-aef156fef7ec, name=null, connectionType=amqp-10, connectionStatus=closed, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqp://invalid:1234, sources=[ImmutableSource [index=0, addresses=[amqp/source1], consumerCount=2, qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[source:subject]], enforcement=null, acknowledgementRequests=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]], replyTargetEnabled=true, replyTarget=ImmutableReplyTarget [address=replyTarget/{{thing:id}}, headerMapping=ImmutableHeaderMapping [mapping={mappedHeader2={{thing:id}}, mappedHeader3={{header:ditto-reply-target}}, mappedHeader1={{header:original-header}}}], expectedResponseTypes=[response, error, nack]], declaredAcknowledgementLabels=[]]], targets=[ImmutableTarget [address=twinEventExchange/twinEventRoutingKey, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=twinEventExchange/twinEventRoutingKey, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=twin/key, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[another:subject]], originalAddress=twin/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=live/key, topics=[_/_/things/live/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=live/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]]], sshTunnel=null, clientCount=1, validateCertificate=true, processorPoolSize=1, specificConfig={}, payloadMappingDefinition=ImmutablePayloadMappingDefinition [definitions={}], tags=[], lifecycle=ACTIVE, revision=null, modified=null, created=null]]> failed due to <ConnectionConfigurationInvalidException [message='The configured host 'invalid' may not be used for the connection because The configured host 'invalid' is invalid: The configured host 'invalid' is invalid: invalid', errorCode=connectivity:connection.configuration.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It is a blocked or otherwise forbidden hostname which may not be used.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.testConnectionWithUnknownHost-addf5e4}]]>
01:34:39 06:34:39.744 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionConfigurationInvalidException [message='The configured host 'invalid' may not be used for the connection because The configured host 'invalid' is invalid: The configured host 'invalid' is invalid: invalid', errorCode=connectivity:connection.configuration.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It is a blocked or otherwise forbidden hostname which may not be used.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.testConnectionWithUnknownHost-addf5e4}]]
01:34:39 06:34:39.845 [INFO ] [ConnectionPersistenceActorTest_testConnectionWithUnknownHost-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-ea413e24-7cd6-4886-a2c3-aef156fef7ec>
01:34:39 06:34:39.927 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-8] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:34:39 06:34:39.940 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:39 06:34:39.948 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:39 06:34:39.951 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT25H7M40.509S>
01:34:39 06:34:39.951 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:39 06:34:39.951 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M28.99S> interval (min=<PT5M>)
01:34:39 06:34:39.952 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-47a685d1-11a2-4418-9051-70df69500f85> was recovered: null
01:34:39 06:34:39.952 [WARN ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Received command for deleted connection, rejecting: <DeleteConnection [type=connectivity.commands:deleteConnection, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.tryToSendOtherCommandThanCreateDuringInitialization-d352a42}], connectionId=connection-47a685d1-11a2-4418-9051-70df69500f85]>
01:34:39 06:34:39.953 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionNotAccessibleException [message='The Connection with ID 'connection-47a685d1-11a2-4418-9051-70df69500f85' could not be found or requester had insufficient permissions to access it.', errorCode=connectivity:connection.notfound, httpStatus=HttpStatus [code=404, category=CLIENT_ERROR], description='Check if the ID of your requested Connection was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.tryToSendOtherCommandThanCreateDuringInitialization-d352a42}]]
01:34:40 06:34:39.955 [INFO ] [ConnectionPersistenceActorTest_tryToSendOtherCommandThanCreateDuringInitialization-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-47a685d1-11a2-4418-9051-70df69500f85>
01:34:40 06:34:40.039 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:34:40 06:34:40.052 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:40 06:34:40.054 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:40 06:34:40.057 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H59M55.546S>
01:34:40 06:34:40.057 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M41.922S> interval (min=<PT5M>)
01:34:40 06:34:40.057 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:40 06:34:40.058 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-f5100d02-c17e-4145-84ec-76d462112423> was recovered: null
01:34:40 06:34:40.060 [WARN ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-14] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7649d17a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:40 06:34:40.060 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-f5100d02-c17e-4145-84ec-76d462112423>: <[always-alive, priority-0]>
01:34:40 06:34:40.064 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
01:34:40 06:34:40.064 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-f5100d02-c17e-4145-84ec-76d462112423> with <1> clients.
01:34:40 06:34:40.088 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-f5100d02-c17e-4145-84ec-76d462112423>
01:34:40 06:34:40.194 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H54M21.393S>
01:34:40 06:34:40.199 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-f5100d02-c17e-4145-84ec-76d462112423> was recovered: ImmutableConnection [id=connection-f5100d02-c17e-4145-84ec-76d462112423, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:43363, sources=[ImmutableSource [index=0, addresses=[amqp/source1], consumerCount=2, qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[source:subject]], enforcement=null, acknowledgementRequests=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]], replyTargetEnabled=true, replyTarget=ImmutableReplyTarget [address=replyTarget/{{thing:id}}, headerMapping=ImmutableHeaderMapping [mapping={mappedHeader2={{thing:id}}, mappedHeader3={{header:ditto-reply-target}}, mappedHeader1={{header:original-header}}}], expectedResponseTypes=[response, error, nack]], declaredAcknowledgementLabels=[]]], targets=[ImmutableTarget [address=twinEventExchange/twinEventRoutingKey, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=twinEventExchange/twinEventRoutingKey, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=twin/key, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[another:subject]], originalAddress=twin/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=live/key, topics=[_/_/things/live/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=live/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]]], sshTunnel=null, clientCount=1, validateCertificate=true, processorPoolSize=1, specificConfig={}, payloadMappingDefinition=ImmutablePayloadMappingDefinition [definitions={}], tags=[], lifecycle=ACTIVE, revision=1, modified=2024-01-18T06:34:40.058413019Z, created=2024-01-18T06:34:40.058413019Z]
01:34:40 06:34:40.199 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-f5100d02-c17e-4145-84ec-76d462112423> with <1> clients.
01:34:40 06:34:40.310 [INFO ] [ConnectionPersistenceActorTest_recoverOpenConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-f5100d02-c17e-4145-84ec-76d462112423>
01:34:40 06:34:40.391 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:34:40 06:34:40.405 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:40 06:34:40.407 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:40 06:34:40.410 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H29M51.745S>
01:34:40 06:34:40.410 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M37.822S> interval (min=<PT5M>)
01:34:40 06:34:40.410 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:40 06:34:40.411 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-a59fe0b1-515e-44de-8fc6-3f83251d47c9> was recovered: null
01:34:40 06:34:40.413 [WARN ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@76711151]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:40 06:34:40.413 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-a59fe0b1-515e-44de-8fc6-3f83251d47c9>: <[always-alive, priority-0]>
01:34:40 06:34:40.416 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
01:34:40 06:34:40.417 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-a59fe0b1-515e-44de-8fc6-3f83251d47c9> with <1> clients.
01:34:40 06:34:40.444 [INFO ] [ConnectionPersistenceActorTest_retrieveLogsIsAggregated-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-a59fe0b1-515e-44de-8fc6-3f83251d47c9>
01:34:40 06:34:40.525 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:34:40 06:34:40.538 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:40 06:34:40.540 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:40 06:34:40.543 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H23M45.779S>
01:34:40 06:34:40.543 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:40 06:34:40.543 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M37.635S> interval (min=<PT5M>)
01:34:40 06:34:40.544 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-1ba129e6-9860-432b-89b6-e32f2b14d070> was recovered: null
01:34:40 06:34:40.545 [WARN ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-13] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@417b891]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:40 06:34:40.546 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-1ba129e6-9860-432b-89b6-e32f2b14d070>: <[always-alive, priority-0]>
01:34:40 06:34:40.549 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
01:34:40 06:34:40.549 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-1ba129e6-9860-432b-89b6-e32f2b14d070> with <1> clients.
01:34:40 06:34:40.574 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionDeleted> for connection with ID <connection-1ba129e6-9860-432b-89b6-e32f2b14d070>: <[]>
01:34:40 06:34:40.576 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <2>.
01:34:42 06:34:42.612 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-1ba129e6-9860-432b-89b6-e32f2b14d070> was deleted recently. Shutting Actor down ...
01:34:42 06:34:42.612 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-1ba129e6-9860-432b-89b6-e32f2b14d070>
01:34:42 06:34:42.718 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H51M27.218S>
01:34:42 06:34:42.721 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-1ba129e6-9860-432b-89b6-e32f2b14d070> was recovered: null
01:34:42 06:34:42.721 [WARN ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Received command for deleted connection, rejecting: <RetrieveConnectionStatus [type=connectivity.commands:retrieveConnectionStatus, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.recoverDeletedConnection-997292b}], connectionId=connection-1ba129e6-9860-432b-89b6-e32f2b14d070]>
01:34:42 06:34:42.722 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionNotAccessibleException [message='The Connection with ID 'connection-1ba129e6-9860-432b-89b6-e32f2b14d070' could not be found or requester had insufficient permissions to access it.', errorCode=connectivity:connection.notfound, httpStatus=HttpStatus [code=404, category=CLIENT_ERROR], description='Check if the ID of your requested Connection was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ConnectionPersistenceActorTest.recoverDeletedConnection-997292b}]]
01:34:42 06:34:42.723 [INFO ] [ConnectionPersistenceActorTest_recoverDeletedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-1ba129e6-9860-432b-89b6-e32f2b14d070>
01:34:42 06:34:42.830 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:42 06:34:42.833 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:42 06:34:42.836 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H13M22.909S>
01:34:42 06:34:42.836 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M16.449S> interval (min=<PT5M>)
01:34:42 06:34:42.836 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:42 06:34:42.836 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-b3edeec4-e07e-4cf4-807c-119d720707df> was recovered: null
01:34:42 06:34:42.840 [WARN ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-16] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@45ee3572]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:42 06:34:42.841 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-b3edeec4-e07e-4cf4-807c-119d720707df>: <[always-alive, priority-0]>
01:34:42 06:34:42.848 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
01:34:42 06:34:42.848 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-b3edeec4-e07e-4cf4-807c-119d720707df> with <1> clients.
01:34:42 06:34:42.849 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Skipping restart of non-amqp-091 connection connection-b3edeec4-e07e-4cf4-807c-119d720707df.
01:34:42 06:34:42.949 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionPersistenceActor - Skipping restart of non-amqp-10 connection connection-b3edeec4-e07e-4cf4-807c-119d720707df.
01:34:43 06:34:43.049 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionPersistenceActor - Skipping restart of non-mqtt connection connection-b3edeec4-e07e-4cf4-807c-119d720707df.
01:34:43 06:34:43.149 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionPersistenceActor - Skipping restart of non-kafka connection connection-b3edeec4-e07e-4cf4-807c-119d720707df.
01:34:43 06:34:43.249 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Skipping restart of non-http-push connection connection-b3edeec4-e07e-4cf4-807c-119d720707df.
01:34:43 06:34:43.349 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Skipping restart of non-mqtt-5 connection connection-b3edeec4-e07e-4cf4-807c-119d720707df.
01:34:43 06:34:43.449 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Restart command sent to ConnectionSupervisorActor Actor[pekko://ConnectionPersistenceActorTest_testRestartByConnectionType/system/testProbe-306#-1359745969].
01:34:43 06:34:43.451 [INFO ] [ConnectionPersistenceActorTest_testRestartByConnectionType-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-b3edeec4-e07e-4cf4-807c-119d720707df>
01:34:43 06:34:43.532 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:34:43 06:34:43.546 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:34:43 06:34:43.550 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:34:43 06:34:43.554 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:34:43 06:34:43.554 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M43.023S> interval (min=<PT5M>)
01:34:43 06:34:43.554 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H21M29.14S>
01:34:43 06:34:43.555 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-34dc093f-8c5a-421b-acc8-744cccbf6d14> was recovered: null
01:34:43 06:34:43.556 [WARN ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-13] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@522b4487]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:43 06:34:43.557 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-34dc093f-8c5a-421b-acc8-744cccbf6d14>: <[always-alive, priority-0]>
01:34:43 06:34:43.560 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
01:34:43 06:34:43.561 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-34dc093f-8c5a-421b-acc8-744cccbf6d14> with <1> clients.
01:34:43 06:34:43.586 [WARN ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-12] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@522b4487]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:43 06:34:43.587 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionModified> for connection with ID <connection-34dc093f-8c5a-421b-acc8-744cccbf6d14>: <[always-alive, priority-0]>
01:34:43 06:34:43.590 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionModified> w/ rev: <2>.
01:34:43 06:34:43.591 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-34dc093f-8c5a-421b-acc8-744cccbf6d14> with <1> clients.
01:34:43 06:34:43.593 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-34dc093f-8c5a-421b-acc8-744cccbf6d14>
01:34:43 06:34:43.597 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H49M41.594S>
01:34:43 06:34:43.606 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-34dc093f-8c5a-421b-acc8-744cccbf6d14> was recovered: ImmutableConnection [id=connection-34dc093f-8c5a-421b-acc8-744cccbf6d14, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=false, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:46377, sources=[ImmutableSource [index=0, addresses=[amqp/source1], consumerCount=2, qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[source:subject]], enforcement=null, acknowledgementRequests=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]], replyTargetEnabled=true, replyTarget=ImmutableReplyTarget [address=replyTarget/{{thing:id}}, headerMapping=ImmutableHeaderMapping [mapping={mappedHeader2={{thing:id}}, mappedHeader3={{header:ditto-reply-target}}, mappedHeader1={{header:original-header}}}], expectedResponseTypes=[response, error, nack]], declaredAcknowledgementLabels=[]]], targets=[ImmutableTarget [address=twinEventExchange/twinEventRoutingKey, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=twinEventExchange/twinEventRoutingKey, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=twin/key, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[another:subject]], originalAddress=twin/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=live/key, topics=[_/_/things/live/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=live/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=live/message, topics=[_/_/things/live/messages], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=live/message, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]]], sshTunnel=null, clientCount=1, validateCertificate=true, processorPoolSize=1, specificConfig={}, payloadMappingDefinition=ImmutablePayloadMappingDefinition [definitions={}], tags=[], lifecycle=ACTIVE, revision=2, modified=2024-01-18T06:34:43.585787058Z, created=null]
01:34:43 06:34:43.606 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-34dc093f-8c5a-421b-acc8-744cccbf6d14> with <1> clients.
01:34:43 06:34:43.613 [INFO ] [ConnectionPersistenceActorTest_recoverModifiedConnection-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-34dc093f-8c5a-421b-acc8-744cccbf6d14>
01:34:43 [WARNING] Tests run: 39, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 28.44 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionPersistenceActorTest
01:34:43 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.UsageBasedPriorityProviderTest
01:34:46 [INFO] [01/18/2024 06:34:46.936] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:34:46 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.315 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.UsageBasedPriorityProviderTest
01:34:46 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionMongoSnapshotAdapterTest
01:34:46 06:34:46.953 [INFO ] [main] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: true
01:34:46 06:34:46.965 [INFO ] [main] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: true
01:34:46 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionMongoSnapshotAdapterTest
01:34:46 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.SignalFilterTest
01:34:47 [INFO] Tests run: 125, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.SignalFilterTest
01:34:47 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest
01:34:47 06:34:47.544 [INFO ] [main] o.e.d.c.s.m.p.OneForOneEscalateStrategy - Child failed <0> times, which exceeds the maximum allowed number of <0> failures. Will escalate the failure.
01:34:47 java.lang.IllegalArgumentException: null
01:34:47 	... 35 common frames omitted
01:34:47 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test
01:34:47 	at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.escalateStrategyEscalatesOnTheFirstFailure(OneForOneEscalateStrategyTest.java:91)
01:34:47 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:34:47 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:34:47 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:34:47 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:34:47 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:34:47 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:34:47 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:34:47 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:34:47 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:34:47 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
01:34:47 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:34:47 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:34:47 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:34:47 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:34:47 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:34:47 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:34:47 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:34:47 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:34:47 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:34:47 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:34:47 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:34:47 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:34:47 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
01:34:47 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
01:34:47 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
01:34:47 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
01:34:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:34:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:34:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:34:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:34:47 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:34:47 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:34:47 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:34:47 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:34:47 06:34:47.546 [INFO ] [main] o.e.d.c.s.m.p.OneForOneEscalateStrategy - Child failed <0> times, which is less than the maximum allowed number of <3> failures. Will restart the child.
01:34:47 java.lang.IllegalArgumentException: null
01:34:47 	... 35 common frames omitted
01:34:47 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test
01:34:47 	at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.restartsWhenChildHasFailure(OneForOneEscalateStrategyTest.java:59)
01:34:47 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:34:47 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:34:47 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:34:47 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:34:47 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:34:47 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:34:47 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:34:47 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:34:47 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:34:47 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
01:34:47 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:34:47 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:34:47 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:34:47 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:34:47 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:34:47 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:34:47 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:34:47 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:34:47 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:34:47 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:34:47 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:34:47 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:34:47 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
01:34:47 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
01:34:47 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
01:34:47 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
01:34:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:34:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:34:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:34:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:34:47 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:34:47 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:34:47 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:34:47 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:34:47 06:34:47.547 [INFO ] [main] o.e.d.c.s.m.p.OneForOneEscalateStrategy - Child failed <1> times, which is less than the maximum allowed number of <3> failures. Will restart the child.
01:34:47 java.lang.IllegalArgumentException: null
01:34:47 	... 35 common frames omitted
01:34:47 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test
01:34:47 	at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.restartsWhenChildHasFailure(OneForOneEscalateStrategyTest.java:59)
01:34:47 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:34:47 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:34:47 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:34:47 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:34:47 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:34:47 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:34:47 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:34:47 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:34:47 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:34:47 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
01:34:47 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:34:47 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:34:47 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:34:47 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:34:47 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:34:47 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:34:47 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:34:47 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:34:47 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:34:47 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:34:47 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:34:47 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:34:47 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
01:34:47 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
01:34:47 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
01:34:47 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
01:34:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:34:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:34:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:34:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:34:47 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:34:47 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:34:47 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:34:47 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:34:47 06:34:47.547 [INFO ] [main] o.e.d.c.s.m.p.OneForOneEscalateStrategy - Child failed <2> times, which is less than the maximum allowed number of <3> failures. Will restart the child.
01:34:47 java.lang.IllegalArgumentException: null
01:34:47 	... 35 common frames omitted
01:34:47 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test
01:34:47 	at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.restartsWhenChildHasFailure(OneForOneEscalateStrategyTest.java:59)
01:34:47 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:34:47 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:34:47 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:34:47 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:34:47 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:34:47 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:34:47 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:34:47 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:34:47 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:34:47 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
01:34:47 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:34:47 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:34:47 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:34:47 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:34:47 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:34:47 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:34:47 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:34:47 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:34:47 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:34:47 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:34:47 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:34:47 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:34:47 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
01:34:47 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
01:34:47 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
01:34:47 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
01:34:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:34:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:34:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:34:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:34:47 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:34:47 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:34:47 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:34:47 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:34:47 06:34:47.548 [INFO ] [main] o.e.d.c.s.m.p.OneForOneEscalateStrategy - Child failed <0> times, which is less than the maximum allowed number of <3> failures. Will restart the child.
01:34:47 java.lang.IllegalArgumentException: null
01:34:47 	... 35 common frames omitted
01:34:47 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test
01:34:47 	at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.escalatesWhenChildHasTooManyFailures(OneForOneEscalateStrategyTest.java:73)
01:34:47 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:34:47 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:34:47 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:34:47 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:34:47 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:34:47 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:34:47 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:34:47 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:34:47 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:34:47 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
01:34:47 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:34:47 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:34:47 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:34:47 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:34:47 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:34:47 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:34:47 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:34:47 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:34:47 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:34:47 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:34:47 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:34:47 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:34:47 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
01:34:47 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
01:34:47 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
01:34:47 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
01:34:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:34:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:34:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:34:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:34:47 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:34:47 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:34:47 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:34:47 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:34:47 06:34:47.549 [INFO ] [main] o.e.d.c.s.m.p.OneForOneEscalateStrategy - Child failed <1> times, which is less than the maximum allowed number of <3> failures. Will restart the child.
01:34:47 java.lang.IllegalArgumentException: null
01:34:47 	... 35 common frames omitted
01:34:47 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test
01:34:47 	at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.escalatesWhenChildHasTooManyFailures(OneForOneEscalateStrategyTest.java:73)
01:34:47 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:34:47 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:34:47 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:34:47 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:34:47 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:34:47 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:34:47 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:34:47 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:34:47 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:34:47 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
01:34:47 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:34:47 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:34:47 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:34:47 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:34:47 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:34:47 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:34:47 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:34:47 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:34:47 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:34:47 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:34:47 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:34:47 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:34:47 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
01:34:47 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
01:34:47 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
01:34:47 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
01:34:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:34:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:34:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:34:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:34:47 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:34:47 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:34:47 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:34:47 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:34:47 06:34:47.549 [INFO ] [main] o.e.d.c.s.m.p.OneForOneEscalateStrategy - Child failed <2> times, which is less than the maximum allowed number of <3> failures. Will restart the child.
01:34:47 java.lang.IllegalArgumentException: null
01:34:47 	... 35 common frames omitted
01:34:47 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test
01:34:47 	at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.escalatesWhenChildHasTooManyFailures(OneForOneEscalateStrategyTest.java:73)
01:34:47 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:34:47 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:34:47 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:34:47 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:34:47 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:34:47 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:34:47 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:34:47 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:34:47 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:34:47 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
01:34:47 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:34:47 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:34:47 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:34:47 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:34:47 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:34:47 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:34:47 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:34:47 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:34:47 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:34:47 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:34:47 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:34:47 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:34:47 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
01:34:47 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
01:34:47 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
01:34:47 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
01:34:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:34:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:34:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:34:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:34:47 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:34:47 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:34:47 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:34:47 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:34:47 06:34:47.549 [INFO ] [main] o.e.d.c.s.m.p.OneForOneEscalateStrategy - Child failed <3> times, which exceeds the maximum allowed number of <3> failures. Will escalate the failure.
01:34:47 java.lang.IllegalArgumentException: null
01:34:47 	... 35 common frames omitted
01:34:47 Wrapped by: org.apache.pekko.actor.ActorInitializationException: the-mocked-path: failed for the test
01:34:47 	at org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest.escalatesWhenChildHasTooManyFailures(OneForOneEscalateStrategyTest.java:73)
01:34:47 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:34:47 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:34:47 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:34:47 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:34:47 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:34:47 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:34:47 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:34:47 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:34:47 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:34:47 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
01:34:47 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:34:47 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:34:47 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:34:47 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:34:47 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:34:47 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:34:47 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:34:47 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:34:47 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:34:47 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:34:47 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:34:47 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:34:47 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
01:34:47 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
01:34:47 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
01:34:47 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
01:34:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:34:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:34:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:34:47 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:34:47 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:34:47 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:34:47 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:34:47 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:34:47 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.419 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.OneForOneEscalateStrategyTest
01:34:47 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionPriorityCalculatorTest
01:34:47 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionPriorityCalculatorTest
01:34:47 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.SignalFilterWithFilterTest
01:34:47 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.SignalFilterWithFilterTest
01:34:47 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionMigrationUtilTest
01:34:47 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.ConnectionMigrationUtilTest
01:34:47 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.persistence.JsonFieldsEncryptorTest
01:34:47 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.connectivity.service.messaging.persistence.JsonFieldsEncryptorTest
01:34:47 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.RestartableKafkaConsumerStreamTest
01:34:48 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.423 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.RestartableKafkaConsumerStreamTest
01:34:48 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaAuthenticationSpecificConfigTest
01:34:48 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaAuthenticationSpecificConfigTest
01:34:48 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaPublishTargetTest
01:34:48 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaPublishTargetTest
01:34:48 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.AtMostOnceConsumerStreamTest
01:34:48 [INFO] [01/18/2024 06:34:48.488] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:34:48 [INFO] [01/18/2024 06:34:48.614] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:34:50 [INFO] [01/18/2024 06:34:50.881] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:34:50 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.813 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.AtMostOnceConsumerStreamTest
01:34:50 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.AtLeastOnceConsumerStreamTest
01:34:51 [ERROR] [01/18/2024 06:34:51.143] [PekkoTestSystem-pekko.actor.default-dispatcher-5] [pekko://PekkoTestSystem/system/Materializers/StreamSupervisor-776/flow-4-0-ignoreSink] Error in stage [org.apache.pekko.kafka.internal.CommitCollectorStageLogic]: Cannot invoke "org.apache.pekko.kafka.ConsumerMessage$PartitionOffset.key()" because "partitionOffset" is null
01:34:51 java.lang.NullPointerException: Cannot invoke "org.apache.pekko.kafka.ConsumerMessage$PartitionOffset.key()" because "partitionOffset" is null
01:34:51 	at org.apache.pekko.kafka.internal.CommittableOffsetBatchImpl.updatedWithOffset(MessageBuilder.scala:185)
01:34:51 	at org.apache.pekko.kafka.internal.CommittableOffsetBatchImpl.updated(MessageBuilder.scala:172)
01:34:51 	at org.apache.pekko.kafka.internal.CommitObservationLogic.updateBatch(CommitObservationLogic.scala:43)
01:34:51 	at org.apache.pekko.kafka.internal.CommitObservationLogic.updateBatch$(CommitObservationLogic.scala:41)
01:34:51 	at org.apache.pekko.kafka.internal.CommitCollectorStageLogic.updateBatch(CommitCollectorStage.scala:44)
01:34:51 	at org.apache.pekko.kafka.internal.CommitCollectorStageLogic$$anon$1.onPush(CommitCollectorStage.scala:106)
01:34:51 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
01:34:51 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
01:34:51 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
01:34:51 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.init(ActorGraphInterpreter.scala:632)
01:34:51 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.tryInit(ActorGraphInterpreter.scala:740)
01:34:51 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.preStart(ActorGraphInterpreter.scala:789)
01:34:51 	at org.apache.pekko.actor.Actor.aroundPreStart(Actor.scala:558)
01:34:51 	at org.apache.pekko.actor.Actor.aroundPreStart$(Actor.scala:558)
01:34:51 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundPreStart(ActorGraphInterpreter.scala:729)
01:34:51 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:654)
01:34:51 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523)
01:34:51 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
01:34:51 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
01:34:51 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
01:34:51 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
01:34:51 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
01:34:51 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
01:34:51 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
01:34:51 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
01:34:51 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
01:34:51 
01:34:51 [INFO] [01/18/2024 06:34:51.241] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:34:51 [INFO] [01/18/2024 06:34:51.277] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:34:53 [INFO] [01/18/2024 06:34:53.443] [main] [CoordinatedShutdown(pekko://PekkoTestSystem)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:34:53 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.558 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.AtLeastOnceConsumerStreamTest
01:34:53 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaMessageTransformerTest
01:34:53 06:34:53.445 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
01:34:53 06:34:53.552 [ERROR] [main] o.e.d.c.s.m.k.KafkaMessageTransformer - Unexpected {java.lang.IllegalStateException}: {Expected}
01:34:53 java.lang.IllegalStateException: Expected
01:34:53 	at org.eclipse.ditto.connectivity.service.messaging.monitoring.ConnectionMonitor.success(ConnectionMonitor.java:67)
01:34:53 	at org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaMessageTransformer.transform(KafkaMessageTransformer.java:138)
01:34:53 	at org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaMessageTransformerTest.unexpectedExceptionCausesMessageToBeDropped(KafkaMessageTransformerTest.java:198)
01:34:53 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:34:53 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:34:53 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:34:53 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:34:53 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:34:53 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:34:53 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:34:53 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:34:53 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:34:53 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:34:53 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:34:53 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:34:53 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:34:53 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:34:53 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:34:53 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:34:53 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:34:53 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:34:53 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:34:53 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
01:34:53 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
01:34:53 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:34:53 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:34:53 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:34:53 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:34:53 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:34:53 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:34:53 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:34:53 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:34:53 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:34:53 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:34:53 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaMessageTransformerTest
01:34:53 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaValidatorTest
01:34:53 06:34:53.599 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6cd19b58]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:53 06:34:53.600 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6cd19b58]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:53 06:34:53.601 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6cd19b58]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:53 06:34:53.605 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6cd19b58]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:53 06:34:53.606 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6cd19b58]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:53 06:34:53.607 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6cd19b58]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:53 06:34:53.608 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6cd19b58]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:53 06:34:53.609 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6cd19b58]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:53 06:34:53.610 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6cd19b58]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:53 06:34:53.610 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6cd19b58]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:53 06:34:53.611 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6cd19b58]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:53 06:34:53.611 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6cd19b58]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:53 06:34:53.621 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6cd19b58]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:53 06:34:53.621 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6cd19b58]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:53 06:34:53.622 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6cd19b58]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:53 06:34:53.623 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6cd19b58]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:53 06:34:53.623 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6cd19b58]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:34:53 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaValidatorTest
01:34:53 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.TransformationResultTest
01:34:53 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.TransformationResultTest
01:34:53 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.CommittableTransformationResultTest
01:34:53 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.CommittableTransformationResultTest
01:34:53 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaPublisherActorTest
01:34:53 06:34:53.815 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
01:34:54 06:34:53.890 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready.
01:34:54 06:34:53.892 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.079 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready.
01:34:54 06:34:54.082 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.083 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.084 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.086 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.087 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.092 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.094 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.095 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.096 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.098 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.099 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.100 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.102 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.103 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.104 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.105 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.107 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.108 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.109 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.111 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.112 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.114 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.115 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.116 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.118 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.119 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.120 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.121 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.123 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.124 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.125 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.127 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.128 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.129 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.130 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.132 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.133 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.134 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.136 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.137 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.138 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.139 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.141 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.142 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.143 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.145 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.146 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.147 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.149 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.150 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.193 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.194 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.195 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.196 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.198 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.199 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.200 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.202 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.203 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.204 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.206 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.206 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:54 06:34:54.207 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:54 06:34:54.207 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.208 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:54 06:34:54.208 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.209 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:54 06:34:54.210 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.211 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:54 06:34:54.211 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.212 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:54 06:34:54.212 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.213 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:54 06:34:54.213 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.214 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:54 06:34:54.215 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.216 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:54 06:34:54.216 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.217 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:54 06:34:54.217 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.218 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:54 06:34:54.219 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.220 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:54 06:34:54.220 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.221 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:54 06:34:54.221 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.222 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:54 06:34:54.222 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.223 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:54 06:34:54.224 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.225 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.225 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:54 06:34:54.226 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:54 06:34:54.226 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.227 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:54 06:34:54.227 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:54 06:34:54.228 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:57 06:34:57.299 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready.
01:34:57 06:34:57.301 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.302 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.302 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.303 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.303 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.304 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.305 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.305 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.306 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.307 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.307 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.308 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.308 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.309 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.309 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.310 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.311 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.311 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.312 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.312 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.313 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.314 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.314 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.315 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.315 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.316 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.317 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.317 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.318 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.318 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.319 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.319 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.320 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.320 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.321 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.321 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.322 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.323 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.323 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.324 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.324 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.325 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.325 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.326 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.326 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.327 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.327 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.328 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.329 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.329 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.330 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.330 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.331 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.332 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.332 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.333 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.333 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.334 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.334 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.335 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.336 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.336 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:57 06:34:57.336 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.336 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:57 06:34:57.337 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.337 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:57 06:34:57.337 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.337 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:57 06:34:57.338 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.338 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:57 06:34:57.339 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.339 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:57 06:34:57.339 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.340 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:57 06:34:57.340 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.340 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:57 06:34:57.340 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.341 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:57 06:34:57.341 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.341 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:57 06:34:57.341 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.342 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:57 06:34:57.342 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.342 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:57 06:34:57.343 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.343 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:57 06:34:57.343 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.344 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:57 06:34:57.344 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.344 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:57 06:34:57.345 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.345 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:57 06:34:57.345 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.345 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:57 06:34:57.346 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:57 06:34:57.346 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:57 06:34:57.347 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing Kafka message dropped: There are too many uncommitted messages.
01:34:58 06:34:58.415 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready.
01:34:58 06:34:58.416 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:58 06:34:58.418 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaPublisherActor - Unexpected failure when publishing signal  - DisconnectException: null
01:34:58 06:34:58.506 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready.
01:34:58 06:34:58.508 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:58 06:34:58.509 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:34:58 06:34:58.509 [WARN ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-6] o.a.p.s.s.RestartWithBackoffFlow - Restarting stream due to failure [1]: org.apache.kafka.common.KafkaException
01:34:58 org.apache.kafka.common.KafkaException
01:34:58 	at org.apache.pekko.kafka.javadsl.SendProducer.sendEnvelope(SendProducer.scala:60)
01:34:58 	at org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaPublisherActor$KafkaProducerStream.lambda$new$7f50bf28$1(KafkaPublisherActor.java:346)
01:34:58 	at org.apache.pekko.stream.javadsl.Flow.$anonfun$map$1(Flow.scala:670)
01:34:58 	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
01:34:58 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
01:34:58 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
01:34:58 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
01:34:58 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell$AsyncInput.execute(ActorGraphInterpreter.scala:532)
01:34:58 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.processEvent(ActorGraphInterpreter.scala:637)
01:34:58 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$processEvent(ActorGraphInterpreter.scala:813)
01:34:58 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.org$apache$pekko$stream$impl$fusing$ActorGraphInterpreter$$shortCircuitBatch(ActorGraphInterpreter.scala:800)
01:34:58 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter$$anonfun$receive$1.applyOrElse(ActorGraphInterpreter.scala:832)
01:34:58 	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
01:34:58 	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
01:34:58 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundReceive(ActorGraphInterpreter.scala:729)
01:34:58 	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
01:34:58 	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
01:34:58 	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
01:34:58 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
01:34:58 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
01:34:58 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
01:34:58 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
01:34:58 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
01:34:58 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
01:34:58 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
01:34:58 
01:35:02 06:35:02.087 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaPublisherActor - Unexpected failure when publishing signal  - KafkaException: null
01:35:02 06:35:02.148 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready.
01:35:02 06:35:02.149 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:35:02 06:35:02.214 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready.
01:35:02 06:35:02.215 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <KafkaPublishTarget [topic=anyTopic, key=keyA, partition=null]>
01:35:02 06:35:02.384 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publisher ready.
01:35:02 06:35:02.385 [INFO ] [KafkaPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.k.KafkaPublisherActor - Publishing mapped message of type <things.responses:deleteThing> for id <thing:id> to PublishTarget <KafkaPublishTarget [topic=replyTarget, key=thing:id, partition=null]>
01:35:02 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.669 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaPublisherActorTest
01:35:02 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaConsumerOffsetResetSpecificConfigTest
01:35:02 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaConsumerOffsetResetSpecificConfigTest
01:35:02 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaConsumerActorTest
01:35:02 06:35:02.508 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
01:35:02 06:35:02.740 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <43> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:02 06:35:02.760 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:02 06:35:02.780 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.k.KafkaConsumerActor - Error when shutting down the kafka consumer stream for connection with ID <connection-73fc979f-6608-4e9f-bbd4-e1988b853f38>
01:35:02 06:35:02.781 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.k.KafkaConsumerActor - Error when shutting down the kafka consumer stream for connection with ID <connection-73fc979f-6608-4e9f-bbd4-e1988b853f38>
01:35:02 06:35:02.871 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <43> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:02 06:35:02.893 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:02 06:35:02.916 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{the.key=key, device_id=ditto:thing, the.topic=kafka.topic, subject=modify, thing_id=ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1705559702508, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:35:03 06:35:03.022 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <43> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:03 06:35:03.043 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:03 06:35:03.064 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - Got exception <connectivity:message.mapping.failed> when processing external message with mapper <faulty>: <The external message with content-type '<unspecified>' could not be mapped.>
01:35:03 06:35:03.064 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{kafka.key=key, kafka.topic=kafka.topic, kafka.timestamp=1705559702508, ditto-entity-id=thing:ditto:thing, response-required=false, the.key=key, device_id=ditto:thing, the.topic=kafka.topic, correlation-id=325bfeda-d6fa-4eb9-9ec9-1ed2087b2118, thing_id=ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1705559702508, reply-to=reply-to-address, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}}] : with HeaderMapping Optional[ImmutableHeaderMapping [mapping={feature_id={{ feature:id }}, device_id={{ header:device_id }}, subject={{ topic:action-subject }}, correlation-id={{ header:correlation-id }}, suffixed_thing_id={{ header:device_id }}.some.suffix, eclipse=ditto, the.key={{ header:kafka.key }}, the.topic={{ header:kafka.topic }}, thing_id={{ thing:id }}, prefixed_thing_id=some.prefix.{{ thing:id }}, the.timestamp={{ header:kafka.timestamp }}, ditto-connection-id=hallo, reply-to={{ header:reply-to }}}]] : and external headers {kafka.topic=kafka.topic, device_id=ditto:thing, correlation-id=325bfeda-d6fa-4eb9-9ec9-1ed2087b2118, reply-to=reply-to-address, kafka.timestamp=1705559702508, kafka.key=key}
01:35:03 06:35:03.064 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{the.key=key, device_id=ditto:thing, the.topic=kafka.topic, subject=modify, thing_id=ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1705559702508, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=ditto}]
01:35:03 06:35:03.066 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:35:03 06:35:03.145 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <43> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:03 06:35:03.166 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:03 06:35:03.184 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{the.key=key, device_id=ditto:thing, the.topic=kafka.topic, subject=modify, thing_id=ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1705559702508, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:35:03 06:35:03.185 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:35:03 06:35:03.280 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:03 06:35:03.400 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:03 06:35:03.418 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{the.key=key, device_id=_invalid, the.topic=kafka.topic, subject=modify, thing_id=ditto:thing, suffixed_thing_id=_invalid.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1705559702508, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:35:03 06:35:03.419 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - Got exception <connectivity:connection.id.enforcement.failed> when processing external message with mapper <default>: <The configured filters could not be matched against the given target with ID '_invalid'.>
01:35:03 06:35:03.419 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default, response-required=false, the.key=key, device_id=_invalid, the.topic=kafka.topic, correlation-id=d324b21e-fca2-4e4d-b6b2-785b620784e3, thing_id=ditto:thing, suffixed_thing_id=_invalid.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1705559702508, reply-to=reply-to-address, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}}] : with HeaderMapping Optional[ImmutableHeaderMapping [mapping={feature_id={{ feature:id }}, device_id={{ header:device_id }}, subject={{ topic:action-subject }}, correlation-id={{ header:correlation-id }}, suffixed_thing_id={{ header:device_id }}.some.suffix, eclipse=ditto, the.key={{ header:kafka.key }}, the.topic={{ header:kafka.topic }}, thing_id={{ thing:id }}, prefixed_thing_id=some.prefix.{{ thing:id }}, the.timestamp={{ header:kafka.timestamp }}, ditto-connection-id=hallo, reply-to={{ header:reply-to }}}]] : and external headers {kafka.topic=kafka.topic, device_id=_invalid, correlation-id=d324b21e-fca2-4e4d-b6b2-785b620784e3, reply-to=reply-to-address, kafka.timestamp=1705559702508, kafka.key=key}
01:35:03 06:35:03.498 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <43> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:03 06:35:03.519 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:03 06:35:03.543 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{the.key=key, device_id=ditto:thing, the.topic=kafka.topic, subject=modify, thing_id=ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1705559702508, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=duplicator}]
01:35:03 06:35:03.545 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:35:03 06:35:03.545 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{the.key=key, device_id=ditto:thing, the.topic=kafka.topic, subject=modify, thing_id=ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1705559702508, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=duplicator}]
01:35:03 06:35:03.546 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:35:03 06:35:03.547 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{the.key=key, device_id=ditto:thing, the.topic=kafka.topic, subject=modify, thing_id=ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1705559702508, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=ditto}]
01:35:03 06:35:03.631 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <43> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:03 06:35:03.652 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:03 06:35:03.672 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{the.key=key, device_id=ditto:thing, the.topic=kafka.topic, subject=modify, thing_id=ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1705559702508, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=ditto}]
01:35:03 06:35:03.674 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:35:03 06:35:03.674 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{the.key=key, device_id=ditto:thing, the.topic=kafka.topic, subject=modify, thing_id=ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, prefixed_thing_id=some.prefix.ditto:thing, the.timestamp=1705559702508, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=ditto}]
01:35:03 06:35:03.790 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:03 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.324 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaConsumerActorTest
01:35:03 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.DefaultKafkaPublisherActorFactoryTest
01:35:03 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.DefaultKafkaPublisherActorFactoryTest
01:35:03 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaBootstrapServerSpecificConfigTest
01:35:03 06:35:03.828 [WARN ] [main] o.e.d.c.s.m.k.KafkaBootstrapServerSpecificConfig - Kafka connection <connection-92465d16-5fd6-4646-bbe5-9759fe974c37> contains invalid configuration for its bootstrap servers. Either they are empty, or don't match the pattern <host:port[,host:port]>. This should never happen as the connection should not have been stored with the invalid pattern.
01:35:03 06:35:03.829 [WARN ] [main] o.e.d.c.s.m.k.KafkaBootstrapServerSpecificConfig - Kafka connection <connection-c3c6b308-398d-4872-81f5-ffc6aff71836> contains invalid configuration for its bootstrap servers. Either they are empty, or don't match the pattern <host:port[,host:port]>. This should never happen as the connection should not have been stored with the invalid pattern.
01:35:03 06:35:03.830 [WARN ] [main] o.e.d.c.s.m.k.KafkaBootstrapServerSpecificConfig - Kafka connection <connection-c79b8846-ce6d-4c57-99bc-3e6156ea805f> contains invalid configuration for its bootstrap servers. Either they are empty, or don't match the pattern <host:port[,host:port]>. This should never happen as the connection should not have been stored with the invalid pattern.
01:35:03 06:35:03.830 [WARN ] [main] o.e.d.c.s.m.k.KafkaBootstrapServerSpecificConfig - Kafka connection <connection-1b8fb5b5-ffcc-4cb0-aab7-7c4189c835e9> contains invalid configuration for its bootstrap servers. Either they are empty, or don't match the pattern <host:port[,host:port]>. This should never happen as the connection should not have been stored with the invalid pattern.
01:35:03 06:35:03.830 [WARN ] [main] o.e.d.c.s.m.k.KafkaBootstrapServerSpecificConfig - Kafka connection <connection-714388c3-9138-46d7-8300-00a8464d220b> contains invalid configuration for its bootstrap servers. Either they are empty, or don't match the pattern <host:port[,host:port]>. This should never happen as the connection should not have been stored with the invalid pattern.
01:35:03 06:35:03.830 [WARN ] [main] o.e.d.c.s.m.k.KafkaBootstrapServerSpecificConfig - Kafka connection <connection-cc3a274c-7f33-44e6-af13-9cc2443fc1dc> contains invalid configuration for its bootstrap servers. Either they are empty, or don't match the pattern <host:port[,host:port]>. This should never happen as the connection should not have been stored with the invalid pattern.
01:35:03 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaBootstrapServerSpecificConfigTest
01:35:03 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaClientActorTest
01:35:03 06:35:03.834 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
01:35:03 06:35:03.872 [INFO ] [main] o.e.d.c.s.m.k.KafkaClientActorTest - Started mock server on port 37083
01:35:03 06:35:03.890 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M15.814S> interval (min=<PT5M>)
01:35:03 06:35:03.890 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:03 06:35:03.891 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M25.575S> interval (min=<PT5M>)
01:35:03 06:35:03.891 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M14.473S> interval (min=<PT5M>)
01:35:03 06:35:03.892 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-72e073f9-a63f-4141-9c49-50cd1ec1ed6c>
01:35:03 06:35:03.892 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M29.809S> interval (min=<PT5M>)
01:35:03 06:35:03.893 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-72e073f9-a63f-4141-9c49-50cd1ec1ed6c>.
01:35:03 06:35:03.893 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-72e073f9-a63f-4141-9c49-50cd1ec1ed6c>.
01:35:03 06:35:03.896 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M2.552S> interval (min=<PT5M>)
01:35:03 06:35:03.896 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:03 06:35:03.899 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3ef0d629]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:03 06:35:03.900 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:03 06:35:03.901 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3ef0d629]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:03 06:35:03.901 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:03 06:35:03.904 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka publisher actor.
01:35:03 06:35:03.911 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka consumer actor.
01:35:03 06:35:03.912 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3ef0d629]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:03 06:35:03.912 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:03 06:35:03.913 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3ef0d629]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:03 06:35:03.913 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:03 06:35:03.913 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - TESTING failed: <ImmutableConnectionFailure [origin=null, cause=<IllegalStateException>: just for testing., description=child failed, time=2024-01-18T06:35:03.913668621Z, connectivityStatus=null]>
01:35:04 06:35:03.927 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-a39892a0-6043-44bf-8046-3620cd154396>
01:35:04 06:35:03.928 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-a39892a0-6043-44bf-8046-3620cd154396>.
01:35:04 06:35:03.928 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-a39892a0-6043-44bf-8046-3620cd154396>.
01:35:04 06:35:03.930 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3ef0d629]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:04 06:35:03.931 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:04 06:35:03.932 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.k.KafkaClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3ef0d629]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:04 06:35:03.932 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:04 06:35:03.936 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka publisher actor.
01:35:04 06:35:03.937 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka consumer actor.
01:35:04 06:35:03.937 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Starting publisher and consumers.
01:35:04 06:35:04.011 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-72e073f9-a63f-4141-9c49-50cd1ec1ed6c>
01:35:04 06:35:04.011 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-a39892a0-6043-44bf-8046-3620cd154396>
01:35:07 06:35:07.009 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:35:07 06:35:07.023 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-f40520b7-f637-4a30-8911-39da1bd53fbd>
01:35:07 06:35:07.024 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-f40520b7-f637-4a30-8911-39da1bd53fbd>.
01:35:07 06:35:07.024 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-f40520b7-f637-4a30-8911-39da1bd53fbd>.
01:35:07 06:35:07.026 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3ef0d629]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:07 06:35:07.027 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:07 06:35:07.028 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.k.KafkaClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3ef0d629]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:07 06:35:07.028 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:07 06:35:07.029 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka publisher actor.
01:35:07 06:35:07.030 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka consumer actor.
01:35:07 06:35:07.030 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Starting publisher and consumers.
01:35:07 06:35:07.110 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-f40520b7-f637-4a30-8911-39da1bd53fbd>
01:35:10 06:35:10.109 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:35:10 06:35:10.125 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-555041c8-678c-40a6-b0b4-8c1fb41cd652>
01:35:10 06:35:10.126 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-555041c8-678c-40a6-b0b4-8c1fb41cd652>.
01:35:10 06:35:10.127 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-555041c8-678c-40a6-b0b4-8c1fb41cd652>.
01:35:10 06:35:10.129 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3ef0d629]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:10 06:35:10.130 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:10 06:35:10.131 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3ef0d629]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:10 06:35:10.131 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:10 06:35:10.132 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka publisher actor.
01:35:10 06:35:10.133 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka consumer actor.
01:35:10 06:35:10.133 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.k.KafkaClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3ef0d629]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:10 06:35:10.133 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:10 06:35:10.134 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.k.KafkaClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3ef0d629]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:10 06:35:10.134 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:10 06:35:10.134 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.k.KafkaClientActor - TESTING status: <Success(successfully connected + initialized mapper)>
01:35:10 06:35:10.148 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-985dba99-a726-444e-a37b-54172ec0ff2d>
01:35:10 06:35:10.150 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-985dba99-a726-444e-a37b-54172ec0ff2d>.
01:35:10 06:35:10.150 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-985dba99-a726-444e-a37b-54172ec0ff2d>.
01:35:10 06:35:10.152 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3ef0d629]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:10 06:35:10.152 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:10 06:35:10.154 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3ef0d629]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:10 06:35:10.154 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:10 06:35:10.157 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka publisher actor.
01:35:10 06:35:10.158 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Starting Kafka consumer actor.
01:35:10 06:35:10.158 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Starting publisher and consumers.
01:35:10 06:35:10.210 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-555041c8-678c-40a6-b0b4-8c1fb41cd652>
01:35:10 06:35:10.210 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-985dba99-a726-444e-a37b-54172ec0ff2d>
01:35:13 06:35:13.209 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:35:13 06:35:13.211 [INFO ] [main] o.e.d.c.s.m.k.KafkaClientActorTest - Sending thing modified message: ThingModified [type=things.events:thingModified, timestamp=2024-01-18T06:33:21.401877736Z, dittoHeaders=ImmutableDittoHeaders [{ditto-read-subjects=["some:subject"], response-required=false}], metadata={"creator":"The epic Ditto team"}, entityId=ditto:thing, revision=1, thingId=ditto:thing, thing=ImmutableThing [thingId=ditto:thing, policyId=null, definition=null, attributes={}, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]]
01:35:13 06:35:13.229 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-9e6e61bd-2983-48ff-b760-92e5dbbd815a>
01:35:13 06:35:13.230 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-9e6e61bd-2983-48ff-b760-92e5dbbd815a>.
01:35:13 06:35:13.231 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-9e6e61bd-2983-48ff-b760-92e5dbbd815a>.
01:35:13 06:35:13.233 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3ef0d629]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:13 06:35:13.233 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:13 06:35:13.234 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3ef0d629]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:13 06:35:13.235 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:13 06:35:13.251 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-438a16b3-e015-4571-9ae3-5c87c0e0f52b>
01:35:13 06:35:13.253 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-438a16b3-e015-4571-9ae3-5c87c0e0f52b>.
01:35:13 06:35:13.253 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-438a16b3-e015-4571-9ae3-5c87c0e0f52b>.
01:35:13 06:35:13.255 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3ef0d629]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:13 06:35:13.255 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:13 06:35:13.257 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3ef0d629]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:13 06:35:13.257 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:13 06:35:13.258 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Responding early with static 'CLOSED' ResourceStatus for all sub-sources and -targets and SSH tunnel, because some children could not be started, due to a live status <unknown> in the client actor.
01:35:13 06:35:13.270 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-bcbf7129-2a3d-47ca-9157-9f98685b84dc>
01:35:13 06:35:13.271 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-bcbf7129-2a3d-47ca-9157-9f98685b84dc>.
01:35:13 06:35:13.272 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-bcbf7129-2a3d-47ca-9157-9f98685b84dc>.
01:35:13 06:35:13.274 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3ef0d629]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:13 06:35:13.274 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:13 06:35:13.276 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3ef0d629]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:13 06:35:13.276 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:13 06:35:13.277 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <connection-bcbf7129-2a3d-47ca-9157-9f98685b84dc>.
01:35:13 06:35:13.277 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <15> loggers for connection <connection-bcbf7129-2a3d-47ca-9157-9f98685b84dc>.
01:35:13 06:35:13.310 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-9e6e61bd-2983-48ff-b760-92e5dbbd815a>
01:35:13 06:35:13.311 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-438a16b3-e015-4571-9ae3-5c87c0e0f52b>
01:35:13 06:35:13.311 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-bcbf7129-2a3d-47ca-9157-9f98685b84dc>
01:35:13 06:35:13.381 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-7c9de2f3-136b-47cb-b7c9-89fe9b051c1c>
01:35:13 06:35:13.383 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-7c9de2f3-136b-47cb-b7c9-89fe9b051c1c>.
01:35:13 06:35:13.383 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-7c9de2f3-136b-47cb-b7c9-89fe9b051c1c>.
01:35:13 06:35:13.385 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3ef0d629]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:13 06:35:13.386 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:13 06:35:13.387 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3ef0d629]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:13 06:35:13.387 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:13 06:35:13.410 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-7c9de2f3-136b-47cb-b7c9-89fe9b051c1c>
01:35:13 06:35:13.493 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-ad8ed8a6-612b-4e4c-bdcc-4887842e37ea>
01:35:13 06:35:13.494 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-ad8ed8a6-612b-4e4c-bdcc-4887842e37ea>.
01:35:13 06:35:13.494 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-ad8ed8a6-612b-4e4c-bdcc-4887842e37ea>.
01:35:13 06:35:13.498 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3ef0d629]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:13 06:35:13.498 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:13 06:35:13.499 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3ef0d629]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:13 06:35:13.500 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:13 06:35:13.501 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <connection-ad8ed8a6-612b-4e4c-bdcc-4887842e37ea>.
01:35:13 06:35:13.510 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-ad8ed8a6-612b-4e4c-bdcc-4887842e37ea>
01:35:13 06:35:13.604 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - Using default client ID <connection-69c65b3e-db42-4c82-bb86-41b56aabeffe>
01:35:13 06:35:13.605 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-69c65b3e-db42-4c82-bb86-41b56aabeffe>.
01:35:13 06:35:13.605 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-69c65b3e-db42-4c82-bb86-41b56aabeffe>.
01:35:13 06:35:13.608 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.k.KafkaClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3ef0d629]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:13 06:35:13.608 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:13 06:35:13.609 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - Client actor registered: <connection-69c65b3e-db42-4c82-bb86-41b56aabeffe>
01:35:13 06:35:13.610 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3ef0d629]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:13 06:35:13.610 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:13 06:35:13.611 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <connection-69c65b3e-db42-4c82-bb86-41b56aabeffe>.
01:35:13 06:35:13.611 [INFO ] [main] o.e.d.c.s.m.k.KafkaClientActorTest - Successfully closed mock server.
01:35:13 06:35:13.612 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - ServiceUnbind State=<DISCONNECTED>
01:35:13 06:35:13.612 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
01:35:13 06:35:13.612 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
01:35:13 06:35:13.612 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
01:35:13 06:35:13.612 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.k.KafkaClientActor - ServiceUnbind State=<DISCONNECTED>
01:35:13 [WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 9.776 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaClientActorTest
01:35:13 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaConsumerGroupSpecificConfigTest
01:35:13 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.KafkaConsumerGroupSpecificConfigTest
01:35:13 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.kafka.PropertiesFactoryTest
01:35:13 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.connectivity.service.messaging.kafka.PropertiesFactoryTest
01:35:13 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.ErrorHandlingActorTest
01:35:13 06:35:13.640 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
01:35:13 06:35:13.710 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.k.KafkaClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
01:35:13 06:35:13.712 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:35:13 06:35:13.712 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:35:13 06:35:13.723 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:35:13 06:35:13.735 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Subscribe(common.commands:shutdown,None,Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-17e2c45d-8b5f-4110-84a5-5466db4a265d/connection-17e2c45d-8b5f-4110-84a5-5466db4a265d#1311902745])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-17e2c45d-8b5f-4110-84a5-5466db4a265d/connection-17e2c45d-8b5f-4110-84a5-5466db4a265d#1311902745]''
01:35:13 06:35:13.737 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:35:13 06:35:13.740 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:35:13 06:35:13.745 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H32M36.253S>
01:35:13 06:35:13.745 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M13.581S> interval (min=<PT5M>)
01:35:13 06:35:13.745 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:13 06:35:13.746 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-17e2c45d-8b5f-4110-84a5-5466db4a265d> was recovered: null
01:35:13 06:35:13.748 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7f997373]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:13 06:35:13.749 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-17e2c45d-8b5f-4110-84a5-5466db4a265d>: <[always-alive, priority-0]>
01:35:13 06:35:13.752 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
01:35:13 06:35:13.753 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Publish(connectivity.events:connectionCreated,ConnectionCreated [type=connectivity.events:connectionCreated, timestamp=2024-01-18T06:35:13.746583793Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-event-journal-tags=["always-alive","priority-0"]}], metadata=null, entityId=connection-17e2c45d-8b5f-4110-84a5-5466db4a265d, revision=1, connectionId=connection-17e2c45d-8b5f-4110-84a5-5466db4a265d, connection=ImmutableConnection [id=connection-17e2c45d-8b5f-4110-84a5-5466db4a265d, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:37769, sources=[ImmutableSource [index=0, addresses=[amqp/source1], consumerCount=2, qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[source:subject]], enforcement=null, acknowledgementRequests=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]], replyTargetEnabled=true, replyTarget=ImmutableReplyTarget [address=replyTarget/{{thing:id}}, headerMapping=ImmutableHeaderMapping [mapping={mappedHeader2={{thing:id}}, mappedHeader3={{header:ditto-reply-target}}, mappedHeader1={{header:original-header}}}], expectedResponseTypes=[response, error, nack]], declaredAcknowledgementLabels=[]]], targets=[ImmutableTarget [address=twinEventExchange/twinEventRoutingKey, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=twinEventExchange/twinEventRoutingKey, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=twin/key, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[another:subject]], originalAddress=twin/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=live/key, topics=[_/_/things/live/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=live/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]]], sshTunnel=null, clientCount=1, validateCertificate=true, processorPoolSize=1, specificConfig={}, payloadMappingDefinition=ImmutablePayloadMappingDefinition [definitions={}], tags=[], lifecycle=ACTIVE, revision=1, modified=2024-01-18T06:35:13.746439477Z, created=2024-01-18T06:35:13.746439477Z]],false)'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-17e2c45d-8b5f-4110-84a5-5466db4a265d/connection-17e2c45d-8b5f-4110-84a5-5466db4a265d/pa#-1315895611]''
01:35:13 06:35:13.753 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-17e2c45d-8b5f-4110-84a5-5466db4a265d> with <1> clients.
01:35:13 06:35:13.753 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Subscribe(common.commands:shutdown,None,Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-17e2c45d-8b5f-4110-84a5-5466db4a265d/connection-17e2c45d-8b5f-4110-84a5-5466db4a265d#1311902745])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-17e2c45d-8b5f-4110-84a5-5466db4a265d/connection-17e2c45d-8b5f-4110-84a5-5466db4a265d#1311902745]''
01:35:13 06:35:13.754 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <open-connection> on connection <connection-17e2c45d-8b5f-4110-84a5-5466db4a265d> failed due to ConnectionFailedException: The Connection with ID 'connection-17e2c45d-8b5f-4110-84a5-5466db4a265d' failed to connect..
01:35:13 06:35:13.754 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Unknown message: java.util.concurrent.CompletionException: java.lang.IllegalStateException: error message
01:35:13 06:35:13.758 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionDeleted> for connection with ID <connection-17e2c45d-8b5f-4110-84a5-5466db4a265d>: <[]>
01:35:13 06:35:13.760 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionDeleted> w/ rev: <2>.
01:35:13 06:35:13.760 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Publish(connectivity.events:connectionDeleted,ConnectionDeleted [type=connectivity.events:connectionDeleted, timestamp=2024-01-18T06:35:13.757849972Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false, version=2, ditto-event-journal-tags=[]}], metadata=null, entityId=connection-17e2c45d-8b5f-4110-84a5-5466db4a265d, revision=2, connectionId=connection-17e2c45d-8b5f-4110-84a5-5466db4a265d],false)'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-17e2c45d-8b5f-4110-84a5-5466db4a265d/connection-17e2c45d-8b5f-4110-84a5-5466db4a265d/pa#-1315895611]''
01:35:13 06:35:13.761 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Subscribe(common.commands:shutdown,None,Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-17e2c45d-8b5f-4110-84a5-5466db4a265d/connection-17e2c45d-8b5f-4110-84a5-5466db4a265d#1311902745])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-17e2c45d-8b5f-4110-84a5-5466db4a265d/connection-17e2c45d-8b5f-4110-84a5-5466db4a265d#1311902745]''
01:35:13 06:35:13.762 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-17e2c45d-8b5f-4110-84a5-5466db4a265d>
01:35:13 06:35:13.858 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:35:13 06:35:13.869 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Subscribe(common.commands:shutdown,None,Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-cf1cfddc-1d76-436c-aab4-5d9bee44f4ad/connection-cf1cfddc-1d76-436c-aab4-5d9bee44f4ad#638963135])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-cf1cfddc-1d76-436c-aab4-5d9bee44f4ad/connection-cf1cfddc-1d76-436c-aab4-5d9bee44f4ad#638963135]''
01:35:13 06:35:13.871 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:35:13 06:35:13.874 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:35:13 06:35:13.877 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H23M51.887S>
01:35:13 06:35:13.877 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:13 06:35:13.877 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M55.884S> interval (min=<PT5M>)
01:35:13 06:35:13.878 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-cf1cfddc-1d76-436c-aab4-5d9bee44f4ad> was recovered: null
01:35:13 06:35:13.879 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3b8ab08c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:13 06:35:13.880 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-cf1cfddc-1d76-436c-aab4-5d9bee44f4ad>: <[always-alive, priority-0]>
01:35:13 06:35:13.883 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
01:35:13 06:35:13.883 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Publish(connectivity.events:connectionCreated,ConnectionCreated [type=connectivity.events:connectionCreated, timestamp=2024-01-18T06:35:13.878410305Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-event-journal-tags=["always-alive","priority-0"]}], metadata=null, entityId=connection-cf1cfddc-1d76-436c-aab4-5d9bee44f4ad, revision=1, connectionId=connection-cf1cfddc-1d76-436c-aab4-5d9bee44f4ad, connection=ImmutableConnection [id=connection-cf1cfddc-1d76-436c-aab4-5d9bee44f4ad, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:45363, sources=[ImmutableSource [index=0, addresses=[amqp/source1], consumerCount=2, qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[source:subject]], enforcement=null, acknowledgementRequests=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]], replyTargetEnabled=true, replyTarget=ImmutableReplyTarget [address=replyTarget/{{thing:id}}, headerMapping=ImmutableHeaderMapping [mapping={mappedHeader2={{thing:id}}, mappedHeader3={{header:ditto-reply-target}}, mappedHeader1={{header:original-header}}}], expectedResponseTypes=[response, error, nack]], declaredAcknowledgementLabels=[]]], targets=[ImmutableTarget [address=twinEventExchange/twinEventRoutingKey, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=twinEventExchange/twinEventRoutingKey, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=twin/key, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[another:subject]], originalAddress=twin/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=live/key, topics=[_/_/things/live/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=live/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]]], sshTunnel=null, clientCount=1, validateCertificate=true, processorPoolSize=1, specificConfig={}, payloadMappingDefinition=ImmutablePayloadMappingDefinition [definitions={}], tags=[], lifecycle=ACTIVE, revision=1, modified=2024-01-18T06:35:13.878265311Z, created=2024-01-18T06:35:13.878265311Z]],false)'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-cf1cfddc-1d76-436c-aab4-5d9bee44f4ad/connection-cf1cfddc-1d76-436c-aab4-5d9bee44f4ad/pa#-22759329]''
01:35:13 06:35:13.883 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-cf1cfddc-1d76-436c-aab4-5d9bee44f4ad> with <1> clients.
01:35:13 06:35:13.884 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Subscribe(common.commands:shutdown,None,Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-cf1cfddc-1d76-436c-aab4-5d9bee44f4ad/connection-cf1cfddc-1d76-436c-aab4-5d9bee44f4ad#638963135])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-cf1cfddc-1d76-436c-aab4-5d9bee44f4ad/connection-cf1cfddc-1d76-436c-aab4-5d9bee44f4ad#638963135]''
01:35:13 06:35:13.884 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <open-connection> on connection <connection-cf1cfddc-1d76-436c-aab4-5d9bee44f4ad> failed due to ConnectionFailedException: The Connection with ID 'connection-cf1cfddc-1d76-436c-aab4-5d9bee44f4ad' failed to connect..
01:35:13 06:35:13.884 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Unknown message: java.util.concurrent.CompletionException: java.lang.IllegalStateException: error message
01:35:13 06:35:13.887 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionClosed> for connection with ID <connection-cf1cfddc-1d76-436c-aab4-5d9bee44f4ad>: <[]>
01:35:13 06:35:13.889 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionClosed> w/ rev: <2>.
01:35:13 06:35:13.890 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <disconnect> on connection <connection-cf1cfddc-1d76-436c-aab4-5d9bee44f4ad> failed due to ConnectionFailedException: The Connection with ID 'connection-cf1cfddc-1d76-436c-aab4-5d9bee44f4ad' failed to connect..
01:35:13 06:35:13.890 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionFailedException [message='The Connection with ID 'connection-cf1cfddc-1d76-436c-aab4-5d9bee44f4ad' failed to connect.', errorCode=connectivity:connection.failed, httpStatus=HttpStatus [code=504, category=SERVER_ERROR], description='error message', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]
01:35:13 06:35:13.890 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Subscribe(common.commands:shutdown,None,Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-cf1cfddc-1d76-436c-aab4-5d9bee44f4ad/connection-cf1cfddc-1d76-436c-aab4-5d9bee44f4ad#638963135])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-cf1cfddc-1d76-436c-aab4-5d9bee44f4ad/connection-cf1cfddc-1d76-436c-aab4-5d9bee44f4ad#638963135]''
01:35:13 06:35:13.891 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-cf1cfddc-1d76-436c-aab4-5d9bee44f4ad>
01:35:13 06:35:13.946 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:35:13 06:35:13.958 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Subscribe(common.commands:shutdown,None,Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-c64c8a53-a1d4-4ac9-bc3f-1667324c7946/connection-c64c8a53-a1d4-4ac9-bc3f-1667324c7946#-1219328958])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-c64c8a53-a1d4-4ac9-bc3f-1667324c7946/connection-c64c8a53-a1d4-4ac9-bc3f-1667324c7946#-1219328958]''
01:35:13 06:35:13.960 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:35:13 06:35:13.962 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:35:13 06:35:13.965 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT23H39M8.549S>
01:35:13 06:35:13.965 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M7.52S> interval (min=<PT5M>)
01:35:13 06:35:13.966 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:13 06:35:13.966 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-c64c8a53-a1d4-4ac9-bc3f-1667324c7946> was recovered: null
01:35:13 06:35:13.968 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@59eaa63e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:13 06:35:13.968 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-c64c8a53-a1d4-4ac9-bc3f-1667324c7946>: <[always-alive, priority-0]>
01:35:13 06:35:13.971 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
01:35:13 06:35:13.971 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Publish(connectivity.events:connectionCreated,ConnectionCreated [type=connectivity.events:connectionCreated, timestamp=2024-01-18T06:35:13.966850760Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-event-journal-tags=["always-alive","priority-0"]}], metadata=null, entityId=connection-c64c8a53-a1d4-4ac9-bc3f-1667324c7946, revision=1, connectionId=connection-c64c8a53-a1d4-4ac9-bc3f-1667324c7946, connection=ImmutableConnection [id=connection-c64c8a53-a1d4-4ac9-bc3f-1667324c7946, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:43901, sources=[ImmutableSource [index=0, addresses=[amqp/source1], consumerCount=2, qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[source:subject]], enforcement=null, acknowledgementRequests=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]], replyTargetEnabled=true, replyTarget=ImmutableReplyTarget [address=replyTarget/{{thing:id}}, headerMapping=ImmutableHeaderMapping [mapping={mappedHeader2={{thing:id}}, mappedHeader3={{header:ditto-reply-target}}, mappedHeader1={{header:original-header}}}], expectedResponseTypes=[response, error, nack]], declaredAcknowledgementLabels=[]]], targets=[ImmutableTarget [address=twinEventExchange/twinEventRoutingKey, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=twinEventExchange/twinEventRoutingKey, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=twin/key, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[another:subject]], originalAddress=twin/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=live/key, topics=[_/_/things/live/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=live/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]]], sshTunnel=null, clientCount=1, validateCertificate=true, processorPoolSize=1, specificConfig={}, payloadMappingDefinition=ImmutablePayloadMappingDefinition [definitions={}], tags=[], lifecycle=ACTIVE, revision=1, modified=2024-01-18T06:35:13.966719432Z, created=2024-01-18T06:35:13.966719432Z]],false)'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-c64c8a53-a1d4-4ac9-bc3f-1667324c7946/connection-c64c8a53-a1d4-4ac9-bc3f-1667324c7946/pa#-495077022]''
01:35:13 06:35:13.971 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-c64c8a53-a1d4-4ac9-bc3f-1667324c7946> with <1> clients.
01:35:13 06:35:13.972 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Subscribe(common.commands:shutdown,None,Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-c64c8a53-a1d4-4ac9-bc3f-1667324c7946/connection-c64c8a53-a1d4-4ac9-bc3f-1667324c7946#-1219328958])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-c64c8a53-a1d4-4ac9-bc3f-1667324c7946/connection-c64c8a53-a1d4-4ac9-bc3f-1667324c7946#-1219328958]''
01:35:13 06:35:13.972 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <open-connection> on connection <connection-c64c8a53-a1d4-4ac9-bc3f-1667324c7946> failed due to ConnectionFailedException: The Connection with ID 'connection-c64c8a53-a1d4-4ac9-bc3f-1667324c7946' failed to connect..
01:35:13 06:35:13.972 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.p.ConnectionPersistenceActor - Unknown message: java.util.concurrent.CompletionException: java.lang.IllegalStateException: error message
01:35:13 06:35:13.975 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-c64c8a53-a1d4-4ac9-bc3f-1667324c7946>
01:35:14 06:35:14.026 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:35:14 06:35:14.037 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Subscribe(common.commands:shutdown,None,Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-2a762d98-a376-43fe-acb4-e84ced02e011/connection-2a762d98-a376-43fe-acb4-e84ced02e011#1585077419])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-2a762d98-a376-43fe-acb4-e84ced02e011/connection-2a762d98-a376-43fe-acb4-e84ced02e011#1585077419]''
01:35:14 06:35:14.039 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:35:14 06:35:14.042 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:35:14 06:35:14.044 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT22H50M42.034S>
01:35:14 06:35:14.045 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:14 06:35:14.045 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M24.369S> interval (min=<PT5M>)
01:35:14 06:35:14.045 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-2a762d98-a376-43fe-acb4-e84ced02e011> was recovered: null
01:35:14 06:35:14.047 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@795a8613]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:14 06:35:14.047 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionCreated> for connection with ID <connection-2a762d98-a376-43fe-acb4-e84ced02e011>: <[always-alive, priority-0]>
01:35:14 06:35:14.050 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionCreated> w/ rev: <1>.
01:35:14 06:35:14.050 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Publish(connectivity.events:connectionCreated,ConnectionCreated [type=connectivity.events:connectionCreated, timestamp=2024-01-18T06:35:14.046017219Z, dittoHeaders=ImmutableDittoHeaders [{response-required=false, ditto-event-journal-tags=["always-alive","priority-0"]}], metadata=null, entityId=connection-2a762d98-a376-43fe-acb4-e84ced02e011, revision=1, connectionId=connection-2a762d98-a376-43fe-acb4-e84ced02e011, connection=ImmutableConnection [id=connection-2a762d98-a376-43fe-acb4-e84ced02e011, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:39571, sources=[ImmutableSource [index=0, addresses=[amqp/source1], consumerCount=2, qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[source:subject]], enforcement=null, acknowledgementRequests=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]], replyTargetEnabled=true, replyTarget=ImmutableReplyTarget [address=replyTarget/{{thing:id}}, headerMapping=ImmutableHeaderMapping [mapping={mappedHeader2={{thing:id}}, mappedHeader3={{header:ditto-reply-target}}, mappedHeader1={{header:original-header}}}], expectedResponseTypes=[response, error, nack]], declaredAcknowledgementLabels=[]]], targets=[ImmutableTarget [address=twinEventExchange/twinEventRoutingKey, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=twinEventExchange/twinEventRoutingKey, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=twin/key, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[another:subject]], originalAddress=twin/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=live/key, topics=[_/_/things/live/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=live/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]]], sshTunnel=null, clientCount=1, validateCertificate=true, processorPoolSize=1, specificConfig={}, payloadMappingDefinition=ImmutablePayloadMappingDefinition [definitions={}], tags=[], lifecycle=ACTIVE, revision=1, modified=2024-01-18T06:35:14.045885835Z, created=2024-01-18T06:35:14.045885835Z]],false)'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-2a762d98-a376-43fe-acb4-e84ced02e011/connection-2a762d98-a376-43fe-acb4-e84ced02e011/pa#272497258]''
01:35:14 06:35:14.050 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-2a762d98-a376-43fe-acb4-e84ced02e011> with <1> clients.
01:35:14 06:35:14.051 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Subscribe(common.commands:shutdown,None,Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-2a762d98-a376-43fe-acb4-e84ced02e011/connection-2a762d98-a376-43fe-acb4-e84ced02e011#1585077419])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-2a762d98-a376-43fe-acb4-e84ced02e011/connection-2a762d98-a376-43fe-acb4-e84ced02e011#1585077419]''
01:35:14 06:35:14.051 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <open-connection> on connection <connection-2a762d98-a376-43fe-acb4-e84ced02e011> failed due to ConnectionFailedException: The Connection with ID 'connection-2a762d98-a376-43fe-acb4-e84ced02e011' failed to connect..
01:35:14 06:35:14.051 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Unknown message: java.util.concurrent.CompletionException: java.lang.IllegalStateException: error message
01:35:14 06:35:14.054 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@795a8613]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:14 06:35:14.055 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Appending the following tags to event of type <connectivity.events:connectionOpened> for connection with ID <connection-2a762d98-a376-43fe-acb4-e84ced02e011>: <[always-alive, priority-0]>
01:35:14 06:35:14.057 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Successfully persisted Event <connectivity.events:connectionOpened> w/ rev: <2>.
01:35:14 06:35:14.058 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <open-connection> on connection <connection-2a762d98-a376-43fe-acb4-e84ced02e011> failed due to ConnectionFailedException: The Connection with ID 'connection-2a762d98-a376-43fe-acb4-e84ced02e011' failed to connect..
01:35:14 06:35:14.058 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionFailedException [message='The Connection with ID 'connection-2a762d98-a376-43fe-acb4-e84ced02e011' failed to connect.', errorCode=connectivity:connection.failed, httpStatus=HttpStatus [code=504, category=SERVER_ERROR], description='error message', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]
01:35:14 06:35:14.058 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Subscribe(common.commands:shutdown,None,Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-2a762d98-a376-43fe-acb4-e84ced02e011/connection-2a762d98-a376-43fe-acb4-e84ced02e011#1585077419])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-2a762d98-a376-43fe-acb4-e84ced02e011/connection-2a762d98-a376-43fe-acb4-e84ced02e011#1585077419]''
01:35:14 06:35:14.059 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-2a762d98-a376-43fe-acb4-e84ced02e011>
01:35:14 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.423 s -- in org.eclipse.ditto.connectivity.service.messaging.ErrorHandlingActorTest
01:35:14 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.ConnectionPersistenceActorRecoveryTest
01:35:14 06:35:14.091 [INFO ] [main] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: true
01:35:14 06:35:14.091 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
01:35:14 06:35:14.146 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:35:14 06:35:14.154 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:35:14 06:35:14.157 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Subscribe(common.commands:shutdown,None,Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-d54bf595-79ec-4d0b-9335-08e221d91753/connection-d54bf595-79ec-4d0b-9335-08e221d91753#-888534040])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-d54bf595-79ec-4d0b-9335-08e221d91753/connection-d54bf595-79ec-4d0b-9335-08e221d91753#-888534040]''
01:35:14 06:35:14.158 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:35:14 06:35:14.161 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT24H54M21.959S>
01:35:14 06:35:14.161 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:14 06:35:14.161 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M22.724S> interval (min=<PT5M>)
01:35:14 06:35:14.166 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-d54bf595-79ec-4d0b-9335-08e221d91753> was recovered: ImmutableConnection [id=connection-d54bf595-79ec-4d0b-9335-08e221d91753, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:35607, sources=[ImmutableSource [index=0, addresses=[amqp/source1], consumerCount=2, qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[source:subject]], enforcement=null, acknowledgementRequests=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]], replyTargetEnabled=true, replyTarget=ImmutableReplyTarget [address=replyTarget/{{thing:id}}, headerMapping=ImmutableHeaderMapping [mapping={mappedHeader2={{thing:id}}, mappedHeader3={{header:ditto-reply-target}}, mappedHeader1={{header:original-header}}}], expectedResponseTypes=[response, error, nack]], declaredAcknowledgementLabels=[]]], targets=[ImmutableTarget [address=twinEventExchange/twinEventRoutingKey, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=twinEventExchange/twinEventRoutingKey, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=twin/key, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[another:subject]], originalAddress=twin/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=live/key, topics=[_/_/things/live/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=live/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]]], sshTunnel=null, clientCount=1, validateCertificate=true, processorPoolSize=1, specificConfig={}, payloadMappingDefinition=ImmutablePayloadMappingDefinition [definitions={}], tags=[], lifecycle=DELETED, revision=null, modified=2024-01-18T06:33:21.401877736Z, created=null]
01:35:14 06:35:14.167 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - Received message in 'deleted' state - ignoring!: PingCommand [entityId=connection-d54bf595-79ec-4d0b-9335-08e221d91753, correlationId=123, payload="always-alive"]
01:35:16 06:35:16.205 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.p.ConnectionPersistenceActor - Entity <connection-d54bf595-79ec-4d0b-9335-08e221d91753> was deleted recently. Shutting Actor down ...
01:35:16 06:35:16.206 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-d54bf595-79ec-4d0b-9335-08e221d91753>
01:35:16 06:35:16.259 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:35:16 06:35:16.265 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-17] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: .
01:35:16 06:35:16.268 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Subscribe(common.commands:shutdown,None,Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-0edcc062-a236-46dd-bf7b-80becc57c319/connection-0edcc062-a236-46dd-bf7b-80becc57c319#-694735568])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-0edcc062-a236-46dd-bf7b-80becc57c319/connection-0edcc062-a236-46dd-bf7b-80becc57c319#-694735568]''
01:35:16 06:35:16.269 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.p.ConnectionMongoSnapshotAdapter - Connections fields encryption: false
01:35:16 06:35:16.272 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.p.ConnectionPersistenceActor - Schedule update of priority periodically in an interval of <PT22H59M40.333S>
01:35:16 06:35:16.272 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-18] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M59.117S> interval (min=<PT5M>)
01:35:16 06:35:16.272 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-18] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:16 06:35:16.277 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Connection <connection-0edcc062-a236-46dd-bf7b-80becc57c319> was recovered: ImmutableConnection [id=connection-0edcc062-a236-46dd-bf7b-80becc57c319, name=null, connectionType=amqp-10, connectionStatus=open, failoverEnabled=true, credentials=null, trustedCertificates=hash:31, uri=amqps://username:*****@127.0.0.1:41235, sources=[ImmutableSource [index=0, addresses=[amqp/source1], consumerCount=2, qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[source:subject]], enforcement=null, acknowledgementRequests=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]], replyTargetEnabled=true, replyTarget=ImmutableReplyTarget [address=replyTarget/{{thing:id}}, headerMapping=ImmutableHeaderMapping [mapping={mappedHeader2={{thing:id}}, mappedHeader3={{header:ditto-reply-target}}, mappedHeader1={{header:original-header}}}], expectedResponseTypes=[response, error, nack]], declaredAcknowledgementLabels=[]]], targets=[ImmutableTarget [address=twinEventExchange/twinEventRoutingKey, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=twinEventExchange/twinEventRoutingKey, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=twin/key, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[another:subject]], originalAddress=twin/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]], ImmutableTarget [address=live/key, topics=[_/_/things/live/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=live/key, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]]], sshTunnel=null, clientCount=1, validateCertificate=true, processorPoolSize=1, specificConfig={}, payloadMappingDefinition=ImmutablePayloadMappingDefinition [definitions={}], tags=[], lifecycle=ACTIVE, revision=null, modified=null, created=null]
01:35:16 06:35:16.277 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.p.ConnectionPersistenceActor - Starting ClientActor for connection <connection-0edcc062-a236-46dd-bf7b-80becc57c319> with <1> clients.
01:35:16 06:35:16.335 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.p.ConnectionPersistenceActor - Operation <OpenConnection [type=connectivity.commands:openConnection, dittoHeaders=ImmutableDittoHeaders [{}], connectionId=connection-0edcc062-a236-46dd-bf7b-80becc57c319]> failed due to <ConnectionConfigurationInvalidException [message='The configured host '127.0.0.1' may not be used for the connection because the host is blocked: the hostname resolved to a loopback address.', errorCode=connectivity:connection.configuration.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It is a blocked or otherwise forbidden hostname which may not be used.', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]>
01:35:16 06:35:16.336 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionSupervisorActor - Received DittoRuntimeException during enforcement or forwarding to target actor, telling sender: ConnectionConfigurationInvalidException [message='The configured host '127.0.0.1' may not be used for the connection because the host is blocked: the hostname resolved to a loopback address.', errorCode=connectivity:connection.configuration.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It is a blocked or otherwise forbidden hostname which may not be used.', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]
01:35:16 06:35:16.336 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.TestConstants$ProxyActorMock - Received: ''Subscribe(common.commands:shutdown,None,Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-0edcc062-a236-46dd-bf7b-80becc57c319/connection-0edcc062-a236-46dd-bf7b-80becc57c319#-694735568])'' from ''Actor[pekko://PekkoTestSystem/user/shardRegionMock-connection-0edcc062-a236-46dd-bf7b-80becc57c319/connection-0edcc062-a236-46dd-bf7b-80becc57c319#-694735568]''
01:35:16 06:35:16.337 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-18] o.a.p.a.OneForOneStrategy - requirement failed: Cluster node must not be terminated
01:35:16 java.lang.IllegalArgumentException: requirement failed: Cluster node must not be terminated
01:35:16 	at scala.Predef$.require(Predef.scala:337)
01:35:16 	at org.apache.pekko.cluster.ddata.Replicator.<init>(Replicator.scala:1377)
01:35:16 	at org.apache.pekko.cluster.ddata.Replicator$.$anonfun$props$2(Replicator.scala:474)
01:35:16 	at org.apache.pekko.actor.TypedCreatorFunctionConsumer.produce(IndirectActorProducer.scala:101)
01:35:16 	at org.apache.pekko.actor.Props.newActor(Props.scala:236)
01:35:16 	at org.apache.pekko.actor.ActorCell.newActor(ActorCell.scala:626)
01:35:16 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:653)
01:35:16 	... 10 common frames omitted
01:35:16 Wrapped by: org.apache.pekko.actor.ActorInitializationException: pekko://PekkoTestSystem/user/acks-replicator: exception during creation, root cause message: [requirement failed: Cluster node must not be terminated]
01:35:16 	at org.apache.pekko.actor.ActorInitializationException$.apply(Actor.scala:206)
01:35:16 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:679)
01:35:16 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523)
01:35:16 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
01:35:16 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
01:35:16 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
01:35:16 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
01:35:16 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
01:35:16 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
01:35:16 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
01:35:16 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
01:35:16 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
01:35:16 06:35:16.337 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-18] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M47.136S> interval (min=<PT5M>)
01:35:16 06:35:16.338 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.p.ConnectionPersistenceActor - stopped connection <connection-0edcc062-a236-46dd-bf7b-80becc57c319>
01:35:16 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.262 s -- in org.eclipse.ditto.connectivity.service.messaging.ConnectionPersistenceActorRecoveryTest
01:35:16 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.MessageMappingProcessorActorTest
01:35:16 06:35:16.360 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
01:35:16 06:35:16.428 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:16 06:35:16.430 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:16 06:35:16.453 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MessageMappingProcessorActorTest.testExternalMessageInDittoProtocolIsProcessedWithCustomMapper-b899446, content-type=application/json, inbound=mapping, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=header}]
01:35:16 06:35:16.455 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:35:16 06:35:16.534 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:16 06:35:16.537 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:16 06:35:16.553 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=94c002f1-f180-45fb-adda-ca2a647b5a67, response-required=false, ditto-inbound-payload-mapper=default}]
01:35:16 06:35:16.561 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=92bc0c46-4aac-4bbd-8b17-1eafea13839d, response-required=false, content-type=application/json, ditto-inbound-payload-mapper=default}]
01:35:16 06:35:16.566 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=50c76165-7b39-440b-8a9a-146eb0b4ae61, response-required=false, content-type=application/json, channel=live, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default}]
01:35:16 06:35:16.639 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:16 06:35:16.641 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:16 06:35:16.648 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{source=ditto:ditto, ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=bc35b5b3-2155-4ef1-9df9-99d7c40dd378, content-type=application/json, ditto-inbound-payload-mapper=default}]
01:35:16 06:35:16.713 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:16 06:35:16.717 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:16 06:35:16.733 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{source=ditto:ditto, ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=e75e21d0-69cc-4f72-97c8-381a272ad22b, requested-acks=["my-custom-ack-3"], content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:35:16 06:35:16.742 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[my-custom-ack-3, very-special-ack, custom-ack]> for a maximum duration of <PT1M5S>.
01:35:16 06:35:16.810 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:16 06:35:16.824 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - Got exception <connectivity:message.mapping.failed> when processing external message with mapper <Faulty>: <The external message with content-type 'application/json' could not be mapped.>
01:35:16 06:35:16.824 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{content-type=application/json, correlation-id=MessageMappingProcessorActorTest.testMappingFailedExpectErrorResponseWitMapperId-4f1f873, response-required=false, ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}}] : with HeaderMapping Optional.empty : and external headers {correlation-id=MessageMappingProcessorActorTest.testMappingFailedExpectErrorResponseWitMapperId-4f1f873, content-type=application/json}
01:35:16 06:35:16.909 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:16 06:35:16.911 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:16 06:35:16.926 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{qos=0, source=ditto:ditto, ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=24790854-af3e-461d-9a47-b0265988f5be, requested-acks=["my-custom-ack-3"], content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:35:17 06:35:16.999 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:17 06:35:17.001 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:17 06:35:17.005 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["error"], ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=d3eb68a6-4f50-4b24-9a07-bc285272e9a7, response-required=false, ditto-inbound-payload-mapper=default}]
01:35:17 06:35:17.006 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - Got exception <acknowledgement:label.not.declared> when processing external message with mapper <?>: <Cannot send acknowledgement with label <label>, which is not declared.>
01:35:17 06:35:17.006 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{ditto-inbound-payload-mapper=default, correlation-id=d3eb68a6-4f50-4b24-9a07-bc285272e9a7, ditto-connection-id=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-reply-target=0, ditto-expected-response-types=["error"], response-required=false, ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}}] : with HeaderMapping Optional.empty : and external headers {}
01:35:17 06:35:17.083 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:17 06:35:17.085 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:17 06:35:17.100 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MessageMappingProcessorActorTest.testThingIdEnforcementExternalMessageInDittoProtocolIsProcessed-deeaaf3, content-type=application/json, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default}]
01:35:17 06:35:17.101 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:35:17 06:35:17.180 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:17 06:35:17.186 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=b25c4512-7583-4eaa-a0b1-a05d9dcd0232, requested-acks=["dummy-request"], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
01:35:17 06:35:17.258 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:17 06:35:17.260 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:17 06:35:17.276 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{correlation-id=f8578bde-d976-4d6d-9ec1-2fe4a3707c5e, source=integration:f8578bde-d976-4d6d-9ec1-2fe4a3707c5e:hub-application/json, ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"unspecified","subjects":["integration:f8578bde-d976-4d6d-9ec1-2fe4a3707c5e:hub-application/json","integration:application/json:hub-f8578bde-d976-4d6d-9ec1-2fe4a3707c5e"]}, content-type=application/json, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default}]
01:35:17 06:35:17.277 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:35:17 06:35:17.351 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:17 06:35:17.354 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:17 06:35:17.368 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - Got exception <mediatype.unsupported> when processing external message with mapper <default>: <The Content-Type header was empty or not present. Please set Content-Type header to "application/merge-patch+json" for this resource>
01:35:17 06:35:17.368 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{channel=live, ditto-entity-id=thing:Testspace:octopus, response-required=false, ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"unspecified","subjects":["integration:31a81ef7-9a78-4753-8271-aaef43004849:hub-application/json"]}, correlation-id=dc6a11d6-a240-4a66-8c33-b0acfffa5852}] : with HeaderMapping Optional.empty : and external headers {}
01:35:17 06:35:17.491 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:17 06:35:17.493 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:17 06:35:17.508 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - Got exception <protocoladapter:unknown.path> when processing external message with mapper <default>: <The path '/invalid' does not correspond to any known command, response or event.>
01:35:17 06:35:17.508 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{correlation-id=1b466e88-d03a-4f6f-a968-17330b34c1ad, response-required=false, ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"unspecified","subjects":["integration:1b466e88-d03a-4f6f-a968-17330b34c1ad:hub-application/json"]}}] : with HeaderMapping Optional.empty : and external headers {}
01:35:17 06:35:17.646 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:17 06:35:17.850 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:17 06:35:17.866 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - Got exception <placeholder:unresolved> when processing external message with mapper <default>: <The placeholder 'integration:{{header:unknown}}' could not be resolved.>
01:35:17 06:35:17.867 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{response-required=false, correlation-id=0569d087-921b-4745-b456-7a7256e2a424, ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034}] : with HeaderMapping Optional[ImmutableHeaderMapping [mapping={correlation-id={{ header:correlation-id }}, source={{ request:subjectId }}}]] : and external headers {correlation-id=0569d087-921b-4745-b456-7a7256e2a424, content-type=application/json}
01:35:17 06:35:17.963 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:18 06:35:18.054 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:18 06:35:18.056 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:18 06:35:18.070 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{source=integration:application/json:hub, ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"unspecified","subjects":["integration:application/json:hub","integration:hub-application/json"]}, correlation-id=8efdcd5d-3932-4dca-b984-cd7bd523fc1a, content-type=application/json, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default}]
01:35:18 06:35:18.072 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:35:18 06:35:18.149 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:18 06:35:18.151 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:18 06:35:18.165 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MessageMappingProcessorActorTest.testExternalMessageInDittoProtocolIsProcessedWithDefaultMapper-067be46, content-type=application/json, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default}]
01:35:18 06:35:18.166 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:35:18 06:35:18.311 [INFO ] [PekkoTestSystemWithCachingSignalEnrichmentProvider-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:18 06:35:18.435 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:18 06:35:18.449 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=MessageMappingProcessorActorTest.testThingIdEnforcementExternalMessageInDittoProtocolIsProcessedExpectErrorResponse-8bfbf62, content-type=application/json, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default}]
01:35:18 06:35:18.450 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - Got exception <connectivity:connection.id.enforcement.failed> when processing external message with mapper <default>: <The configured filters could not be matched against the given target with ID 'some/invalid/target'.>
01:35:18 06:35:18.450 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{content-type=application/json, ditto-entity-id=thing:my:thing, ditto-inbound-payload-mapper=default, correlation-id=MessageMappingProcessorActorTest.testThingIdEnforcementExternalMessageInDittoProtocolIsProcessedExpectErrorResponse-8bfbf62, response-required=false, ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}}] : with HeaderMapping Optional.empty : and external headers {correlation-id=MessageMappingProcessorActorTest.testThingIdEnforcementExternalMessageInDittoProtocolIsProcessedExpectErrorResponse-8bfbf62, content-type=application/json}
01:35:18 06:35:18.522 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:35:18 06:35:18.523 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.OutboundMappingProcessorActor - Got DittoRuntimeException 'things:thing.notfound' when ExternalMessage was processed: The Thing with ID 'my:thing' could not be found or requester had insufficient permissions to access it. - Check if the ID of your requested Thing was correct and you have sufficient permissions.
01:35:18 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.177 s -- in org.eclipse.ditto.connectivity.service.messaging.MessageMappingProcessorActorTest
01:35:18 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest
01:35:18 06:35:18.551 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
01:35:19 06:35:19.099 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M22.118S> interval (min=<PT5M>)
01:35:19 06:35:19.099 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:19 06:35:19.100 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M35.512S> interval (min=<PT5M>)
01:35:19 06:35:19.100 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M11.1S> interval (min=<PT5M>)
01:35:19 06:35:19.101 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M31.972S> interval (min=<PT5M>)
01:35:19 06:35:19.135 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:19 06:35:19.136 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:19 06:35:19.137 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:19 06:35:19.142 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:19 06:35:19.142 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M55.64S> interval (min=<PT5M>)
01:35:19 06:35:19.147 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@69998456]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:19 06:35:19.147 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:19 06:35:19.149 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@69998456]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:19 06:35:19.149 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:19 06:35:19.196 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
01:35:19 06:35:19.196 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
01:35:19 06:35:19.294 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
01:35:19 06:35:19.294 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:19 06:35:19.304 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
01:35:19 06:35:19.304 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
01:35:19 06:35:19.304 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
01:35:19 06:35:19.514 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:35:19 06:35:19.661 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {reply-to=reply, correlation-id=cid, content-type=application/vnd.eclipse.ditto+json}
01:35:19 06:35:19.665 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["source:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:35:19 06:35:19.666 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:35:19 06:35:19.669 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{reply-to=reply, correlation-id=cid, content-type=application/vnd.eclipse.ditto+json}>, isSuccess=<true>, ackType=<1 accepted>
01:35:19 06:35:19.669 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpConsumerActor - Failed to ack an AMQP message
01:35:19 java.lang.NullPointerException: Cannot invoke "org.apache.qpid.jms.JmsAcknowledgeCallback.setAckType(int)" because the return value of "org.apache.qpid.jms.message.JmsMessage.getAcknowledgeCallback()" is null
01:35:19 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActor.acknowledge(AmqpConsumerActor.java:447)
01:35:19 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActor.lambda$handleJmsMessage$5(AmqpConsumerActor.java:384)
01:35:19 	at org.eclipse.ditto.connectivity.service.messaging.AcknowledgeableMessage.settle(AcknowledgeableMessage.java:48)
01:35:19 	at org.eclipse.ditto.connectivity.service.messaging.BaseConsumerActor.lambda$prepareResponseHandler$2(BaseConsumerActor.java:173)
01:35:19 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
01:35:19 	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
01:35:19 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
01:35:19 	at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614)
01:35:19 	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1163)
01:35:19 	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
01:35:19 	at java.base/java.lang.Thread.run(Thread.java:833)
01:35:19 06:35:19.673 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.responses:modifyThing> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=replyTarget/ditto:thing]>
01:35:19 06:35:19.875 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
01:35:19 06:35:19.911 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M3.121S> interval (min=<PT5M>)
01:35:19 06:35:19.911 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:19 06:35:19.911 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M21.754S> interval (min=<PT5M>)
01:35:19 06:35:19.912 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M34.688S> interval (min=<PT5M>)
01:35:19 06:35:19.913 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M0.309S> interval (min=<PT5M>)
01:35:19 06:35:19.941 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-f634b5bd-44fd-44b3-a36c-35723c0b38ad>
01:35:19 06:35:19.942 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-f634b5bd-44fd-44b3-a36c-35723c0b38ad>.
01:35:19 06:35:19.942 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-f634b5bd-44fd-44b3-a36c-35723c0b38ad>.
01:35:20 06:35:19.947 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M37.337S> interval (min=<PT5M>)
01:35:20 06:35:19.948 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:20 06:35:19.949 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@39510f16]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:20 06:35:19.949 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:20 06:35:19.951 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@39510f16]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:20 06:35:19.951 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:20 06:35:19.953 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
01:35:20 06:35:19.953 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
01:35:20 06:35:19.954 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-f634b5bd-44fd-44b3-a36c-35723c0b38ad> to sources: [ConsumerData [address= !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþ, addressWithIndex= !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþ-0], ConsumerData [address=😀😁😂😃😄😅😆😇😈😉😊😋😌😍😎😏, addressWithIndex=😀😁😂😃😄😅😆😇😈😉😊😋😌😍😎😏-0]]
01:35:20 06:35:19.954 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
01:35:20 06:35:19.955 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
01:35:20 06:35:19.955 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
01:35:20 06:35:19.955 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
01:35:20 06:35:19.958 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:35:20 06:35:20.061 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-f634b5bd-44fd-44b3-a36c-35723c0b38ad>
01:35:20 06:35:20.230 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:35:20 06:35:20.233 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {reply-to=reply, correlation-id=cid, content-type=application/vnd.eclipse.ditto+json}
01:35:20 06:35:20.234 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {reply-to=reply, correlation-id=cid, content-type=application/vnd.eclipse.ditto+json}
01:35:20 06:35:20.236 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error"], ditto-origin=connection-f634b5bd-44fd-44b3-a36c-35723c0b38ad, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:35:20 06:35:20.237 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error"], ditto-origin=connection-f634b5bd-44fd-44b3-a36c-35723c0b38ad, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:35:20 06:35:20.237 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:35:20 06:35:20.238 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:35:20 06:35:20.286 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M1.287S> interval (min=<PT5M>)
01:35:20 06:35:20.286 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:20 06:35:20.286 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M5.814S> interval (min=<PT5M>)
01:35:20 06:35:20.287 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M18.275S> interval (min=<PT5M>)
01:35:20 06:35:20.287 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M22.979S> interval (min=<PT5M>)
01:35:20 06:35:20.313 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:20 06:35:20.314 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:20 06:35:20.315 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:20 06:35:20.319 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:20 06:35:20.319 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M36.938S> interval (min=<PT5M>)
01:35:20 06:35:20.320 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@62bb6770]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:20 06:35:20.320 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:20 06:35:20.322 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@62bb6770]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:20 06:35:20.322 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:20 06:35:20.324 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
01:35:20 06:35:20.325 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
01:35:20 06:35:20.325 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
01:35:20 06:35:20.326 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
01:35:20 06:35:20.326 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
01:35:20 06:35:20.326 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
01:35:20 06:35:20.433 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:20 06:35:20.603 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:35:20 06:35:20.614 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Connection interrupted: amqp://test:1234
01:35:21 06:35:21.318 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Connection restored: amqp://test:1234
01:35:21 06:35:21.420 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> closed.
01:35:21 06:35:21.468 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M38.628S> interval (min=<PT5M>)
01:35:21 06:35:21.468 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:21 06:35:21.468 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M15.69S> interval (min=<PT5M>)
01:35:21 06:35:21.469 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M2.358S> interval (min=<PT5M>)
01:35:21 06:35:21.469 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M5.44S> interval (min=<PT5M>)
01:35:21 06:35:21.495 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:21 06:35:21.496 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:21 06:35:21.497 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:21 06:35:21.502 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:21 06:35:21.502 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M9.906S> interval (min=<PT5M>)
01:35:21 06:35:21.503 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@651febf2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:21 06:35:21.503 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:21 06:35:21.505 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@651febf2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:21 06:35:21.505 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:21 06:35:21.507 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
01:35:21 06:35:21.508 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
01:35:21 06:35:21.508 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
01:35:21 06:35:21.509 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
01:35:21 06:35:21.509 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
01:35:21 06:35:21.509 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
01:35:21 06:35:21.618 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:21 06:35:21.787 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:35:21 06:35:21.794 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.events:thingModified> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=twinEventExchange/twinEventRoutingKey]>
01:35:22 06:35:21.991 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
01:35:22 06:35:22.032 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M33.782S> interval (min=<PT5M>)
01:35:22 06:35:22.032 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:22 06:35:22.033 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M9.812S> interval (min=<PT5M>)
01:35:22 06:35:22.033 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M29.132S> interval (min=<PT5M>)
01:35:22 06:35:22.034 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M31.005S> interval (min=<PT5M>)
01:35:22 06:35:22.061 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:22 06:35:22.063 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:22 06:35:22.064 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:22 06:35:22.068 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M31.974S> interval (min=<PT5M>)
01:35:22 06:35:22.068 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:22 06:35:22.069 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@37b228d3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:22 06:35:22.069 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:22 06:35:22.071 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@37b228d3]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:22 06:35:22.071 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:22 06:35:22.074 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
01:35:22 06:35:22.074 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
01:35:22 06:35:22.074 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
01:35:22 06:35:22.087 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
01:35:22 06:35:22.092 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:35:22 06:35:22.188 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:22 06:35:22.347 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:35:22 06:35:22.351 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.events:thingModified> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=target:ditto/thing@twin]>
01:35:22 06:35:22.549 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
01:35:22 06:35:22.584 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M57.488S> interval (min=<PT5M>)
01:35:22 06:35:22.584 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:22 06:35:22.585 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M49.607S> interval (min=<PT5M>)
01:35:22 06:35:22.585 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M25.181S> interval (min=<PT5M>)
01:35:22 06:35:22.586 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M15.07S> interval (min=<PT5M>)
01:35:22 06:35:22.611 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:22 06:35:22.613 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:22 06:35:22.613 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:22 06:35:22.618 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:22 06:35:22.618 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M5.963S> interval (min=<PT5M>)
01:35:22 06:35:22.619 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@5823ab4a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:22 06:35:22.619 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:22 06:35:22.620 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@5823ab4a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:22 06:35:22.621 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:22 06:35:22.623 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
01:35:22 06:35:22.623 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
01:35:22 06:35:22.624 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
01:35:22 06:35:22.624 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
01:35:22 06:35:22.625 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
01:35:22 06:35:22.625 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
01:35:22 06:35:22.647 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
01:35:22 06:35:22.649 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:35:22 06:35:22.734 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:22 06:35:22.904 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:35:22 06:35:22.916 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> closed.
01:35:23 06:35:22.952 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M7.868S> interval (min=<PT5M>)
01:35:23 06:35:22.953 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:23 06:35:22.953 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M37.894S> interval (min=<PT5M>)
01:35:23 06:35:22.954 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M5.779S> interval (min=<PT5M>)
01:35:23 06:35:22.954 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M37.106S> interval (min=<PT5M>)
01:35:23 06:35:22.982 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-675a2702-1731-444b-9baa-7c96e8b59b7b>
01:35:23 06:35:22.983 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-675a2702-1731-444b-9baa-7c96e8b59b7b>.
01:35:23 06:35:22.983 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-675a2702-1731-444b-9baa-7c96e8b59b7b>.
01:35:23 06:35:22.988 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:23 06:35:22.989 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M33.1S> interval (min=<PT5M>)
01:35:23 06:35:22.990 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3964e96c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:23 06:35:22.990 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:23 06:35:22.991 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3964e96c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:23 06:35:22.991 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:23 06:35:22.993 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
01:35:23 06:35:22.994 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
01:35:23 06:35:22.994 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-675a2702-1731-444b-9baa-7c96e8b59b7b> to sources: [ConsumerData [address= !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþ, addressWithIndex= !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþ-0], ConsumerData [address=😀😁😂😃😄😅😆😇😈😉😊😋😌😍😎😏, addressWithIndex=😀😁😂😃😄😅😆😇😈😉😊😋😌😍😎😏-0]]
01:35:23 06:35:22.995 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
01:35:23 06:35:22.995 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
01:35:23 06:35:22.995 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
01:35:23 06:35:23.103 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-675a2702-1731-444b-9baa-7c96e8b59b7b>
01:35:23 06:35:23.272 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:35:23 06:35:23.274 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {reply-to=reply, correlation-id=cid, content-type=application/vnd.eclipse.ditto+json}
01:35:23 06:35:23.276 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {reply-to=reply, correlation-id=cid, content-type=application/vnd.eclipse.ditto+json}
01:35:23 06:35:23.277 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error"], ditto-origin=connection-675a2702-1731-444b-9baa-7c96e8b59b7b, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:35:23 06:35:23.278 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error"], ditto-origin=connection-675a2702-1731-444b-9baa-7c96e8b59b7b, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:35:23 06:35:23.279 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:35:23 06:35:23.279 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:35:23 06:35:23.326 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M6.762S> interval (min=<PT5M>)
01:35:23 06:35:23.326 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:23 06:35:23.327 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M16.785S> interval (min=<PT5M>)
01:35:23 06:35:23.327 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M27.016S> interval (min=<PT5M>)
01:35:23 06:35:23.328 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M15.132S> interval (min=<PT5M>)
01:35:23 06:35:23.353 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:23 06:35:23.354 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:23 06:35:23.355 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:23 06:35:23.360 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:23 06:35:23.360 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M53.317S> interval (min=<PT5M>)
01:35:23 06:35:23.361 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@207a109e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:23 06:35:23.361 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:23 06:35:23.362 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@207a109e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:23 06:35:23.362 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:23 06:35:23.365 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
01:35:23 06:35:23.365 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
01:35:23 06:35:23.365 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
01:35:23 06:35:23.366 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
01:35:23 06:35:23.366 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
01:35:23 06:35:23.367 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
01:35:23 06:35:23.476 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:23 06:35:23.646 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:35:23 06:35:23.648 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {reply-to=reply, correlation-id=cid, content-type=application/vnd.eclipse.ditto+json}
01:35:23 06:35:23.651 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["source:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:35:23 06:35:23.652 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:35:23 06:35:23.653 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{reply-to=reply, correlation-id=cid, content-type=application/vnd.eclipse.ditto+json}>, isSuccess=<false>, ackType=<2 rejected>
01:35:23 06:35:23.653 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpConsumerActor - Failed to ack an AMQP message
01:35:23 java.lang.NullPointerException: Cannot invoke "org.apache.qpid.jms.JmsAcknowledgeCallback.setAckType(int)" because the return value of "org.apache.qpid.jms.message.JmsMessage.getAcknowledgeCallback()" is null
01:35:23 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActor.acknowledge(AmqpConsumerActor.java:447)
01:35:23 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActor.lambda$handleJmsMessage$6(AmqpConsumerActor.java:385)
01:35:23 	at org.eclipse.ditto.connectivity.service.messaging.AcknowledgeableMessage.reject(AcknowledgeableMessage.java:52)
01:35:23 	at org.eclipse.ditto.connectivity.service.messaging.BaseConsumerActor.lambda$prepareResponseHandler$2(BaseConsumerActor.java:184)
01:35:23 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
01:35:23 	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
01:35:23 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
01:35:23 	at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614)
01:35:23 	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1163)
01:35:23 	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
01:35:23 	at java.base/java.lang.Thread.run(Thread.java:833)
01:35:23 06:35:23.656 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.responses:errorResponse> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=replyTarget/ditto:thing]>
01:35:23 06:35:23.853 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
01:35:23 06:35:23.890 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M20.809S> interval (min=<PT5M>)
01:35:23 06:35:23.890 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:23 06:35:23.890 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M50.059S> interval (min=<PT5M>)
01:35:23 06:35:23.891 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M53.585S> interval (min=<PT5M>)
01:35:23 06:35:23.892 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M20.36S> interval (min=<PT5M>)
01:35:23 06:35:23.917 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:23 06:35:23.919 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:23 06:35:23.919 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:23 06:35:23.924 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M41.439S> interval (min=<PT5M>)
01:35:23 06:35:23.924 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:23 06:35:23.925 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@63072a8a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:23 06:35:23.925 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:23 06:35:23.926 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@63072a8a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:23 06:35:23.927 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:23 06:35:23.929 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
01:35:23 06:35:23.929 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
01:35:23 06:35:23.930 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
01:35:23 06:35:23.931 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
01:35:23 06:35:23.931 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
01:35:23 06:35:23.931 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
01:35:23 06:35:23.946 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
01:35:23 06:35:23.948 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:35:24 06:35:24.039 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:24 06:35:24.209 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:35:24 06:35:24.209 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
01:35:24 06:35:24.245 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M43.873S> interval (min=<PT5M>)
01:35:24 06:35:24.245 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:24 06:35:24.246 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M7.804S> interval (min=<PT5M>)
01:35:24 06:35:24.246 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M18.591S> interval (min=<PT5M>)
01:35:24 06:35:24.247 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M51.883S> interval (min=<PT5M>)
01:35:24 06:35:24.272 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:24 06:35:24.274 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:24 06:35:24.274 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:24 06:35:24.279 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:24 06:35:24.279 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M29.086S> interval (min=<PT5M>)
01:35:24 06:35:24.280 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3fd8b378]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:24 06:35:24.280 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:24 06:35:24.282 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3fd8b378]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:24 06:35:24.282 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:24 06:35:24.284 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
01:35:24 06:35:24.284 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
01:35:24 06:35:24.285 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
01:35:24 06:35:24.286 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
01:35:24 06:35:24.286 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
01:35:24 06:35:24.286 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
01:35:24 06:35:24.309 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
01:35:24 06:35:24.311 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:35:24 06:35:24.395 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:24 06:35:24.564 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:35:24 06:35:24.566 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {reply-to=reply, correlation-id=cid, content-type=application/vnd.eclipse.ditto+json}
01:35:24 06:35:24.568 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {reply-to=reply, correlation-id=cid, content-type=application/vnd.eclipse.ditto+json}
01:35:24 06:35:24.569 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["source:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:35:24 06:35:24.570 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["source:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:35:24 06:35:24.570 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:35:24 06:35:24.607 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M39.951S> interval (min=<PT5M>)
01:35:24 06:35:24.607 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:24 06:35:24.608 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M2.699S> interval (min=<PT5M>)
01:35:24 06:35:24.609 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M16.602S> interval (min=<PT5M>)
01:35:24 06:35:24.609 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M48.614S> interval (min=<PT5M>)
01:35:24 06:35:24.655 [ERROR] [main] o.a.q.j.p.ProviderFactory - Failed to create Provider instance for failover, due to: {}
01:35:24 java.lang.IllegalArgumentException:  Not all options could be set on the Failover provider. Check the options are spelled correctly. Unused parameters=[{unknown.option=100}]. This Provider cannot be started.
01:35:24 	at org.apache.qpid.jms.provider.failover.FailoverProviderFactory.createProvider(FailoverProviderFactory.java:81)
01:35:24 	at org.apache.qpid.jms.provider.ProviderFactory.create(ProviderFactory.java:103)
01:35:24 	at org.apache.qpid.jms.provider.ProviderFactory.create(ProviderFactory.java:82)
01:35:24 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActor.validateConnection(AmqpClientActor.java:213)
01:35:24 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActor.propsForTest(AmqpClientActor.java:201)
01:35:24 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest.lambda$invalidSpecificOptionsThrowConnectionConfigurationInvalidException$3(AmqpClientActorTest.java:231)
01:35:24 	at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63)
01:35:24 	at org.assertj.core.api.ThrowableTypeAssert.isThrownBy(ThrowableTypeAssert.java:59)
01:35:24 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest.lambda$invalidSpecificOptionsThrowConnectionConfigurationInvalidException$5(AmqpClientActorTest.java:238)
01:35:24 	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992)
01:35:24 	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
01:35:24 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest.invalidSpecificOptionsThrowConnectionConfigurationInvalidException(AmqpClientActorTest.java:236)
01:35:24 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:35:24 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:35:24 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:35:24 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:35:24 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:35:24 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:35:24 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:35:24 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:35:24 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:35:24 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
01:35:24 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
01:35:24 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:35:24 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:35:24 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:35:24 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:35:24 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:35:24 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:35:24 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:35:24 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:35:24 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:35:24 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:35:24 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
01:35:24 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
01:35:24 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
01:35:24 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:35:24 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:35:24 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
01:35:24 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
01:35:24 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
01:35:24 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:35:24 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:35:24 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:35:24 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:35:24 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:35:24 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:35:24 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:35:24 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:35:24 06:35:24.656 [ERROR] [main] o.a.q.j.p.ProviderFactory - Failed to create Provider instance for failover, due to: {}
01:35:24 java.lang.IllegalArgumentException:  Not all options could be set on the Failover provider. Check the options are spelled correctly. Unused parameters=[{unknown.option=100}]. This Provider cannot be started.
01:35:24 	at org.apache.qpid.jms.provider.failover.FailoverProviderFactory.createProvider(FailoverProviderFactory.java:81)
01:35:24 	at org.apache.qpid.jms.provider.ProviderFactory.create(ProviderFactory.java:103)
01:35:24 	at org.apache.qpid.jms.provider.ProviderFactory.create(ProviderFactory.java:82)
01:35:24 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActor.validateConnection(AmqpClientActor.java:213)
01:35:24 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActor.propsForTest(AmqpClientActor.java:201)
01:35:24 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest.lambda$invalidSpecificOptionsThrowConnectionConfigurationInvalidException$4(AmqpClientActorTest.java:233)
01:35:24 	at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63)
01:35:24 	at org.assertj.core.api.ThrowableTypeAssert.isThrownBy(ThrowableTypeAssert.java:59)
01:35:24 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest.lambda$invalidSpecificOptionsThrowConnectionConfigurationInvalidException$5(AmqpClientActorTest.java:238)
01:35:24 	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992)
01:35:24 	at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
01:35:24 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest.invalidSpecificOptionsThrowConnectionConfigurationInvalidException(AmqpClientActorTest.java:236)
01:35:24 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:35:24 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:35:24 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:35:24 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:35:24 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:35:24 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:35:24 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:35:24 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:35:24 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:35:24 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
01:35:24 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
01:35:24 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:35:24 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:35:24 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:35:24 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:35:24 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:35:24 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:35:24 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:35:24 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:35:24 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:35:24 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:35:24 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
01:35:24 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
01:35:24 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
01:35:24 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:35:24 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:35:24 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
01:35:24 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
01:35:24 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
01:35:24 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:35:24 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:35:24 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:35:24 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:35:24 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:35:24 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:35:24 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:35:24 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:35:24 06:35:24.693 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M25.221S> interval (min=<PT5M>)
01:35:24 06:35:24.693 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:24 06:35:24.694 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M36.876S> interval (min=<PT5M>)
01:35:24 06:35:24.694 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M12.199S> interval (min=<PT5M>)
01:35:24 06:35:24.695 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M53.242S> interval (min=<PT5M>)
01:35:24 06:35:24.720 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:24 06:35:24.722 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:24 06:35:24.722 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:24 06:35:24.727 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:24 06:35:24.727 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M49.851S> interval (min=<PT5M>)
01:35:24 06:35:24.728 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1e317e93]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:24 06:35:24.728 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:24 06:35:24.730 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1e317e93]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:24 06:35:24.730 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:24 06:35:24.733 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to create session:FAIL
01:35:24 06:35:24.734 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-487#-1194197066], cause=<ConnectionFailedException>: Failed to create session:FAIL. The requested Connection could not be connected due to an internal failure of the underlying driver. Cause: <JMSException>: FAIL., description=null, time=2024-01-18T06:35:24.733516497Z, connectivityStatus=null]>
01:35:24 06:35:24.734 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Connection failed: ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-487#-1194197066], cause=<ConnectionFailedException>: Failed to create session:FAIL. The requested Connection could not be connected due to an internal failure of the underlying driver. Cause: <JMSException>: FAIL., description=null, time=2024-01-18T06:35:24.733516497Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
01:35:24 06:35:24.779 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M2.112S> interval (min=<PT5M>)
01:35:24 06:35:24.779 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:24 06:35:24.780 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M40.394S> interval (min=<PT5M>)
01:35:24 06:35:24.780 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M53.796S> interval (min=<PT5M>)
01:35:24 06:35:24.781 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M40.512S> interval (min=<PT5M>)
01:35:24 06:35:24.807 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:24 06:35:24.808 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:24 06:35:24.809 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:24 06:35:24.813 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:24 06:35:24.813 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M20.757S> interval (min=<PT5M>)
01:35:24 06:35:24.814 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@5e0218f6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:24 06:35:24.815 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:24 06:35:24.816 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@5e0218f6]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:24 06:35:24.816 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:24 06:35:24.819 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to consume sources: [amqp/source1-1, amqp/source1-0]
01:35:24 06:35:24.820 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-489#1371879325], cause=<ConnectionFailedException>: Failed to consume sources: [amqp/source1-1, amqp/source1-0]. amqp/source1-1: FAIL, amqp/source1-0: FAIL. Cause: <JMSException>: FAIL., description=null, time=2024-01-18T06:35:24.819814761Z, connectivityStatus=null]>
01:35:24 06:35:24.820 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Connection failed: ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-489#1371879325], cause=<ConnectionFailedException>: Failed to consume sources: [amqp/source1-1, amqp/source1-0]. amqp/source1-1: FAIL, amqp/source1-0: FAIL. Cause: <JMSException>: FAIL., description=null, time=2024-01-18T06:35:24.819814761Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
01:35:24 06:35:24.842 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:24 06:35:24.855 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M55.892S> interval (min=<PT5M>)
01:35:24 06:35:24.855 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:24 06:35:24.856 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M52.552S> interval (min=<PT5M>)
01:35:24 06:35:24.856 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M45.485S> interval (min=<PT5M>)
01:35:24 06:35:24.857 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M26.768S> interval (min=<PT5M>)
01:35:24 06:35:24.883 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:24 06:35:24.885 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:24 06:35:24.885 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:24 06:35:24.894 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:24 06:35:24.894 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M5.651S> interval (min=<PT5M>)
01:35:24 06:35:24.895 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1e3b3bc9]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:24 06:35:24.895 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:24 06:35:24.897 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1e3b3bc9]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:24 06:35:24.897 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:24 06:35:24.929 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:24 06:35:24.933 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M1.439S> interval (min=<PT5M>)
01:35:24 06:35:24.934 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:24 06:35:24.934 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M23.375S> interval (min=<PT5M>)
01:35:24 06:35:24.935 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M44.565S> interval (min=<PT5M>)
01:35:24 06:35:24.935 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M5.124S> interval (min=<PT5M>)
01:35:25 06:35:24.962 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:25 06:35:24.963 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:25 06:35:24.963 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:25 06:35:24.968 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:25 06:35:24.968 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M8.672S> interval (min=<PT5M>)
01:35:25 06:35:24.969 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4f4922d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:25 06:35:24.969 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:25 06:35:24.970 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4f4922d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:25 06:35:24.970 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:25 06:35:24.992 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
01:35:25 06:35:24.992 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
01:35:25 06:35:24.992 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
01:35:25 06:35:24.993 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
01:35:25 06:35:24.994 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
01:35:25 06:35:24.994 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
01:35:25 06:35:24.995 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/user/$a/amqpConsumerActor-0-amqp%2Fsource1-01#1375729227], cause=<IllegalStateException>: not allowed. Cause: <ProviderSecurityException>: disallowed by local policy., description=Failed to initialize message consumers., time=2024-01-18T06:35:24.994625092Z, connectivityStatus=null]>
01:35:25 06:35:24.995 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Connection failed: ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/user/$a/amqpConsumerActor-0-amqp%2Fsource1-01#1375729227], cause=<IllegalStateException>: not allowed. Cause: <ProviderSecurityException>: disallowed by local policy., description=Failed to initialize message consumers., time=2024-01-18T06:35:24.994625092Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: misconfigured. Going to 'CONNECTING'
01:35:25 06:35:24.995 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/user/$a/amqpConsumerActor-0-amqp%2Fsource1-11#-413236963], cause=<IllegalStateException>: not allowed. Cause: <ProviderSecurityException>: disallowed by local policy., description=Failed to initialize message consumers., time=2024-01-18T06:35:24.994644878Z, connectivityStatus=null]>
01:35:25 06:35:24.995 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/user/$a/amqpConsumerActor-0-amqp%2Fsource1-11#-413236963], cause=<IllegalStateException>: not allowed. Cause: <ProviderSecurityException>: disallowed by local policy., description=Failed to initialize message consumers., time=2024-01-18T06:35:24.994644878Z, connectivityStatus=null]. Reconnect was already triggered
01:35:25 06:35:25.005 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:25 06:35:25.084 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:25 06:35:25.096 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Responding early with static 'CLOSED' ResourceStatus for all sub-sources and -targets and SSH tunnel, because some children could not be started, due to a live status <misconfigured> in the client actor.
01:35:25 06:35:25.133 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M50.176S> interval (min=<PT5M>)
01:35:25 06:35:25.133 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:25 06:35:25.134 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M36.422S> interval (min=<PT5M>)
01:35:25 06:35:25.134 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M49.621S> interval (min=<PT5M>)
01:35:25 06:35:25.135 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M2.884S> interval (min=<PT5M>)
01:35:25 06:35:25.160 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:25 06:35:25.161 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:25 06:35:25.162 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:25 06:35:25.166 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:25 06:35:25.166 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M19.657S> interval (min=<PT5M>)
01:35:25 06:35:25.167 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6d461a2d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:25 06:35:25.168 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:25 06:35:25.169 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6d461a2d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:25 06:35:25.169 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:25 06:35:25.171 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
01:35:25 06:35:25.172 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
01:35:25 06:35:25.172 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
01:35:25 06:35:25.191 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
01:35:25 06:35:25.191 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
01:35:25 06:35:25.191 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
01:35:25 06:35:25.260 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
01:35:25 06:35:25.282 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:25 06:35:25.452 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:35:25 06:35:25.454 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {reply-to=reply, correlation-id=cid, content-type=application/vnd.eclipse.ditto+json}
01:35:25 06:35:25.456 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {reply-to=reply, correlation-id=cid, content-type=application/vnd.eclipse.ditto+json}
01:35:25 06:35:25.457 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["source:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:35:25 06:35:25.458 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:35:25 06:35:25.458 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["source:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:35:25 06:35:25.495 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M18.89S> interval (min=<PT5M>)
01:35:25 06:35:25.495 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:25 06:35:25.495 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M47.152S> interval (min=<PT5M>)
01:35:25 06:35:25.496 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M47.682S> interval (min=<PT5M>)
01:35:25 06:35:25.496 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M32.299S> interval (min=<PT5M>)
01:35:25 06:35:25.522 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:25 06:35:25.524 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:25 06:35:25.524 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:25 06:35:25.529 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:25 06:35:25.529 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M26.536S> interval (min=<PT5M>)
01:35:25 06:35:25.530 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@57440c64]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:25 06:35:25.530 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:25 06:35:25.532 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@57440c64]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:25 06:35:25.532 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:25 06:35:25.535 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
01:35:25 06:35:25.535 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
01:35:25 06:35:25.536 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
01:35:25 06:35:25.536 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
01:35:25 06:35:25.537 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
01:35:25 06:35:25.537 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
01:35:25 06:35:25.644 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:25 06:35:25.814 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:35:25 06:35:25.819 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.events:thingModified> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=twinEventExchange/twinEventRoutingKey]>
01:35:26 06:35:26.019 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {reply-to=reply, correlation-id=cid, content-type=application/vnd.eclipse.ditto+json}
01:35:26 06:35:26.022 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["source:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:35:26 06:35:26.023 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Connection restored: amqp://broker:5671
01:35:26 06:35:26.023 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:35:26 06:35:26.023 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Restored connection has closed session, trying to recover ...
01:35:26 06:35:26.023 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Recovering closed AMQP 1.0 session.
01:35:26 06:35:26.025 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
01:35:26 06:35:26.026 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
01:35:26 06:35:26.026 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
01:35:26 06:35:26.026 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
01:35:26 06:35:26.052 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.events:thingModified> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=twinEventExchange/twinEventRoutingKey]>
01:35:26 06:35:26.253 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {reply-to=reply, correlation-id=cid, content-type=application/vnd.eclipse.ditto+json}
01:35:26 06:35:26.255 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["source:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:35:26 06:35:26.256 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
01:35:26 06:35:26.256 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:35:26 06:35:26.292 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M0.917S> interval (min=<PT5M>)
01:35:26 06:35:26.292 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:26 06:35:26.293 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M43.461S> interval (min=<PT5M>)
01:35:26 06:35:26.293 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M10.514S> interval (min=<PT5M>)
01:35:26 06:35:26.294 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M20.404S> interval (min=<PT5M>)
01:35:26 06:35:26.319 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:26 06:35:26.321 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:26 06:35:26.321 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:26 06:35:26.325 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M7.828S> interval (min=<PT5M>)
01:35:26 06:35:26.326 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:26 06:35:26.327 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@22bca4bf]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:26 06:35:26.327 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:26 06:35:26.328 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@22bca4bf]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:26 06:35:26.329 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:26 06:35:26.330 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to create JMS connection:FAIL
01:35:26 06:35:26.330 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-499#224316116], cause=<ConnectionFailedException>: Failed to create JMS connection:FAIL. The requested Connection could not be connected due to an internal failure of the underlying driver. Cause: <JMSException>: FAIL., description=null, time=2024-01-18T06:35:26.330763767Z, connectivityStatus=null]>
01:35:26 06:35:26.331 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Connection failed: ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-499#224316116], cause=<ConnectionFailedException>: Failed to create JMS connection:FAIL. The requested Connection could not be connected due to an internal failure of the underlying driver. Cause: <JMSException>: FAIL., description=null, time=2024-01-18T06:35:26.330763767Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
01:35:26 06:35:26.344 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=2
01:35:26 06:35:26.367 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M54.159S> interval (min=<PT5M>)
01:35:26 06:35:26.368 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:26 06:35:26.368 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M2.946S> interval (min=<PT5M>)
01:35:26 06:35:26.369 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M1.589S> interval (min=<PT5M>)
01:35:26 06:35:26.370 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M11.238S> interval (min=<PT5M>)
01:35:26 06:35:26.395 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:26 06:35:26.396 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:26 06:35:26.397 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:26 06:35:26.400 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:26 06:35:26.400 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M10.289S> interval (min=<PT5M>)
01:35:26 06:35:26.401 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@176b89c0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:26 06:35:26.401 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:26 06:35:26.403 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@176b89c0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:26 06:35:26.403 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:26 06:35:26.405 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
01:35:26 06:35:26.406 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
01:35:26 06:35:26.406 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
01:35:26 06:35:26.431 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
01:35:26 06:35:26.442 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:26 06:35:26.516 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:26 06:35:26.656 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:35:26 06:35:26.658 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {reply-to=reply, correlation-id=cid, content-type=application/vnd.eclipse.ditto+json}
01:35:26 06:35:26.661 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["source:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:35:26 06:35:26.662 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:35:26 06:35:26.663 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{reply-to=reply, correlation-id=cid, content-type=application/vnd.eclipse.ditto+json}>, isSuccess=<true>, ackType=<1 accepted>
01:35:26 06:35:26.663 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Failed to ack an AMQP message
01:35:26 java.lang.NullPointerException: Cannot invoke "org.apache.qpid.jms.JmsAcknowledgeCallback.setAckType(int)" because the return value of "org.apache.qpid.jms.message.JmsMessage.getAcknowledgeCallback()" is null
01:35:26 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActor.acknowledge(AmqpConsumerActor.java:447)
01:35:26 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActor.lambda$handleJmsMessage$5(AmqpConsumerActor.java:384)
01:35:26 	at org.eclipse.ditto.connectivity.service.messaging.AcknowledgeableMessage.settle(AcknowledgeableMessage.java:48)
01:35:26 	at org.eclipse.ditto.connectivity.service.messaging.BaseConsumerActor.lambda$prepareResponseHandler$2(BaseConsumerActor.java:173)
01:35:26 	at java.base/java.util.concurrent.CompletableFuture.uniHandle(CompletableFuture.java:934)
01:35:26 	at java.base/java.util.concurrent.CompletableFuture$UniHandle.tryFire(CompletableFuture.java:911)
01:35:26 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
01:35:26 	at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614)
01:35:26 	at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1163)
01:35:26 	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
01:35:26 	at java.base/java.lang.Thread.run(Thread.java:833)
01:35:26 06:35:26.666 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.responses:modifyThing> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=replyTarget/ditto:thing]>
01:35:26 06:35:26.864 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
01:35:26 06:35:26.900 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M6.464S> interval (min=<PT5M>)
01:35:26 06:35:26.900 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:26 06:35:26.901 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M10.285S> interval (min=<PT5M>)
01:35:26 06:35:26.901 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M2.303S> interval (min=<PT5M>)
01:35:26 06:35:26.902 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M3.265S> interval (min=<PT5M>)
01:35:26 06:35:26.916 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
01:35:26 06:35:26.919 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:35:26 06:35:26.919 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:35:26 06:35:26.927 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:26 06:35:26.928 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:26 06:35:26.928 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:26 06:35:26.933 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:26 06:35:26.933 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M32.051S> interval (min=<PT5M>)
01:35:26 06:35:26.934 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@af1d5a2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:26 06:35:26.934 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:26 06:35:26.935 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@af1d5a2]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:26 06:35:26.935 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:26 06:35:26.938 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
01:35:26 06:35:26.938 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
01:35:26 06:35:26.938 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> to sources: [ConsumerData [address=source1, addressWithIndex=source1-0], ConsumerData [address=source1, addressWithIndex=source1-0]]
01:35:26 06:35:26.939 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
01:35:26 06:35:26.939 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
01:35:26 06:35:26.940 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
01:35:27 06:35:27.050 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:27 06:35:27.219 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:35:27 06:35:27.222 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {reply-to=reply, correlation-id=cid, content-type=application/vnd.eclipse.ditto+json}
01:35:27 06:35:27.223 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {reply-to=reply, correlation-id=cid, content-type=application/vnd.eclipse.ditto+json}
01:35:27 06:35:27.225 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=1, ditto-expected-response-types=["response","error"], ditto-origin=connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["source:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:35:27 06:35:27.225 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error"], ditto-origin=connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["source:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:35:27 06:35:27.226 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:35:27 06:35:27.226 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:35:27 06:35:27.262 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M56.722S> interval (min=<PT5M>)
01:35:27 06:35:27.263 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:27 06:35:27.263 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M41.281S> interval (min=<PT5M>)
01:35:27 06:35:27.263 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M3.048S> interval (min=<PT5M>)
01:35:27 06:35:27.264 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M12.87S> interval (min=<PT5M>)
01:35:27 06:35:27.289 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:27 06:35:27.290 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:27 06:35:27.291 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:27 06:35:27.295 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:27 06:35:27.295 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M38.888S> interval (min=<PT5M>)
01:35:27 06:35:27.296 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@f291c1e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:27 06:35:27.297 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:27 06:35:27.312 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@f291c1e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:27 06:35:27.312 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:27 06:35:27.315 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@f291c1e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:27 06:35:27.315 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:27 06:35:27.316 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@f291c1e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:27 06:35:27.316 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:27 06:35:27.316 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> closed.
01:35:27 06:35:27.316 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - TESTING status: <Success(successfully connected + initialized mapper)>
01:35:27 06:35:27.353 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M45.339S> interval (min=<PT5M>)
01:35:27 06:35:27.353 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:27 06:35:27.353 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M1.401S> interval (min=<PT5M>)
01:35:27 06:35:27.354 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M20.462S> interval (min=<PT5M>)
01:35:27 06:35:27.354 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M48.672S> interval (min=<PT5M>)
01:35:27 06:35:27.370 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:27 06:35:27.371 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:27 06:35:27.371 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:27 06:35:27.376 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M38.425S> interval (min=<PT5M>)
01:35:27 06:35:27.376 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:27 06:35:27.378 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@26a4e65f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:27 06:35:27.378 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:27 06:35:27.380 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@26a4e65f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:27 06:35:27.380 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:27 06:35:27.383 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
01:35:27 06:35:27.383 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
01:35:27 06:35:27.384 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
01:35:27 06:35:27.392 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
01:35:27 06:35:27.392 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
01:35:27 06:35:27.392 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
01:35:27 06:35:27.422 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:27 06:35:27.492 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:27 06:35:27.672 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:35:27 06:35:27.673 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> closed.
01:35:27 06:35:27.674 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - RESOURCE-LEAK: failed to close AMQP 1.0 Connection
01:35:27 javax.jms.JMSException: FAIL
01:35:27 	at org.apache.qpid.jms.JmsConnection.close(JmsConnection.java:188)
01:35:27 	at org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActor.lambda$ensureJmsConnectionClosed$19(AmqpClientActor.java:495)
01:35:27 	at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
01:35:27 	at org.apache.pekko.dispatch.TaskInvocation.run(AbstractDispatcher.scala:59)
01:35:27 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
01:35:27 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
01:35:27 	at java.base/java.lang.Thread.run(Thread.java:833)
01:35:27 06:35:27.710 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M58.087S> interval (min=<PT5M>)
01:35:27 06:35:27.710 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:27 06:35:27.711 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M2.097S> interval (min=<PT5M>)
01:35:27 06:35:27.711 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M9.858S> interval (min=<PT5M>)
01:35:27 06:35:27.712 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M12.945S> interval (min=<PT5M>)
01:35:27 06:35:27.737 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:27 06:35:27.738 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:27 06:35:27.739 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:27 06:35:27.743 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:27 06:35:27.743 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M12.626S> interval (min=<PT5M>)
01:35:27 06:35:27.744 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@56732385]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:27 06:35:27.744 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:27 06:35:27.745 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@56732385]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:27 06:35:27.746 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:27 06:35:27.748 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
01:35:27 06:35:27.748 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
01:35:27 06:35:27.749 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
01:35:27 06:35:27.749 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
01:35:27 06:35:27.750 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
01:35:27 06:35:27.750 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
01:35:27 06:35:27.859 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:27 06:35:27.933 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
01:35:27 06:35:27.934 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:35:28 06:35:28.029 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:35:28 06:35:28.030 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> closed.
01:35:28 06:35:28.031 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
01:35:28 06:35:28.031 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
01:35:28 06:35:28.032 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
01:35:28 06:35:28.033 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
01:35:28 06:35:28.033 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
01:35:28 06:35:28.033 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
01:35:28 06:35:28.302 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
01:35:28 06:35:28.329 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:35:28 06:35:28.329 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> closed.
01:35:28 06:35:28.330 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
01:35:28 06:35:28.331 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
01:35:28 06:35:28.331 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
01:35:28 06:35:28.332 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
01:35:28 06:35:28.332 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
01:35:28 06:35:28.332 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
01:35:28 06:35:28.629 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:35:28 06:35:28.630 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> closed.
01:35:28 06:35:28.631 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
01:35:28 06:35:28.631 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
01:35:28 06:35:28.631 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
01:35:28 06:35:28.632 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
01:35:28 06:35:28.632 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
01:35:28 06:35:28.633 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
01:35:28 06:35:28.929 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:35:28 06:35:28.930 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> closed.
01:35:28 06:35:28.931 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
01:35:28 06:35:28.931 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
01:35:28 06:35:28.932 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
01:35:28 06:35:28.932 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
01:35:28 06:35:28.933 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
01:35:28 06:35:28.933 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
01:35:29 06:35:29.229 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:35:29 06:35:29.230 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> closed.
01:35:29 06:35:29.231 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
01:35:29 06:35:29.231 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
01:35:29 06:35:29.232 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
01:35:29 06:35:29.232 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
01:35:29 06:35:29.233 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
01:35:29 06:35:29.233 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
01:35:29 06:35:29.363 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Shutdown timeout <PT3S> reached; aborting <2> ackregators
01:35:29 06:35:29.365 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:35:29 06:35:29.529 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:35:29 06:35:29.529 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> closed.
01:35:29 06:35:29.531 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
01:35:29 06:35:29.531 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
01:35:29 06:35:29.531 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
01:35:29 06:35:29.532 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
01:35:29 06:35:29.532 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
01:35:29 06:35:29.532 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
01:35:29 06:35:29.584 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
01:35:29 06:35:29.751 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
01:35:29 06:35:29.753 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:35:29 06:35:29.829 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:35:29 06:35:29.829 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> closed.
01:35:29 06:35:29.831 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
01:35:29 06:35:29.831 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
01:35:29 06:35:29.832 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
01:35:29 06:35:29.832 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
01:35:29 06:35:29.833 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
01:35:29 06:35:29.833 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
01:35:29 06:35:29.839 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
01:35:29 06:35:29.840 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:35:29 06:35:29.914 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
01:35:29 06:35:29.916 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:35:29 06:35:29.916 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:35:30 06:35:30.112 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
01:35:30 06:35:30.114 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:35:30 06:35:30.129 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:35:30 06:35:30.130 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> closed.
01:35:30 06:35:30.131 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
01:35:30 06:35:30.131 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
01:35:30 06:35:30.131 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
01:35:30 06:35:30.132 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
01:35:30 06:35:30.132 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
01:35:30 06:35:30.132 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
01:35:30 06:35:30.429 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:35:30 06:35:30.430 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> closed.
01:35:30 06:35:30.431 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
01:35:30 06:35:30.431 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
01:35:30 06:35:30.432 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
01:35:30 06:35:30.432 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
01:35:30 06:35:30.433 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
01:35:30 06:35:30.433 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
01:35:30 06:35:30.471 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
01:35:30 06:35:30.729 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:35:30 06:35:30.730 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> closed.
01:35:30 06:35:30.731 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
01:35:30 06:35:30.731 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
01:35:30 06:35:30.732 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
01:35:30 06:35:30.732 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
01:35:30 06:35:30.733 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
01:35:30 06:35:30.733 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
01:35:31 06:35:31.029 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:35:31 06:35:31.029 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> closed.
01:35:31 06:35:31.081 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M25.455S> interval (min=<PT5M>)
01:35:31 06:35:31.081 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:31 06:35:31.081 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M10.159S> interval (min=<PT5M>)
01:35:31 06:35:31.082 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M0.213S> interval (min=<PT5M>)
01:35:31 06:35:31.082 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M23.716S> interval (min=<PT5M>)
01:35:31 06:35:31.108 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:31 06:35:31.109 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:31 06:35:31.110 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:31 06:35:31.114 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:31 06:35:31.114 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M42.901S> interval (min=<PT5M>)
01:35:31 06:35:31.115 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6ae0398b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:31 06:35:31.116 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:31 06:35:31.117 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6ae0398b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:31 06:35:31.117 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:31 06:35:31.119 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to connect JMS client:FAIL
01:35:31 06:35:31.120 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-511#1166655831], cause=<ConnectionFailedException>: Failed to connect JMS client:FAIL. The requested Connection could not be connected due to an internal failure of the underlying driver. Cause: <JMSException>: FAIL., description=null, time=2024-01-18T06:35:31.119847530Z, connectivityStatus=null]>
01:35:31 06:35:31.120 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Connection failed: ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/system/testProbe-511#1166655831], cause=<ConnectionFailedException>: Failed to connect JMS client:FAIL. The requested Connection could not be connected due to an internal failure of the underlying driver. Cause: <JMSException>: FAIL., description=null, time=2024-01-18T06:35:31.119847530Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
01:35:31 06:35:31.156 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M46.524S> interval (min=<PT5M>)
01:35:31 06:35:31.156 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:31 06:35:31.156 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M12.947S> interval (min=<PT5M>)
01:35:31 06:35:31.157 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M39.389S> interval (min=<PT5M>)
01:35:31 06:35:31.157 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M29.552S> interval (min=<PT5M>)
01:35:31 06:35:31.184 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:31 06:35:31.185 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:31 06:35:31.190 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:31 06:35:31.195 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:31 06:35:31.195 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M30.308S> interval (min=<PT5M>)
01:35:31 06:35:31.196 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@204432c1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:31 06:35:31.196 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:31 06:35:31.198 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@204432c1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:31 06:35:31.198 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:31 06:35:31.201 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
01:35:31 06:35:31.201 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
01:35:31 06:35:31.201 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0]]
01:35:31 06:35:31.202 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
01:35:31 06:35:31.202 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
01:35:31 06:35:31.203 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
01:35:31 06:35:31.235 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:31 06:35:31.316 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:31 06:35:31.350 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
01:35:31 06:35:31.475 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:35:31 06:35:31.492 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Consumer <mockConsumer> closed due to IllegalStateException: Forcibly detached
01:35:31 06:35:31.492 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpConsumerActor - Consumer for destination 'amqp/source1' was closed. Will try to recreate after some backoff.
01:35:31 06:35:31.493 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Connection failed: ImmutableConnectionFailure [origin=Actor[pekko://PekkoTestSystem/user/$$s/amqpConsumerActor-0-amqp%2Fsource1-01#856867179], cause=<AskTimeoutException>: Consumer creation timeout., description=Failed to recreate closed message consumer, time=2024-01-18T06:35:31.492968814Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
01:35:31 06:35:31.606 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
01:35:31 06:35:31.606 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
01:35:31 06:35:31.607 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0]]
01:35:31 06:35:31.608 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
01:35:31 06:35:31.608 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
01:35:31 06:35:31.608 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
01:35:31 06:35:31.619 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {reply-to=reply, correlation-id=cid, content-type=application/vnd.eclipse.ditto+json}
01:35:31 06:35:31.623 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error"], ditto-origin=connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["source:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:35:31 06:35:31.624 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:35:31 06:35:31.625 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Null producer in cache for destination <twinEventExchange/twinEventRoutingKey>!
01:35:31 06:35:31.625 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Null producer in cache for destination <live/key>!
01:35:31 06:35:31.625 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Null producer in cache for destination <twin/key>!
01:35:31 06:35:31.666 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M14.662S> interval (min=<PT5M>)
01:35:31 06:35:31.666 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:31 06:35:31.666 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M47.071S> interval (min=<PT5M>)
01:35:31 06:35:31.667 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M44.309S> interval (min=<PT5M>)
01:35:31 06:35:31.667 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M47.852S> interval (min=<PT5M>)
01:35:31 06:35:31.693 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:31 06:35:31.695 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:31 06:35:31.695 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:31 06:35:31.700 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:31 06:35:31.700 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M23.266S> interval (min=<PT5M>)
01:35:31 06:35:31.701 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@68ad446c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:31 06:35:31.701 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:31 06:35:31.703 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@68ad446c]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:31 06:35:31.703 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:31 06:35:31.705 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Received JmsConnected
01:35:31 06:35:31.705 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Starting publisher and consumers.
01:35:31 06:35:31.706 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Subscribed Connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e> to sources: [ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-0], ConsumerData [address=amqp/source1, addressWithIndex=amqp/source1-1]]
01:35:31 06:35:31.707 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
01:35:31 06:35:31.707 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
01:35:31 06:35:31.707 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
01:35:31 06:35:31.820 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:31 06:35:31.980 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:35:32 06:35:31.981 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
01:35:32 06:35:32.019 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M13.468S> interval (min=<PT5M>)
01:35:32 06:35:32.019 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:32 06:35:32.019 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M35.952S> interval (min=<PT5M>)
01:35:32 06:35:32.020 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M39.26S> interval (min=<PT5M>)
01:35:32 06:35:32.021 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M59.355S> interval (min=<PT5M>)
01:35:32 06:35:32.046 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:32 06:35:32.048 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:32 06:35:32.048 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:32 06:35:32.053 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:32 06:35:32.053 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M19.752S> interval (min=<PT5M>)
01:35:32 06:35:32.054 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6d7a1850]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:32 06:35:32.055 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:32 06:35:32.056 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6d7a1850]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:32 06:35:32.056 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:32 06:35:32.058 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6d7a1850]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:32 06:35:32.058 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:32 06:35:32.058 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6d7a1850]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:32 06:35:32.059 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:32 06:35:32.059 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - test timed out.
01:35:32 06:35:32.091 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
01:35:32 06:35:32.093 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:35:32 06:35:32.093 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:35:32 06:35:32.124 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M18.073S> interval (min=<PT5M>)
01:35:32 06:35:32.124 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:32 06:35:32.124 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M22.768S> interval (min=<PT5M>)
01:35:32 06:35:32.125 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M14.082S> interval (min=<PT5M>)
01:35:32 06:35:32.126 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M38.667S> interval (min=<PT5M>)
01:35:32 06:35:32.150 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:32 06:35:32.151 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:32 06:35:32.152 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:32 06:35:32.156 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:32 06:35:32.156 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M41.807S> interval (min=<PT5M>)
01:35:32 06:35:32.157 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@21bf695a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:32 06:35:32.157 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:32 06:35:32.159 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@21bf695a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:32 06:35:32.159 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:32 06:35:32.166 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:32 06:35:32.166 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
01:35:32 06:35:32.220 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M37.176S> interval (min=<PT5M>)
01:35:32 06:35:32.221 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:32 06:35:32.221 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M20.902S> interval (min=<PT5M>)
01:35:32 06:35:32.222 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M9.572S> interval (min=<PT5M>)
01:35:32 06:35:32.222 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M37.987S> interval (min=<PT5M>)
01:35:32 06:35:32.238 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
01:35:32 06:35:32.239 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:35:32 06:35:32.247 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:32 06:35:32.248 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:32 06:35:32.248 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:32 06:35:32.253 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M10.73S> interval (min=<PT5M>)
01:35:32 06:35:32.253 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:32 06:35:32.254 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@15dc3eee]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:32 06:35:32.254 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:32 06:35:32.255 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@15dc3eee]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:32 06:35:32.255 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:32 06:35:32.256 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Responding early with static 'CLOSED' ResourceStatus for all sub-sources and -targets and SSH tunnel, because some children could not be started, due to a live status <unknown> in the client actor.
01:35:32 06:35:32.291 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M26.844S> interval (min=<PT5M>)
01:35:32 06:35:32.291 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:32 06:35:32.291 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M6.036S> interval (min=<PT5M>)
01:35:32 06:35:32.292 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M54.417S> interval (min=<PT5M>)
01:35:32 06:35:32.293 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M48.694S> interval (min=<PT5M>)
01:35:32 06:35:32.316 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:32 06:35:32.318 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:32 06:35:32.318 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:32 06:35:32.322 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:32 06:35:32.322 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M28.156S> interval (min=<PT5M>)
01:35:32 06:35:32.324 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@79991add]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:32 06:35:32.324 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:32 06:35:32.325 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@79991add]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:32 06:35:32.325 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:32 06:35:32.326 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:32 06:35:32.326 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <36> loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:32 06:35:32.330 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
01:35:32 06:35:32.332 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:35:32 06:35:32.372 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:32 06:35:32.441 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:32 06:35:32.451 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M48.451S> interval (min=<PT5M>)
01:35:32 06:35:32.451 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:32 06:35:32.452 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M58.766S> interval (min=<PT5M>)
01:35:32 06:35:32.452 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M38.859S> interval (min=<PT5M>)
01:35:32 06:35:32.453 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M46.261S> interval (min=<PT5M>)
01:35:32 06:35:32.647 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:32 06:35:32.649 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:32 06:35:32.649 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:32 06:35:32.655 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:32 06:35:32.655 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M34.573S> interval (min=<PT5M>)
01:35:32 06:35:32.657 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6798c1a4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:32 06:35:32.657 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:32 06:35:32.659 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6798c1a4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:32 06:35:32.659 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:32 06:35:32.662 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6798c1a4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:32 06:35:32.662 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:32 06:35:32.662 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6798c1a4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:32 06:35:32.663 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:32 06:35:32.691 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
01:35:32 06:35:32.772 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:36 06:35:36.048 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
01:35:36 06:35:36.050 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:35:36 06:35:36.134 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
01:35:36 06:35:36.135 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:35:36 06:35:36.135 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:35:36 06:35:36.644 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
01:35:36 06:35:36.645 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:35:37 06:35:37.075 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
01:35:37 06:35:37.271 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
01:35:37 06:35:37.273 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:35:37 06:35:37.431 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
01:35:37 06:35:37.432 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:35:37 06:35:37.680 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - TESTING status: <Failure(ConnectionFailedException [message='The Connection with ID 'connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e' failed to connect.', errorCode=connectivity:connection.failed, httpStatus=HttpStatus [code=504, category=SERVER_ERROR], description='The requested Connection could not be connected due to 'CompletionException: org.apache.pekko.pattern.AskTimeoutException: Ask timed out on [Actor[pekko://PekkoTestSystem/user/$a/jmsConnectionHandling-connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e-test1#-1403115820]] after [5000 ms]. Message of type [org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActor$JmsConnect]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.'', href=null, dittoHeaders=ImmutableDittoHeaders [{}]])>
01:35:47 06:35:47.805 [ERROR] [PekkoTestSystem-jms-connection-handling-dispatcher-16] o.a.q.j.JmsConnection - Failed to connect to remote at: amqps://127.0.0.1:45479
01:35:47 06:35:47.816 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to create JMS connection:Timed out while waiting to connect
01:35:47 06:35:47.873 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M14.299S> interval (min=<PT5M>)
01:35:47 06:35:47.873 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:47 06:35:47.873 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M56.037S> interval (min=<PT5M>)
01:35:47 06:35:47.874 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M46.844S> interval (min=<PT5M>)
01:35:47 06:35:47.875 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M22.226S> interval (min=<PT5M>)
01:35:47 06:35:47.900 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:47 06:35:47.902 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:47 06:35:47.902 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:47 06:35:47.907 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M32.393S> interval (min=<PT5M>)
01:35:47 06:35:47.907 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:48 06:35:47.908 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@327b429e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:48 06:35:47.909 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:48 06:35:47.910 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@327b429e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:48 06:35:47.911 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:48 06:35:48.024 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:48 06:35:48.037 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M50.798S> interval (min=<PT5M>)
01:35:48 06:35:48.037 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:48 06:35:48.038 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M2.642S> interval (min=<PT5M>)
01:35:48 06:35:48.038 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M9.974S> interval (min=<PT5M>)
01:35:48 06:35:48.039 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M13.496S> interval (min=<PT5M>)
01:35:48 06:35:48.063 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:48 06:35:48.064 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:48 06:35:48.065 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:48 06:35:48.069 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:48 06:35:48.069 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M18.962S> interval (min=<PT5M>)
01:35:48 06:35:48.070 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@74db4caf]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:48 06:35:48.071 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:48 06:35:48.072 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@74db4caf]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:48 06:35:48.072 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:48 06:35:48.073 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:48 06:35:48.183 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:48 06:35:48.198 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M10.353S> interval (min=<PT5M>)
01:35:48 06:35:48.198 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:48 06:35:48.199 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M22.684S> interval (min=<PT5M>)
01:35:48 06:35:48.199 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M18.163S> interval (min=<PT5M>)
01:35:48 06:35:48.200 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M45.996S> interval (min=<PT5M>)
01:35:48 06:35:48.224 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>
01:35:48 06:35:48.225 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:48 06:35:48.226 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:48 06:35:48.230 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:35:48 06:35:48.230 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M6.967S> interval (min=<PT5M>)
01:35:48 06:35:48.231 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@2b2450f7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:48 06:35:48.232 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:48 06:35:48.233 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@2b2450f7]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:35:48 06:35:48.233 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:35:48 06:35:48.234 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <connection-639cc1be-4d1b-474f-bb79-cacf2b1dce4e>.
01:35:48 06:35:48.234 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
01:35:48 [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.69 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActorTest
01:35:48 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpPublisherActorTest
01:35:48 06:35:48.238 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
01:35:48 06:35:48.325 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created
01:35:48 06:35:48.329 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Got closed AMQP 1.0 producer 'Mock for MessageProducer, hashCode: 1435723338'. Will try to re-establish the static targets after some cool-down period
01:35:49 06:35:49.344 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created
01:35:53 06:35:53.012 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
01:35:53 06:35:53.014 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:35:53 06:35:53.173 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
01:35:53 06:35:53.175 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:35:58 06:35:58.391 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created
01:35:59 06:35:59.455 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
01:35:59 06:35:59.455 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
01:35:59 06:35:59.455 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
01:35:59 06:35:59.457 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=outbound]>
01:35:59 06:35:59.458 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=outbound]>
01:35:59 06:35:59.459 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=outbound]>
01:35:59 06:35:59.460 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=outbound]>
01:35:59 06:35:59.460 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=outbound]>
01:35:59 06:35:59.461 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Ran into a failure when publishing signal - MessageSendingFailedException: Outgoing AMQP message dropped: There are too many unsettled messages or too few credits.
01:35:59 06:35:59.523 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created
01:35:59 06:35:59.523 [WARN ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Unknown message: MappedOutboundSignal [delegate=UnmappedOutboundSignal [source=ThingDeleted [type=things.events:thingDeleted, timestamp=2024-01-18T06:35:59.510001036Z, dittoHeaders=ImmutableDittoHeaders [{device_id=ditto:thing, response-required=false}], metadata=null, entityId=ditto:thing, revision=30, thingId=ditto:thing], targets=[ImmutableTarget [address=outbound, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=outbound, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={feature_id={{ feature:id }}, device_id={{ header:device_id }}, subject={{ topic:action-subject }}, thing_id={{ thing:id }}, correlation-id={{ header:correlation-id }}, prefixed_thing_id=some.prefix.{{ thing:id }}, suffixed_thing_id={{ header:device_id }}.some.suffix, ditto-connection-id=hallo, reply-to={{ header:reply-to }}, eclipse=ditto}], payloadMapping=ImmutablePayloadMapping [mappings=[]]]]], adaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=ditto, name=thing, group=things, channel=twin, criterion=events, action=deleted, searchAction=null, streamingAction=null, subject=null, path=ditto/thing/things/twin/events/deleted], payload=ImmutablePayload [path=/, value=null, extra=null, status=null, revision=30, timestamp=2024-01-18T06:35:59.510001036Z, metadata=null, fields=null], headers=ImmutableDittoHeaders [{device_id=ditto:thing, response-required=false}]], externalMessage=UnmodifiableExternalMessage [headers={device_id=ditto:thing}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=TEXT, textPayload=payload, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]]]
01:35:59 06:35:59.523 [WARN ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Unknown message: MappedOutboundSignal [delegate=UnmappedOutboundSignal [source=ThingDeleted [type=things.events:thingDeleted, timestamp=2024-01-18T06:35:59.510001036Z, dittoHeaders=ImmutableDittoHeaders [{device_id=ditto:thing, response-required=false}], metadata=null, entityId=ditto:thing, revision=30, thingId=ditto:thing], targets=[ImmutableTarget [address=outbound, topics=[_/_/things/twin/events], qos=null, authorizationContext=ImmutableAuthorizationContext [type=pre-authenticated-connection, authorizationSubjects=[some:subject]], originalAddress=outbound, issuedAcknowledgementLabel=null, headerMapping=ImmutableHeaderMapping [mapping={feature_id={{ feature:id }}, device_id={{ header:device_id }}, subject={{ topic:action-subject }}, thing_id={{ thing:id }}, correlation-id={{ header:correlation-id }}, prefixed_thing_id=some.prefix.{{ thing:id }}, suffixed_thing_id={{ header:device_id }}.some.suffix, ditto-connection-id=hallo, reply-to={{ header:reply-to }}, eclipse=ditto}], payloadMapping=ImmutablePayloadMapping [mappings=[]]]]], adaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=ditto, name=thing, group=things, channel=twin, criterion=events, action=deleted, searchAction=null, streamingAction=null, subject=null, path=ditto/thing/things/twin/events/deleted], payload=ImmutablePayload [path=/, value=null, extra=null, status=null, revision=30, timestamp=2024-01-18T06:35:59.510001036Z, metadata=null, fields=null], headers=ImmutableDittoHeaders [{device_id=ditto:thing, response-required=false}]], externalMessage=UnmodifiableExternalMessage [headers={device_id=ditto:thing}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=TEXT, textPayload=payload, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]]]
01:35:59 06:35:59.524 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Got closed AMQP 1.0 producer 'Mock for MessageProducer, hashCode: 15222972'. Will try to re-establish the static targets after some cool-down period
01:35:59 06:35:59.524 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Got closed AMQP 1.0 producer while already in backOff mode. Will ignore the closed info as this should never happen (and also the backOff mechanism will create a producer soon)
01:35:59 06:35:59.524 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Got closed AMQP 1.0 producer while already in backOff mode. Will ignore the closed info as this should never happen (and also the backOff mechanism will create a producer soon)
01:36:00 06:36:00.538 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created
01:36:09 06:36:09.592 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
01:36:09 06:36:09.593 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
01:36:09 06:36:09.593 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
01:36:09 06:36:09.594 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=outbound]>
01:36:09 06:36:09.672 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created
01:36:09 06:36:09.672 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <anotherAddress> (JmsQueue) created
01:36:09 06:36:09.673 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=outbound]>
01:36:09 06:36:09.674 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=outbound]>
01:36:09 06:36:09.683 [INFO ] [main] o.e.d.c.s.m.a.AmqpPublisherActorTest - Want 2 invocations after 1500ms.
01:36:09 06:36:09.684 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Got closed AMQP 1.0 producer 'Mock for MessageProducer, hashCode: 195032331'. Will try to re-establish the static targets after some cool-down period
01:36:10 06:36:10.699 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created
01:36:11 06:36:11.185 [INFO ] [main] o.e.d.c.s.m.a.AmqpPublisherActorTest - Want 3 invocations after 2500ms.
01:36:11 06:36:11.185 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Got closed AMQP 1.0 producer 'Mock for MessageProducer, hashCode: 195032331'. Will try to re-establish the static targets after some cool-down period
01:36:13 06:36:13.199 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created
01:36:13 06:36:13.686 [INFO ] [main] o.e.d.c.s.m.a.AmqpPublisherActorTest - Want 4 invocations after 4500ms.
01:36:13 06:36:13.686 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpPublisherActor - Got closed AMQP 1.0 producer 'Mock for MessageProducer, hashCode: 195032331'. Will try to re-establish the static targets after some cool-down period
01:36:17 06:36:17.699 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <outbound> (JmsQueue) created
01:36:18 06:36:18.249 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
01:36:18 06:36:18.250 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
01:36:18 06:36:18.250 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
01:36:18 06:36:18.251 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=outbound]>
01:36:18 06:36:18.323 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
01:36:18 06:36:18.323 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
01:36:18 06:36:18.323 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
01:36:18 06:36:18.324 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <AmqpTarget [jmsDestination=outbound]>
01:36:18 06:36:18.409 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twinEventExchange/twinEventRoutingKey> (JmsQueue) created
01:36:18 06:36:18.409 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <twin/key> (JmsQueue) created
01:36:18 06:36:18.409 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Target producer <live/key> (JmsQueue) created
01:36:18 06:36:18.410 [INFO ] [AmqpPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpPublisherActor - Publishing mapped message of type <things.responses:deleteThing> for id <thing:id> to PublishTarget <AmqpTarget [jmsDestination=replyTarget/thing:id]>
01:36:18 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.16 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpPublisherActorTest
01:36:18 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpSpecificConfigTest
01:36:18 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpSpecificConfigTest
01:36:18 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpValidatorTest
01:36:18 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpValidatorTest
01:36:18 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpTargetTest
01:36:18 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpTargetTest
01:36:18 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.SaslPlainCredentialsSupplierTest
01:36:18 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.SaslPlainCredentialsSupplierTest
01:36:18 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActorTest
01:36:18 06:36:18.513 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
01:36:18 06:36:18.585 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:36:18 06:36:18.598 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {amqp.message.annotation:user-id=value, correlation-id=cor-}
01:36:18 06:36:18.603 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{user-id=value, correlation-id=cor-, ditto-origin=connection-47ba3d63-987d-466f-b064-fa35841bac89, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, device_id=org.eclipse.ditto.test:testThing, ditto-entity-id=thing:org.eclipse.ditto.test:testThing, ditto-inbound-payload-mapper=default}]
01:36:18 06:36:18.605 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:36:18 06:36:18.696 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:36:18 06:36:18.771 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <43> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:36:18 06:36:18.792 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:36:19 06:36:19.245 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test, device_id=ditto:thing}
01:36:19 06:36:19.249 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:36:19 06:36:19.250 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:36:19 06:36:19.251 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpConsumerActor - Consumer for destination 'source' was closed. Will try to recreate after some backoff.
01:36:20 06:36:20.265 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpConsumerActor - Consumer for destination 'source' created.
01:36:20 06:36:20.470 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test, device_id=ditto:thing}
01:36:20 06:36:20.474 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:36:20 06:36:20.778 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:36:20 06:36:20.781 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cor-}
01:36:20 06:36:20.788 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-47ba3d63-987d-466f-b064-fa35841bac89, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cor-, ditto-entity-id=thing:org.eclipse.ditto:foo-bar, ditto-inbound-payload-mapper=test}]
01:36:20 06:36:20.882 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:36:20 06:36:20.885 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cor-, content-type=text/plain}
01:36:20 06:36:20.890 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-47ba3d63-987d-466f-b064-fa35841bac89, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cor-, content-type=text/plain, ditto-entity-id=thing:org.eclipse.ditto:foo-bar, ditto-inbound-payload-mapper=test}]
01:36:20 06:36:20.891 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-47ba3d63-987d-466f-b064-fa35841bac89, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cor-, content-type=text/plain, ditto-entity-id=thing:org.eclipse.ditto:foo-bar, ditto-inbound-payload-mapper=test}]
01:36:20 06:36:20.892 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:36:20 06:36:20.892 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-47ba3d63-987d-466f-b064-fa35841bac89, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cor-, content-type=text/plain, ditto-entity-id=thing:org.eclipse.ditto:foo-bar, ditto-inbound-payload-mapper=test}]
01:36:20 06:36:20.892 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:36:20 06:36:20.893 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:36:21 06:36:20.984 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:36:21 06:36:20.987 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {correlation-id=cor-, content-type=text/plain}
01:36:21 06:36:20.990 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-origin=connection-47ba3d63-987d-466f-b064-fa35841bac89, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cor-, content-type=text/plain, ditto-entity-id=thing:org.eclipse.ditto:foo-bar, ditto-inbound-payload-mapper=test}]
01:36:21 06:36:20.991 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:36:21 06:36:21.057 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <43> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:36:21 06:36:21.078 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:36:21 06:36:21.174 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <43> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:36:21 06:36:21.196 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:36:21 06:36:21.228 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test, device_id=ditto:thing}
01:36:21 06:36:21.232 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, content-type=application/vnd.eclipse.ditto+json, reply-to=replies, response-required=true, correlation-id=cid, requested-acks=["twin-persisted"], ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:36:21 06:36:21.233 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:36:21 06:36:21.234 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test, device_id=ditto:thing}>, isSuccess=<true>, ackType=<1 accepted>
01:36:21 06:36:21.325 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <43> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:36:21 06:36:21.346 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:36:21 06:36:21.378 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test, device_id=ditto:thing}
01:36:21 06:36:21.382 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, content-type=application/vnd.eclipse.ditto+json, reply-to=replies, response-required=true, correlation-id=cid, requested-acks=["twin-persisted"], ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:36:21 06:36:21.383 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:36:21 06:36:21.384 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.e.s.a.AcknowledgementAggregatorActor - Stopped waiting for acknowledgements because of ditto runtime exception <ThingUnavailableException [message='The Thing with ID 'ditto:thing' is not available, please try again later.', errorCode=things:thing.unavailable, httpStatus=HttpStatus [code=503, category=SERVER_ERROR], description='The requested Thing is temporarily not available, please retry the performed action in order to improve resiliency.', href=null, dittoHeaders=ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, content-type=application/vnd.eclipse.ditto+json, reply-to=replies, response-required=true, correlation-id=cid, requested-acks=["twin-persisted"], ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default, ditto-ackgregator-address=pekko://PekkoTestSystem@127.0.0.1:37209/user/ackr0-cid#186521237}]]>.
01:36:21 06:36:21.384 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.OutboundMappingProcessorActor - Got DittoRuntimeException 'things:thing.unavailable' when ExternalMessage was processed: The Thing with ID 'ditto:thing' is not available, please try again later. - The requested Thing is temporarily not available, please retry the performed action in order to improve resiliency.
01:36:21 06:36:21.384 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test, device_id=ditto:thing}>, isSuccess=<false>, ackType=<4 modified[delivery-failed]>
01:36:21 06:36:21.465 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <43> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:36:21 06:36:21.491 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:36:21 06:36:21.523 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test, device_id=ditto:thing}
01:36:21 06:36:21.527 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, content-type=application/vnd.eclipse.ditto+json, reply-to=replies, response-required=true, correlation-id=cid, requested-acks=["twin-persisted"], ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:36:21 06:36:21.528 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:36:21 06:36:21.528 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.e.s.a.AcknowledgementAggregatorActor - Stopped waiting for acknowledgements because of ditto runtime exception <AcknowledgementRequestTimeoutException [message='The acknowledgement request reached the specified timeout of 1,000ms.', errorCode=acknowledgement:request.timeout, httpStatus=HttpStatus [code=408, category=CLIENT_ERROR], description='Try increasing the timeout and make sure that the requested acknowledgement is sent back in time.', href=null, dittoHeaders=ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, content-type=application/vnd.eclipse.ditto+json, reply-to=replies, response-required=true, correlation-id=cid, requested-acks=["twin-persisted"], ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default, ditto-ackgregator-address=pekko://PekkoTestSystem@127.0.0.1:35317/user/ackr0-cid#-1118834716}]]>.
01:36:21 06:36:21.528 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.OutboundMappingProcessorActor - Got DittoRuntimeException 'acknowledgement:request.timeout' when ExternalMessage was processed: The acknowledgement request reached the specified timeout of 1,000ms. - Try increasing the timeout and make sure that the requested acknowledgement is sent back in time.
01:36:21 06:36:21.529 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test, device_id=ditto:thing}>, isSuccess=<false>, ackType=<4 modified[delivery-failed]>
01:36:21 06:36:21.595 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <43> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:36:21 06:36:21.616 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:36:21 06:36:21.649 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test, device_id=ditto:thing}
01:36:21 06:36:21.652 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, content-type=application/vnd.eclipse.ditto+json, reply-to=replies, response-required=true, correlation-id=cid, requested-acks=["twin-persisted"], ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:36:21 06:36:21.653 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:36:21 06:36:21.653 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.e.s.a.AcknowledgementAggregatorActor - Stopped waiting for acknowledgements because of ditto runtime exception <ThingNotAccessibleException [message='The Thing with ID 'ditto:thing' could not be found or requester had insufficient permissions to access it.', errorCode=things:thing.notfound, httpStatus=HttpStatus [code=404, category=CLIENT_ERROR], description='Check if the ID of your requested Thing was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, content-type=application/vnd.eclipse.ditto+json, reply-to=replies, response-required=true, correlation-id=cid, requested-acks=["twin-persisted"], ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default, ditto-ackgregator-address=pekko://PekkoTestSystem@127.0.0.1:33265/user/ackr0-cid#307147480}]]>.
01:36:21 06:36:21.654 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.OutboundMappingProcessorActor - Got DittoRuntimeException 'things:thing.notfound' when ExternalMessage was processed: The Thing with ID 'ditto:thing' could not be found or requester had insufficient permissions to access it. - Check if the ID of your requested Thing was correct and you have sufficient permissions.
01:36:21 06:36:21.654 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test, device_id=ditto:thing}>, isSuccess=<false>, ackType=<2 rejected>
01:36:21 06:36:21.731 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <43> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:36:21 06:36:21.752 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:36:21 06:36:21.785 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test, device_id=ditto:thing}
01:36:21 06:36:21.788 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, content-type=application/vnd.eclipse.ditto+json, reply-to=replies, response-required=true, correlation-id=cid, requested-acks=["twin-persisted"], ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:36:21 06:36:21.790 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:36:21 06:36:21.791 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpConsumerActor - Acking <null> with original external message headers=<{content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test, device_id=ditto:thing}>, isSuccess=<false>, ackType=<2 rejected>
01:36:21 06:36:21.865 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <43> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:36:21 06:36:21.886 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:36:21 06:36:21.911 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test, device_id=ditto:thing}
01:36:21 06:36:21.914 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:36:21 06:36:21.915 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:36:22 06:36:21.989 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <43> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:36:22 06:36:22.010 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:36:22 06:36:22.033 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test, device_id=ditto:thing}
01:36:22 06:36:22.037 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.InboundDispatchingSink - Got exception <connectivity:message.mapping.failed> when processing external message with mapper <faulty>: <The external message with content-type 'text/plain' could not be mapped.>
01:36:22 06:36:22.037 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{content-type=text/plain, ditto-entity-id=thing:ditto:thing, response-required=false, device_id=ditto:thing, thing_id=ditto:thing, correlation-id=amqp-10-test, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, reply-to=reply-to-address, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}}] : with HeaderMapping Optional[ImmutableHeaderMapping [mapping={feature_id={{ feature:id }}, device_id={{ header:device_id }}, subject={{ topic:action-subject }}, thing_id={{ thing:id }}, correlation-id={{ header:correlation-id }}, prefixed_thing_id=some.prefix.{{ thing:id }}, suffixed_thing_id={{ header:device_id }}.some.suffix, ditto-connection-id=hallo, reply-to={{ header:reply-to }}, eclipse=ditto}]] : and external headers {content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test, device_id=ditto:thing}
01:36:22 06:36:22.038 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=ditto}]
01:36:22 06:36:22.039 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:36:22 06:36:22.112 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <43> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:36:22 06:36:22.133 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:36:22 06:36:22.157 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test, device_id=ditto:thing}
01:36:22 06:36:22.160 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:36:22 06:36:22.161 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:36:22 06:36:22.261 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:36:22 06:36:22.396 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:36:22 06:36:22.425 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=_invalid, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=_invalid.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:36:22 06:36:22.426 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - Got exception <connectivity:connection.id.enforcement.failed> when processing external message with mapper <default>: <The configured filters could not be matched against the given target with ID '_invalid'.>
01:36:22 06:36:22.427 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default, response-required=false, device_id=_invalid, thing_id=ditto:thing, correlation-id=amqp-10-test, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=_invalid.some.suffix, reply-to=reply-to-address, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}}] : with HeaderMapping Optional[ImmutableHeaderMapping [mapping={feature_id={{ feature:id }}, device_id={{ header:device_id }}, subject={{ topic:action-subject }}, thing_id={{ thing:id }}, correlation-id={{ header:correlation-id }}, prefixed_thing_id=some.prefix.{{ thing:id }}, suffixed_thing_id={{ header:device_id }}.some.suffix, ditto-connection-id=hallo, reply-to={{ header:reply-to }}, eclipse=ditto}]] : and external headers {content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test, device_id=_invalid}
01:36:22 06:36:22.510 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <43> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:36:22 06:36:22.532 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:36:22 06:36:22.557 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test, device_id=ditto:thing}
01:36:22 06:36:22.562 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=duplicator}]
01:36:22 06:36:22.563 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:36:22 06:36:22.563 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=duplicator}]
01:36:22 06:36:22.564 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:36:22 06:36:22.564 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=ditto}]
01:36:22 06:36:22.565 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:36:22 06:36:22.634 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <43> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:36:22 06:36:22.655 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:36:22 06:36:22.680 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpConsumerActor - Received message from AMQP 1.0 with externalMessageHeaders: {content-type=text/plain, reply-to=reply-to-address, correlation-id=amqp-10-test, device_id=ditto:thing}
01:36:22 06:36:22.684 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=ditto}]
01:36:22 06:36:22.686 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:36:22 06:36:22.687 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=ditto}]
01:36:22 06:36:22.688 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:36:22 06:36:22.794 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:36:22 [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.317 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpConsumerActorTest
01:36:22 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.amqp.JmsConnectionHandlingActorTest
01:36:22 06:36:22.891 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-41476db4-7488-45d5-b2fc-fa1511a589ef> closed.
01:36:22 06:36:22.915 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.JMSConnectionHandlingActor - An unexpected exception occurred. Terminating JMS connection.
01:36:22 java.lang.IllegalStateException: failureOnCreateConsumer
01:36:22 	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.createJmsConsumer(JMSConnectionHandlingActor.java:378)
01:36:22 	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.lambda$createConsumers$5(JMSConnectionHandlingActor.java:350)
01:36:22 	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
01:36:22 	at java.base/java.util.stream.IntPipeline$1$1.accept(IntPipeline.java:180)
01:36:22 	at java.base/java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Streams.java:104)
01:36:22 	at java.base/java.util.Spliterator$OfInt.forEachRemaining(Spliterator.java:711)
01:36:22 	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
01:36:22 	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
01:36:22 	at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
01:36:22 	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
01:36:22 	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
01:36:22 	at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
01:36:22 	at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276)
01:36:22 	at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
01:36:22 	at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845)
01:36:22 	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
01:36:22 	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
01:36:22 	at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
01:36:22 	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
01:36:22 	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
01:36:22 	at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
01:36:22 	at java.base/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276)
01:36:22 	at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
01:36:22 	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
01:36:22 	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
01:36:22 	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:575)
01:36:22 	at java.base/java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
01:36:22 	at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:616)
01:36:22 	at java.base/java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:622)
01:36:22 	at java.base/java.util.stream.ReferencePipeline.toList(ReferencePipeline.java:627)
01:36:22 	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.createConsumers(JMSConnectionHandlingActor.java:354)
01:36:22 	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.tryConnect(JMSConnectionHandlingActor.java:279)
01:36:22 	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.maybeConnectAndTell(JMSConnectionHandlingActor.java:258)
01:36:22 	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.handleConnect(JMSConnectionHandlingActor.java:237)
01:36:22 	at org.apache.pekko.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:33)
01:36:22 	at org.apache.pekko.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:29)
01:36:22 	at scala.PartialFunction.applyOrElse(PartialFunction.scala:214)
01:36:22 	at scala.PartialFunction.applyOrElse$(PartialFunction.scala:213)
01:36:22 	at org.apache.pekko.japi.pf.UnitCaseStatement.applyOrElse(CaseStatements.scala:29)
01:36:22 	at scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:269)
01:36:22 	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
01:36:22 	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
01:36:22 	at org.apache.pekko.actor.AbstractActor.aroundReceive(AbstractActor.scala:229)
01:36:22 	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
01:36:22 	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
01:36:22 	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
01:36:22 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
01:36:22 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
01:36:22 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
01:36:22 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
01:36:22 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
01:36:22 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
01:36:22 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
01:36:22 06:36:22.915 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Unexpected error: failureOnCreateConsumer
01:36:22 06:36:22.938 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Connection <connection-41476db4-7488-45d5-b2fc-fa1511a589ef> closed.
01:36:23 06:36:22.998 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to create session:failed to create session
01:36:23 06:36:23.021 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.JMSConnectionHandlingActor - An unexpected exception occurred. Terminating JMS connection.
01:36:23 java.lang.IllegalStateException: failureOnJmsConnect
01:36:23 	at org.apache.qpid.jms.JmsConnection.start(JmsConnection.java:358)
01:36:23 	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.lambda$startConnection$2(JMSConnectionHandlingActor.java:299)
01:36:23 	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.safelyExecuteJmsOperation(JMSConnectionHandlingActor.java:318)
01:36:23 	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.startConnection(JMSConnectionHandlingActor.java:298)
01:36:23 	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.tryConnect(JMSConnectionHandlingActor.java:277)
01:36:23 	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.maybeConnectAndTell(JMSConnectionHandlingActor.java:258)
01:36:23 	at org.eclipse.ditto.connectivity.service.messaging.amqp.JMSConnectionHandlingActor.handleConnect(JMSConnectionHandlingActor.java:237)
01:36:23 	at org.apache.pekko.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:33)
01:36:23 	at org.apache.pekko.japi.pf.UnitCaseStatement.apply(CaseStatements.scala:29)
01:36:23 	at scala.PartialFunction.applyOrElse(PartialFunction.scala:214)
01:36:23 	at scala.PartialFunction.applyOrElse$(PartialFunction.scala:213)
01:36:23 	at org.apache.pekko.japi.pf.UnitCaseStatement.applyOrElse(CaseStatements.scala:29)
01:36:23 	at scala.PartialFunction$OrElse.applyOrElse(PartialFunction.scala:269)
01:36:23 	at org.apache.pekko.actor.Actor.aroundReceive(Actor.scala:547)
01:36:23 	at org.apache.pekko.actor.Actor.aroundReceive$(Actor.scala:545)
01:36:23 	at org.apache.pekko.actor.AbstractActor.aroundReceive(AbstractActor.scala:229)
01:36:23 	at org.apache.pekko.actor.ActorCell.receiveMessage(ActorCell.scala:590)
01:36:23 	at org.apache.pekko.actor.ActorCell.invoke(ActorCell.scala:557)
01:36:23 	at org.apache.pekko.dispatch.Mailbox.processMailbox(Mailbox.scala:280)
01:36:23 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:241)
01:36:23 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
01:36:23 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
01:36:23 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
01:36:23 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
01:36:23 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
01:36:23 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
01:36:23 06:36:23.021 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Unexpected error: failureOnJmsConnect
01:36:23 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s -- in org.eclipse.ditto.connectivity.service.messaging.amqp.JmsConnectionHandlingActorTest
01:36:23 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.ConnectivityStatusResolverTest
01:36:23 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 s -- in org.eclipse.ditto.connectivity.service.messaging.ConnectivityStatusResolverTest
01:36:23 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.UserIndicatedErrorsTest
01:36:23 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.eclipse.ditto.connectivity.service.messaging.UserIndicatedErrorsTest
01:36:23 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.RequestedAcksFilterTest
01:36:23 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.connectivity.service.messaging.RequestedAcksFilterTest
01:36:23 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.InboundMappingProcessorActorTest
01:36:23 06:36:23.394 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
01:36:23 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.490 s -- in org.eclipse.ditto.connectivity.service.messaging.InboundMappingProcessorActorTest
01:36:23 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.backoff.BackOffActorTest
01:37:00 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.40 s -- in org.eclipse.ditto.connectivity.service.messaging.backoff.BackOffActorTest
01:37:00 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.backoff.DefaultTimeoutConfigTest
01:37:00 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s -- in org.eclipse.ditto.connectivity.service.messaging.backoff.DefaultTimeoutConfigTest
01:37:00 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.backoff.DuplicationRetryTimeoutStrategyTest
01:37:00 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.backoff.DuplicationRetryTimeoutStrategyTest
01:37:00 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.ResponseCollectorActorTest
01:37:00 [INFO] [01/18/2024 06:37:00.473] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:37:00 [INFO] [01/18/2024 06:37:00.519] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:37:00 [INFO] [01/18/2024 06:37:00.562] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:37:00 [INFO] [01/18/2024 06:37:00.608] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:37:00 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s -- in org.eclipse.ditto.connectivity.service.messaging.ResponseCollectorActorTest
01:37:00 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQValidatorTest
01:37:00 06:37:00.653 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4963704b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:00 06:37:00.672 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4963704b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:00 06:37:00.673 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4963704b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:00 06:37:00.673 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4963704b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:00 06:37:00.674 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4963704b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:00 06:37:00.674 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4963704b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:00 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQValidatorTest
01:37:00 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQClientActorTest
01:37:00 06:37:00.693 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
01:37:01 06:37:01.219 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-995d8c7c-1831-4335-baea-a776149a8b67>
01:37:01 06:37:01.220 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-4] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-995d8c7c-1831-4335-baea-a776149a8b67>.
01:37:01 06:37:01.221 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-4] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-995d8c7c-1831-4335-baea-a776149a8b67>.
01:37:01 06:37:01.227 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@70d23684]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:01 06:37:01.228 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:01 06:37:01.229 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@70d23684]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:01 06:37:01.229 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:01 06:37:01.248 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
01:37:01 06:37:01.248 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-17] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M12.874S> interval (min=<PT5M>)
01:37:01 06:37:01.248 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-18] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:37:01 06:37:01.249 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-18] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M40.589S> interval (min=<PT5M>)
01:37:01 06:37:01.249 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-18] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M7.935S> interval (min=<PT5M>)
01:37:01 06:37:01.249 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-18] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M45.962S> interval (min=<PT5M>)
01:37:01 06:37:01.249 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:37:01 06:37:01.249 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M7.183S> interval (min=<PT5M>)
01:37:01 06:37:01.254 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Did set up publisher channel: mockChannel. Telling the publisher actor the new channel
01:37:01 06:37:01.361 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-995d8c7c-1831-4335-baea-a776149a8b67>
01:37:02 06:37:02.252 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers.
01:37:02 06:37:02.252 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
01:37:02 06:37:02.261 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.r.RabbitMQClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:37:02 06:37:02.262 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-18] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<DISCONNECTED>
01:37:02 06:37:02.265 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:37:02 06:37:02.314 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-995d8c7c-1831-4335-baea-a776149a8b67>
01:37:02 06:37:02.315 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-995d8c7c-1831-4335-baea-a776149a8b67>.
01:37:02 06:37:02.316 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-995d8c7c-1831-4335-baea-a776149a8b67>.
01:37:02 06:37:02.321 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@48e37027]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:02 06:37:02.321 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:02 06:37:02.323 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@48e37027]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:02 06:37:02.323 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:02 06:37:02.325 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M16.114S> interval (min=<PT5M>)
01:37:02 06:37:02.325 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M51.622S> interval (min=<PT5M>)
01:37:02 06:37:02.325 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:37:02 06:37:02.326 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M2.586S> interval (min=<PT5M>)
01:37:02 06:37:02.326 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:37:02 06:37:02.326 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M33.692S> interval (min=<PT5M>)
01:37:02 06:37:02.326 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M35.375S> interval (min=<PT5M>)
01:37:02 06:37:02.326 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
01:37:02 06:37:02.327 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Did set up publisher channel: mockChannel. Telling the publisher actor the new channel
01:37:02 06:37:02.439 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-995d8c7c-1831-4335-baea-a776149a8b67>
01:37:03 06:37:03.327 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers.
01:37:03 06:37:03.327 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
01:37:03 06:37:03.338 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:37:03 06:37:03.339 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
01:37:03 06:37:03.389 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-995d8c7c-1831-4335-baea-a776149a8b67>
01:37:03 06:37:03.390 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-4] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-995d8c7c-1831-4335-baea-a776149a8b67>.
01:37:03 06:37:03.391 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-4] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-995d8c7c-1831-4335-baea-a776149a8b67>.
01:37:03 06:37:03.397 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1585ead0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:03 06:37:03.397 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:03 06:37:03.398 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@1585ead0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:03 06:37:03.399 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:03 06:37:03.401 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<DISCONNECTED>
01:37:03 06:37:03.401 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M49.731S> interval (min=<PT5M>)
01:37:03 06:37:03.401 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M58.258S> interval (min=<PT5M>)
01:37:03 06:37:03.401 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M52.194S> interval (min=<PT5M>)
01:37:03 06:37:03.401 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M21.751S> interval (min=<PT5M>)
01:37:03 06:37:03.401 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:37:03 06:37:03.401 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:37:03 06:37:03.401 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M11.765S> interval (min=<PT5M>)
01:37:03 06:37:03.439 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
01:37:03 06:37:03.441 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:37:03 06:37:03.456 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-995d8c7c-1831-4335-baea-a776149a8b67>
01:37:03 06:37:03.457 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-4] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-995d8c7c-1831-4335-baea-a776149a8b67>.
01:37:03 06:37:03.457 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-4] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-995d8c7c-1831-4335-baea-a776149a8b67>.
01:37:03 06:37:03.463 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4e5b4001]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:03 06:37:03.463 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:03 06:37:03.465 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4e5b4001]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:03 06:37:03.465 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:03 06:37:03.467 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M4.819S> interval (min=<PT5M>)
01:37:03 06:37:03.467 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M32.823S> interval (min=<PT5M>)
01:37:03 06:37:03.467 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M20.459S> interval (min=<PT5M>)
01:37:03 06:37:03.468 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:37:03 06:37:03.468 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M1.737S> interval (min=<PT5M>)
01:37:03 06:37:03.468 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M58.494S> interval (min=<PT5M>)
01:37:03 06:37:03.468 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:37:03 06:37:03.468 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
01:37:03 06:37:03.469 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Did set up publisher channel: mockChannel. Telling the publisher actor the new channel
01:37:03 06:37:03.585 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-995d8c7c-1831-4335-baea-a776149a8b67>
01:37:04 06:37:04.469 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers.
01:37:04 06:37:04.469 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
01:37:04 06:37:04.485 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:37:04 06:37:04.491 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-995d8c7c-1831-4335-baea-a776149a8b67, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["source:subject"]}, content-type=application/vnd.eclipse.ditto+json, reply-to=replies, response-required=true, correlation-id=cid, requested-acks=["twin-persisted"], ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:37:04 06:37:04.492 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:37:04 06:37:04.496 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQPublisherActor - Publishing mapped message of type <things.events:thingModified> for id <ditto:thing> to PublishTarget <RabbitMQTarget [exchange=twinEventExchange, routingKey=twinEventRoutingKey]>
01:37:04 06:37:04.507 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] c.g.p.p.r.ConnectionActor - pekko://PekkoTestSystem/user/$a/rmq-connection1 lost connection to amqp://null@null:0/null
01:37:04 06:37:04.508 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] c.g.p.p.r.ChannelActor - pekko://PekkoTestSystem/user/$a/rmq-connection1/publisher-channel disconnected
01:37:04 06:37:04.508 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] c.g.p.p.r.ChannelActor - pekko://PekkoTestSystem/user/$a/rmq-connection1/consumer-channel disconnected
01:37:09 06:37:09.525 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockReconnection
01:37:09 06:37:09.526 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Did set up publisher channel: mockChannelReconnected. Telling the publisher actor the new channel
01:37:09 06:37:09.526 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
01:37:09 06:37:09.540 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-995d8c7c-1831-4335-baea-a776149a8b67, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["source:subject"]}, content-type=application/vnd.eclipse.ditto+json, reply-to=replies, response-required=true, correlation-id=cid, requested-acks=["twin-persisted"], ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:37:09 06:37:09.541 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:37:09 06:37:09.545 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQPublisherActor - Publishing mapped message of type <things.events:thingModified> for id <ditto:thing> to PublishTarget <RabbitMQTarget [exchange=twinEventExchange, routingKey=twinEventRoutingKey]>
01:37:09 06:37:09.553 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<DISCONNECTED>
01:37:09 06:37:09.607 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-532bd215-1993-4921-b542-b4a22bb7c1d8>
01:37:09 06:37:09.609 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-532bd215-1993-4921-b542-b4a22bb7c1d8>.
01:37:09 06:37:09.609 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-532bd215-1993-4921-b542-b4a22bb7c1d8>.
01:37:09 06:37:09.613 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4073574f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:09 06:37:09.613 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:09 06:37:09.626 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4073574f]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:09 06:37:09.626 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:09 06:37:09.628 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M46.127S> interval (min=<PT5M>)
01:37:09 06:37:09.629 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M47.865S> interval (min=<PT5M>)
01:37:09 06:37:09.629 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M31.692S> interval (min=<PT5M>)
01:37:09 06:37:09.629 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M40.545S> interval (min=<PT5M>)
01:37:09 06:37:09.629 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:37:09 06:37:09.629 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M0.068S> interval (min=<PT5M>)
01:37:09 06:37:09.629 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:37:09 06:37:09.629 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
01:37:09 06:37:09.630 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Did set up publisher channel: mockChannel. Telling the publisher actor the new channel
01:37:09 06:37:09.748 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-15] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-532bd215-1993-4921-b542-b4a22bb7c1d8>
01:37:10 06:37:10.630 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers.
01:37:10 06:37:10.630 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
01:37:10 06:37:10.630 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:37:10 06:37:10.631 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<DISCONNECTED>
01:37:10 06:37:10.681 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-995d8c7c-1831-4335-baea-a776149a8b67>
01:37:10 06:37:10.682 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-2] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-995d8c7c-1831-4335-baea-a776149a8b67>.
01:37:10 06:37:10.683 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-2] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-995d8c7c-1831-4335-baea-a776149a8b67>.
01:37:10 06:37:10.688 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@54200528]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:10 06:37:10.688 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:10 06:37:10.690 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@54200528]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:10 06:37:10.690 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:10 06:37:10.692 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M23.745S> interval (min=<PT5M>)
01:37:10 06:37:10.692 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M16.631S> interval (min=<PT5M>)
01:37:10 06:37:10.692 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M11.673S> interval (min=<PT5M>)
01:37:10 06:37:10.692 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:37:10 06:37:10.692 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:37:10 06:37:10.692 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M46.469S> interval (min=<PT5M>)
01:37:10 06:37:10.692 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M4.01S> interval (min=<PT5M>)
01:37:10 06:37:10.693 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
01:37:10 06:37:10.694 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Did set up publisher channel: mockChannel. Telling the publisher actor the new channel
01:37:10 06:37:10.824 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-995d8c7c-1831-4335-baea-a776149a8b67>
01:37:11 06:37:11.693 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers.
01:37:11 06:37:11.694 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
01:37:11 06:37:11.706 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.e.d.c.s.m.r.RabbitMQClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:37:11 06:37:11.708 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
01:37:11 06:37:11.709 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.e.d.c.s.m.r.RabbitMQClientActor - Did set up publisher channel: mockChannel. Telling the publisher actor the new channel
01:37:12 06:37:12.708 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers.
01:37:12 06:37:12.708 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
01:37:12 06:37:12.806 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-10] o.e.d.c.s.m.r.RabbitMQClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:37:12 06:37:12.808 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
01:37:12 06:37:12.809 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Did set up publisher channel: mockChannel. Telling the publisher actor the new channel
01:37:13 06:37:13.809 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers.
01:37:13 06:37:13.809 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
01:37:13 06:37:13.906 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:37:13 06:37:13.907 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<DISCONNECTED>
01:37:13 06:37:13.964 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-995d8c7c-1831-4335-baea-a776149a8b67>
01:37:13 06:37:13.965 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-995d8c7c-1831-4335-baea-a776149a8b67>.
01:37:13 06:37:13.965 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-5] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-995d8c7c-1831-4335-baea-a776149a8b67>.
01:37:13 06:37:13.971 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@74883474]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:13 06:37:13.971 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:14 06:37:13.973 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@74883474]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:14 06:37:13.973 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:14 06:37:13.975 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M23.896S> interval (min=<PT5M>)
01:37:14 06:37:13.975 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M15.433S> interval (min=<PT5M>)
01:37:14 06:37:13.975 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:37:14 06:37:13.975 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M20.814S> interval (min=<PT5M>)
01:37:14 06:37:13.975 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M40.971S> interval (min=<PT5M>)
01:37:14 06:37:13.976 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M46.317S> interval (min=<PT5M>)
01:37:14 06:37:13.976 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:37:14 06:37:13.976 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
01:37:14 06:37:13.978 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Did set up publisher channel: mockChannel. Telling the publisher actor the new channel
01:37:14 06:37:14.093 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-995d8c7c-1831-4335-baea-a776149a8b67>
01:37:14 06:37:14.977 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers.
01:37:14 06:37:14.977 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
01:37:14 06:37:14.992 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:37:15 06:37:14.993 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<DISCONNECTED>
01:37:15 06:37:14.996 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:37:15 06:37:15.042 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-995d8c7c-1831-4335-baea-a776149a8b67>
01:37:15 06:37:15.043 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-4] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-995d8c7c-1831-4335-baea-a776149a8b67>.
01:37:15 06:37:15.043 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-4] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-995d8c7c-1831-4335-baea-a776149a8b67>.
01:37:15 06:37:15.049 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@414b560]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:15 06:37:15.049 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:15 06:37:15.050 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@414b560]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:15 06:37:15.051 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:15 06:37:15.053 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M56.05S> interval (min=<PT5M>)
01:37:15 06:37:15.053 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT6M51.289S> interval (min=<PT5M>)
01:37:15 06:37:15.053 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M8.151S> interval (min=<PT5M>)
01:37:15 06:37:15.053 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M9.25S> interval (min=<PT5M>)
01:37:15 06:37:15.053 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:37:15 06:37:15.053 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:37:15 06:37:15.053 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M4.717S> interval (min=<PT5M>)
01:37:15 06:37:15.054 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - Established RMQ connection: mockConnection
01:37:15 06:37:15.055 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Did set up publisher channel: mockChannel. Telling the publisher actor the new channel
01:37:15 06:37:15.169 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-995d8c7c-1831-4335-baea-a776149a8b67>
01:37:16 06:37:16.054 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Starting publisher and consumers.
01:37:16 06:37:16.054 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Starting to consume queues...
01:37:16 06:37:16.068 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:37:16 06:37:16.069 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
01:37:16 06:37:16.118 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-995d8c7c-1831-4335-baea-a776149a8b67>
01:37:16 06:37:16.119 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-995d8c7c-1831-4335-baea-a776149a8b67>.
01:37:16 06:37:16.120 [INFO ] [PekkoTestSystem-pekko.actor.internal-dispatcher-3] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-995d8c7c-1831-4335-baea-a776149a8b67>.
01:37:16 06:37:16.125 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@5a8dd2dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:16 06:37:16.125 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:16 06:37:16.127 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@5a8dd2dc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:16 06:37:16.127 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:16 06:37:16.128 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=<IllegalArgumentException>: custom error message., description=null, time=2024-01-18T06:37:16.128519594Z, connectivityStatus=null]>
01:37:16 06:37:16.129 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=<IllegalArgumentException>: custom error message., description=null, time=2024-01-18T06:37:16.128519594Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
01:37:16 06:37:16.130 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind State=<CONNECTING>
01:37:16 06:37:16.130 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M50.847S> interval (min=<PT5M>)
01:37:16 06:37:16.130 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M51.714S> interval (min=<PT5M>)
01:37:16 06:37:16.130 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M12.264S> interval (min=<PT5M>)
01:37:16 06:37:16.130 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:37:16 06:37:16.130 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:37:16 06:37:16.130 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M16.897S> interval (min=<PT5M>)
01:37:16 06:37:16.130 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M26.212S> interval (min=<PT5M>)
01:37:16 06:37:16.169 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-16] o.e.d.c.s.m.r.RabbitMQClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
01:37:16 06:37:16.170 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:37:16 06:37:16.192 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M23.583S> interval (min=<PT5M>)
01:37:16 06:37:16.192 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:37:16 06:37:16.193 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M35.517S> interval (min=<PT5M>)
01:37:16 06:37:16.193 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M55.281S> interval (min=<PT5M>)
01:37:16 06:37:16.194 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-995d8c7c-1831-4335-baea-a776149a8b67>
01:37:16 06:37:16.194 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M39.994S> interval (min=<PT5M>)
01:37:16 06:37:16.195 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-995d8c7c-1831-4335-baea-a776149a8b67>.
01:37:16 06:37:16.195 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-995d8c7c-1831-4335-baea-a776149a8b67>.
01:37:16 06:37:16.200 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M49.151S> interval (min=<PT5M>)
01:37:16 06:37:16.200 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:37:16 06:37:16.201 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4fb99a13]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:16 06:37:16.201 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:16 06:37:16.202 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4fb99a13]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:16 06:37:16.202 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:16 06:37:16.207 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
01:37:16 06:37:16.255 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M3.646S> interval (min=<PT5M>)
01:37:16 06:37:16.255 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:37:16 06:37:16.255 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M46.482S> interval (min=<PT5M>)
01:37:16 06:37:16.255 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M17.028S> interval (min=<PT5M>)
01:37:16 06:37:16.256 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-995d8c7c-1831-4335-baea-a776149a8b67>
01:37:16 06:37:16.256 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M21.06S> interval (min=<PT5M>)
01:37:16 06:37:16.257 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-995d8c7c-1831-4335-baea-a776149a8b67>.
01:37:16 06:37:16.257 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-995d8c7c-1831-4335-baea-a776149a8b67>.
01:37:16 06:37:16.262 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M44.391S> interval (min=<PT5M>)
01:37:16 06:37:16.262 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:37:16 06:37:16.262 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@584a4e5e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:16 06:37:16.263 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:16 06:37:16.264 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@584a4e5e]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:16 06:37:16.264 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:16 06:37:16.265 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Responding early with static 'CLOSED' ResourceStatus for all sub-sources and -targets and SSH tunnel, because some children could not be started, due to a live status <unknown> in the client actor.
01:37:16 06:37:16.327 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M28.722S> interval (min=<PT5M>)
01:37:16 06:37:16.328 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:37:16 06:37:16.328 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M42.645S> interval (min=<PT5M>)
01:37:16 06:37:16.328 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M45.258S> interval (min=<PT5M>)
01:37:16 06:37:16.329 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-995d8c7c-1831-4335-baea-a776149a8b67>
01:37:16 06:37:16.329 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M34.169S> interval (min=<PT5M>)
01:37:16 06:37:16.330 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-995d8c7c-1831-4335-baea-a776149a8b67>.
01:37:16 06:37:16.330 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-995d8c7c-1831-4335-baea-a776149a8b67>.
01:37:16 06:37:16.335 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M7.147S> interval (min=<PT5M>)
01:37:16 06:37:16.335 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:37:16 06:37:16.336 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@28dfba5d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:16 06:37:16.336 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:16 06:37:16.337 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@28dfba5d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:16 06:37:16.338 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:16 06:37:16.338 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuting loggers for connection <connection-995d8c7c-1831-4335-baea-a776149a8b67>.
01:37:16 06:37:16.339 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Unmuted <36> loggers for connection <connection-995d8c7c-1831-4335-baea-a776149a8b67>.
01:37:16 06:37:16.383 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-995d8c7c-1831-4335-baea-a776149a8b67>
01:37:16 06:37:16.450 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-995d8c7c-1831-4335-baea-a776149a8b67>
01:37:16 06:37:16.518 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT7M23.607S> interval (min=<PT5M>)
01:37:16 06:37:16.518 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:37:16 06:37:16.519 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M7.07S> interval (min=<PT5M>)
01:37:16 06:37:16.519 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M54.931S> interval (min=<PT5M>)
01:37:16 06:37:16.520 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Using default client ID <connection-995d8c7c-1831-4335-baea-a776149a8b67>
01:37:16 06:37:16.520 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M30.072S> interval (min=<PT5M>)
01:37:16 06:37:16.522 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-995d8c7c-1831-4335-baea-a776149a8b67>.
01:37:16 06:37:16.523 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-995d8c7c-1831-4335-baea-a776149a8b67>.
01:37:16 06:37:16.530 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M46.17S> interval (min=<PT5M>)
01:37:16 06:37:16.530 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:37:16 06:37:16.532 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4595edb4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:16 06:37:16.532 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:16 06:37:16.534 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4595edb4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:16 06:37:16.534 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:16 06:37:16.537 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4595edb4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:16 06:37:16.537 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:16 06:37:16.538 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@4595edb4]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:16 06:37:16.538 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:16 06:37:16.644 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.a.AmqpClientActor - Client actor registered: <connection-995d8c7c-1831-4335-baea-a776149a8b67>
01:37:21 06:37:21.281 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
01:37:21 06:37:21.450 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
01:37:21 06:37:21.452 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:37:21 06:37:21.554 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.a.AmqpClientActor - TESTING status: <Failure(ConnectionFailedException [message='The Connection with ID 'connection-995d8c7c-1831-4335-baea-a776149a8b67' failed to connect.', errorCode=connectivity:connection.failed, httpStatus=HttpStatus [code=504, category=SERVER_ERROR], description='The requested Connection could not be connected due to 'CompletionException: org.apache.pekko.pattern.AskTimeoutException: Ask timed out on [Actor[pekko://PekkoTestSystem/user/$a/jmsConnectionHandling-connection-995d8c7c-1831-4335-baea-a776149a8b67-test1#-442955233]] after [5000 ms]. Message of type [org.eclipse.ditto.connectivity.service.messaging.amqp.AmqpClientActor$JmsConnect]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.'', href=null, dittoHeaders=ImmutableDittoHeaders [{}]])>
01:37:31 06:37:31.571 [ERROR] [PekkoTestSystem-jms-connection-handling-dispatcher-16] o.a.q.j.JmsConnection - Failed to connect to remote at: amqps://127.0.0.1:33271
01:37:31 06:37:31.574 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.a.JMSConnectionHandlingActor - Failed to create JMS connection:Timed out while waiting to connect
01:37:31 06:37:31.576 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:37:31 06:37:31.576 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:37:31 06:37:31.621 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT8M13.751S> interval (min=<PT5M>)
01:37:31 06:37:31.622 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:37:31 06:37:31.622 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M28.147S> interval (min=<PT5M>)
01:37:31 06:37:31.622 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M55.777S> interval (min=<PT5M>)
01:37:31 06:37:31.623 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-995d8c7c-1831-4335-baea-a776149a8b67>
01:37:31 06:37:31.623 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M15.728S> interval (min=<PT5M>)
01:37:31 06:37:31.624 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-995d8c7c-1831-4335-baea-a776149a8b67>.
01:37:31 06:37:31.624 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-995d8c7c-1831-4335-baea-a776149a8b67>.
01:37:31 06:37:31.629 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M56.209S> interval (min=<PT5M>)
01:37:31 06:37:31.629 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:37:31 06:37:31.630 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@703b7115]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:31 06:37:31.630 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:31 06:37:31.631 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@703b7115]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:31 06:37:31.632 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:31 06:37:31.749 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.r.RabbitMQClientActor - Client actor registered: <connection-995d8c7c-1831-4335-baea-a776149a8b67>
01:37:31 06:37:31.798 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M59.299S> interval (min=<PT5M>)
01:37:31 06:37:31.798 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:37:31 06:37:31.799 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M52.46S> interval (min=<PT5M>)
01:37:31 06:37:31.799 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M57.081S> interval (min=<PT5M>)
01:37:31 06:37:31.800 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-995d8c7c-1831-4335-baea-a776149a8b67>
01:37:31 06:37:31.800 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M27.656S> interval (min=<PT5M>)
01:37:31 06:37:31.801 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-995d8c7c-1831-4335-baea-a776149a8b67>.
01:37:31 06:37:31.802 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-995d8c7c-1831-4335-baea-a776149a8b67>.
01:37:31 06:37:31.806 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M30.56S> interval (min=<PT5M>)
01:37:31 06:37:31.806 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:37:31 06:37:31.807 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@2bf1a322]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:31 06:37:31.807 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:31 06:37:31.809 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@2bf1a322]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:31 06:37:31.809 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:31 06:37:31.810 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Resetting loggers for connection <connection-995d8c7c-1831-4335-baea-a776149a8b67>.
01:37:31 06:37:31.963 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT5M25.185S> interval (min=<PT5M>)
01:37:31 06:37:31.963 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:37:31 06:37:31.963 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M59.135S> interval (min=<PT5M>)
01:37:31 06:37:31.963 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M19.776S> interval (min=<PT5M>)
01:37:31 06:37:31.964 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.r.RabbitMQClientActor - Using default client ID <connection-995d8c7c-1831-4335-baea-a776149a8b67>
01:37:31 06:37:31.964 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M45.203S> interval (min=<PT5M>)
01:37:31 06:37:31.965 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-995d8c7c-1831-4335-baea-a776149a8b67>.
01:37:31 06:37:31.966 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-995d8c7c-1831-4335-baea-a776149a8b67>.
01:37:31 06:37:31.970 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M26.924S> interval (min=<PT5M>)
01:37:31 06:37:31.970 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:37:31 06:37:31.971 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@36dc591a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:31 06:37:31.971 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:31 06:37:31.973 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@36dc591a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:31 06:37:31.973 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.r.RabbitMQClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:31 06:37:31.974 [INFO ] [main] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Aggregating logs for connection <connection-995d8c7c-1831-4335-baea-a776149a8b67>.
01:37:31 06:37:31.974 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-5] o.e.d.c.s.m.r.RabbitMQClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
01:37:31 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.28 s -- in org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQClientActorTest
01:37:31 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQConsumerActorTest
01:37:31 06:37:31.977 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
01:37:32 06:37:32.037 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <43> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:32 06:37:32.058 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:32 06:37:32.139 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <43> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:32 06:37:32.160 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:32 06:37:32.188 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, content-type=application/vnd.eclipse.ditto+json, reply-to=replies, response-required=true, correlation-id=cid, requested-acks=["twin-persisted"], ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:37:32 06:37:32.189 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:37:32 06:37:32.264 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <43> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:32 06:37:32.285 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:32 06:37:32.310 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, content-type=application/vnd.eclipse.ditto+json, reply-to=replies, response-required=true, correlation-id=cid, requested-acks=["twin-persisted"], ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:37:32 06:37:32.311 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:37:32 06:37:32.311 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.e.s.a.AcknowledgementAggregatorActor - Stopped waiting for acknowledgements because of ditto runtime exception <ThingUnavailableException [message='The Thing with ID 'ditto:thing' is not available, please try again later.', errorCode=things:thing.unavailable, httpStatus=HttpStatus [code=503, category=SERVER_ERROR], description='The requested Thing is temporarily not available, please retry the performed action in order to improve resiliency.', href=null, dittoHeaders=ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, content-type=application/vnd.eclipse.ditto+json, reply-to=replies, response-required=true, correlation-id=cid, requested-acks=["twin-persisted"], ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default, ditto-ackgregator-address=pekko://PekkoTestSystem@127.0.0.1:43541/user/ackr0-cid#-1624349599}]]>.
01:37:32 06:37:32.312 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.OutboundMappingProcessorActor - Got DittoRuntimeException 'things:thing.unavailable' when ExternalMessage was processed: The Thing with ID 'ditto:thing' is not available, please try again later. - The requested Thing is temporarily not available, please retry the performed action in order to improve resiliency.
01:37:32 06:37:32.378 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <43> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:32 06:37:32.399 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:32 06:37:32.425 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, content-type=application/vnd.eclipse.ditto+json, reply-to=replies, response-required=true, correlation-id=cid, requested-acks=["twin-persisted"], ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:37:32 06:37:32.427 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:37:32 06:37:32.427 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.e.s.a.AcknowledgementAggregatorActor - Stopped waiting for acknowledgements because of ditto runtime exception <AcknowledgementRequestTimeoutException [message='The acknowledgement request reached the specified timeout of 1,000ms.', errorCode=acknowledgement:request.timeout, httpStatus=HttpStatus [code=408, category=CLIENT_ERROR], description='Try increasing the timeout and make sure that the requested acknowledgement is sent back in time.', href=null, dittoHeaders=ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, content-type=application/vnd.eclipse.ditto+json, reply-to=replies, response-required=true, correlation-id=cid, requested-acks=["twin-persisted"], ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default, ditto-ackgregator-address=pekko://PekkoTestSystem@127.0.0.1:44043/user/ackr0-cid#949464078}]]>.
01:37:32 06:37:32.427 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.OutboundMappingProcessorActor - Got DittoRuntimeException 'acknowledgement:request.timeout' when ExternalMessage was processed: The acknowledgement request reached the specified timeout of 1,000ms. - Try increasing the timeout and make sure that the requested acknowledgement is sent back in time.
01:37:32 06:37:32.502 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <43> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:32 06:37:32.523 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:32 06:37:32.549 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, content-type=application/vnd.eclipse.ditto+json, reply-to=replies, response-required=true, correlation-id=cid, requested-acks=["twin-persisted"], ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:37:32 06:37:32.550 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:37:32 06:37:32.550 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.e.s.a.AcknowledgementAggregatorActor - Stopped waiting for acknowledgements because of ditto runtime exception <ThingNotAccessibleException [message='The Thing with ID 'ditto:thing' could not be found or requester had insufficient permissions to access it.', errorCode=things:thing.notfound, httpStatus=HttpStatus [code=404, category=CLIENT_ERROR], description='Check if the ID of your requested Thing was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, content-type=application/vnd.eclipse.ditto+json, reply-to=replies, response-required=true, correlation-id=cid, requested-acks=["twin-persisted"], ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default, ditto-ackgregator-address=pekko://PekkoTestSystem@127.0.0.1:45111/user/ackr0-cid#1225143058}]]>.
01:37:32 06:37:32.551 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.OutboundMappingProcessorActor - Got DittoRuntimeException 'things:thing.notfound' when ExternalMessage was processed: The Thing with ID 'ditto:thing' could not be found or requester had insufficient permissions to access it. - Check if the ID of your requested Thing was correct and you have sufficient permissions.
01:37:32 06:37:32.616 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <43> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:32 06:37:32.637 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:32 06:37:32.663 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, content-type=application/vnd.eclipse.ditto+json, reply-to=replies, response-required=true, correlation-id=cid, requested-acks=["twin-persisted"], ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:37:32 06:37:32.664 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:37:32 06:37:32.741 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <43> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:32 06:37:32.762 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:32 06:37:32.778 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:37:32 06:37:32.845 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <43> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:32 06:37:32.866 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:32 06:37:32.883 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - Got exception <connectivity:message.mapping.failed> when processing external message with mapper <faulty>: <The external message with content-type 'application/vnd.eclipse.ditto+json' could not be mapped.>
01:37:32 06:37:32.883 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{messageid=1, ditto-entity-id=thing:ditto:thing, content-type=application/vnd.eclipse.ditto+json, response-required=false, device_id=ditto:thing, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, reply-to=reply-to-address, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}}] : with HeaderMapping Optional[ImmutableHeaderMapping [mapping={feature_id={{ feature:id }}, device_id={{ header:device_id }}, subject={{ topic:action-subject }}, thing_id={{ thing:id }}, correlation-id={{ header:correlation-id }}, prefixed_thing_id=some.prefix.{{ thing:id }}, suffixed_thing_id={{ header:device_id }}.some.suffix, ditto-connection-id=hallo, reply-to={{ header:reply-to }}, eclipse=ditto}]] : and external headers {content-type=application/vnd.eclipse.ditto+json, reply-to=reply-to-address, messageId=1, device_id=ditto:thing}
01:37:32 06:37:32.884 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=ditto}]
01:37:32 06:37:32.885 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:37:32 06:37:32.949 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <43> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:32 06:37:32.970 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:32 06:37:32.987 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:37:32 06:37:32.988 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:37:33 06:37:33.088 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:33 06:37:33.188 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:33 06:37:33.204 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=_invalid, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=_invalid.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default}]
01:37:33 06:37:33.205 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - Got exception <connectivity:connection.id.enforcement.failed> when processing external message with mapper <default>: <The configured filters could not be matched against the given target with ID '_invalid'.>
01:37:33 06:37:33.205 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - Resolved mapped headers of ImmutableDittoHeaders [{correlation-id=cid, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=default, response-required=false, device_id=_invalid, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=_invalid.some.suffix, reply-to=reply-to-address, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}}] : with HeaderMapping Optional[ImmutableHeaderMapping [mapping={feature_id={{ feature:id }}, device_id={{ header:device_id }}, subject={{ topic:action-subject }}, thing_id={{ thing:id }}, correlation-id={{ header:correlation-id }}, prefixed_thing_id=some.prefix.{{ thing:id }}, suffixed_thing_id={{ header:device_id }}.some.suffix, ditto-connection-id=hallo, reply-to={{ header:reply-to }}, eclipse=ditto}]] : and external headers {content-type=application/vnd.eclipse.ditto+json, reply-to=reply-to-address, messageId=1, device_id=_invalid}
01:37:33 06:37:33.271 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <43> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:33 06:37:33.292 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:33 06:37:33.309 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=duplicator}]
01:37:33 06:37:33.310 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:37:33 06:37:33.311 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=duplicator}]
01:37:33 06:37:33.311 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:37:33 06:37:33.312 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=ditto}]
01:37:33 06:37:33.312 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:37:33 06:37:33.375 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <43> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:33 06:37:33.396 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:33 06:37:33.413 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=ditto}]
01:37:33 06:37:33.414 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M5S>.
01:37:33 06:37:33.415 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{device_id=ditto:thing, subject=modify, thing_id=ditto:thing, prefixed_thing_id=some.prefix.ditto:thing, suffixed_thing_id=ditto:thing.some.suffix, eclipse=ditto, ditto-reply-target=0, ditto-expected-response-types=["error","response","nack"], ditto-origin=connection-72081384-2fe8-4dfd-8b57-65f0fecef677, ditto-auth-context={"type":"pre-authenticated-connection","subjects":["some:subject"]}, correlation-id=cid, reply-to=replies, content-type=application/json, ditto-entity-id=thing:ditto:thing, ditto-inbound-payload-mapper=ditto}]
01:37:33 06:37:33.500 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:33 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.541 s -- in org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQConsumerActorTest
01:37:33 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQPublisherActorTest
01:37:33 06:37:33.527 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
01:37:33 06:37:33.603 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.r.RabbitMQPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <RabbitMQTarget [exchange=exchange, routingKey=outbound]>
01:37:33 06:37:33.603 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.r.RabbitMQPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <RabbitMQTarget [exchange=exchange, routingKey=outbound]>
01:37:33 06:37:33.604 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.r.RabbitMQPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <RabbitMQTarget [exchange=exchange, routingKey=outbound]>
01:37:33 06:37:33.604 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.r.RabbitMQPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <RabbitMQTarget [exchange=exchange, routingKey=outbound]>
01:37:33 06:37:33.605 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.r.RabbitMQPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <RabbitMQTarget [exchange=exchange, routingKey=outbound]>
01:37:33 06:37:33.606 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.r.RabbitMQPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <RabbitMQTarget [exchange=exchange, routingKey=outbound]>
01:37:33 06:37:33.678 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.r.RabbitMQPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <RabbitMQTarget [exchange=exchange, routingKey=outbound]>
01:37:33 06:37:33.746 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQPublisherActor - Publishing mapped message of type <things.events:thingDeleted> for id <ditto:thing> to PublishTarget <RabbitMQTarget [exchange=exchange, routingKey=outbound]>
01:37:33 06:37:33.814 [INFO ] [RabbitMQPublisherActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.r.RabbitMQPublisherActor - Publishing mapped message of type <things.responses:deleteThing> for id <thing:id> to PublishTarget <RabbitMQTarget [exchange=replyTarget, routingKey=thing:id]>
01:37:33 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 s -- in org.eclipse.ditto.connectivity.service.messaging.rabbitmq.RabbitMQPublisherActorTest
01:37:33 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.internal.ssl.CustomSSLContextTest
01:37:34 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.573 s -- in org.eclipse.ditto.connectivity.service.messaging.internal.ssl.CustomSSLContextTest
01:37:34 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.internal.ssl.KeysTest
01:37:34 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.internal.ssl.KeysTest
01:37:34 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.internal.ssl.PublicKeyAuthenticationFactoryTest
01:37:34 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.internal.ssl.PublicKeyAuthenticationFactoryTest
01:37:34 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.internal.ssl.SSLContextCreatorTest
01:37:34 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.507 s -- in org.eclipse.ditto.connectivity.service.messaging.internal.ssl.SSLContextCreatorTest
01:37:34 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.DefaultExceptionToAcknowledgementConverterTest
01:37:34 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.connectivity.service.messaging.DefaultExceptionToAcknowledgementConverterTest
01:37:34 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.MessageMappingProcessorActorHeaderInteractionTest
01:37:34 06:37:34.921 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
01:37:35 06:37:34.981 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:35 06:37:34.983 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:35 06:37:34.998 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=70bcfe21-9b56-4761-b14a-8a7ccf939365, timeout=0ms, response-required=false, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
01:37:35 06:37:35.062 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:35 06:37:35.065 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:35 06:37:35.078 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=a2d03b21-079c-4ff3-b05c-74aa930b3369, timeout=0ms, response-required=false, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
01:37:35 06:37:35.147 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:35 06:37:35.149 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:35 06:37:35.164 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], requested-acks=["twin-persisted"], ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=65a2af41-7046-43aa-bf42-13b58312681e, timeout=0ms, response-required=false, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
01:37:35 06:37:35.232 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:35 06:37:35.234 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:35 06:37:35.248 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], requested-acks=["twin-persisted"], ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=f3b5a820-52ab-4d54-b188-2dc8568b990f, timeout=0ms, response-required=false, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
01:37:35 06:37:35.316 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:35 06:37:35.318 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:35 06:37:35.331 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=77806881-1bc7-439f-95ed-bb0d249fa13b, timeout=0ms, response-required=true, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
01:37:35 06:37:35.402 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:35 06:37:35.404 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:35 06:37:35.418 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=0bf0dfdf-85a2-47dd-a5c7-0ef231383d7b, timeout=0ms, response-required=true, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
01:37:35 06:37:35.486 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:35 06:37:35.488 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:35 06:37:35.502 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], requested-acks=["twin-persisted"], ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=89fae2a1-82b4-4e85-9c13-26a4ce6da228, timeout=0ms, response-required=true, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
01:37:35 06:37:35.571 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:35 06:37:35.573 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:35 06:37:35.587 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], requested-acks=["twin-persisted"], ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=08f0115e-e96f-42b7-a5c3-9d1098fd8428, timeout=0ms, response-required=true, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
01:37:35 06:37:35.692 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:35 06:37:35.694 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:35 06:37:35.709 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=0afef2bc-f49f-4e7a-a9ba-af5f0a97a3b7, timeout=60000ms, response-required=false, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
01:37:35 06:37:35.781 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:35 06:37:35.783 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:35 06:37:35.796 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=bf556cae-e5d4-4d66-ac2d-b23cc2815207, timeout=60000ms, response-required=false, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
01:37:35 06:37:35.865 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:35 06:37:35.867 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:35 06:37:35.881 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], requested-acks=["twin-persisted"], ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=02017f99-6156-4e66-aa02-c7bb8b16a8f8, timeout=60000ms, response-required=false, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
01:37:35 06:37:35.882 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M>.
01:37:35 06:37:35.882 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.e.s.a.AcknowledgementAggregatorActor - Stopped waiting for acknowledgements because of ditto runtime exception <ThingNotAccessibleException [message='The Thing with ID 'thing:id' could not be found or requester had insufficient permissions to access it.', errorCode=things:thing.notfound, httpStatus=HttpStatus [code=404, category=CLIENT_ERROR], description='Check if the ID of your requested Thing was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], requested-acks=["twin-persisted"], ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=02017f99-6156-4e66-aa02-c7bb8b16a8f8, timeout=60000ms, response-required=false, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default, ditto-ackgregator-address=pekko://PekkoTestSystem@127.0.0.1:40949/user/ackr0-02017f99-6156-4e66-aa02-c7bb8b16a8f8#-211410883}]]>.
01:37:35 06:37:35.949 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:35 06:37:35.951 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:35 06:37:35.965 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], requested-acks=["twin-persisted"], ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=ca2e09de-d70f-4c31-8e35-9845d2ebe434, timeout=60000ms, response-required=false, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
01:37:35 06:37:35.966 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-7] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M>.
01:37:36 06:37:36.034 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:36 06:37:36.036 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:36 06:37:36.050 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=9f8de089-ec6d-4be3-aa12-0620e860935d, timeout=60000ms, response-required=true, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
01:37:36 06:37:36.051 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.OutboundMappingProcessorActor - Got DittoRuntimeException 'things:thing.notfound' when ExternalMessage was processed: The Thing with ID 'thing:id' could not be found or requester had insufficient permissions to access it. - Check if the ID of your requested Thing was correct and you have sufficient permissions.
01:37:36 06:37:36.119 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:36 06:37:36.122 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:36 06:37:36.135 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=dc1bab03-e9a4-499b-9dc6-6c0f291c88f2, timeout=60000ms, response-required=true, requested-acks=[], content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
01:37:36 06:37:36.204 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:36 06:37:36.206 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:36 06:37:36.220 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], requested-acks=["twin-persisted"], ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=d3c111f2-b0f5-47bb-8f15-e32635295526, timeout=60000ms, response-required=true, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
01:37:36 06:37:36.221 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M>.
01:37:36 06:37:36.221 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.e.s.a.AcknowledgementAggregatorActor - Stopped waiting for acknowledgements because of ditto runtime exception <ThingNotAccessibleException [message='The Thing with ID 'thing:id' could not be found or requester had insufficient permissions to access it.', errorCode=things:thing.notfound, httpStatus=HttpStatus [code=404, category=CLIENT_ERROR], description='Check if the ID of your requested Thing was correct and you have sufficient permissions.', href=null, dittoHeaders=ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], requested-acks=["twin-persisted"], ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=d3c111f2-b0f5-47bb-8f15-e32635295526, timeout=60000ms, response-required=true, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default, ditto-ackgregator-address=pekko://PekkoTestSystem@127.0.0.1:42929/user/ackr0-d3c111f2-b0f5-47bb-8f15-e32635295526#-1668428623}]]>.
01:37:36 06:37:36.221 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.OutboundMappingProcessorActor - Got DittoRuntimeException 'things:thing.notfound' when ExternalMessage was processed: The Thing with ID 'thing:id' could not be found or requester had insufficient permissions to access it. - Check if the ID of your requested Thing was correct and you have sufficient permissions.
01:37:36 06:37:36.289 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.OutboundMappingProcessorActor - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:36 06:37:36.291 [INFO ] [main] o.e.d.c.s.m.InboundMappingSink - Configured pool size <99> is greater than the configured max pool size <5>. Will use max pool size <5>.
01:37:36 06:37:36.305 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.InboundDispatchingSink - onMapped mappedHeaders ImmutableDittoHeaders [{ditto-reply-target=0, ditto-expected-response-types=["response","error","nack"], requested-acks=["twin-persisted"], ditto-origin=connection-749c5787-b82f-464b-b204-f6b987116034, ditto-auth-context={"type":"unspecified","subjects":["ditto:ditto"]}, correlation-id=da522bcc-79cd-4fbf-b3b4-82e9d3627563, timeout=60000ms, response-required=true, content-type=application/json, ditto-entity-id=thing:thing:id, ditto-inbound-payload-mapper=default}]
01:37:36 06:37:36.306 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.e.s.a.AcknowledgementAggregatorActor - Starting to wait for all requested acknowledgements <[twin-persisted]> for a maximum duration of <PT1M>.
01:37:36 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.394 s -- in org.eclipse.ditto.connectivity.service.messaging.MessageMappingProcessorActorHeaderInteractionTest
01:37:36 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.validation.HostValidatorTest
01:37:36 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.ditto.connectivity.service.messaging.validation.HostValidatorTest
01:37:36 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.validation.SshTunnelValidatorTest
01:37:36 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.130 s -- in org.eclipse.ditto.connectivity.service.messaging.validation.SshTunnelValidatorTest
01:37:36 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.validation.ConnectionValidatorTest
01:37:36 06:37:36.533 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@36140858]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:36 06:37:36.543 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@36140858]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:36 06:37:36.547 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@36140858]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:36 06:37:36.555 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@36140858]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:36 06:37:36.558 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@36140858]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:36 06:37:36.564 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@36140858]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:36 06:37:36.570 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@36140858]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:36 06:37:36.583 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@36140858]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:36 06:37:36.591 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@36140858]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:36 06:37:36.601 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@36140858]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:36 06:37:36.636 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@36140858]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:36 06:37:36.666 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@36140858]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:36 [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s -- in org.eclipse.ditto.connectivity.service.messaging.validation.ConnectionValidatorTest
01:37:36 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.hono.DefaultHonoConnectionFactoryTest
01:37:36 06:37:36.748 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.a.p.a.CoordinatedShutdown - Coordinated shutdown phase [service-unbind] timed out after 5000 milliseconds
01:37:36 06:37:36.750 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:37:36 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.223 s -- in org.eclipse.ditto.connectivity.service.messaging.hono.DefaultHonoConnectionFactoryTest
01:37:36 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.hono.HonoValidatorTest
01:37:36 06:37:36.947 [WARN ] [HonoValidatorTest-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6d45cc0d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:36 06:37:36.948 [WARN ] [HonoValidatorTest-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6d45cc0d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:36 06:37:36.949 [WARN ] [HonoValidatorTest-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6d45cc0d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:36 06:37:36.949 [WARN ] [HonoValidatorTest-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6d45cc0d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:36 06:37:36.955 [WARN ] [HonoValidatorTest-pekko.actor.default-dispatcher-8] o.a.p.a.ActorSystemImpl - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6d45cc0d]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:36 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.connectivity.service.messaging.hono.HonoValidatorTest
01:37:36 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.InboundMappingProcessorTest
01:37:37 06:37:36.958 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
01:37:37 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.432 s -- in org.eclipse.ditto.connectivity.service.messaging.InboundMappingProcessorTest
01:37:37 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.ConnectionIdsRetrievalActorTest
01:37:37 06:37:37.559 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.ConnectionIdsRetrievalActor - Retrieving all connection IDs ...
01:37:37 06:37:37.559 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-11] o.e.d.c.s.m.ConnectionIdsRetrievalActor - Failed to load persistence ids from journal/snapshots. WARNING arguments left: 1
01:37:37 06:37:37.575 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.ConnectionIdsRetrievalActor - Retrieving all connection IDs ...
01:37:37 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 s -- in org.eclipse.ditto.connectivity.service.messaging.ConnectionIdsRetrievalActorTest
01:37:37 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.OutboundSignalToExternalMessageTest
01:37:37 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.OutboundSignalToExternalMessageTest
01:37:37 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.DittoRuntimeExceptionToErrorResponseFunctionTest
01:37:37 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.DittoRuntimeExceptionToErrorResponseFunctionTest
01:37:37 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.OutboundDispatchingActorTest
01:37:37 06:37:37.643 [WARN ] [OutboundDispatchingActorTest-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.MockActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@7c77d36]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:37 06:37:37.726 [WARN ] [OutboundDispatchingActorTest-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.MockActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@211a2e5a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:37 06:37:37.811 [WARN ] [OutboundDispatchingActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.MockActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@6e0623a1]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:37 06:37:37.903 [WARN ] [OutboundDispatchingActorTest-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.MockActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@152afc4b]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:37 06:37:37.914 [INFO ] [OutboundDispatchingActorTest-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.OutboundDispatchingActor - No AcknowledgementForwarderActor found. Forwarding signal to proxy actor: <org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingResponse>
01:37:38 06:37:37.968 [WARN ] [OutboundDispatchingActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.MockActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@5928adc0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:38 06:37:38.142 [WARN ] [OutboundDispatchingActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.MockActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@8271d89]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:38 06:37:38.316 [WARN ] [OutboundDispatchingActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.MockActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3f7871c5]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:38 06:37:38.402 [WARN ] [OutboundDispatchingActorTest-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.MockActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@594bdeaa]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:38 06:37:38.477 [WARN ] [OutboundDispatchingActorTest-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.MockActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@3aec7c0a]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:38 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.894 s -- in org.eclipse.ditto.connectivity.service.messaging.OutboundDispatchingActorTest
01:37:38 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActorTest
01:37:38 06:37:38.496 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
01:37:40 06:37:40.851 [WARN ] [OutboundMappingProcessorActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.OutboundMappingProcessorActor - Could not retrieve extra data due to: CompletionException org.apache.pekko.pattern.AskTimeoutException: Ask timed out on [ActorSelection[Anchor(pekko://OutboundMappingProcessorActorTest/), Path(/user/connectivityRoot/edgeCommandForwarder)]] after [2000 ms]. Message of type [org.eclipse.ditto.things.model.signals.commands.query.RetrieveThing]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.
01:37:40 06:37:40.853 [ERROR] [OutboundMappingProcessorActorTest-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.OutboundMappingProcessorActor - Enrichment of <OutboundSignalWithSender [delegate=UnmappedOutboundSignal [source=ThingModified [type=things.events:thingModified, timestamp=1970-01-01T00:00:00Z, dittoHeaders=ImmutableDittoHeaders [{requested-acks=["source1","target1","target2","unknown"], ditto-ackgregator-address=pekko://OutboundMappingProcessorActorTest/system/testProbe-875#1406473233, response-required=false}], metadata={}, entityId=thing:id, revision=2, thingId=thing:id, thing=ImmutableThing [thingId=thing:id, policyId=null, definition=null, attributes={"target2":"wayne"}, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]], targets=[ImmutableTarget [address=target2, topics=[_/_/things/twin/events?filter=exists(attributes/target2)&extraFields=attributes, _/_/things/live/events?filter=exists(attributes/target2)&extraFields=attributes], qos=null, authorizationContext=ImmutableAuthorizationContext [type=unspecified, authorizationSubjects=[target:1]], originalAddress=target2, issuedAcknowledgementLabel=target2, headerMapping=ImmutableHeaderMapping [mapping={}], payloadMapping=ImmutablePayloadMapping [mappings=[]]]]], sender=Actor[pekko://OutboundMappingProcessorActorTest/system/testProbe-875#1406473233], enrichmentFailure=null, extra=null]> failed due to <SignalEnrichmentFailedException [message='Signal enrichment failed.', errorCode=signal.enrichment.failed, httpStatus=HttpStatus [code=500, category=SERVER_ERROR], description='The cause is unknown. Please try again later.', href=null, dittoHeaders=ImmutableDittoHeaders [{requested-acks=["source1","target1","target2","unknown"], ditto-ackgregator-address=pekko://OutboundMappingProcessorActorTest/system/testProbe-875#1406473233, response-required=false}]]>.
01:37:40 org.apache.pekko.pattern.AskTimeoutException: Ask timed out on [ActorSelection[Anchor(pekko://OutboundMappingProcessorActorTest/), Path(/user/connectivityRoot/edgeCommandForwarder)]] after [2000 ms]. Message of type [org.eclipse.ditto.things.model.signals.commands.query.RetrieveThing]. A typical reason for `AskTimeoutException` is that the recipient actor didn't send a reply.
01:37:40 Wrapped by: org.eclipse.ditto.base.model.exceptions.SignalEnrichmentFailedException: Signal enrichment failed.
01:37:40 	at org.eclipse.ditto.base.model.exceptions.SignalEnrichmentFailedException$Builder.doBuild(SignalEnrichmentFailedException.java:158)
01:37:40 	at org.eclipse.ditto.base.model.exceptions.SignalEnrichmentFailedException$Builder.doBuild(SignalEnrichmentFailedException.java:120)
01:37:40 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
01:37:40 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.lambda$recoverFromEnrichmentError$21(OutboundMappingProcessorActor.java:518)
01:37:40 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeException.asDittoRuntimeException(DittoRuntimeException.java:106)
01:37:40 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.recoverFromEnrichmentError(OutboundMappingProcessorActor.java:514)
01:37:40 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.lambda$enrichAndFilterSignal$18(OutboundMappingProcessorActor.java:483)
01:37:40 	at java.base/java.util.concurrent.CompletableFuture.uniExceptionally(CompletableFuture.java:990)
01:37:40 	at java.base/java.util.concurrent.CompletableFuture$UniExceptionally.tryFire(CompletableFuture.java:974)
01:37:40 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
01:37:40 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
01:37:40 	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:26)
01:37:40 	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:23)
01:37:40 	at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:484)
01:37:40 	at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
01:37:40 	at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429)
01:37:40 	at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:335)
01:37:40 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285)
01:37:40 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278)
01:37:40 	at org.apache.pekko.pattern.PromiseActorRef$.$anonfun$apply$1(AskSupport.scala:737)
01:37:40 	at org.apache.pekko.actor.Scheduler$$anon$7.run(Scheduler.scala:491)
01:37:40 	at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
01:37:40 	at org.apache.pekko.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:376)
01:37:40 	at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.executeBucket$1(LightArrayRevolverScheduler.scala:324)
01:37:40 	at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.nextTick(LightArrayRevolverScheduler.scala:328)
01:37:40 	at org.apache.pekko.actor.LightArrayRevolverScheduler$$anon$3.run(LightArrayRevolverScheduler.scala:280)
01:37:40 	at java.base/java.lang.Thread.run(Thread.java:833)
01:37:41 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.539 s -- in org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActorTest
01:37:41 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.BaseClientActorTest
01:37:41 06:37:41.041 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
01:37:41 06:37:41.393 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M7.038S> interval (min=<PT5M>)
01:37:41 06:37:41.393 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:37:41 06:37:41.394 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M56.384S> interval (min=<PT5M>)
01:37:41 06:37:41.394 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M9.06S> interval (min=<PT5M>)
01:37:41 06:37:41.395 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-b135fa86-d943-4b75-a2fa-74ca66eb34b6>
01:37:41 06:37:41.395 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT9M35.367S> interval (min=<PT5M>)
01:37:41 06:37:41.396 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-b135fa86-d943-4b75-a2fa-74ca66eb34b6>.
01:37:41 06:37:41.397 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-b135fa86-d943-4b75-a2fa-74ca66eb34b6>.
01:37:41 06:37:41.400 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M59.048S> interval (min=<PT5M>)
01:37:41 06:37:41.400 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:37:41 06:37:41.411 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@38e1cff0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:41 06:37:41.411 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:41 06:37:41.413 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@38e1cff0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:41 06:37:41.413 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:41 06:37:41.415 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:41 06:37:41.422 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
01:37:41 06:37:41.429 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
01:37:41 06:37:41.431 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:37:41 06:37:41.431 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doDisconnectClient
01:37:41 06:37:41.442 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:41 06:37:41.466 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-78cb36b4-5a6c-4ad2-87d1-a4b2cefa2936>
01:37:41 06:37:41.467 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-78cb36b4-5a6c-4ad2-87d1-a4b2cefa2936>.
01:37:41 06:37:41.467 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-78cb36b4-5a6c-4ad2-87d1-a4b2cefa2936>.
01:37:41 06:37:41.471 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@38e1cff0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:41 06:37:41.472 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:41 06:37:41.473 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@38e1cff0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:41 06:37:41.473 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:41 06:37:41.474 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:41 06:37:41.476 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
01:37:41 06:37:41.476 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
01:37:41 06:37:41.476 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:37:41 06:37:41.493 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-0dca99c3-e5aa-406b-9407-deb83fa5eb78_0d75f84b-4749-4df6-b7eb-e67096a2552a>
01:37:41 06:37:41.495 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-0dca99c3-e5aa-406b-9407-deb83fa5eb78>.
01:37:41 06:37:41.495 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-0dca99c3-e5aa-406b-9407-deb83fa5eb78>.
01:37:41 06:37:41.500 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@38e1cff0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:41 06:37:41.501 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:41 06:37:41.502 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@38e1cff0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:41 06:37:41.502 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:41 06:37:41.503 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:41 06:37:41.516 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-b135fa86-d943-4b75-a2fa-74ca66eb34b6>
01:37:41 06:37:41.517 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-78cb36b4-5a6c-4ad2-87d1-a4b2cefa2936>
01:37:41 06:37:41.517 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-0dca99c3-e5aa-406b-9407-deb83fa5eb78>
01:37:42 06:37:42.542 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-1a7450c2-0cd4-4a12-aa69-6e1e7dc97981>
01:37:42 06:37:42.543 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-1a7450c2-0cd4-4a12-aa69-6e1e7dc97981>.
01:37:42 06:37:42.544 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-1a7450c2-0cd4-4a12-aa69-6e1e7dc97981>.
01:37:42 06:37:42.547 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@38e1cff0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:42 06:37:42.547 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:42 06:37:42.548 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@38e1cff0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:42 06:37:42.549 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:42 06:37:42.550 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:42 06:37:42.552 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
01:37:42 06:37:42.552 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
01:37:42 06:37:42.552 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:37:42 06:37:42.555 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:42 06:37:42.556 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=null, time=2024-01-18T06:37:42.555878051Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
01:37:42 06:37:42.556 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
01:37:42 06:37:42.556 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
01:37:42 06:37:42.557 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:37:42 06:37:42.572 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-94c3e83b-b6ae-4599-a2eb-ef93f0a14faa>
01:37:42 06:37:42.573 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-94c3e83b-b6ae-4599-a2eb-ef93f0a14faa>.
01:37:42 06:37:42.573 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-94c3e83b-b6ae-4599-a2eb-ef93f0a14faa>.
01:37:42 06:37:42.576 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@38e1cff0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:42 06:37:42.576 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:42 06:37:42.577 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@38e1cff0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:42 06:37:42.578 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:42 06:37:42.579 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:42 06:37:42.582 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doDisconnectClient
01:37:42 06:37:42.582 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:42 06:37:42.595 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-40b14f1b-6913-432e-8b9b-d7bcab08e00f>
01:37:42 06:37:42.596 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-40b14f1b-6913-432e-8b9b-d7bcab08e00f>.
01:37:42 06:37:42.596 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-40b14f1b-6913-432e-8b9b-d7bcab08e00f>.
01:37:42 06:37:42.599 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@38e1cff0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:42 06:37:42.599 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:42 06:37:42.600 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@38e1cff0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:42 06:37:42.600 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:42 06:37:42.601 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:42 06:37:42.601 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:42.594245873Z, connectivityStatus=null]>
01:37:42 06:37:42.601 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:42 06:37:42.602 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:42.594245873Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
01:37:42 06:37:42.616 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-1a7450c2-0cd4-4a12-aa69-6e1e7dc97981>
01:37:42 06:37:42.616 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-94c3e83b-b6ae-4599-a2eb-ef93f0a14faa>
01:37:42 06:37:42.616 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-40b14f1b-6913-432e-8b9b-d7bcab08e00f>
01:37:42 06:37:42.626 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-11906888-9a3c-4201-bb6d-c417764171ef>
01:37:42 06:37:42.627 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-11906888-9a3c-4201-bb6d-c417764171ef>.
01:37:42 06:37:42.627 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-11906888-9a3c-4201-bb6d-c417764171ef>.
01:37:42 06:37:42.630 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@38e1cff0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:42 06:37:42.631 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:42 06:37:42.632 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@38e1cff0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:42 06:37:42.632 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:42 06:37:42.633 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:42 06:37:42.635 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
01:37:42 06:37:42.635 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
01:37:42 06:37:42.635 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:37:42 06:37:42.715 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:42 06:37:42.715 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:42 06:37:42.716 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-11906888-9a3c-4201-bb6d-c417764171ef>
01:37:43 06:37:43.654 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doDisconnectClient
01:37:43 06:37:43.668 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-75623bcf-373d-478a-a111-e66215cab7c1>
01:37:43 06:37:43.670 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-75623bcf-373d-478a-a111-e66215cab7c1>.
01:37:43 06:37:43.670 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-75623bcf-373d-478a-a111-e66215cab7c1>.
01:37:43 06:37:43.673 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@38e1cff0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:43 06:37:43.673 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:43 06:37:43.674 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@38e1cff0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:43 06:37:43.674 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:43 06:37:43.675 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:43 06:37:43.678 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
01:37:43 06:37:43.678 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
01:37:43 06:37:43.678 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:37:43 06:37:43.691 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-4151810c-a729-4fc4-8dc1-acee84618c92_42b163e1-6efe-46f9-bc6e-adfbff8f8ab9>
01:37:43 06:37:43.692 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-4151810c-a729-4fc4-8dc1-acee84618c92>.
01:37:43 06:37:43.692 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-4151810c-a729-4fc4-8dc1-acee84618c92>.
01:37:43 06:37:43.698 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@38e1cff0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:43 06:37:43.698 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:43 06:37:43.699 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@38e1cff0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:43 06:37:43.699 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:43 06:37:43.700 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:43 06:37:43.717 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-75623bcf-373d-478a-a111-e66215cab7c1>
01:37:43 06:37:43.717 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-4151810c-a729-4fc4-8dc1-acee84618c92>
01:37:43 06:37:43.849 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.AckUpdater - Scheduling cluster state sync at <PT9M43.865S> interval (min=<PT5M>)
01:37:43 06:37:43.849 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.AckUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:37:43 06:37:43.849 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT7M1.34S> interval (min=<PT5M>)
01:37:43 06:37:43.849 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT6M58.691S> interval (min=<PT5M>)
01:37:43 06:37:43.850 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-49d2e11e-3ad3-4113-9f19-10471bd6b131>
01:37:43 06:37:43.850 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT8M50.496S> interval (min=<PT5M>)
01:37:43 06:37:43.851 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-49d2e11e-3ad3-4113-9f19-10471bd6b131>.
01:37:43 06:37:43.851 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-7] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-49d2e11e-3ad3-4113-9f19-10471bd6b131>.
01:37:43 06:37:43.855 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-12] o.e.d.i.u.p.a.SubUpdater - Scheduling cluster state sync at <PT5M46.993S> interval (min=<PT5M>)
01:37:43 06:37:43.855 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-14] o.e.d.i.u.p.a.PubUpdater - Got <CurrentClusterState(TreeSet(), Set(), Set(), None, Map())>
01:37:43 06:37:43.856 [WARN ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@2e13ddbc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:43 06:37:43.856 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:43 06:37:43.857 [WARN ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@2e13ddbc]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:43 06:37:43.857 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:43 06:37:43.858 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:43 06:37:43.867 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
01:37:43 06:37:43.868 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
01:37:43 06:37:43.868 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:37:43 06:37:43.872 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
01:37:43 06:37:43.873 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming
01:37:43 06:37:43.888 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-d8093b32-af66-47e5-9198-c31b060a90bd>
01:37:43 06:37:43.889 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-d8093b32-af66-47e5-9198-c31b060a90bd>.
01:37:43 06:37:43.890 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-d8093b32-af66-47e5-9198-c31b060a90bd>.
01:37:43 06:37:43.892 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@38e1cff0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:43 06:37:43.893 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:43 06:37:43.894 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@38e1cff0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:43 06:37:43.894 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:43 06:37:43.895 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:43 06:37:43.898 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:43 06:37:43.898 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:43 06:37:43.912 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-b52b119f-f8cf-4766-abc0-83d95cc6e447>
01:37:43 06:37:43.913 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-b52b119f-f8cf-4766-abc0-83d95cc6e447>.
01:37:43 06:37:43.913 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-b52b119f-f8cf-4766-abc0-83d95cc6e447>.
01:37:43 06:37:43.916 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@38e1cff0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:43 06:37:43.916 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:43 06:37:43.917 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-d8093b32-af66-47e5-9198-c31b060a90bd>
01:37:43 06:37:43.917 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@38e1cff0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:43 06:37:43.918 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:43 06:37:43.919 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:43 06:37:43.921 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
01:37:43 06:37:43.921 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
01:37:43 06:37:43.921 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:37:43 06:37:43.935 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-f94f5e7a-9772-4a4e-a6fe-e880426e1886>
01:37:43 06:37:43.936 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-f94f5e7a-9772-4a4e-a6fe-e880426e1886>.
01:37:43 06:37:43.936 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-f94f5e7a-9772-4a4e-a6fe-e880426e1886>.
01:37:43 06:37:43.939 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@38e1cff0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:43 06:37:43.940 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:43 06:37:43.941 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@38e1cff0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:43 06:37:43.941 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:43 06:37:43.942 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:43 06:37:43.945 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
01:37:43 06:37:43.945 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
01:37:43 06:37:43.945 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:37:43 06:37:43.945 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doDisconnectClient
01:37:43 06:37:43.946 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - received unknown/unsupported message CloseConnection [type=connectivity.commands:closeConnection, dittoHeaders=ImmutableDittoHeaders [{}], connectionId=connection-f94f5e7a-9772-4a4e-a6fe-e880426e1886] in state DISCONNECTING - status: open: disconnecting connection at 2024-01-18T06:37:43.945690568Z - sender: Actor[pekko://PekkoTestSystem/system/testProbe-909#-16445315]
01:37:43 06:37:43.959 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-a394dba6-2a0e-4d16-9a2c-8c0c1d8ab4a0>
01:37:43 06:37:43.960 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-a394dba6-2a0e-4d16-9a2c-8c0c1d8ab4a0>.
01:37:43 06:37:43.961 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-a394dba6-2a0e-4d16-9a2c-8c0c1d8ab4a0>.
01:37:44 06:37:43.964 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@38e1cff0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:44 06:37:43.964 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:44 06:37:43.965 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@38e1cff0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:44 06:37:43.965 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:44 06:37:43.966 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-4] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-49d2e11e-3ad3-4113-9f19-10471bd6b131>
01:37:44 06:37:43.966 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
01:37:44 06:37:43.966 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:44 06:37:43.969 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:43.969107576Z, connectivityStatus=null]>
01:37:44 06:37:43.969 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:44 06:37:43.969 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:43.969107576Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
01:37:44 06:37:43.969 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:43.969120159Z, connectivityStatus=null]>
01:37:44 06:37:43.969 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:44 06:37:43.969 [INFO ] [PekkoTestSystem-closableActorSystem-pekko.actor.default-dispatcher-4] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:37:44 06:37:43.970 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:43.969120159Z, connectivityStatus=null]. Reconnect was already triggered
01:37:44 06:37:43.970 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:43.969124448Z, connectivityStatus=null]>
01:37:44 06:37:43.970 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:44 06:37:43.970 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:43.969124448Z, connectivityStatus=null]. Reconnect was already triggered
01:37:44 06:37:44.016 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-b52b119f-f8cf-4766-abc0-83d95cc6e447>
01:37:44 06:37:44.016 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-f94f5e7a-9772-4a4e-a6fe-e880426e1886>
01:37:44 06:37:44.016 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-a394dba6-2a0e-4d16-9a2c-8c0c1d8ab4a0>
01:37:44 06:37:44.085 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:44 06:37:44.085 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:44 06:37:44.092 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:44.092710147Z, connectivityStatus=null]>
01:37:44 06:37:44.092 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:44 06:37:44.093 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:44.092710147Z, connectivityStatus=null]. Reconnect after: PT0.2S. Resolved status: failed. Going to 'CONNECTING'
01:37:44 06:37:44.093 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:44.092725433Z, connectivityStatus=null]>
01:37:44 06:37:44.093 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:44 06:37:44.093 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:44.092725433Z, connectivityStatus=null]. Reconnect was already triggered
01:37:44 06:37:44.093 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:44.092727672Z, connectivityStatus=null]>
01:37:44 06:37:44.093 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:44 06:37:44.093 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:44.092727672Z, connectivityStatus=null]. Reconnect was already triggered
01:37:44 06:37:44.304 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:44 06:37:44.305 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:44 06:37:44.310 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:44.309844779Z, connectivityStatus=null]>
01:37:44 06:37:44.310 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:44 06:37:44.310 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:44.309844779Z, connectivityStatus=null]. Reconnect after: PT0.4S. Resolved status: failed. Going to 'CONNECTING'
01:37:44 06:37:44.310 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:44.309860259Z, connectivityStatus=null]>
01:37:44 06:37:44.310 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:44 06:37:44.310 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:44.309860259Z, connectivityStatus=null]. Reconnect was already triggered
01:37:44 06:37:44.310 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:44.309862392Z, connectivityStatus=null]>
01:37:44 06:37:44.310 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:44 06:37:44.310 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:44.309862392Z, connectivityStatus=null]. Reconnect was already triggered
01:37:44 06:37:44.724 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:44 06:37:44.725 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:44 06:37:44.733 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:44.733787120Z, connectivityStatus=null]>
01:37:44 06:37:44.733 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:44 06:37:44.734 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:44.733787120Z, connectivityStatus=null]. Reconnect after: PT0.4S. Resolved status: failed. Going to 'CONNECTING'
01:37:44 06:37:44.734 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:44.733800232Z, connectivityStatus=null]>
01:37:44 06:37:44.734 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:44 06:37:44.734 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:44.733800232Z, connectivityStatus=null]. Reconnect was already triggered
01:37:44 06:37:44.734 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:44.733802316Z, connectivityStatus=null]>
01:37:44 06:37:44.734 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:44 06:37:44.734 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:44.733802316Z, connectivityStatus=null]. Reconnect was already triggered
01:37:45 06:37:45.145 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:45 06:37:45.145 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:45 06:37:45.160 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-5721d653-727b-4ca6-8844-b69d999268ee>
01:37:45 06:37:45.161 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-5721d653-727b-4ca6-8844-b69d999268ee>.
01:37:45 06:37:45.161 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-5721d653-727b-4ca6-8844-b69d999268ee>.
01:37:45 06:37:45.164 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@38e1cff0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:45 06:37:45.164 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:45 06:37:45.165 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@38e1cff0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:45 06:37:45.165 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:45 06:37:45.167 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:45 06:37:45.217 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-5721d653-727b-4ca6-8844-b69d999268ee>
01:37:46 06:37:46.515 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:46 06:37:46.515 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:46 06:37:46.655 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:46 06:37:46.965 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:47 06:37:47.735 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:47 06:37:47.735 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:48 06:37:48.715 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:48 06:37:48.715 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:48 06:37:48.914 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:48 06:37:48.915 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:50 06:37:50.165 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:50 06:37:50.165 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:50 06:37:50.185 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:50 06:37:50.185 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Socket is closed, scheduling a reconnect
01:37:50 06:37:50.185 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:50 06:37:50.204 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-e5e6479e-d5e0-4446-adbe-e42f4249a5a2>
01:37:50 06:37:50.205 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-e5e6479e-d5e0-4446-adbe-e42f4249a5a2>.
01:37:50 06:37:50.206 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-e5e6479e-d5e0-4446-adbe-e42f4249a5a2>.
01:37:50 06:37:50.210 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@38e1cff0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:50 06:37:50.210 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:50 06:37:50.211 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@38e1cff0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:50 06:37:50.211 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:50 06:37:50.212 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:50 06:37:50.216 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-e5e6479e-d5e0-4446-adbe-e42f4249a5a2>
01:37:50 06:37:50.224 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
01:37:50 06:37:50.224 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
01:37:50 06:37:50.224 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:37:50 06:37:50.236 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-b33d5058-a07f-40ba-908c-ed85e6f497c1>
01:37:50 06:37:50.237 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-b33d5058-a07f-40ba-908c-ed85e6f497c1>.
01:37:50 06:37:50.238 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-b33d5058-a07f-40ba-908c-ed85e6f497c1>.
01:37:50 06:37:50.241 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@38e1cff0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:50 06:37:50.241 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:50 06:37:50.242 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@38e1cff0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:50 06:37:50.243 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:50 06:37:50.244 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:50 06:37:50.246 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
01:37:50 06:37:50.246 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
01:37:50 06:37:50.246 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:37:50 06:37:50.246 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:50 06:37:50.247 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:50.246756623Z, connectivityStatus=null]. Reconnect after: PT0.1S. Resolved status: failed. Going to 'CONNECTING'
01:37:50 06:37:50.247 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:50.247129303Z, connectivityStatus=null]>
01:37:50 06:37:50.247 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:50 06:37:50.247 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:50.247129303Z, connectivityStatus=null]. Reconnect after: PT0.2S. Resolved status: failed. Going to 'CONNECTING'
01:37:50 06:37:50.247 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:50.247134557Z, connectivityStatus=null]>
01:37:50 06:37:50.247 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:50 06:37:50.247 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:50.247134557Z, connectivityStatus=null]. Reconnect was already triggered
01:37:50 06:37:50.247 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:50.247137021Z, connectivityStatus=null]>
01:37:50 06:37:50.247 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:50 06:37:50.248 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:50.247137021Z, connectivityStatus=null]. Reconnect was already triggered
01:37:50 06:37:50.316 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-b33d5058-a07f-40ba-908c-ed85e6f497c1>
01:37:50 06:37:50.464 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:50 06:37:50.465 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:50 06:37:50.474 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:50.474389145Z, connectivityStatus=null]>
01:37:50 06:37:50.474 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:50 06:37:50.474 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:50.474389145Z, connectivityStatus=null]. Reconnect after: PT0.4S. Resolved status: failed. Going to 'CONNECTING'
01:37:50 06:37:50.475 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:50.474403207Z, connectivityStatus=null]>
01:37:50 06:37:50.475 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:50 06:37:50.475 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:50.474403207Z, connectivityStatus=null]. Reconnect was already triggered
01:37:50 06:37:50.475 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:50.474406381Z, connectivityStatus=null]>
01:37:50 06:37:50.475 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:50 06:37:50.475 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:50.474406381Z, connectivityStatus=null]. Reconnect was already triggered
01:37:50 06:37:50.894 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:50 06:37:50.895 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:50 06:37:50.898 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:50.897963109Z, connectivityStatus=null]>
01:37:50 06:37:50.898 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:50 06:37:50.898 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:50.897963109Z, connectivityStatus=null]. Reconnect after: PT0.4S. Resolved status: failed. Going to 'CONNECTING'
01:37:50 06:37:50.898 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:50.897988379Z, connectivityStatus=null]>
01:37:50 06:37:50.898 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:50 06:37:50.898 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:50.897988379Z, connectivityStatus=null]. Reconnect was already triggered
01:37:50 06:37:50.898 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:50.897990620Z, connectivityStatus=null]>
01:37:50 06:37:50.898 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:50 06:37:50.899 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:50.897990620Z, connectivityStatus=null]. Reconnect was already triggered
01:37:51 06:37:51.315 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:51 06:37:51.315 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:51 06:37:51.321 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:51.321305666Z, connectivityStatus=null]>
01:37:51 06:37:51.321 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:51 06:37:51.321 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:51.321305666Z, connectivityStatus=null]. Reconnect after: PT0.4S. Resolved status: failed. Going to 'CONNECTING'
01:37:51 06:37:51.321 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:51.321334069Z, connectivityStatus=null]>
01:37:51 06:37:51.322 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:51 06:37:51.322 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:51.321334069Z, connectivityStatus=null]. Reconnect was already triggered
01:37:51 06:37:51.322 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:51.321352527Z, connectivityStatus=null]>
01:37:51 06:37:51.322 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:51 06:37:51.322 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Received 2 subsequent failures during backoff: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:51.321352527Z, connectivityStatus=null]. Reconnect was already triggered
01:37:51 06:37:51.535 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:51 06:37:51.535 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:51 06:37:51.735 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:51 06:37:51.735 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:51 06:37:51.759 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-a514fc0d-6eb8-430b-9589-129fc514c91e>
01:37:51 06:37:51.760 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-a514fc0d-6eb8-430b-9589-129fc514c91e>.
01:37:51 06:37:51.760 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-a514fc0d-6eb8-430b-9589-129fc514c91e>.
01:37:51 06:37:51.763 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@38e1cff0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:51 06:37:51.764 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:51 06:37:51.765 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@38e1cff0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:51 06:37:51.765 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:51 06:37:51.766 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:51 06:37:51.769 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Responding early with static 'CLOSED' ResourceStatus for all sub-sources and -targets and SSH tunnel, because some children could not be started, due to a live status <unknown> in the client actor.
01:37:51 06:37:51.771 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - CONNECTING failed: <ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:51.771001359Z, connectivityStatus=null]>
01:37:51 06:37:51.771 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:51 06:37:51.771 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection failed: ImmutableConnectionFailure [origin=null, cause=null, description=expected exception, time=2024-01-18T06:37:51.771001359Z, connectivityStatus=null]. Reconnect after: PT0.05S. Resolved status: failed. Going to 'CONNECTING'
01:37:51 06:37:51.771 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Responding early with static 'CLOSED' ResourceStatus for all sub-sources and -targets and SSH tunnel, because some children could not be started, due to a live status <failed> in the client actor.
01:37:51 06:37:51.816 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-a514fc0d-6eb8-430b-9589-129fc514c91e>
01:37:51 06:37:51.835 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:51 06:37:51.835 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:52 06:37:51.955 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:52 06:37:51.956 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:52 06:37:51.972 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Responding early with static 'CLOSED' ResourceStatus for all sub-sources and -targets and SSH tunnel, because some children could not be started, due to a live status <failed> in the client actor.
01:37:52 06:37:52.175 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:52 06:37:52.175 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:52 06:37:52.273 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Responding early with static 'CLOSED' ResourceStatus for all sub-sources and -targets and SSH tunnel, because some children could not be started, due to a live status <failed> in the client actor.
01:37:52 06:37:52.595 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:52 06:37:52.595 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:52 06:37:52.755 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:52 06:37:52.755 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:52 06:37:52.773 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Responding early with static 'CLOSED' ResourceStatus for all sub-sources and -targets and SSH tunnel, because some children could not be started, due to a live status <failed> in the client actor.
01:37:53 06:37:53.414 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:53 06:37:53.415 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:53 06:37:53.674 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Responding early with static 'CLOSED' ResourceStatus for all sub-sources and -targets and SSH tunnel, because some children could not be started, due to a live status <failed> in the client actor.
01:37:53 06:37:53.735 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:53 06:37:53.735 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:53 06:37:53.935 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:53 06:37:53.935 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:55 06:37:55.035 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:55 06:37:55.035 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Connection <connection-a514fc0d-6eb8-430b-9589-129fc514c91e> - connection timed out - reached maximum retries for reconnecting and thus will no longer try to reconnect
01:37:55 06:37:55.185 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:55 06:37:55.186 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:55 06:37:55.204 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-9] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:55 06:37:55.205 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Socket is closed, scheduling a reconnect
01:37:55 06:37:55.205 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - cleanupResourcesForConnection
01:37:55 06:37:55.375 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Responding early with static 'CLOSED' ResourceStatus for all sub-sources and -targets and SSH tunnel, because some children could not be started, due to a live status <failed> in the client actor.
01:37:55 06:37:55.388 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Using default client ID <connection-18322f45-7ece-4477-b1b6-9bd131ea753f>
01:37:55 06:37:55.389 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Invalidating loggers for connection <connection-18322f45-7ece-4477-b1b6-9bd131ea753f>.
01:37:55 06:37:55.390 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.m.l.ConnectionLoggerRegistry - Initializing loggers for connection <connection-18322f45-7ece-4477-b1b6-9bd131ea753f>.
01:37:55 06:37:55.393 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@38e1cff0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:55 06:37:55.393 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:55 06:37:55.394 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Failed to apply configuration <DefaultMessageMapperConfiguration [id=MockMapper, properties=MergedJsonObjectMap[jsonObject={},fallbackObject={}], incomingConditions={}, outgoingConditions={}]> to mapper instance <WrappingMessageMapper [delegate=org.eclipse.ditto.connectivity.service.mapping.test.MockMapper@38e1cff0]>: The message mapper was not configured correctly as property 'Mock' was missing from the mappers configuration.
01:37:55 06:37:55.394 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Configured for processing messages with the following MessageMapperRegistry: <DefaultMessageMapperRegistry [defaultMapper=WrappingMessageMapper [delegate=DittoMessageMapper [id=default, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], customMappers={}, fallbackMappers={UpdateTwinWithLiveResponse=WrappingMessageMapper [delegate=UpdateTwinWithLiveResponseMessageMapper [id=UpdateTwinWithLiveResponse, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoHeadersForMerge=ImmutableDittoHeaders [{response-required=false, if-match=*}]]], Duplicating=WrappingMessageMapper [delegate=id=Duplicating, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], Normalized=WrappingMessageMapper [delegate=NormalizedMessageMapper [id=Normalized, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[], jsonFieldSelector=null]], Ditto=WrappingMessageMapper [delegate=DittoMessageMapper [id=Ditto, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json]]], Faulty=WrappingMessageMapper [delegate=id=Faulty, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], header=WrappingMessageMapper [delegate=id=header, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]], RawMessage=WrappingMessageMapper [delegate=RawMessageMapper [id=RawMessage, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[application/vnd.eclipse-hono-empty-notification, application/vnd.eclipse-hono-device-provisioning-notification, application/vnd.eclipse-hono-dc-notification+json, application/vnd.eclipse-hono-delivery-failure-notification+json], dittoMessageMapper=DittoMessageMapper [id=null, incomingConditions=null, outgoingConditions=null, contentTypeBlocklist=null], fallbackOutgoingContentType=ContentType [value=text/plain; charset=utf-8, parsingStrategy=TEXT], incomingMessageHeaders={ditto-message-direction={{header:ditto-message-direction|fn:default('TO')}}, ditto-message-subject={{header:ditto-message-subject}}, ditto-message-feature-id={{header:ditto-message-feature-id}}, ditto-message-thing-id={{header:ditto-message-thing-id}}, content-type={{header:content-type|fn:default('application/octet-stream')}}, status={{header:status}}}]], Dropping=WrappingMessageMapper [delegate=id=Dropping, incomingConditions={}, outgoingConditions={}, contentTypeBlocklist=[]]}]>
01:37:55 06:37:55.395 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - doConnectClient
01:37:55 06:37:55.398 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - allocateResourcesOnConnection
01:37:55 06:37:55.398 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Starting publisher and consumers.
01:37:55 06:37:55.398 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Initialization of consumers, publisher and subscriptions successful, going to CONNECTED.
01:37:55 06:37:55.399 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
01:37:55 06:37:55.399 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<DISCONNECTED>
01:37:55 06:37:55.399 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
01:37:55 06:37:55.399 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING>
01:37:55 06:37:55.399 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming
01:37:55 [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.35 s -- in org.eclipse.ditto.connectivity.service.messaging.BaseClientActorTest
01:37:55 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.ResolversTest
01:37:55 06:37:55.400 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING>
01:37:55 06:37:55.400 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming
01:37:55 06:37:55.400 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
01:37:55 06:37:55.400 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING>
01:37:55 06:37:55.400 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
01:37:55 06:37:55.400 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
01:37:55 06:37:55.400 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming
01:37:55 06:37:55.400 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
01:37:55 06:37:55.400 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming
01:37:55 06:37:55.400 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<DISCONNECTED>
01:37:55 06:37:55.400 [WARN ] [PekkoTestSystem-pekko.actor.default-dispatcher-12] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind waiting for command. Ongoing command is discarded.
01:37:55 06:37:55.400 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING>
01:37:55 06:37:55.401 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING>
01:37:55 06:37:55.401 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
01:37:55 06:37:55.401 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTED> unsubscribing from pubsub and stopping consumers
01:37:55 06:37:55.401 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming
01:37:55 06:37:55.401 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - stopConsuming
01:37:55 06:37:55.401 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING>
01:37:55 06:37:55.401 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - ServiceUnbind State=<CONNECTING>
01:37:55 06:37:55.403 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.OutboundMappingProcessorActor - Exception in stream of OutboundMappingProcessorActor: java.lang.IllegalStateException: Operation not allowed in uninitialized state.
01:37:55 java.lang.IllegalStateException: Operation not allowed in uninitialized state.
01:37:55 	at org.eclipse.ditto.internal.utils.tracing.DittoTracing$UninitializedState.newIllegalStateException(DittoTracing.java:182)
01:37:55 	at org.eclipse.ditto.internal.utils.tracing.DittoTracing$UninitializedState.newStartedSpanByTimer(DittoTracing.java:187)
01:37:55 	at org.eclipse.ditto.internal.utils.tracing.DittoTracing.newStartedSpanByTimer(DittoTracing.java:108)
01:37:55 	at org.eclipse.ditto.connectivity.service.messaging.MappingTimer.outbound(MappingTimer.java:112)
01:37:55 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessor.processMappableSignals(OutboundMappingProcessor.java:168)
01:37:55 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessor.process(OutboundMappingProcessor.java:158)
01:37:55 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.mapToExternalMessage(OutboundMappingProcessorActor.java:669)
01:37:55 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.handleOutboundSignal(OutboundMappingProcessorActor.java:610)
01:37:55 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.lambda$createSink$a3571f47$1(OutboundMappingProcessorActor.java:390)
01:37:55 	at org.apache.pekko.stream.javadsl.Source.$anonfun$map$1(Source.scala:2144)
01:37:55 	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
01:37:55 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
01:37:55 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
01:37:55 	... 18 common frames omitted
01:37:55 Wrapped by: java.util.concurrent.CompletionException: java.lang.IllegalStateException: Operation not allowed in uninitialized state.
01:37:55 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332)
01:37:55 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347)
01:37:55 	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636)
01:37:55 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
01:37:55 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
01:37:55 	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:26)
01:37:55 	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:23)
01:37:55 	at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:484)
01:37:55 	at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
01:37:55 	at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429)
01:37:55 	at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:338)
01:37:55 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285)
01:37:55 	at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:504)
01:37:55 	at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
01:37:55 	at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429)
01:37:55 	at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:338)
01:37:55 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285)
01:37:55 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278)
01:37:55 	at scala.concurrent.Promise.tryFailure(Promise.scala:117)
01:37:55 	at scala.concurrent.Promise.tryFailure$(Promise.scala:117)
01:37:55 	at scala.concurrent.impl.Promise$DefaultPromise.tryFailure(Promise.scala:104)
01:37:55 	at org.apache.pekko.stream.impl.SeqStage$$anon$3.onUpstreamFailure(Sinks.scala:274)
01:37:55 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processEvent(GraphInterpreter.scala:537)
01:37:55 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:400)
01:37:55 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
01:37:55 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.init(ActorGraphInterpreter.scala:632)
01:37:55 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.tryInit(ActorGraphInterpreter.scala:740)
01:37:55 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.preStart(ActorGraphInterpreter.scala:789)
01:37:55 	at org.apache.pekko.actor.Actor.aroundPreStart(Actor.scala:558)
01:37:55 	at org.apache.pekko.actor.Actor.aroundPreStart$(Actor.scala:558)
01:37:55 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundPreStart(ActorGraphInterpreter.scala:729)
01:37:55 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:654)
01:37:55 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523)
01:37:55 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
01:37:55 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
01:37:55 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
01:37:55 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
01:37:55 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
01:37:55 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
01:37:55 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
01:37:55 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
01:37:55 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
01:37:55 06:37:55.403 [ERROR] [PekkoTestSystem-pekko.actor.default-dispatcher-8] o.e.d.c.s.m.OutboundMappingProcessorActor - Exception in stream of OutboundMappingProcessorActor: java.lang.IllegalStateException: Operation not allowed in uninitialized state.
01:37:55 java.lang.IllegalStateException: Operation not allowed in uninitialized state.
01:37:55 	at org.eclipse.ditto.internal.utils.tracing.DittoTracing$UninitializedState.newIllegalStateException(DittoTracing.java:182)
01:37:55 	at org.eclipse.ditto.internal.utils.tracing.DittoTracing$UninitializedState.newStartedSpanByTimer(DittoTracing.java:187)
01:37:55 	at org.eclipse.ditto.internal.utils.tracing.DittoTracing.newStartedSpanByTimer(DittoTracing.java:108)
01:37:55 	at org.eclipse.ditto.connectivity.service.messaging.MappingTimer.outbound(MappingTimer.java:112)
01:37:55 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessor.processMappableSignals(OutboundMappingProcessor.java:168)
01:37:55 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessor.process(OutboundMappingProcessor.java:158)
01:37:55 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.mapToExternalMessage(OutboundMappingProcessorActor.java:669)
01:37:55 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.handleOutboundSignal(OutboundMappingProcessorActor.java:610)
01:37:55 	at org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorActor.lambda$createSink$a3571f47$1(OutboundMappingProcessorActor.java:390)
01:37:55 	at org.apache.pekko.stream.javadsl.Source.$anonfun$map$1(Source.scala:2144)
01:37:55 	at org.apache.pekko.stream.impl.fusing.Map$$anon$1.onPush(Ops.scala:64)
01:37:55 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processPush(GraphInterpreter.scala:555)
01:37:55 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:433)
01:37:55 	... 18 common frames omitted
01:37:55 Wrapped by: java.util.concurrent.CompletionException: java.lang.IllegalStateException: Operation not allowed in uninitialized state.
01:37:55 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332)
01:37:55 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347)
01:37:55 	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636)
01:37:55 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
01:37:55 	at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162)
01:37:55 	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:26)
01:37:55 	at scala.concurrent.impl.FutureConvertersImpl$CF.apply(FutureConvertersImpl.scala:23)
01:37:55 	at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:484)
01:37:55 	at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
01:37:55 	at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429)
01:37:55 	at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:338)
01:37:55 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285)
01:37:55 	at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:504)
01:37:55 	at scala.concurrent.ExecutionContext$parasitic$.execute(ExecutionContext.scala:222)
01:37:55 	at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429)
01:37:55 	at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:338)
01:37:55 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285)
01:37:55 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278)
01:37:55 	at scala.concurrent.Promise.tryFailure(Promise.scala:117)
01:37:55 	at scala.concurrent.Promise.tryFailure$(Promise.scala:117)
01:37:55 	at scala.concurrent.impl.Promise$DefaultPromise.tryFailure(Promise.scala:104)
01:37:55 	at org.apache.pekko.stream.impl.SeqStage$$anon$3.onUpstreamFailure(Sinks.scala:274)
01:37:55 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.processEvent(GraphInterpreter.scala:537)
01:37:55 	at org.apache.pekko.stream.impl.fusing.GraphInterpreter.execute(GraphInterpreter.scala:400)
01:37:55 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.runBatch(ActorGraphInterpreter.scala:662)
01:37:55 	at org.apache.pekko.stream.impl.fusing.GraphInterpreterShell.init(ActorGraphInterpreter.scala:632)
01:37:55 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.tryInit(ActorGraphInterpreter.scala:740)
01:37:55 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.preStart(ActorGraphInterpreter.scala:789)
01:37:55 	at org.apache.pekko.actor.Actor.aroundPreStart(Actor.scala:558)
01:37:55 	at org.apache.pekko.actor.Actor.aroundPreStart$(Actor.scala:558)
01:37:55 	at org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter.aroundPreStart(ActorGraphInterpreter.scala:729)
01:37:55 	at org.apache.pekko.actor.ActorCell.create(ActorCell.scala:654)
01:37:55 	at org.apache.pekko.actor.ActorCell.invokeAll$1(ActorCell.scala:523)
01:37:55 	at org.apache.pekko.actor.ActorCell.systemInvoke(ActorCell.scala:545)
01:37:55 	at org.apache.pekko.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:305)
01:37:55 	at org.apache.pekko.dispatch.Mailbox.run(Mailbox.scala:240)
01:37:55 	at org.apache.pekko.dispatch.Mailbox.exec(Mailbox.scala:253)
01:37:55 	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
01:37:55 	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
01:37:55 	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
01:37:55 	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
01:37:55 	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
01:37:55 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.messaging.ResolversTest
01:37:55 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.DefaultClientActorPropsFactoryTest
01:37:55 06:37:55.410 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
01:37:55 06:37:55.416 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-13] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - Client actor registered: <connection-18322f45-7ece-4477-b1b6-9bd131ea753f>
01:37:55 06:37:55.417 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
01:37:55 06:37:55.417 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
01:37:55 06:37:55.417 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
01:37:55 06:37:55.418 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
01:37:55 06:37:55.418 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
01:37:55 06:37:55.418 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-14] o.e.d.c.s.m.BaseClientActorTest$DummyClientActor - SERVICE_REQUESTS_DONE: ackregatorCount=0
01:37:55 06:37:55.420 [INFO ] [PekkoTestSystem-pekko.actor.default-dispatcher-6] o.e.d.i.u.p.a.Subscriber - This cluster instance was terminated - no action required ..
01:37:55 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 s -- in org.eclipse.ditto.connectivity.service.messaging.DefaultClientActorPropsFactoryTest
01:37:55 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.DroppedTest
01:37:55 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s -- in org.eclipse.ditto.connectivity.service.messaging.DroppedTest
01:37:55 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.AzSaslSigningTest
01:37:55 [INFO] [01/18/2024 06:37:55.886] [main] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:37:55 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.ditto.connectivity.service.messaging.AzSaslSigningTest
01:37:55 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.SendingTest
01:37:56 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.281 s -- in org.eclipse.ditto.connectivity.service.messaging.SendingTest
01:37:56 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.MappingSinksTest
01:37:56 06:37:56.184 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
01:38:08 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.24 s -- in org.eclipse.ditto.connectivity.service.messaging.MappingSinksTest
01:38:08 [INFO] Running org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorTest
01:38:08 06:38:08.431 [INFO ] [main] o.e.d.i.u.t.DittoTracing - Ditto tracing is disabled. No traces are generated and span context is not propagated.
01:38:08 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.eclipse.ditto.connectivity.service.messaging.OutboundMappingProcessorTest
01:38:08 [INFO] Running org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalErrorRegistryTest
01:38:08 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalErrorRegistryTest
01:38:08 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.RawMessageMapperTest
01:38:08 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s -- in org.eclipse.ditto.connectivity.service.mapping.RawMessageMapperTest
01:38:08 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.DefaultConnectivitySignalEnrichmentProviderTest
01:38:08 [INFO] [01/18/2024 06:38:08.714] [main] [CoordinatedShutdown(pekko://DefaultConnectivitySignalEnrichmentProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:38:08 [INFO] [01/18/2024 06:38:08.760] [main] [CoordinatedShutdown(pekko://DefaultConnectivitySignalEnrichmentProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:38:08 [INFO] [01/18/2024 06:38:08.790] [main] [CoordinatedShutdown(pekko://DefaultConnectivitySignalEnrichmentProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:38:08 [INFO] [01/18/2024 06:38:08.825] [main] [CoordinatedShutdown(pekko://DefaultConnectivitySignalEnrichmentProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:38:08 [INFO] [01/18/2024 06:38:08.858] [main] [CoordinatedShutdown(pekko://DefaultConnectivitySignalEnrichmentProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:38:08 [INFO] [01/18/2024 06:38:08.890] [main] [CoordinatedShutdown(pekko://DefaultConnectivitySignalEnrichmentProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:38:08 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s -- in org.eclipse.ditto.connectivity.service.mapping.DefaultConnectivitySignalEnrichmentProviderTest
01:38:08 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.JavaScriptMessageMapperRhinoTest
01:38:09 UnmodifiableExternalMessage [headers={correlation-id=7c62e557-4d15-4811-8f34-97cc618bc4fa, content-type=application/vnd.eclipse.ditto+json}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=TEXT, textPayload={"topic":"_/foo-bar-connection/connections/announcements/opened","path":"/","headers":{"correlation-id":"7c62e557-4d15-4811-8f34-97cc618bc4fa","content-type":"application/json"},"value":{"openedAt":"2024-01-18T06:38:09.099571164Z"}}, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]]
01:38:09 testDefaultJavascriptOutgoingMappingForConnectionAnnouncements Duration: 2.970054ms
01:38:09 ImmutableJsonifiableAdaptable [delegateAdaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=org.eclipse.ditto, name=fancy-car-11, group=things, channel=twin, criterion=commands, action=modify, searchAction=null, streamingAction=null, subject=null, path=org.eclipse.ditto/fancy-car-11/things/twin/commands/modify], payload=ImmutablePayload [path=/attributes/foo, value="hello!", extra=null, status=null, revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{correlation-id=a9b53abc-c5db-430e-aef5-ff459d895f9b, version=2, content-type=application/json}]]]
01:38:09 testDefaultJavascriptIncomingMappingForByteDittoProtocol Duration: 1.722943ms
01:38:09 ImmutableJsonifiableAdaptable [delegateAdaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=org.eclipse.ditto, name=fancy-car-11, group=things, channel=twin, criterion=commands, action=modify, searchAction=null, streamingAction=null, subject=null, path=org.eclipse.ditto/fancy-car-11/things/twin/commands/modify], payload=ImmutablePayload [path=/attributes/foo, value="{\"type\":\"things.responses:modifyThing\",\"status\":204,\"thingId\":\"org.eclipse.ditto:foo-bar-plain\"}", extra={"attributes":{"enriched":"field"}}, status=HttpStatus [code=204, category=SUCCESS], revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{correlation-id=1b69f15c-c165-4868-aafa-78b9bff93b1d}]]]
01:38:09 testPlainJavascriptIncomingMapping Duration: 4.753725ms
01:38:09 ImmutableJsonifiableAdaptable [delegateAdaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=org.eclipse.ditto, name=fancy-car-11, group=things, channel=twin, criterion=commands, action=modify, searchAction=null, streamingAction=null, subject=null, path=org.eclipse.ditto/fancy-car-11/things/twin/commands/modify], payload=ImmutablePayload [path=/attributes/foo, value="{\"type\":\"things.responses:modifyThing\",\"status\":204,\"thingId\":\"org.eclipse.ditto:foo-bar-plain\"}", extra=null, status=HttpStatus [code=204, category=SUCCESS], revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{correlation-id=4332aa29-180f-431e-832f-bac969f4b5ff}]]]
01:38:09 testPlainJavascriptIncomingMapping Duration: 0.584313ms
01:38:09 testEmptyJavascriptIncomingMapping Duration: 0.07587ms
01:38:09 ImmutableJsonifiableAdaptable [delegateAdaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=org.eclipse.ditto, name=fancy-car-11, group=things, channel=twin, criterion=commands, action=modify, searchAction=null, streamingAction=null, subject=null, path=org.eclipse.ditto/fancy-car-11/things/twin/commands/modify], payload=ImmutablePayload [path=/attributes/foo, value={"header":{"message_type":"SmokeEvent","timestamp_ms":"1595043218316","message_id":"95516572-e737-4c90-a5cd-7448f0bcaf37","device_id":"com.bosch.cm.ivs_IVS-INTEGRATION-TEST-DEVICE","boot_id":"a4e376c3-a288-4db8-8a7b-4657dea5f515"},"smoke_start_timestamp_ms":"1591096889617","images":[{"timestamp_ms":"1591251430839","id":"39d342bc-93b7-4765-ace6-5ae833739431","camera_identifier":"CAM-REAR-01"}],"duration_in_seconds":20,"confidence":220,"total_smoke":125,"background_air_quality":10,"status":{}}, extra=null, status=null, revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{correlation-id=30e54823-77fa-49a7-ac12-55d6e62bb302}]]]
01:38:09 testWithProtobufJsJavascriptIncomingMapping Duration: 303.493348ms
01:38:09 testEmptyJavascriptOutgoingMapping Duration: 0.3112ms
01:38:09 UnmodifiableExternalMessage [headers={correlation-id=2df43f4e-d515-4265-b115-ff6b47ec5afc, content-type=application/vnd.eclipse.ditto+json}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=TEXT, textPayload={"topic":"org.eclipse.ditto/foo-bar-policy/policies/announcements/subjectDeletion","path":"/","headers":{"correlation-id":"2df43f4e-d515-4265-b115-ff6b47ec5afc","content-type":"application/json"},"value":{"deleteAt":"2024-01-18T06:38:09.428569999Z","subjectIds":[]}}, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]]
01:38:09 testDefaultJavascriptOutgoingMappingForPolicyAnnouncements Duration: 1.113505ms
01:38:09 ImmutableJsonifiableAdaptable [delegateAdaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=org.eclipse.ditto, name=fancy-car-11, group=things, channel=twin, criterion=commands, action=modify, searchAction=null, streamingAction=null, subject=null, path=org.eclipse.ditto/fancy-car-11/things/twin/commands/modify], payload=ImmutablePayload [path=/attributes/foo, value="hello!", extra=null, status=null, revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{correlation-id=91369a4d-e9ef-45a1-8a04-54dc10064a2c}]]]
01:38:09 testBinaryJavascriptIncomingMapping Duration: 0.770421ms
01:38:09 UnmodifiableExternalMessage [headers={response-required=true, ditto-message-feature-id=SoftwareState, content-type=application/vnd.google.protobuf, ditto-message-subject=install, ditto-message-thing-id=org.eclipse.ditto.example:INTEGRATION_TEST_DEVICE, ditto-message-direction=TO, correlation-id=6ad98a5f-1ca9-4df4-ad7a-143e6c5845c6, version=2}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=BYTES, textPayload=null, bytePayload=<binary> (1170bytes)', internalHeaders=ImmutableDittoHeaders [{}]]
01:38:09 testWithProtobufJsJavascriptOutgoingMapping Duration: 123.067314ms
01:38:09 UnmodifiableExternalMessage [headers={correlation-id=2e12c5ce-cb44-41ce-af04-12bb08ca98dc, content-type=application/octet-stream}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=BYTES, textPayload=null, bytePayload=<binary> (32bytes)', internalHeaders=ImmutableDittoHeaders [{}]]
01:38:09 testBinaryJavascriptOutgoingMapping Duration: 1.723121ms
01:38:09 ImmutableJsonifiableAdaptable [delegateAdaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=org.eclipse.ditto, name=fancy-car-11, group=things, channel=twin, criterion=commands, action=modify, searchAction=null, streamingAction=null, subject=null, path=org.eclipse.ditto/fancy-car-11/things/twin/commands/modify], payload=ImmutablePayload [path=/attributes/foo, value="hello!", extra=null, status=null, revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{correlation-id=eae921f9-7bd3-48cd-bfee-99f263aa80f5, version=2, content-type=application/json}]]]
01:38:09 testNoopJavascriptIncomingMapping Duration: 0.295057ms
01:38:09 UnmodifiableExternalMessage [headers={correlation-id=750ec2e7-26ef-46f3-84b2-a1220163e9d6, content-type=text/plain}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=TEXT, textPayload=none, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]]
01:38:09 testCorrectChannelForConnectionAnnouncementsJavascriptOutgoingMapping Duration: 0.979104ms
01:38:09 {subject={{topic:action-subject}}, correlation-id=7b7f4037-28e5-4461-947d-3af8306c9f01, content-type=application/vnd.eclipse.ditto+json}
01:38:09 UnmodifiableExternalMessage [headers={subject={{topic:action-subject}}, correlation-id=7b7f4037-28e5-4461-947d-3af8306c9f01, content-type=application/vnd.eclipse.ditto+json}, response=false, error=false, authorizationContext=null, topicPath=ImmutableTopicPath [namespace=org.eclipse.ditto, name=foo-bar-plain, group=things, channel=twin, criterion=commands, action=create, searchAction=null, streamingAction=null, subject=null, path=org.eclipse.ditto/foo-bar-plain/things/twin/commands/create], enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=TEXT, textPayload={"topic":"org.eclipse.ditto/foo-bar-plain/things/twin/commands/create","headers":{"correlation-id":"7b7f4037-28e5-4461-947d-3af8306c9f01","subject":"{{topic:action-subject}}","content-type":"application/json"},"path":"/","value":{"_namespace":"org.eclipse.ditto","thingId":"org.eclipse.ditto:foo-bar-plain","attributes":{"foo":"bar"}}}, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]]
01:38:09 testNoopJavascriptOutgoingMapping Duration: 0.225919ms
01:38:09 ImmutableJsonifiableAdaptable [delegateAdaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=org.eclipse.ditto, name=fancy-car-11, group=things, channel=twin, criterion=commands, action=modify, searchAction=null, streamingAction=null, subject=null, path=org.eclipse.ditto/fancy-car-11/things/twin/commands/modify], payload=ImmutablePayload [path=/attributes/foo, value="hello!", extra=null, status=null, revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{correlation-id=b134e527-63ae-47b9-928b-ac84ae8b0b33}]]]
01:38:09 testPlainJavascriptIncomingMapping Duration: 0.383739ms
01:38:09 HEADERS: ImmutableDittoHeaders [{correlation-id=4ab445ab-aed0-460a-88b1-0f1f1d7a1183, subject={{topic:action-subject}}, content-type=application/json}]
01:38:09 CREATE THING :CreateThing [type=things.commands:createThing, dittoHeaders=ImmutableDittoHeaders [{correlation-id=4ab445ab-aed0-460a-88b1-0f1f1d7a1183, subject={{topic:action-subject}}}], thing=ImmutableThing [thingId=org.eclipse.ditto:foo-bar-plain, policyId=null, definition=null, attributes={"foo":"bar"}, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null], initialPolicy=null, policyIdOrPlaceholder=null]
01:38:09 ADAPTABLE: ImmutableJsonifiableAdaptable [delegateAdaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=org.eclipse.ditto, name=foo-bar-plain, group=things, channel=twin, criterion=commands, action=create, searchAction=null, streamingAction=null, subject=null, path=org.eclipse.ditto/foo-bar-plain/things/twin/commands/create], payload=ImmutablePayload [path=/, value={"_namespace":"org.eclipse.ditto","thingId":"org.eclipse.ditto:foo-bar-plain","attributes":{"foo":"bar"}}, extra=null, status=null, revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{correlation-id=4ab445ab-aed0-460a-88b1-0f1f1d7a1183, subject={{topic:action-subject}}, content-type=application/json}]]]
01:38:09 ADAPTABLE TO JSON: {"topic":"org.eclipse.ditto/foo-bar-plain/things/twin/commands/create","headers":{"correlation-id":"4ab445ab-aed0-460a-88b1-0f1f1d7a1183","subject":"{{topic:action-subject}}","content-type":"application/json"},"path":"/","value":{"_namespace":"org.eclipse.ditto","thingId":"org.eclipse.ditto:foo-bar-plain","attributes":{"foo":"bar"}}}
01:38:09 {subject={{topic:action-subject}}, correlation-id=4ab445ab-aed0-460a-88b1-0f1f1d7a1183, content-type=application/vnd.eclipse.ditto+json}
01:38:09 UnmodifiableExternalMessage [headers={subject={{topic:action-subject}}, correlation-id=4ab445ab-aed0-460a-88b1-0f1f1d7a1183, content-type=application/vnd.eclipse.ditto+json}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=TEXT, textPayload={"topic":"org.eclipse.ditto/foo-bar-plain/things/twin/commands/create","path":"/","headers":{"correlation-id":"4ab445ab-aed0-460a-88b1-0f1f1d7a1183","subject":"{{topic:action-subject}}","content-type":"application/json"},"value":{"_namespace":"org.eclipse.ditto","thingId":"org.eclipse.ditto:foo-bar-plain","attributes":{"foo":"bar"}}}, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]]
01:38:09 testNoopJavascriptOutgoingMapping Duration: 0.662315ms
01:38:09 UnmodifiableExternalMessage [headers={correlation-id=fd89c764-31d0-4b6e-89b4-eebe60091d0c, content-type=text/plain}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=TEXT, textPayload=Thing ID was: org.eclipse.ditto:foo-bar-plain, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]]
01:38:09 testPlainJavascriptOutgoingMapping Duration: 1.097102ms
01:38:09 HEADERS: ImmutableDittoHeaders [{correlation-id=0d33a2b2-ec99-4a99-b225-48f8702bb049, subject={{topic:action-subject}}, response-required=false, content-type=application/json}]
01:38:09 CREATE THING RESPONSE :CreateThingResponse [dittoHeaders=ImmutableDittoHeaders [{correlation-id=0d33a2b2-ec99-4a99-b225-48f8702bb049, subject={{topic:action-subject}}, response-required=false}], responseType=things.responses:createThing, httpStatus=HttpStatus [code=201, category=SUCCESS], thingCreated=ImmutableThing [thingId=org.eclipse.ditto:foo-bar-plain, policyId=null, definition=null, attributes={"foo":"bar"}, features=null, lifecycle=null, revision=null, modified=null, created=null, metadata=null]]
01:38:09 ADAPTABLE: ImmutableJsonifiableAdaptable [delegateAdaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=org.eclipse.ditto, name=foo-bar-plain, group=things, channel=twin, criterion=commands, action=create, searchAction=null, streamingAction=null, subject=null, path=org.eclipse.ditto/foo-bar-plain/things/twin/commands/create], payload=ImmutablePayload [path=/, value={"thingId":"org.eclipse.ditto:foo-bar-plain","attributes":{"foo":"bar"}}, extra=null, status=HttpStatus [code=201, category=SUCCESS], revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{correlation-id=0d33a2b2-ec99-4a99-b225-48f8702bb049, subject={{topic:action-subject}}, response-required=false, content-type=application/json}]]]
01:38:09 ADAPTABLE TO JSON: {"topic":"org.eclipse.ditto/foo-bar-plain/things/twin/commands/create","headers":{"correlation-id":"0d33a2b2-ec99-4a99-b225-48f8702bb049","subject":"{{topic:action-subject}}","response-required":false,"content-type":"application/json"},"path":"/","value":{"thingId":"org.eclipse.ditto:foo-bar-plain","attributes":{"foo":"bar"}},"status":201}
01:38:09 {content-type=application/vnd.eclipse.ditto+json, correlation-id=0d33a2b2-ec99-4a99-b225-48f8702bb049, response-required=false, subject={{topic:action-subject}}}
01:38:09 UnmodifiableExternalMessage [headers={content-type=application/vnd.eclipse.ditto+json, correlation-id=0d33a2b2-ec99-4a99-b225-48f8702bb049, response-required=false, subject={{topic:action-subject}}}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=TEXT, textPayload={"topic":"org.eclipse.ditto/foo-bar-plain/things/twin/commands/create","path":"/","headers":{"correlation-id":"0d33a2b2-ec99-4a99-b225-48f8702bb049","subject":"{{topic:action-subject}}","response-required":false,"content-type":"application/json"},"value":{"thingId":"org.eclipse.ditto:foo-bar-plain","attributes":{"foo":"bar"}},"status":201}, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]]
01:38:09 testDefaultJavascriptOutgoingMappingWithStatus Duration: 0.698904ms
01:38:09 2572427
01:38:09 bytes length: 3
01:38:09 ImmutableJsonifiableAdaptable [delegateAdaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=org.eclipse.ditto, name=fancy-car-11, group=things, channel=twin, criterion=commands, action=modify, searchAction=null, streamingAction=null, subject=null, path=org.eclipse.ditto/fancy-car-11/things/twin/commands/modify], payload=ImmutablePayload [path=/attributes/foo, value={"a":11,"b":8,"c":99}, extra=null, status=null, revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{correlation-id=e58d94d5-68d4-4913-91e2-e05188d2d113}]]]
01:38:09 testBinaryWithByteBufferJsJavascriptIncomingMapping Duration: 15.822954ms
01:38:09 ImmutableJsonifiableAdaptable [delegateAdaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=org.eclipse.ditto, name=fancy-car-11, group=things, channel=twin, criterion=commands, action=modify, searchAction=null, streamingAction=null, subject=null, path=org.eclipse.ditto/fancy-car-11/things/twin/commands/modify], payload=ImmutablePayload [path=/attributes/foo, value="hello!", extra=null, status=null, revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{correlation-id=cbe41c3c-d39d-4ef9-8526-43afd5193085, version=2, content-type=application/json}]]]
01:38:09 testDefaultJavascriptIncomingMappingForDittoProtocol Duration: 0.161674ms
01:38:09 UnmodifiableExternalMessage [headers={correlation-id=57210094-2f6a-47be-b1d7-88231d4f38bf, content-type=text/plain}, response=false, error=false, authorizationContext=null, topicPath=null, enforcement=null, headerMapping=null, payloadMapping=null, sourceAddress=null, source=null, payloadType=TEXT, textPayload=none, bytePayload=null', internalHeaders=ImmutableDittoHeaders [{}]]
01:38:09 testCorrectChannelForPolicyAnnouncementsJavascriptOutgoingMapping Duration: 0.912936ms
01:38:09 [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.692 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.JavaScriptMessageMapperRhinoTest
01:38:09 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.DefaultJavaScriptConfigTest
01:38:09 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.DefaultJavaScriptConfigTest
01:38:09 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.benchmark.JavaScriptMessageMapperRhinoBenchmarkTest
01:38:09 ImmutableJsonifiableAdaptable [delegateAdaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=org.eclipse.ditto, name=jmh-test, group=things, channel=twin, criterion=commands, action=modify, searchAction=null, streamingAction=null, subject=null, path=org.eclipse.ditto/jmh-test/things/twin/commands/modify], payload=ImmutablePayload [path=/, value="{\"thingId\":\"RC-CRaaSCar\",\"acl\":{\"manufacturer\":{\"READ\":true,\"WRITE\":true,\"ADMINISTRATE\":true},\"driver1\":{\"READ\":true,\"WRITE\":false,\"ADMINISTRATE\":false}},\"attributes\":{\"manufacturer\":\"myManufacturer\",\"model\":\"myModel\",\"yearOfConstruction\":2000,\"serialNumber\":\"123456789ABC\"},\"features\":{\"XDK\":{\"properties\":{\"acceleration\":{\"x\":-1,\"y\":0,\"z\":0},\"gyroscope\":{\"x\":0,\"y\":0,\"z\":0},\"magnetometer\":{\"x\":0,\"y\":0,\"z\":0},\"environmental\":{\"temperature\":25.3,\"humidity\":63.4,\"pressure\":982.5},\"light\":598.4,\"lamps\":{\"yellow\":true,\"orange\":true,\"red\":false}}},\"secondary\":{\"properties\":{\"velocity\":15.4,\"state\":\"moving\",\"direction\":54.4}}}}", extra=null, status=null, revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{correlation-id=026bee62-8f94-4433-9e03-433d9b180e75}]]]
01:38:09 ImmutableJsonifiableAdaptable [delegateAdaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=org.eclipse.ditto, name=jmh-test, group=things, channel=twin, criterion=commands, action=modify, searchAction=null, streamingAction=null, subject=null, path=org.eclipse.ditto/jmh-test/things/twin/commands/modify], payload=ImmutablePayload [path=/attributes/foo, value="A simple text to be mapped", extra=null, status=null, revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{correlation-id=c84f3a21-36b5-4b0e-a10f-0641a4395e5e}]]]
01:38:09 ImmutableJsonifiableAdaptable [delegateAdaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=org.eclipse.ditto, name=jmh-test, group=things, channel=twin, criterion=commands, action=modify, searchAction=null, streamingAction=null, subject=null, path=org.eclipse.ditto/jmh-test/things/twin/commands/modify], payload=ImmutablePayload [path=/, value={"thingId":"RC-CRaaSCar","acl":{"manufacturer":{"READ":true,"WRITE":true,"ADMINISTRATE":true},"driver1":{"READ":true,"WRITE":false,"ADMINISTRATE":false}},"attributes":{"manufacturer":"myManufacturer","model":"myModel","yearOfConstruction":2000,"serialNumber":"123456789ABC"},"features":{"XDK":{"properties":{"acceleration":{"x":-1,"y":0,"z":0},"gyroscope":{"x":0,"y":0,"z":0},"magnetometer":{"x":0,"y":0,"z":0},"environmental":{"temperature":25.3,"humidity":63.4,"pressure":982.5},"light":598.4,"lamps":{"yellow":true,"orange":true,"red":false}}},"secondary":{"properties":{"velocity":15.4,"state":"moving","direction":54.4}}}}, extra=null, status=null, revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{correlation-id=3b196c5e-2151-45ca-8ddd-5a769fe9bc75}]]]
01:38:09 42664720170
01:38:09 bytes length: 5
01:38:09 ImmutableJsonifiableAdaptable [delegateAdaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=org.eclipse.ditto, name=jmh-test, group=things, channel=twin, criterion=commands, action=modify, searchAction=null, streamingAction=null, subject=null, path=org.eclipse.ditto/jmh-test/things/twin/commands/modify], payload=ImmutablePayload [path=/features, value={"temperature":{"properties":{"value":25.43}},"pressure":{"properties":{"value":1015}},"humidity":{"properties":{"value":42}}}, extra=null, status=null, revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{correlation-id=bbea3242-5257-4dc9-bd7b-a49ed72b8ef6, content-type=application/octet-stream, device_id=jmh-test}]]]
01:38:10 2572427
01:38:10 bytes length: 3
01:38:10 ImmutableJsonifiableAdaptable [delegateAdaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=org.eclipse.ditto, name=jmh-test, group=things, channel=twin, criterion=commands, action=modify, searchAction=null, streamingAction=null, subject=null, path=org.eclipse.ditto/jmh-test/things/twin/commands/modify], payload=ImmutablePayload [path=/attributes/foo, value={"a":11,"b":8,"c":99}, extra=null, status=null, revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{correlation-id=2a58e168-6891-4dad-815c-0b5df9560e2b}]]]
01:38:10 ImmutableJsonifiableAdaptable [delegateAdaptable=ImmutableAdaptable [topicPath=ImmutableTopicPath [namespace=org.eclipse.ditto, name=jmh-test, group=things, channel=twin, criterion=commands, action=modify, searchAction=null, streamingAction=null, subject=null, path=org.eclipse.ditto/jmh-test/things/twin/commands/modify], payload=ImmutablePayload [path=/, value={"aa":222,"bb":579,"cc":"xxx/456/yyy","dd":["u","v","lore ipsum bla bla bla","x","y"]}, extra=null, status=null, revision=null, timestamp=null, metadata=null, fields=null], headers=ImmutableDittoHeaders [{correlation-id=c42b6095-5dd2-4687-a7df-534e07724e3d}]]]
01:38:10 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.358 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.benchmark.JavaScriptMessageMapperRhinoBenchmarkTest
01:38:10 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.DefaultIncomingMappingTest
01:38:10 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.DefaultIncomingMappingTest
01:38:10 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.ImmutableJavaScriptMessageMapperConfigurationTest
01:38:10 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.ImmutableJavaScriptMessageMapperConfigurationTest
01:38:10 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.JavaScriptMessageMapperRhinoSandboxingTest
01:38:10 ensureRecursionGetsAborted aborted after: 0.812022ms
01:38:10 ensureEndlessLoopGetsAborted aborted after: 527.339403ms
01:38:10 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.738 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.JavaScriptMessageMapperRhinoSandboxingTest
01:38:10 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.javascript.ScriptedIncomingMappingTest
01:38:10 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.mapping.javascript.ScriptedIncomingMappingTest
01:38:10 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.WrappingMessageMapperTest
01:38:11 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.936 s -- in org.eclipse.ditto.connectivity.service.mapping.WrappingMessageMapperTest
01:38:11 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.ImplicitThingCreationMessageMapperTest
01:38:12 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 s -- in org.eclipse.ditto.connectivity.service.mapping.ImplicitThingCreationMessageMapperTest
01:38:12 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.CloudEventsMapperTest
01:38:12 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.ditto.connectivity.service.mapping.CloudEventsMapperTest
01:38:12 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.UpdateTwinWithLiveResponseMessageMapperTest
01:38:12 06:38:12.485 [INFO ] [main] o.e.d.c.s.m.UpdateTwinWithLiveResponseMessageMapper - Mapped MergeThing from received live <things.responses:retrieveAttribute>
01:38:12 06:38:12.531 [INFO ] [main] o.e.d.c.s.m.UpdateTwinWithLiveResponseMessageMapper - Mapped MergeThing from received live <things.responses:retrieveThing>
01:38:12 06:38:12.610 [INFO ] [main] o.e.d.c.s.m.UpdateTwinWithLiveResponseMessageMapper - Mapped MergeThing from received live <things.responses:retrieveAttribute>
01:38:12 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 s -- in org.eclipse.ditto.connectivity.service.mapping.UpdateTwinWithLiveResponseMessageMapperTest
01:38:12 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.DefaultMessageMapperConfigurationTest
01:38:12 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.ditto.connectivity.service.mapping.DefaultMessageMapperConfigurationTest
01:38:12 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.ConnectionStatusMessageMapperTest
01:38:12 06:38:12.695 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <MessageMappingFailedException>: Invalid value in header <ttd>: -5625.
01:38:12 06:38:12.729 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <MessageMappingFailedException>: Header <ttd> is not convertible to type long.
01:38:12 06:38:12.854 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <ThingIdInvalidException>: Thing ID 'Invalid Value' is not valid!
01:38:12 06:38:12.923 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <UnresolvedPlaceholderException>: The placeholder '{{ header:thing-id }}' could not be resolved.
01:38:13 06:38:13.025 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <MessageMappingFailedException>: Header <creation-time> is not convertible to type long.
01:38:13 06:38:13.112 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <MessageMappingFailedException>: Header <ttd> is not set.
01:38:13 06:38:13.261 [INFO ] [main] o.e.d.c.s.m.ConnectionStatusMessageMapper - Error occurred during mapping: <MessageMappingFailedException>: Header <creation-time> is not set.
01:38:13 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.625 s -- in org.eclipse.ditto.connectivity.service.mapping.ConnectionStatusMessageMapperTest
01:38:13 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.DefaultMessageMapperFactoryTest
01:38:13 06:38:13.351 [INFO ] [main] o.e.d.c.s.m.DefaultMessageMapperFactory - Mapper <some-id> with mapping engine <java.lang.String> not found.
01:38:13 06:38:13.351 [INFO ] [main] o.e.d.c.s.m.DefaultMessageMapperFactory - Mapper <missing-mapper-id> with mapping engine <missing-mapper> not found.
01:38:13 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s -- in org.eclipse.ditto.connectivity.service.mapping.DefaultMessageMapperFactoryTest
01:38:13 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.DittoMessageMapperTest
01:38:13 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.mapping.DittoMessageMapperTest
01:38:13 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.DefaultMessageMapperRegistryTest
01:38:13 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.mapping.DefaultMessageMapperRegistryTest
01:38:13 [INFO] Running org.eclipse.ditto.connectivity.service.mapping.NormalizedMessageMapperTest
01:38:14 [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.891 s -- in org.eclipse.ditto.connectivity.service.mapping.NormalizedMessageMapperTest
01:38:14 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultConnectionIdsRetrievalConfigTest
01:38:14 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.connectivity.service.config.DefaultConnectionIdsRetrievalConfigTest
01:38:14 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultBackOffConfigTest
01:38:14 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.ditto.connectivity.service.config.DefaultBackOffConfigTest
01:38:14 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultHonoConfigTest
01:38:14 [INFO] [01/18/2024 06:38:14.375] [main] [CoordinatedShutdown(pekko://getBaseUriReturnsDefaultValueIfNotContainedInConfig)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:38:14 [INFO] [01/18/2024 06:38:14.432] [main] [CoordinatedShutdown(pekko://newInstanceThrowsDittoConfigErrorIfSaslMechanismIsUnknown)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:38:14 [INFO] [01/18/2024 06:38:14.465] [main] [CoordinatedShutdown(pekko://isValidateCertificatesReturnsExplicitlyConfiguredValue)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:38:14 [INFO] [01/18/2024 06:38:14.495] [main] [CoordinatedShutdown(pekko://getBootstrapServerUrisReturnsExplicitlyConfiguredValues)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:38:14 [INFO] [01/18/2024 06:38:14.528] [main] [CoordinatedShutdown(pekko://getBaseUriReturnsExplicitlyConfiguredValue)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:38:14 [INFO] [01/18/2024 06:38:14.561] [main] [CoordinatedShutdown(pekko://getTrustedCertificatesReturnsExplicitlyConfiguredValue)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:38:14 [INFO] [01/18/2024 06:38:14.595] [main] [CoordinatedShutdown(pekko://newInstanceThrowsDittoConfigErrorIfOneBootstrapServerUriSyntaxIsInvalid)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:38:14 [INFO] [01/18/2024 06:38:14.640] [main] [CoordinatedShutdown(pekko://getCredentialsReturnsExplicitlyConfiguredValues)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:38:14 [INFO] [01/18/2024 06:38:14.673] [main] [CoordinatedShutdown(pekko://getBootstrapServerUrisReturnsDefaultValueIfNotContainedInConfig)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:38:14 [INFO] [01/18/2024 06:38:14.706] [main] [CoordinatedShutdown(pekko://isValidateCertificatesReturnsDefaultValueIfNotContainedInConfig)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:38:14 [INFO] [01/18/2024 06:38:14.739] [main] [CoordinatedShutdown(pekko://newInstanceThrowsDittoConfigErrorIfBaseUriSyntaxIsInvalid)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:38:14 [INFO] [01/18/2024 06:38:14.779] [main] [CoordinatedShutdown(pekko://getSaslMechanismReturnsDefaultValueIfNotContainedInConfig)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:38:14 [INFO] [01/18/2024 06:38:14.813] [main] [CoordinatedShutdown(pekko://getTrustedCertificatesReturnsDefaultValueIfNotContainedInConfig)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:38:14 [INFO] [01/18/2024 06:38:14.846] [main] [CoordinatedShutdown(pekko://getCredentialsReturnsDefaultValueIfNotContainedInConfig)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:38:14 [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.509 s -- in org.eclipse.ditto.connectivity.service.config.DefaultHonoConfigTest
01:38:14 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultKafkaConfigTest
01:38:14 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.connectivity.service.config.DefaultKafkaConfigTest
01:38:14 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultClientConfigTest
01:38:14 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.ditto.connectivity.service.config.DefaultClientConfigTest
01:38:14 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultKafkaProducerConfigTest
01:38:14 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.connectivity.service.config.DefaultKafkaProducerConfigTest
01:38:14 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultAmqp10ConfigTest
01:38:15 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s -- in org.eclipse.ditto.connectivity.service.config.DefaultAmqp10ConfigTest
01:38:15 [INFO] Running org.eclipse.ditto.connectivity.service.config.mapping.DefaultMappingConfigTest
01:38:15 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.ditto.connectivity.service.config.mapping.DefaultMappingConfigTest
01:38:15 [INFO] Running org.eclipse.ditto.connectivity.service.config.mapping.DefaultMapperLimitsConfigTest
01:38:15 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.connectivity.service.config.mapping.DefaultMapperLimitsConfigTest
01:38:15 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultHttpPushConfigTest
01:38:15 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.connectivity.service.config.DefaultHttpPushConfigTest
01:38:15 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultKafkaConsumerConfigTest
01:38:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.ditto.connectivity.service.config.DefaultKafkaConsumerConfigTest
01:38:15 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultConnectionConfigTest
01:38:15 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.379 s -- in org.eclipse.ditto.connectivity.service.config.DefaultConnectionConfigTest
01:38:15 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultFieldsEncryptionConfigTest
01:38:15 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.connectivity.service.config.DefaultFieldsEncryptionConfigTest
01:38:15 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultConnectionThrottlingConfigTest
01:38:15 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.connectivity.service.config.DefaultConnectionThrottlingConfigTest
01:38:15 [INFO] Running org.eclipse.ditto.connectivity.service.config.DefaultOAuth2ConfigTest
01:38:15 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.ditto.connectivity.service.config.DefaultOAuth2ConfigTest
01:38:15 [INFO] Running org.eclipse.ditto.connectivity.service.placeholders.ImmutableConnectionIdPlaceholderTest
01:38:15 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.placeholders.ImmutableConnectionIdPlaceholderTest
01:38:15 [INFO] Running org.eclipse.ditto.connectivity.service.placeholders.TopicPlaceholderTest
01:38:15 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.placeholders.TopicPlaceholderTest
01:38:15 [INFO] Running org.eclipse.ditto.connectivity.service.placeholders.ConnectionIdPlaceholderTest
01:38:15 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.placeholders.ConnectionIdPlaceholderTest
01:38:15 [INFO] Running org.eclipse.ditto.connectivity.service.placeholders.ImmutableSourceAddressPlaceholderTest
01:38:15 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.placeholders.ImmutableSourceAddressPlaceholderTest
01:38:15 [INFO] Running org.eclipse.ditto.connectivity.service.SignalEnforcementFilterTest
01:38:15 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.ditto.connectivity.service.SignalEnforcementFilterTest
01:38:15 [INFO] Running org.eclipse.ditto.connectivity.service.util.EncryptorAesGcmTest
01:38:15 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.connectivity.service.util.EncryptorAesGcmTest
01:38:15 [INFO] Running org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalEventRegistryTest
01:38:15 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalEventRegistryTest
01:38:15 [INFO] Running org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalCommandRegistryTest
01:38:15 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalCommandRegistryTest
01:38:15 [INFO] Running org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalCommandResponseRegistryTest
01:38:15 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.connectivity.service.ConnectivityServiceGlobalCommandResponseRegistryTest
01:38:15 [INFO] Running org.eclipse.ditto.connectivity.service.ConnectivityRootActorTest
01:38:15 06:38:15.717 [INFO ] [main] o.e.d.i.u.c.r.ServiceSpecificEnvironmentConfigSupplier - Running in <DEVELOPMENT> environment.
01:38:15 06:38:15.895 [INFO ] [ConnectivityRootActorTest-pekko.actor.default-dispatcher-11] o.e.d.b.s.c.DittoSplitBrainResolver - SBR will be automatically enabled after <PT1H>
01:38:16 06:38:15.998 [INFO ] [ConnectivityRootActorTest-pekko.actor.default-dispatcher-17] o.e.d.b.s.s.SignalTransformers - Instantiated the following signal transformers: org.eclipse.ditto.connectivity.service.enforcement.pre.ModifyToCreateConnectionTransformer,org.eclipse.ditto.edge.service.dispatching.signaltransformer.DefaultNamespaceAppender,org.eclipse.ditto.edge.service.dispatching.signaltransformer.OriginatorSetterSignalTransformer.
01:38:16 06:38:16.399 [INFO ] [ConnectivityRootActorTest-pekko.actor.default-dispatcher-17] o.e.d.c.s.m.p.ConnectivityMongoEventAdapter - Connections fields encryption: false
01:38:26 Failed to stop [ConnectivityRootActorTest] within [10 seconds] 
01:38:26 -> / LocalActorRefProvider$$anon$2 class org.apache.pekko.actor.LocalActorRefProvider$Guardian status=0 1 children
01:38:26    ⌊-> system LocalActorRef class org.apache.pekko.actor.LocalActorRefProvider$SystemGuardian status=4 Terminating(Termination)
01:38:26        |    toDie: Actor[pekko://ConnectivityRootActorTest/system/Materializers#428256146]
01:38:26        ⌊-> Materializers RepointableActorRef class org.apache.pekko.stream.impl.MaterializerGuardian status=4 Terminating(Termination)
01:38:26            |    toDie: Actor[pekko://ConnectivityRootActorTest/system/Materializers/StreamSupervisor-2139#811753359]
01:38:26            ⌊-> StreamSupervisor-2139 LocalActorRef class org.apache.pekko.stream.impl.StreamSupervisor status=4 Terminating(Termination)
01:38:26                |    toDie: Actor[pekko://ConnectivityRootActorTest/system/Materializers/StreamSupervisor-2139/flow-7-0-ignoreSink#-2074930573]
01:38:26                |           Actor[pekko://ConnectivityRootActorTest/system/Materializers/StreamSupervisor-2139/flow-9-0-ignoreSink#1953526014]
01:38:26                ⌊-> flow-7-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=2 no children
01:38:26                ⌊-> flow-9-0-ignoreSink RepointableActorRef class org.apache.pekko.stream.impl.fusing.ActorGraphInterpreter status=2 no children
01:38:26 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.12 s -- in org.eclipse.ditto.connectivity.service.ConnectivityRootActorTest
01:38:28 [INFO] 
01:38:28 [INFO] Results:
01:38:28 [INFO] 
01:38:28 [WARNING] Tests run: 1700, Failures: 0, Errors: 0, Skipped: 3
01:38:28 [INFO] 
01:38:28 [INFO] 
01:38:28 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-connectivity-service ---
01:38:28 [INFO] 
01:38:28 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-connectivity-service ---
01:38:28 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT.jar
01:38:28 [INFO] 
01:38:28 [INFO] --- shade:3.5.0:shade (default) @ ditto-connectivity-service ---
01:38:28 [INFO] Including org.eclipse.ditto:ditto-connectivity-model:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-base-model:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-things-model:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-connectivity-api:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-protocol:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cluster:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-json-cbor:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.14.3 in the shaded jar.
01:38:28 [INFO] Including org.apache.pekko:pekko-cluster_2.13:jar:1.0.1 in the shaded jar.
01:38:28 [INFO] Including org.apache.pekko:pekko-remote_2.13:jar:1.0.1 in the shaded jar.
01:38:28 [INFO] Including org.agrona:agrona:jar:1.15.1 in the shaded jar.
01:38:28 [INFO] Including org.apache.pekko:pekko-cluster-sharding_2.13:jar:1.0.1 in the shaded jar.
01:38:28 [INFO] Including org.apache.pekko:pekko-distributed-data_2.13:jar:1.0.1 in the shaded jar.
01:38:28 [INFO] Including org.lmdbjava:lmdbjava:jar:0.7.0 in the shaded jar.
01:38:28 [INFO] Including com.github.jnr:jnr-ffi:jar:2.1.9 in the shaded jar.
01:38:28 [INFO] Including org.ow2.asm:asm:jar:9.2 in the shaded jar.
01:38:28 [INFO] Including org.ow2.asm:asm-commons:jar:9.2 in the shaded jar.
01:38:28 [INFO] Including org.ow2.asm:asm-analysis:jar:9.2 in the shaded jar.
01:38:28 [INFO] Including org.ow2.asm:asm-tree:jar:9.2 in the shaded jar.
01:38:28 [INFO] Including org.ow2.asm:asm-util:jar:9.2 in the shaded jar.
01:38:28 [INFO] Including com.github.jnr:jnr-a64asm:jar:1.0.0 in the shaded jar.
01:38:28 [INFO] Including com.github.jnr:jnr-x86asm:jar:1.0.2 in the shaded jar.
01:38:28 [INFO] Including com.github.jnr:jffi:jar:1.2.18 in the shaded jar.
01:38:28 [INFO] Including com.github.jnr:jffi:jar:native:1.2.18 in the shaded jar.
01:38:28 [INFO] Including com.github.jnr:jnr-constants:jar:0.9.12 in the shaded jar.
01:38:28 [INFO] Including org.apache.pekko:pekko-serialization-jackson_2.13:jar:1.0.1 in the shaded jar.
01:38:28 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.14.3 in the shaded jar.
01:38:28 [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.14.3 in the shaded jar.
01:38:28 [INFO] Including com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.14.3 in the shaded jar.
01:38:28 [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.13:jar:2.14.3 in the shaded jar.
01:38:28 [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.8 in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-things-api:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-policies-api:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-base-service:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-config:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-base-api:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.apache.pekko:pekko-coordination_2.13:jar:1.0.1 in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-metrics:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including io.kamon:kamon-executors_2.13:jar:2.6.5 in the shaded jar.
01:38:28 [INFO] Including io.kamon:kamon-instrumentation-common_2.13:jar:2.6.5 in the shaded jar.
01:38:28 [INFO] Including nl.grons:metrics4-scala_2.13:jar:4.2.9 in the shaded jar.
01:38:28 [INFO] Including io.dropwizard.metrics:metrics-core:jar:4.2.9 in the shaded jar.
01:38:28 [INFO] Including io.dropwizard.metrics:metrics-healthchecks:jar:4.2.9 in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-tracing:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-health:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-extension:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.slf4j:slf4j-api:jar:1.7.36 in the shaded jar.
01:38:28 [INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.36 in the shaded jar.
01:38:28 [INFO] Including ch.qos.logback:logback-classic:jar:1.2.13 in the shaded jar.
01:38:28 [INFO] Including ch.qos.logback:logback-core:jar:1.2.13 in the shaded jar.
01:38:28 [INFO] Including org.apache.pekko:pekko-actor_2.13:jar:1.0.1 in the shaded jar.
01:38:28 [INFO] Including org.apache.pekko:pekko-management_2.13:jar:1.0.0 in the shaded jar.
01:38:28 [INFO] Including org.apache.pekko:pekko-http-spray-json_2.13:jar:1.0.0 in the shaded jar.
01:38:28 [INFO] Including io.spray:spray-json_2.13:jar:1.3.6 in the shaded jar.
01:38:28 [INFO] Including org.apache.pekko:pekko-management-cluster-bootstrap_2.13:jar:1.0.0 in the shaded jar.
01:38:28 [INFO] Including org.apache.pekko:pekko-discovery_2.13:jar:1.0.1 in the shaded jar.
01:38:28 [INFO] Including org.apache.pekko:pekko-management-cluster-http_2.13:jar:1.0.0 in the shaded jar.
01:38:28 [INFO] Including org.apache.pekko:pekko-discovery-kubernetes-api_2.13:jar:1.0.0 in the shaded jar.
01:38:28 [INFO] Including org.apache.pekko:pekko-management-pki_2.13:jar:1.0.0 in the shaded jar.
01:38:28 [INFO] Including org.apache.pekko:pekko-pki_2.13:jar:1.0.1 in the shaded jar.
01:38:28 [INFO] Including com.hierynomus:asn-one:jar:0.5.0 in the shaded jar.
01:38:28 [INFO] Including org.apache.pekko:pekko-lease-kubernetes_2.13:jar:1.0.0 in the shaded jar.
01:38:28 [INFO] Including org.apache.pekko:pekko-slf4j_2.13:jar:1.0.1 in the shaded jar.
01:38:28 [INFO] Including com.github.scullxbones:pekko-persistence-mongodb_2.13:jar:1.0.1 in the shaded jar.
01:38:28 [INFO] Including org.mongodb:mongodb-driver-core:jar:4.10.2 in the shaded jar.
01:38:28 [INFO] Including org.mongodb:bson-record-codec:jar:4.10.2 in the shaded jar.
01:38:28 [INFO] Including org.mongodb.scala:mongo-scala-bson_2.13:jar:4.10.2 in the shaded jar.
01:38:28 [INFO] Including io.kamon:kamon-core_2.13:jar:2.6.5 in the shaded jar.
01:38:28 [INFO] Including io.kamon:kamon-prometheus_2.13:jar:2.6.5 in the shaded jar.
01:38:28 [INFO] Including io.kamon:kamon-system-metrics_2.13:jar:2.6.5 in the shaded jar.
01:38:28 [INFO] Including io.kamon:kamon-opentelemetry_2.13:jar:2.6.5 in the shaded jar.
01:38:28 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-http-trace:jar:1.13.0 in the shaded jar.
01:38:28 [INFO] Including io.opentelemetry:opentelemetry-sdk-trace:jar:1.13.0 in the shaded jar.
01:38:28 [INFO] Including io.opentelemetry:opentelemetry-api:jar:1.13.0 in the shaded jar.
01:38:28 [INFO] Including io.opentelemetry:opentelemetry-context:jar:1.13.0 in the shaded jar.
01:38:28 [INFO] Including io.opentelemetry:opentelemetry-sdk-common:jar:1.13.0 in the shaded jar.
01:38:28 [INFO] Including io.opentelemetry:opentelemetry-semconv:jar:1.13.0-alpha in the shaded jar.
01:38:28 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-common:jar:1.13.0 in the shaded jar.
01:38:28 [INFO] Including com.squareup.okhttp3:okhttp:jar:4.9.3 in the shaded jar.
01:38:28 [INFO] Including com.squareup.okio:okio:jar:2.8.0 in the shaded jar.
01:38:28 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.0 in the shaded jar.
01:38:28 [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.10 in the shaded jar.
01:38:28 [INFO] Including io.opentelemetry:opentelemetry-exporter-otlp-trace:jar:1.13.0 in the shaded jar.
01:38:28 [INFO] Including com.google.auto.value:auto-value-annotations:jar:1.9 in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-policies-model:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-placeholders:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-json:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-jwt-model:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-wot-model:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-edge-service:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-policies-enforcement:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache-loaders:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-messages-model:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-thingsearch-model:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-thingsearch-api:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-rql-query:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pekko:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-internal-models-signal:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.scala-lang:scala-library:jar:2.13.12 in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-internal-models-signalenrichment:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-cache:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistence:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.apache.pekko:pekko-cluster-tools_2.13:jar:1.0.1 in the shaded jar.
01:38:28 [INFO] Including org.mongodb:mongodb-driver-reactivestreams:jar:4.10.2 in the shaded jar.
01:38:28 [INFO] Including io.projectreactor:reactor-core:jar:3.5.0 in the shaded jar.
01:38:28 [INFO] Including org.mongodb.scala:mongo-scala-driver_2.13:jar:4.10.2 in the shaded jar.
01:38:28 [INFO] Including org.scala-lang:scala-reflect:jar:2.13.12 in the shaded jar.
01:38:28 [INFO] Including com.github.ben-manes.caffeine:caffeine:jar:3.1.8 in the shaded jar.
01:38:28 [INFO] Including org.scala-lang.modules:scala-java8-compat_2.13:jar:1.0.2 in the shaded jar.
01:38:28 [INFO] Including io.netty:netty-buffer:jar:4.1.99.Final in the shaded jar.
01:38:28 [INFO] Including io.netty:netty-handler:jar:4.1.99.Final in the shaded jar.
01:38:28 [INFO] Including io.netty:netty-resolver:jar:4.1.99.Final in the shaded jar.
01:38:28 [INFO] Including io.netty:netty-transport-native-unix-common:jar:4.1.99.Final in the shaded jar.
01:38:28 [INFO] Including io.netty:netty-transport:jar:4.1.99.Final in the shaded jar.
01:38:28 [INFO] Including org.apache.pekko:pekko-persistence-query_2.13:jar:1.0.1 in the shaded jar.
01:38:28 [INFO] Including org.apache.pekko:pekko-protobuf-v3_2.13:jar:1.0.1 in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-persistent-actors:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-namespaces:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-ddata:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-conditional-headers:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.apache.pekko:pekko-persistence_2.13:jar:1.0.1 in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-protocol:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including com.typesafe:config:jar:1.4.2 in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-search:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-rql-parser:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-rql-model:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.apache.pekko:pekko-parsing_2.13:jar:1.0.0 in the shaded jar.
01:38:28 [INFO] Including org.parboiled:parboiled_2.13:jar:2.5.0 in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-rql-search-option-parser:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-things:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-internal-utils-pubsub-policies:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.webjars.npm:bytebuffer:jar:5.0.1 in the shaded jar.
01:38:28 [INFO] Including org.webjars.npm:long:jar:3.2.0 in the shaded jar.
01:38:28 [INFO] Including org.apache.sshd:sshd-core:jar:2.9.2 in the shaded jar.
01:38:28 [INFO] Including org.apache.sshd:sshd-common:jar:2.9.2 in the shaded jar.
01:38:28 [INFO] Including org.slf4j:jcl-over-slf4j:jar:1.7.36 in the shaded jar.
01:38:28 [INFO] Including net.i2p.crypto:eddsa:jar:0.3.0 in the shaded jar.
01:38:28 [INFO] Including org.apache.qpid:qpid-jms-client:jar:1.10.0 in the shaded jar.
01:38:28 [INFO] Including jakarta.jms:jakarta.jms-api:jar:2.0.3 in the shaded jar.
01:38:28 [INFO] Including org.apache.qpid:proton-j:jar:0.34.1 in the shaded jar.
01:38:28 [INFO] Including io.netty:netty-common:jar:4.1.99.Final in the shaded jar.
01:38:28 [INFO] Including io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.1.99.Final in the shaded jar.
01:38:28 [INFO] Including io.netty:netty-transport-classes-epoll:jar:4.1.99.Final in the shaded jar.
01:38:28 [INFO] Including io.netty:netty-transport-native-kqueue:jar:osx-x86_64:4.1.99.Final in the shaded jar.
01:38:28 [INFO] Including io.netty:netty-transport-classes-kqueue:jar:4.1.99.Final in the shaded jar.
01:38:28 [INFO] Including io.netty:netty-codec-http:jar:4.1.99.Final in the shaded jar.
01:38:28 [INFO] Including com.hivemq:hivemq-mqtt-client:jar:1.3.3 in the shaded jar.
01:38:28 [INFO] Including io.reactivex.rxjava2:rxjava:jar:2.2.21 in the shaded jar.
01:38:28 [INFO] Including org.reactivestreams:reactive-streams:jar:1.0.4 in the shaded jar.
01:38:28 [INFO] Including io.netty:netty-codec:jar:4.1.99.Final in the shaded jar.
01:38:28 [INFO] Including org.jctools:jctools-core:jar:2.1.2 in the shaded jar.
01:38:28 [INFO] Including org.jetbrains:annotations:jar:16.0.3 in the shaded jar.
01:38:28 [INFO] Including com.google.dagger:dagger:jar:2.27 in the shaded jar.
01:38:28 [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar.
01:38:28 [INFO] Including com.github.pjfanning:pekko-rabbitmq_2.13:jar:7.0.0 in the shaded jar.
01:38:28 [INFO] Including com.rabbitmq:amqp-client:jar:5.18.0 in the shaded jar.
01:38:28 [INFO] Including org.apache.pekko:pekko-connectors-kafka_2.13:jar:1.0.0 in the shaded jar.
01:38:28 [INFO] Including org.apache.pekko:pekko-stream_2.13:jar:1.0.1 in the shaded jar.
01:38:28 [INFO] Including com.typesafe:ssl-config-core_2.13:jar:0.6.1 in the shaded jar.
01:38:28 [INFO] Including org.apache.kafka:kafka-clients:jar:3.5.1 in the shaded jar.
01:38:28 [INFO] Including com.github.luben:zstd-jni:jar:1.5.5-1 in the shaded jar.
01:38:28 [INFO] Including org.lz4:lz4-java:jar:1.8.0 in the shaded jar.
01:38:28 [INFO] Including org.xerial.snappy:snappy-java:jar:1.1.10.1 in the shaded jar.
01:38:28 [INFO] Including org.apache.pekko:pekko-http_2.13:jar:1.0.0 in the shaded jar.
01:38:28 [INFO] Including org.apache.pekko:pekko-http-core_2.13:jar:1.0.0 in the shaded jar.
01:38:28 [INFO] Including org.mozilla:rhino-runtime:jar:1.7.14 in the shaded jar.
01:38:28 [INFO] Including org.atteo.classindex:classindex:jar:3.13 in the shaded jar.
01:38:28 [INFO] Including org.codehaus.janino:janino:jar:3.1.10 in the shaded jar.
01:38:28 [INFO] Including org.codehaus.janino:commons-compiler:jar:3.1.10 in the shaded jar.
01:38:28 [INFO] Including org.komamitsu:fluency-core:jar:2.6.5 in the shaded jar.
01:38:28 [INFO] Including org.msgpack:jackson-dataformat-msgpack:jar:0.9.1 in the shaded jar.
01:38:28 [INFO] Including org.msgpack:msgpack-core:jar:0.9.1 in the shaded jar.
01:38:28 [INFO] Including org.komamitsu:phi-accural-failure-detector:jar:0.0.5 in the shaded jar.
01:38:28 [INFO] Including net.jodah:failsafe:jar:2.4.4 in the shaded jar.
01:38:28 [INFO] Including org.komamitsu:fluency-fluentd:jar:2.6.5 in the shaded jar.
01:38:28 [INFO] Including net.logstash.logback:logstash-logback-encoder:jar:7.2 in the shaded jar.
01:38:28 [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.14.3 in the shaded jar.
01:38:28 [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.14.3 in the shaded jar.
01:38:28 [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.14.3 in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-internal-models-streaming:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including org.mongodb:bson:jar:4.10.2 in the shaded jar.
01:38:28 [INFO] Including org.eclipse.ditto:ditto-utils-result:jar:0-SNAPSHOT in the shaded jar.
01:38:28 [INFO] Including com.eclipsesource.minimal-json:minimal-json:jar:0.9.5 in the shaded jar.
01:38:30 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
01:38:30 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
01:38:30 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
01:38:30 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
01:38:30 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
01:38:33 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
01:38:38 [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
01:38:39 [WARNING] ditto-base-api-0-SNAPSHOT.jar, ditto-base-model-0-SNAPSHOT.jar, ditto-base-service-0-SNAPSHOT.jar, ditto-connectivity-api-0-SNAPSHOT.jar, ditto-connectivity-model-0-SNAPSHOT.jar, ditto-connectivity-service-0-SNAPSHOT.jar, ditto-edge-service-0-SNAPSHOT.jar, ditto-internal-models-signal-0-SNAPSHOT.jar, ditto-internal-models-signalenrichment-0-SNAPSHOT.jar, ditto-internal-models-streaming-0-SNAPSHOT.jar, ditto-internal-utils-cache-0-SNAPSHOT.jar, ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar, ditto-internal-utils-cluster-0-SNAPSHOT.jar, ditto-internal-utils-conditional-headers-0-SNAPSHOT.jar, ditto-internal-utils-config-0-SNAPSHOT.jar, ditto-internal-utils-ddata-0-SNAPSHOT.jar, ditto-internal-utils-extension-0-SNAPSHOT.jar, ditto-internal-utils-health-0-SNAPSHOT.jar, ditto-internal-utils-metrics-0-SNAPSHOT.jar, ditto-internal-utils-namespaces-0-SNAPSHOT.jar, ditto-internal-utils-pekko-0-SNAPSHOT.jar, ditto-internal-utils-persistence-0-SNAPSHOT.jar, ditto-internal-utils-persistent-actors-0-SNAPSHOT.jar, ditto-internal-utils-protocol-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar, ditto-internal-utils-search-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-0-SNAPSHOT.jar, ditto-jwt-model-0-SNAPSHOT.jar, ditto-messages-model-0-SNAPSHOT.jar, ditto-placeholders-0-SNAPSHOT.jar, ditto-policies-api-0-SNAPSHOT.jar, ditto-policies-enforcement-0-SNAPSHOT.jar, ditto-policies-model-0-SNAPSHOT.jar, ditto-protocol-0-SNAPSHOT.jar, ditto-rql-model-0-SNAPSHOT.jar, ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-query-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar, ditto-things-api-0-SNAPSHOT.jar, ditto-things-model-0-SNAPSHOT.jar, ditto-thingsearch-api-0-SNAPSHOT.jar, ditto-thingsearch-model-0-SNAPSHOT.jar, ditto-utils-result-0-SNAPSHOT.jar, ditto-wot-model-0-SNAPSHOT.jar, jakarta.jms-api-2.0.3.jar define 1 overlapping resource: 
01:38:39 [WARNING]   - META-INF/NOTICE.md
01:38:39 [WARNING] agrona-1.15.1.jar, amqp-client-5.18.0.jar, annotations-16.0.3.jar, asm-9.2.jar, asm-analysis-9.2.jar, asm-commons-9.2.jar, asm-tree-9.2.jar, asm-util-9.2.jar, asn-one-0.5.0.jar, auto-value-annotations-1.9.jar, bson-4.10.2.jar, bson-record-codec-4.10.2.jar, caffeine-3.1.8.jar, classindex-3.13.jar, commons-compiler-3.1.10.jar, config-1.4.2.jar, dagger-2.27.jar, ditto-base-api-0-SNAPSHOT.jar, ditto-base-model-0-SNAPSHOT.jar, ditto-base-service-0-SNAPSHOT.jar, ditto-connectivity-api-0-SNAPSHOT.jar, ditto-connectivity-model-0-SNAPSHOT.jar, ditto-connectivity-service-0-SNAPSHOT.jar, ditto-edge-service-0-SNAPSHOT.jar, ditto-internal-models-signal-0-SNAPSHOT.jar, ditto-internal-models-signalenrichment-0-SNAPSHOT.jar, ditto-internal-models-streaming-0-SNAPSHOT.jar, ditto-internal-utils-cache-0-SNAPSHOT.jar, ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar, ditto-internal-utils-cluster-0-SNAPSHOT.jar, ditto-internal-utils-conditional-headers-0-SNAPSHOT.jar, ditto-internal-utils-config-0-SNAPSHOT.jar, ditto-internal-utils-ddata-0-SNAPSHOT.jar, ditto-internal-utils-extension-0-SNAPSHOT.jar, ditto-internal-utils-health-0-SNAPSHOT.jar, ditto-internal-utils-metrics-0-SNAPSHOT.jar, ditto-internal-utils-namespaces-0-SNAPSHOT.jar, ditto-internal-utils-pekko-0-SNAPSHOT.jar, ditto-internal-utils-persistence-0-SNAPSHOT.jar, ditto-internal-utils-persistent-actors-0-SNAPSHOT.jar, ditto-internal-utils-protocol-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar, ditto-internal-utils-search-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-0-SNAPSHOT.jar, ditto-jwt-model-0-SNAPSHOT.jar, ditto-messages-model-0-SNAPSHOT.jar, ditto-placeholders-0-SNAPSHOT.jar, ditto-policies-api-0-SNAPSHOT.jar, ditto-policies-enforcement-0-SNAPSHOT.jar, ditto-policies-model-0-SNAPSHOT.jar, ditto-protocol-0-SNAPSHOT.jar, ditto-rql-model-0-SNAPSHOT.jar, ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-query-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar, ditto-things-api-0-SNAPSHOT.jar, ditto-things-model-0-SNAPSHOT.jar, ditto-thingsearch-api-0-SNAPSHOT.jar, ditto-thingsearch-model-0-SNAPSHOT.jar, ditto-utils-result-0-SNAPSHOT.jar, ditto-wot-model-0-SNAPSHOT.jar, eddsa-0.3.0.jar, failsafe-2.4.4.jar, fluency-core-2.6.5.jar, fluency-fluentd-2.6.5.jar, hivemq-mqtt-client-1.3.3.jar, jackson-annotations-2.14.3.jar, jackson-core-2.14.3.jar, jackson-databind-2.14.3.jar, jackson-dataformat-cbor-2.14.3.jar, jackson-dataformat-msgpack-0.9.1.jar, jackson-datatype-jdk8-2.14.3.jar, jackson-datatype-jsr310-2.14.3.jar, jackson-module-parameter-names-2.14.3.jar, jackson-module-scala_2.13-2.14.3.jar, jakarta.jms-api-2.0.3.jar, janino-3.1.10.jar, jcl-over-slf4j-1.7.36.jar, jctools-core-2.1.2.jar, jffi-1.2.18-native.jar, jffi-1.2.18.jar, jnr-a64asm-1.0.0.jar, jnr-constants-0.9.12.jar, jnr-ffi-2.1.9.jar, jnr-x86asm-1.0.2.jar, jul-to-slf4j-1.7.36.jar, kafka-clients-3.5.1.jar, kamon-core_2.13-2.6.5.jar, kamon-executors_2.13-2.6.5.jar, kamon-instrumentation-common_2.13-2.6.5.jar, kamon-opentelemetry_2.13-2.6.5.jar, kamon-prometheus_2.13-2.6.5.jar, kamon-system-metrics_2.13-2.6.5.jar, kotlin-stdlib-1.4.10.jar, kotlin-stdlib-common-1.4.0.jar, lmdbjava-0.7.0.jar, logback-classic-1.2.13.jar, logback-core-1.2.13.jar, logstash-logback-encoder-7.2.jar, lz4-java-1.8.0.jar, metrics-core-4.2.9.jar, metrics-healthchecks-4.2.9.jar, metrics4-scala_2.13-4.2.9.jar, minimal-json-0.9.5.jar, mongo-scala-bson_2.13-4.10.2.jar, mongo-scala-driver_2.13-4.10.2.jar, mongodb-driver-core-4.10.2.jar, mongodb-driver-reactivestreams-4.10.2.jar, msgpack-core-0.9.1.jar, netty-buffer-4.1.99.Final.jar, netty-codec-4.1.99.Final.jar, netty-codec-http-4.1.99.Final.jar, netty-common-4.1.99.Final.jar, netty-handler-4.1.99.Final.jar, netty-resolver-4.1.99.Final.jar, netty-transport-4.1.99.Final.jar, netty-transport-classes-epoll-4.1.99.Final.jar, netty-transport-classes-kqueue-4.1.99.Final.jar, netty-transport-native-epoll-4.1.99.Final-linux-x86_64.jar, netty-transport-native-kqueue-4.1.99.Final-osx-x86_64.jar, netty-transport-native-unix-common-4.1.99.Final.jar, okhttp-4.9.3.jar, okio-2.8.0.jar, opentelemetry-api-1.13.0.jar, opentelemetry-context-1.13.0.jar, opentelemetry-exporter-otlp-common-1.13.0.jar, opentelemetry-exporter-otlp-http-trace-1.13.0.jar, opentelemetry-exporter-otlp-trace-1.13.0.jar, opentelemetry-sdk-common-1.13.0.jar, opentelemetry-sdk-trace-1.13.0.jar, opentelemetry-semconv-1.13.0-alpha.jar, paranamer-2.8.jar, parboiled_2.13-2.5.0.jar, pekko-actor_2.13-1.0.1.jar, pekko-cluster-sharding_2.13-1.0.1.jar, pekko-cluster-tools_2.13-1.0.1.jar, pekko-cluster_2.13-1.0.1.jar, pekko-connectors-kafka_2.13-1.0.0.jar, pekko-coordination_2.13-1.0.1.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.1.jar, pekko-distributed-data_2.13-1.0.1.jar, pekko-http-core_2.13-1.0.0.jar, pekko-http-spray-json_2.13-1.0.0.jar, pekko-http_2.13-1.0.0.jar, pekko-lease-kubernetes_2.13-1.0.0.jar, pekko-management-cluster-bootstrap_2.13-1.0.0.jar, pekko-management-cluster-http_2.13-1.0.0.jar, pekko-management-pki_2.13-1.0.0.jar, pekko-management_2.13-1.0.0.jar, pekko-parsing_2.13-1.0.0.jar, pekko-persistence-mongodb_2.13-1.0.1.jar, pekko-persistence-query_2.13-1.0.1.jar, pekko-persistence_2.13-1.0.1.jar, pekko-pki_2.13-1.0.1.jar, pekko-protobuf-v3_2.13-1.0.1.jar, pekko-rabbitmq_2.13-7.0.0.jar, pekko-remote_2.13-1.0.1.jar, pekko-serialization-jackson_2.13-1.0.1.jar, pekko-slf4j_2.13-1.0.1.jar, pekko-stream_2.13-1.0.1.jar, phi-accural-failure-detector-0.0.5.jar, proton-j-0.34.1.jar, qpid-jms-client-1.10.0.jar, reactive-streams-1.0.4.jar, reactor-core-3.5.0.jar, rhino-runtime-1.7.14.jar, rxjava-2.2.21.jar, scala-java8-compat_2.13-1.0.2.jar, scala-library-2.13.12.jar, scala-reflect-2.13.12.jar, slf4j-api-1.7.36.jar, snappy-java-1.1.10.1.jar, spray-json_2.13-1.3.6.jar, sshd-common-2.9.2.jar, sshd-core-2.9.2.jar, ssl-config-core_2.13-0.6.1.jar, zstd-jni-1.5.5-1.jar define 1 overlapping resource: 
01:38:39 [WARNING]   - META-INF/MANIFEST.MF
01:38:39 [WARNING] netty-buffer-4.1.99.Final.jar, netty-codec-4.1.99.Final.jar, netty-codec-http-4.1.99.Final.jar, netty-common-4.1.99.Final.jar, netty-handler-4.1.99.Final.jar, netty-resolver-4.1.99.Final.jar, netty-transport-4.1.99.Final.jar, netty-transport-classes-epoll-4.1.99.Final.jar, netty-transport-classes-kqueue-4.1.99.Final.jar, netty-transport-native-epoll-4.1.99.Final-linux-x86_64.jar, netty-transport-native-kqueue-4.1.99.Final-osx-x86_64.jar, netty-transport-native-unix-common-4.1.99.Final.jar define 1 overlapping resource: 
01:38:39 [WARNING]   - META-INF/io.netty.versions.properties
01:38:39 [WARNING] jackson-core-2.14.3.jar, jackson-databind-2.14.3.jar, jackson-dataformat-cbor-2.14.3.jar, jackson-datatype-jdk8-2.14.3.jar, jackson-datatype-jsr310-2.14.3.jar, jackson-module-parameter-names-2.14.3.jar, kotlin-stdlib-1.4.10.jar define 1 overlapping classes: 
01:38:39 [WARNING]   - META-INF.versions.9.module-info
01:38:39 [WARNING] sshd-common-2.9.2.jar, sshd-core-2.9.2.jar define 1 overlapping resource: 
01:38:39 [WARNING]   - .cache/formatter-maven-cache.properties
01:38:39 [WARNING] jctools-core-2.1.2.jar, netty-common-4.1.99.Final.jar, opentelemetry-sdk-trace-1.13.0.jar define 2 overlapping resources: 
01:38:39 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.properties
01:38:39 [WARNING]   - META-INF/maven/org.jctools/jctools-core/pom.xml
01:38:39 [WARNING] ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar define 4 overlapping classes: 
01:38:39 [WARNING]   - org.eclipse.ditto.rql.parser.RqlPredicateParser
01:38:39 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlParserBase
01:38:39 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser
01:38:39 [WARNING]   - org.eclipse.ditto.rql.parser.internal.RqlPredicateParser$
01:38:39 [WARNING] bson-4.10.2.jar, mongodb-driver-core-4.10.2.jar define 1 overlapping resource: 
01:38:39 [WARNING]   - META-INF/native-image/org.mongodb/bson/native-image.properties
01:38:39 [WARNING] ditto-base-api-0-SNAPSHOT.jar, ditto-base-model-0-SNAPSHOT.jar, ditto-base-service-0-SNAPSHOT.jar, ditto-connectivity-api-0-SNAPSHOT.jar, ditto-connectivity-model-0-SNAPSHOT.jar, ditto-connectivity-service-0-SNAPSHOT.jar, ditto-edge-service-0-SNAPSHOT.jar, ditto-internal-models-signal-0-SNAPSHOT.jar, ditto-internal-models-signalenrichment-0-SNAPSHOT.jar, ditto-internal-models-streaming-0-SNAPSHOT.jar, ditto-internal-utils-cache-0-SNAPSHOT.jar, ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar, ditto-internal-utils-cluster-0-SNAPSHOT.jar, ditto-internal-utils-conditional-headers-0-SNAPSHOT.jar, ditto-internal-utils-config-0-SNAPSHOT.jar, ditto-internal-utils-ddata-0-SNAPSHOT.jar, ditto-internal-utils-extension-0-SNAPSHOT.jar, ditto-internal-utils-health-0-SNAPSHOT.jar, ditto-internal-utils-metrics-0-SNAPSHOT.jar, ditto-internal-utils-namespaces-0-SNAPSHOT.jar, ditto-internal-utils-pekko-0-SNAPSHOT.jar, ditto-internal-utils-persistence-0-SNAPSHOT.jar, ditto-internal-utils-persistent-actors-0-SNAPSHOT.jar, ditto-internal-utils-protocol-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar, ditto-internal-utils-search-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-0-SNAPSHOT.jar, ditto-jwt-model-0-SNAPSHOT.jar, ditto-messages-model-0-SNAPSHOT.jar, ditto-placeholders-0-SNAPSHOT.jar, ditto-policies-api-0-SNAPSHOT.jar, ditto-policies-enforcement-0-SNAPSHOT.jar, ditto-policies-model-0-SNAPSHOT.jar, ditto-protocol-0-SNAPSHOT.jar, ditto-rql-model-0-SNAPSHOT.jar, ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-query-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar, ditto-things-api-0-SNAPSHOT.jar, ditto-things-model-0-SNAPSHOT.jar, ditto-thingsearch-api-0-SNAPSHOT.jar, ditto-thingsearch-model-0-SNAPSHOT.jar, ditto-utils-result-0-SNAPSHOT.jar, ditto-wot-model-0-SNAPSHOT.jar define 1 overlapping resource: 
01:38:39 [WARNING]   - META-INF/NOTICE-THIRD-PARTY.md
01:38:39 [WARNING] pekko-actor_2.13-1.0.1.jar, pekko-cluster-sharding_2.13-1.0.1.jar, pekko-cluster-tools_2.13-1.0.1.jar, pekko-cluster_2.13-1.0.1.jar, pekko-connectors-kafka_2.13-1.0.0.jar, pekko-coordination_2.13-1.0.1.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.1.jar, pekko-distributed-data_2.13-1.0.1.jar, pekko-http-core_2.13-1.0.0.jar, pekko-http-spray-json_2.13-1.0.0.jar, pekko-http_2.13-1.0.0.jar, pekko-lease-kubernetes_2.13-1.0.0.jar, pekko-management-cluster-bootstrap_2.13-1.0.0.jar, pekko-management-cluster-http_2.13-1.0.0.jar, pekko-management-pki_2.13-1.0.0.jar, pekko-management_2.13-1.0.0.jar, pekko-parsing_2.13-1.0.0.jar, pekko-persistence-query_2.13-1.0.1.jar, pekko-persistence_2.13-1.0.1.jar, pekko-pki_2.13-1.0.1.jar, pekko-protobuf-v3_2.13-1.0.1.jar, pekko-remote_2.13-1.0.1.jar, pekko-serialization-jackson_2.13-1.0.1.jar, pekko-slf4j_2.13-1.0.1.jar, pekko-stream_2.13-1.0.1.jar define 1 overlapping resource: 
01:38:39 [WARNING]   - META-INF/DISCLAIMER
01:38:39 [WARNING] caffeine-3.1.8.jar, ditto-base-api-0-SNAPSHOT.jar, ditto-base-model-0-SNAPSHOT.jar, ditto-base-service-0-SNAPSHOT.jar, ditto-connectivity-api-0-SNAPSHOT.jar, ditto-connectivity-model-0-SNAPSHOT.jar, ditto-connectivity-service-0-SNAPSHOT.jar, ditto-edge-service-0-SNAPSHOT.jar, ditto-internal-models-signal-0-SNAPSHOT.jar, ditto-internal-models-signalenrichment-0-SNAPSHOT.jar, ditto-internal-models-streaming-0-SNAPSHOT.jar, ditto-internal-utils-cache-0-SNAPSHOT.jar, ditto-internal-utils-cache-loaders-0-SNAPSHOT.jar, ditto-internal-utils-cluster-0-SNAPSHOT.jar, ditto-internal-utils-conditional-headers-0-SNAPSHOT.jar, ditto-internal-utils-config-0-SNAPSHOT.jar, ditto-internal-utils-ddata-0-SNAPSHOT.jar, ditto-internal-utils-extension-0-SNAPSHOT.jar, ditto-internal-utils-health-0-SNAPSHOT.jar, ditto-internal-utils-metrics-0-SNAPSHOT.jar, ditto-internal-utils-namespaces-0-SNAPSHOT.jar, ditto-internal-utils-pekko-0-SNAPSHOT.jar, ditto-internal-utils-persistence-0-SNAPSHOT.jar, ditto-internal-utils-persistent-actors-0-SNAPSHOT.jar, ditto-internal-utils-protocol-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-policies-0-SNAPSHOT.jar, ditto-internal-utils-pubsub-things-0-SNAPSHOT.jar, ditto-internal-utils-search-0-SNAPSHOT.jar, ditto-internal-utils-tracing-0-SNAPSHOT.jar, ditto-json-0-SNAPSHOT.jar, ditto-json-cbor-0-SNAPSHOT.jar, ditto-jwt-model-0-SNAPSHOT.jar, ditto-messages-model-0-SNAPSHOT.jar, ditto-placeholders-0-SNAPSHOT.jar, ditto-policies-api-0-SNAPSHOT.jar, ditto-policies-enforcement-0-SNAPSHOT.jar, ditto-policies-model-0-SNAPSHOT.jar, ditto-protocol-0-SNAPSHOT.jar, ditto-rql-model-0-SNAPSHOT.jar, ditto-rql-parser-0-SNAPSHOT.jar, ditto-rql-query-0-SNAPSHOT.jar, ditto-rql-search-option-parser-0-SNAPSHOT.jar, ditto-things-api-0-SNAPSHOT.jar, ditto-things-model-0-SNAPSHOT.jar, ditto-thingsearch-api-0-SNAPSHOT.jar, ditto-thingsearch-model-0-SNAPSHOT.jar, ditto-utils-result-0-SNAPSHOT.jar, ditto-wot-model-0-SNAPSHOT.jar, jackson-annotations-2.14.3.jar, jackson-core-2.14.3.jar, jackson-databind-2.14.3.jar, jackson-dataformat-cbor-2.14.3.jar, jackson-datatype-jdk8-2.14.3.jar, jackson-datatype-jsr310-2.14.3.jar, jackson-module-parameter-names-2.14.3.jar, jackson-module-scala_2.13-2.14.3.jar, pekko-actor_2.13-1.0.1.jar, pekko-cluster-sharding_2.13-1.0.1.jar, pekko-cluster-tools_2.13-1.0.1.jar, pekko-cluster_2.13-1.0.1.jar, pekko-connectors-kafka_2.13-1.0.0.jar, pekko-coordination_2.13-1.0.1.jar, pekko-discovery-kubernetes-api_2.13-1.0.0.jar, pekko-discovery_2.13-1.0.1.jar, pekko-distributed-data_2.13-1.0.1.jar, pekko-http-core_2.13-1.0.0.jar, pekko-http-spray-json_2.13-1.0.0.jar, pekko-http_2.13-1.0.0.jar, pekko-lease-kubernetes_2.13-1.0.0.jar, pekko-management-cluster-bootstrap_2.13-1.0.0.jar, pekko-management-cluster-http_2.13-1.0.0.jar, pekko-management-pki_2.13-1.0.0.jar, pekko-management_2.13-1.0.0.jar, pekko-parsing_2.13-1.0.0.jar, pekko-persistence-query_2.13-1.0.1.jar, pekko-persistence_2.13-1.0.1.jar, pekko-pki_2.13-1.0.1.jar, pekko-protobuf-v3_2.13-1.0.1.jar, pekko-remote_2.13-1.0.1.jar, pekko-serialization-jackson_2.13-1.0.1.jar, pekko-slf4j_2.13-1.0.1.jar, pekko-stream_2.13-1.0.1.jar, proton-j-0.34.1.jar, qpid-jms-client-1.10.0.jar, sshd-common-2.9.2.jar, sshd-core-2.9.2.jar define 1 overlapping resource: 
01:38:39 [WARNING]   - META-INF/LICENSE
01:38:39 [WARNING] proton-j-0.34.1.jar, qpid-jms-client-1.10.0.jar, sshd-common-2.9.2.jar, sshd-core-2.9.2.jar define 1 overlapping resource: 
01:38:39 [WARNING]   - META-INF/DEPENDENCIES
01:38:39 [WARNING] maven-shade-plugin has detected that some files are
01:38:39 [WARNING] present in two or more JARs. When this happens, only one
01:38:39 [WARNING] single version of the file is copied to the uber jar.
01:38:39 [WARNING] Usually this is not harmful and you can skip these warnings,
01:38:39 [WARNING] otherwise try to manually exclude artifacts based on
01:38:39 [WARNING] mvn dependency:tree -Ddetail=true and the above output.
01:38:39 [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/
01:38:39 [INFO] Attaching shaded artifact.
01:38:39 [INFO] 
01:38:39 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-connectivity-service ---
01:38:39 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:38:39 [INFO] No previous run data found, generating javadoc.
01:38:46 [WARNING] Javadoc Warnings
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/package-info.java:15: warning: no comment
01:38:46 [WARNING] package org.eclipse.ditto.connectivity.service;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/config/package-info.java:14: warning: no comment
01:38:46 [WARNING] package org.eclipse.ditto.connectivity.service.config;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/config/javascript/package-info.java:14: warning: no comment
01:38:46 [WARNING] package org.eclipse.ditto.connectivity.service.config.javascript;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/config/mapping/package-info.java:14: warning: no comment
01:38:46 [WARNING] package org.eclipse.ditto.connectivity.service.config.mapping;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/enforcement/package-info.java:14: warning: no comment
01:38:46 [WARNING] package org.eclipse.ditto.connectivity.service.enforcement;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/enforcement/pre/package-info.java:14: warning: no comment
01:38:46 [WARNING] package org.eclipse.ditto.connectivity.service.enforcement.pre;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/package-info.java:14: warning: no comment
01:38:46 [WARNING] package org.eclipse.ditto.connectivity.service.messaging;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/amqp/package-info.java:14: warning: no comment
01:38:46 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.amqp;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/hono/package-info.java:14: warning: no comment
01:38:46 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.hono;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/httppush/package-info.java:14: warning: no comment
01:38:46 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.httppush;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/internal/package-info.java:14: warning: no comment
01:38:46 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.internal;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/internal/ssl/package-info.java:14: warning: no comment
01:38:46 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.internal.ssl;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/kafka/package-info.java:14: warning: no comment
01:38:46 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.kafka;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/package-info.java:14: warning: no comment
01:38:46 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/hivemq/package-info.java:14: warning: no comment
01:38:46 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/hivemq/client/package-info.java:14: warning: no comment
01:38:46 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.client;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/hivemq/common/package-info.java:14: warning: no comment
01:38:46 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.mqtt.hivemq.common;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/persistence/package-info.java:14: warning: no comment
01:38:46 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.persistence;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/persistence/strategies/commands/package-info.java:14: warning: no comment
01:38:46 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.persistence.strategies.commands;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/persistence/strategies/events/package-info.java:14: warning: no comment
01:38:46 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.persistence.strategies.events;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/rabbitmq/package-info.java:14: warning: no comment
01:38:46 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.rabbitmq;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/tunnel/package-info.java:14: warning: no comment
01:38:46 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.tunnel;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/validation/package-info.java:14: warning: no comment
01:38:46 [WARNING] package org.eclipse.ditto.connectivity.service.messaging.validation;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/placeholders/package-info.java:14: warning: no comment
01:38:46 [WARNING] package org.eclipse.ditto.connectivity.service.placeholders;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/util/package-info.java:15: warning: no comment
01:38:46 [WARNING] package org.eclipse.ditto.connectivity.service.util;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/MessageMapper.java:112: warning: no @param for message
01:38:46 [WARNING] DittoHeaders getAdditionalInboundHeaders(ExternalMessage message);
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:41: warning: no comment
01:38:46 [WARNING] protected final ActorSystem actorSystem;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:42: warning: no comment
01:38:46 [WARNING] protected final Config config;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:49: warning: no comment
01:38:46 [WARNING] protected AbstractMessageMapper(final ActorSystem actorSystem, final Config config) {
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:54: warning: no comment
01:38:46 [WARNING] protected AbstractMessageMapper(final AbstractMessageMapper copyFromMapper) {
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:135: warning: no comment
01:38:46 [WARNING] protected static Charset determineCharset(final Map<String, String> messageHeaders) {
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:145: warning: no comment
01:38:46 [WARNING] protected static boolean isError(final Adaptable adaptable) {
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:150: warning: no comment
01:38:46 [WARNING] protected static boolean isLiveSignal(final Adaptable adaptable) {
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/mapping/AbstractMessageMapper.java:139: warning: no comment
01:38:46 [WARNING] protected static boolean isResponse(final Adaptable adaptable) {
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/AbstractMqttValidator.java:59: warning: no comment
01:38:46 [WARNING] protected static final Collection<String> ACCEPTED_SCHEMES = List.of("tcp", "ssl");
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/AbstractMqttValidator.java:60: warning: no comment
01:38:46 [WARNING] protected static final Collection<String> SECURE_SCHEMES = List.of("ssl");
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/AbstractMqttValidator.java:67: warning: no comment
01:38:46 [WARNING] protected AbstractMqttValidator(final MqttConfig mqttConfig) {
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/AbstractMqttValidator.java:173: warning: no comment
01:38:46 [WARNING] protected static void validateAddresses(final Connection connection, final DittoHeaders dittoHeaders) {
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/AbstractMqttValidator.java:127: warning: no comment
01:38:46 [WARNING] protected static void validateEnforcementInput(final Enforcement enforcement,
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/AbstractMqttValidator.java:118: warning: no comment
01:38:46 [WARNING] protected static void validateSourceEnforcement(@Nullable final Enforcement enforcement,
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/AbstractMqttValidator.java:146: warning: no comment
01:38:46 [WARNING] protected static void validateSourceQoS(final int qos,
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/AbstractMqttValidator.java:185: warning: no comment
01:38:46 [WARNING] protected void validateSpecificConfig(final Connection connection, final DittoHeaders dittoHeaders) {
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/AbstractMqttValidator.java:156: warning: no comment
01:38:46 [WARNING] protected static void validateTargetQoS(final int qos,
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/validation/AbstractProtocolValidator.java:196: warning: no comment
01:38:46 [WARNING] protected static void validateExtraFields(final Target target) {
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/internal/AbstractWithOrigin.java:29: warning: no comment
01:38:46 [WARNING] protected AbstractWithOrigin(@Nullable final ActorRef origin) {
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1226: warning: no @param for clientConnected
01:38:46 [WARNING] protected State<BaseClientState, BaseClientData> clientConnectedInConnectingState(
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1226: warning: no @param for data
01:38:46 [WARNING] protected State<BaseClientState, BaseClientData> clientConnectedInConnectingState(
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1226: warning: no @return
01:38:46 [WARNING] protected State<BaseClientState, BaseClientData> clientConnectedInConnectingState(
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1243: warning: no @param for clientConnected
01:38:46 [WARNING] protected CompletionStage<InitializationResult> startPublisherAndConsumerActors(
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:772: warning: no comment
01:38:46 [WARNING] protected abstract ActorRef getPublisherActor();
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:550: warning: no @param for targetAuthorizationContext
01:38:46 [WARNING] protected abstract CompletionStage<SendResult> publishMessage(Signal<?> signal,
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/httppush/AwsRequestSigningFactory.java:96: warning: no comment
01:38:46 [WARNING] public static final JsonFieldDefinition<String> X_AMZ_CONTENT_SHA256 =
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2194: warning: no comment
01:38:46 [WARNING] public interface ReconnectTimeoutStrategy {
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:202: warning: no comment
01:38:46 [WARNING] protected final UUID actorUuid;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:206: warning: no comment
01:38:46 [WARNING] protected final ChildActorNanny childActorNanny;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:204: warning: no comment
01:38:46 [WARNING] protected final ConnectivityCounterRegistry connectionCounterRegistry;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:173: warning: no comment
01:38:46 [WARNING] protected final ConnectionLogger connectionLogger;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:205: warning: no comment
01:38:46 [WARNING] protected final ConnectionLoggerRegistry connectionLoggerRegistry;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:174: warning: no comment
01:38:46 [WARNING] protected final ConnectivityStatusResolver connectivityStatusResolver;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:171: warning: no comment
01:38:46 [WARNING] protected static final Status.Success DONE = new Status.Success(Done.getInstance());
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:219: warning: no comment
01:38:46 [WARNING] protected BaseClientActor(final Connection connection,
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1673: warning: no comment
01:38:46 [WARNING] protected boolean canConnectViaSocket(final Connection connection) {
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:318: warning: no comment
01:38:46 [WARNING] protected ConnectivityConfig connectivityConfig() {
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1205: warning: no comment
01:38:46 [WARNING] protected final SshTunnelState getSshTunnelState() {
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:1903: warning: no comment
01:38:46 [WARNING] protected Optional<ConnectionThrottlingConfig> getThrottlingConfig() {
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2420: warning: no comment
01:38:46 [WARNING] ACKREGATOR_STARTED,
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2421: warning: no comment
01:38:46 [WARNING] ACKREGATOR_STOPPED,
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2415: warning: no comment
01:38:46 [WARNING] CONNECT_AFTER_TUNNEL_ESTABLISHED,
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2416: warning: no comment
01:38:46 [WARNING] GOTO_CONNECTED_AFTER_INITIALIZATION,
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2414: warning: no comment
01:38:46 [WARNING] INIT_COMPLETE,
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2417: warning: no comment
01:38:46 [WARNING] RESUBSCRIBE,
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2419: warning: no comment
01:38:46 [WARNING] SERVICE_REQUESTS_DONE,
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2418: warning: no comment
01:38:46 [WARNING] SERVICE_UNBIND,
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2422: warning: no comment
01:38:46 [WARNING] SHUTDOWN_TIMEOUT
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2353: warning: no comment
01:38:46 [WARNING] public static InitializationResult failed(@Nullable final Throwable throwable) {
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2363: warning: no comment
01:38:46 [WARNING] public ConnectionFailure getFailure() {
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2367: warning: no comment
01:38:46 [WARNING] public boolean isSuccess() {
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2349: warning: no comment
01:38:46 [WARNING] public static InitializationResult success() {
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2196: warning: no comment
01:38:46 [WARNING] boolean canReconnect();
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2202: warning: no comment
01:38:46 [WARNING] Duration getNextBackoff();
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2200: warning: no comment
01:38:46 [WARNING] Duration getNextTimeout();
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientActor.java:2198: warning: no comment
01:38:46 [WARNING] void reset();
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientData.java:191: warning: no comment
01:38:46 [WARNING] public BaseClientData setConnectionStatusDetails(@Nullable final String connectionStatusDetails) {
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseClientData.java:195: warning: no comment
01:38:46 [WARNING] public BaseClientData setInConnectionStatusSince(final Instant inConnectionStatusSince) {
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:234: warning: no @return
01:38:46 [WARNING] protected final Sink<DittoRuntimeException, ?> getDittoRuntimeExceptionSink() {
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:73: warning: no comment
01:38:46 [WARNING] protected final ConnectionId connectionId;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:74: warning: no comment
01:38:46 [WARNING] protected final ConnectivityStatusResolver connectivityStatusResolver;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:72: warning: no comment
01:38:46 [WARNING] protected final ConnectionMonitor inboundAcknowledgedMonitor;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:71: warning: no comment
01:38:46 [WARNING] protected final ConnectionMonitor inboundMonitor;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:69: warning: no comment
01:38:46 [WARNING] protected final Source source;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:68: warning: no comment
01:38:46 [WARNING] protected final String sourceAddress;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:82: warning: no comment
01:38:46 [WARNING] protected BaseConsumerActor(final Connection connection,
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:247: warning: no comment
01:38:46 [WARNING] protected ResourceStatus getCurrentSourceStatus() {
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:115: warning: no comment
01:38:46 [WARNING] protected final Sink<AcknowledgeableMessage, NotUsed> getMessageMappingSink() {
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:256: warning: no comment
01:38:46 [WARNING] protected void handleAddressStatus(final ResourceStatus resourceStatus) {
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BaseConsumerActor.java:105: warning: no comment
01:38:46 [WARNING] protected void resetResourceStatus() {
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:101: warning: no comment
01:38:46 [WARNING] protected final Connection connection;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:105: warning: no comment
01:38:46 [WARNING] protected final ConnectionConfig connectionConfig;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:108: warning: no comment
01:38:46 [WARNING] protected final ExpressionResolver connectionIdResolver;
01:38:46 [WARNING] ^
01:38:46 [WARNING] /home/jenkins/agent/workspace/ditto-ci/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/BasePublisherActor.java:106: warning: no comment
01:38:46 [WARNING] protected final ConnectionLogger connectionLogger;
01:38:46 [WARNING] ^
01:38:46 [WARNING] 100 warnings
01:38:46 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT-javadoc.jar
01:38:46 [INFO] 
01:38:46 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-connectivity-service ---
01:38:46 [INFO] Tests are skipped.
01:38:46 [INFO] 
01:38:46 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-connectivity-service ---
01:38:46 [INFO] Tests are skipped.
01:38:46 [INFO] 
01:38:46 [INFO] --- jacoco:0.8.10:report (report) @ ditto-connectivity-service ---
01:38:46 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/jacoco.exec
01:38:46 [INFO] Analyzed bundle 'Eclipse Ditto :: Connectivity :: Service' with 575 classes
01:38:47 [INFO] 
01:38:47 [INFO] --- install:3.1.1:install (default-install) @ ditto-connectivity-service ---
01:38:47 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/connectivity/service/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-service/0-SNAPSHOT/ditto-connectivity-service-0-SNAPSHOT.pom
01:38:47 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-service/0-SNAPSHOT/ditto-connectivity-service-0-SNAPSHOT.jar
01:38:47 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT-allinone.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-service/0-SNAPSHOT/ditto-connectivity-service-0-SNAPSHOT-allinone.jar
01:38:47 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/connectivity/service/target/ditto-connectivity-service-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-connectivity-service/0-SNAPSHOT/ditto-connectivity-service-0-SNAPSHOT-javadoc.jar
01:38:47 [INFO] 
01:38:47 [INFO] ---------------< org.eclipse.ditto:ditto-documentation >----------------
01:38:47 [INFO] Building Eclipse Ditto :: Documentation 0-SNAPSHOT               [68/77]
01:38:47 [INFO]   from documentation/pom.xml
01:38:47 [INFO] --------------------------------[ pom ]---------------------------------
01:38:47 [INFO] 
01:38:47 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-documentation ---
01:38:47 [INFO] 
01:38:47 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-documentation ---
01:38:47 [INFO] 
01:38:47 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-documentation ---
01:38:47 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/documentation/target/jacoco.exec
01:38:47 [INFO] 
01:38:47 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-documentation ---
01:38:47 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-documentation:pom:0-SNAPSHOT...
01:38:48 [INFO] 
01:38:48 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-documentation ---
01:38:48 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
01:38:48 [INFO] 
01:38:48 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-documentation ---
01:38:48 [INFO] Tests are skipped.
01:38:48 [INFO] 
01:38:48 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-documentation ---
01:38:48 [INFO] Tests are skipped.
01:38:48 [INFO] 
01:38:48 [INFO] --- jacoco:0.8.10:report (report) @ ditto-documentation ---
01:38:48 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:38:48 [INFO] 
01:38:48 [INFO] --- install:3.1.1:install (default-install) @ ditto-documentation ---
01:38:48 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/documentation/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-documentation/0-SNAPSHOT/ditto-documentation-0-SNAPSHOT.pom
01:38:48 [INFO] 
01:38:48 [INFO] ------------------< org.eclipse.ditto:ditto-gateway >-------------------
01:38:48 [INFO] Building Eclipse Ditto :: Gateway 0-SNAPSHOT                     [69/77]
01:38:48 [INFO]   from gateway/pom.xml
01:38:48 [INFO] --------------------------------[ pom ]---------------------------------
01:38:48 [INFO] 
01:38:48 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-gateway ---
01:38:48 [INFO] 
01:38:48 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-gateway ---
01:38:48 [INFO] 
01:38:48 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway ---
01:38:48 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/gateway/target/jacoco.exec
01:38:48 [INFO] 
01:38:48 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-gateway ---
01:38:48 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:38:48 [INFO] The goal is skip due to packaging 'pom'
01:38:48 [INFO] 
01:38:48 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-gateway ---
01:38:48 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-gateway:pom:0-SNAPSHOT...
01:38:48 [INFO] 
01:38:48 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-gateway ---
01:38:48 [INFO] 
01:38:48 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-gateway ---
01:38:48 [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
01:38:48 [INFO] 
01:38:48 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-gateway ---
01:38:48 [INFO] Tests are skipped.
01:38:48 [INFO] 
01:38:48 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-gateway ---
01:38:48 [INFO] Tests are skipped.
01:38:48 [INFO] 
01:38:48 [INFO] --- jacoco:0.8.10:report (report) @ ditto-gateway ---
01:38:48 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:38:48 [INFO] 
01:38:48 [INFO] --- install:3.1.1:install (default-install) @ ditto-gateway ---
01:38:48 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/gateway/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway/0-SNAPSHOT/ditto-gateway-0-SNAPSHOT.pom
01:38:48 [INFO] 
01:38:48 [INFO] ----------------< org.eclipse.ditto:ditto-gateway-api >-----------------
01:38:48 [INFO] Building Eclipse Ditto :: Gateway :: API 0-SNAPSHOT              [70/77]
01:38:48 [INFO]   from gateway/api/pom.xml
01:38:48 [INFO] --------------------------------[ jar ]---------------------------------
01:38:48 [INFO] 
01:38:48 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-gateway-api ---
01:38:48 [INFO] 
01:38:48 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-gateway-api ---
01:38:48 [INFO] 
01:38:48 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway-api ---
01:38:48 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/gateway/api/target/jacoco.exec
01:38:48 [INFO] 
01:38:48 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-gateway-api ---
01:38:48 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:38:48 [WARNING] 
01:38:48 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:38:48 [WARNING] 
01:38:48 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:38:48 [WARNING] 
01:38:48 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:38:48 [INFO] 
01:38:48 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-gateway-api ---
01:38:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/gateway/api/src/main/resources
01:38:48 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:38:48 [INFO] 
01:38:48 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-gateway-api ---
01:38:48 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-gateway-api:jar:0-SNAPSHOT...
01:38:48 [INFO] 
01:38:48 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-gateway-api ---
01:38:48 [INFO] Changes detected - recompiling the module! :dependency
01:38:48 [INFO] Compiling 13 source files with javac [debug target 17] to target/classes
01:38:48 [INFO] 
01:38:48 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-gateway-api ---
01:38:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/gateway/api/src/test/resources
01:38:48 [INFO] 
01:38:48 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-gateway-api ---
01:38:48 [INFO] Changes detected - recompiling the module! :dependency
01:38:48 [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes
01:38:48 [INFO] 
01:38:48 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-gateway-api ---
01:38:48 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:38:48 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/surefire-reports
01:38:48 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:38:48 [INFO] 
01:38:48 [INFO] -------------------------------------------------------
01:38:48 [INFO]  T E S T S
01:38:48 [INFO] -------------------------------------------------------
01:38:48 [INFO] Running org.eclipse.ditto.gateway.api.GatewayWebsocketSessionClosedExceptionTest
01:38:49 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.411 s -- in org.eclipse.ditto.gateway.api.GatewayWebsocketSessionClosedExceptionTest
01:38:49 [INFO] 
01:38:49 [INFO] Results:
01:38:49 [INFO] 
01:38:49 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
01:38:49 [INFO] 
01:38:49 [INFO] 
01:38:49 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-gateway-api ---
01:38:49 [INFO] 
01:38:49 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-gateway-api ---
01:38:49 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/ditto-gateway-api-0-SNAPSHOT.jar
01:38:49 [INFO] 
01:38:49 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-gateway-api ---
01:38:49 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:38:49 [INFO] No previous run data found, generating javadoc.
01:38:51 [WARNING] Javadoc Warnings
01:38:51 [WARNING] /home/jenkins/agent/workspace/ditto-ci/gateway/api/src/main/java/org/eclipse/ditto/gateway/api/package-info.java:14: warning: no comment
01:38:51 [WARNING] package org.eclipse.ditto.gateway.api;
01:38:51 [WARNING] ^
01:38:51 [WARNING] 1 warning
01:38:51 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/ditto-gateway-api-0-SNAPSHOT-javadoc.jar
01:38:51 [INFO] 
01:38:51 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-gateway-api ---
01:38:51 [INFO] Tests are skipped.
01:38:51 [INFO] 
01:38:51 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-gateway-api ---
01:38:51 [INFO] Tests are skipped.
01:38:51 [INFO] 
01:38:51 [INFO] --- jacoco:0.8.10:report (report) @ ditto-gateway-api ---
01:38:51 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/jacoco.exec
01:38:51 [INFO] Analyzed bundle 'Eclipse Ditto :: Gateway :: API' with 22 classes
01:38:51 [INFO] 
01:38:51 [INFO] --- install:3.1.1:install (default-install) @ ditto-gateway-api ---
01:38:51 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/gateway/api/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-api/0-SNAPSHOT/ditto-gateway-api-0-SNAPSHOT.pom
01:38:51 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/ditto-gateway-api-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-api/0-SNAPSHOT/ditto-gateway-api-0-SNAPSHOT.jar
01:38:51 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/gateway/api/target/ditto-gateway-api-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-gateway-api/0-SNAPSHOT/ditto-gateway-api-0-SNAPSHOT-javadoc.jar
01:38:51 [INFO] 
01:38:51 [INFO] ------------< org.eclipse.ditto:ditto-internal-utils-http >-------------
01:38:51 [INFO] Building Eclipse Ditto :: Internal :: Utils :: HTTP 0-SNAPSHOT   [71/77]
01:38:51 [INFO]   from internal/utils/http/pom.xml
01:38:51 [INFO] --------------------------------[ jar ]---------------------------------
01:38:51 [INFO] 
01:38:51 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-http ---
01:38:51 [INFO] 
01:38:51 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-http ---
01:38:51 [INFO] 
01:38:51 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-http ---
01:38:51 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/jacoco.exec
01:38:51 [INFO] 
01:38:51 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-http ---
01:38:51 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:38:51 [WARNING] 
01:38:51 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:38:51 [WARNING] 
01:38:51 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:38:51 [WARNING] 
01:38:51 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:38:51 [INFO] 
01:38:51 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-http ---
01:38:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/src/main/resources
01:38:51 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:38:51 [INFO] 
01:38:51 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-http ---
01:38:51 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-http:jar:0-SNAPSHOT...
01:38:51 [INFO] 
01:38:51 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-http ---
01:38:51 [INFO] Changes detected - recompiling the module! :dependency
01:38:51 [INFO] Compiling 2 source files with javac [debug target 17] to target/classes
01:38:51 [INFO] 
01:38:51 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-http ---
01:38:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/src/test/resources
01:38:51 [INFO] 
01:38:51 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-http ---
01:38:51 [INFO] No sources to compile
01:38:51 [INFO] 
01:38:51 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-http ---
01:38:51 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:38:51 [INFO] No tests to run.
01:38:51 [INFO] 
01:38:51 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-http ---
01:38:51 [INFO] 
01:38:51 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-http ---
01:38:51 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/ditto-internal-utils-http-0-SNAPSHOT.jar
01:38:51 [INFO] 
01:38:51 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-http ---
01:38:51 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:38:51 [INFO] No previous run data found, generating javadoc.
01:38:53 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/ditto-internal-utils-http-0-SNAPSHOT-javadoc.jar
01:38:53 [INFO] 
01:38:53 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-http ---
01:38:53 [INFO] Tests are skipped.
01:38:53 [INFO] 
01:38:53 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-http ---
01:38:53 [INFO] Tests are skipped.
01:38:53 [INFO] 
01:38:53 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-http ---
01:38:53 [INFO] Skipping JaCoCo execution due to missing execution data file.
01:38:53 [INFO] 
01:38:53 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-http ---
01:38:53 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-http/0-SNAPSHOT/ditto-internal-utils-http-0-SNAPSHOT.pom
01:38:53 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/ditto-internal-utils-http-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-http/0-SNAPSHOT/ditto-internal-utils-http-0-SNAPSHOT.jar
01:38:53 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/http/target/ditto-internal-utils-http-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-http/0-SNAPSHOT/ditto-internal-utils-http-0-SNAPSHOT-javadoc.jar
01:38:53 [INFO] 
01:38:53 [INFO] -------------< org.eclipse.ditto:ditto-internal-utils-jwt >-------------
01:38:53 [INFO] Building Eclipse Ditto :: Internal :: Utils :: JWT 0-SNAPSHOT    [72/77]
01:38:53 [INFO]   from internal/utils/jwt/pom.xml
01:38:53 [INFO] --------------------------------[ jar ]---------------------------------
01:38:54 [INFO] 
01:38:54 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-internal-utils-jwt ---
01:38:54 [INFO] 
01:38:54 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-internal-utils-jwt ---
01:38:54 [INFO] 
01:38:54 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-internal-utils-jwt ---
01:38:54 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/jacoco.exec
01:38:54 [INFO] 
01:38:54 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-internal-utils-jwt ---
01:38:54 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:38:54 [WARNING] 
01:38:54 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:38:54 [WARNING] 
01:38:54 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:38:54 [WARNING] 
01:38:54 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:38:54 [INFO] 
01:38:54 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-internal-utils-jwt ---
01:38:54 [INFO] Copying 2 resources from src/main/resources to target/classes
01:38:54 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:38:54 [INFO] 
01:38:54 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-internal-utils-jwt ---
01:38:54 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-internal-utils-jwt:jar:0-SNAPSHOT...
01:38:54 [INFO] 
01:38:54 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-internal-utils-jwt ---
01:38:54 [INFO] Changes detected - recompiling the module! :dependency
01:38:54 [INFO] Compiling 2 source files with javac [debug target 17] to target/classes
01:38:54 [INFO] 
01:38:54 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-internal-utils-jwt ---
01:38:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/src/test/resources
01:38:54 [INFO] 
01:38:54 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-internal-utils-jwt ---
01:38:54 [INFO] Changes detected - recompiling the module! :dependency
01:38:54 [INFO] Compiling 1 source file with javac [debug target 17] to target/test-classes
01:38:54 [INFO] 
01:38:54 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-internal-utils-jwt ---
01:38:54 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:38:54 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/surefire-reports
01:38:54 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:38:54 [INFO] 
01:38:54 [INFO] -------------------------------------------------------
01:38:54 [INFO]  T E S T S
01:38:54 [INFO] -------------------------------------------------------
01:38:54 [INFO] Running org.eclipse.ditto.internal.utils.jwt.JjwtDeserializerTest
01:38:55 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.344 s -- in org.eclipse.ditto.internal.utils.jwt.JjwtDeserializerTest
01:38:55 [INFO] 
01:38:55 [INFO] Results:
01:38:55 [INFO] 
01:38:55 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
01:38:55 [INFO] 
01:38:55 [INFO] 
01:38:55 [INFO] --- dependency:3.6.0:unpack-dependencies (copy-legal-docs) @ ditto-internal-utils-jwt ---
01:38:55 [INFO] 
01:38:55 [INFO] --- jar:3.3.0:jar (default-jar) @ ditto-internal-utils-jwt ---
01:38:55 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/ditto-internal-utils-jwt-0-SNAPSHOT.jar
01:38:55 [INFO] 
01:38:55 [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ ditto-internal-utils-jwt ---
01:38:55 [ERROR] Error fetching link: /home/jenkins/agent/workspace/ditto-ci/legal/target/apidocs. Ignored it.
01:38:55 [INFO] No previous run data found, generating javadoc.
01:38:56 [INFO] Building jar: /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/ditto-internal-utils-jwt-0-SNAPSHOT-javadoc.jar
01:38:56 [INFO] 
01:38:56 [INFO] --- failsafe:3.1.2:integration-test (integration-test) @ ditto-internal-utils-jwt ---
01:38:56 [INFO] Tests are skipped.
01:38:56 [INFO] 
01:38:56 [INFO] --- failsafe:3.1.2:verify (verify) @ ditto-internal-utils-jwt ---
01:38:56 [INFO] Tests are skipped.
01:38:56 [INFO] 
01:38:56 [INFO] --- jacoco:0.8.10:report (report) @ ditto-internal-utils-jwt ---
01:38:56 [INFO] Loading execution data file /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/jacoco.exec
01:38:56 [INFO] Analyzed bundle 'Eclipse Ditto :: Internal :: Utils :: JWT' with 2 classes
01:38:56 [INFO] 
01:38:56 [INFO] --- install:3.1.1:install (default-install) @ ditto-internal-utils-jwt ---
01:38:56 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-jwt/0-SNAPSHOT/ditto-internal-utils-jwt-0-SNAPSHOT.pom
01:38:56 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/ditto-internal-utils-jwt-0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-jwt/0-SNAPSHOT/ditto-internal-utils-jwt-0-SNAPSHOT.jar
01:38:56 [INFO] Installing /home/jenkins/agent/workspace/ditto-ci/internal/utils/jwt/target/ditto-internal-utils-jwt-0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/ditto/ditto-internal-utils-jwt/0-SNAPSHOT/ditto-internal-utils-jwt-0-SNAPSHOT-javadoc.jar
01:38:56 [INFO] 
01:38:56 [INFO] --------------< org.eclipse.ditto:ditto-gateway-service >---------------
01:38:56 [INFO] Building Eclipse Ditto :: Gateway :: Service 0-SNAPSHOT          [73/77]
01:38:56 [INFO]   from gateway/service/pom.xml
01:38:56 [INFO] --------------------------------[ jar ]---------------------------------
01:38:58 [INFO] 
01:38:58 [INFO] --- clean:3.2.0:clean (default-clean) @ ditto-gateway-service ---
01:38:58 [INFO] 
01:38:58 [INFO] --- flatten:1.5.0:clean (flatten.clean) @ ditto-gateway-service ---
01:38:58 [INFO] 
01:38:58 [INFO] --- jacoco:0.8.10:prepare-agent (prepare-agent) @ ditto-gateway-service ---
01:38:58 [INFO] surefireArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/ditto-ci/gateway/service/target/jacoco.exec
01:38:58 [INFO] 
01:38:58 [INFO] --- license:2.2.0:add-third-party (default-cli) @ ditto-gateway-service ---
01:38:58 [WARNING]  Parameter 'licenseMergesFile' (user property 'license.licenseMergesFile') is deprecated: prefer use now licenseMergesUrl
01:38:58 [WARNING] 
01:38:58 [WARNING] !!! licenseMergesFile is deprecated, use now licenseMergesUrl !!!
01:38:58 [WARNING] 
01:38:58 [WARNING] licenseMerges will be overridden by licenseMergesFile.
01:38:58 [WARNING] 
01:38:58 [INFO] Writing third-party file to /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/classes/META-INF/NOTICE-THIRD-PARTY.md
01:38:58 [INFO] 
01:38:58 [INFO] --- resources:3.3.1:resources (default-resources) @ ditto-gateway-service ---
01:38:58 [INFO] Copying 1 resource from src/main/resources to target/classes
01:38:58 [INFO] Copying 5 resources from src/main/resources to target/classes
01:38:58 [INFO] Copying 0 resource from target/classes/META-INF to target/classes
01:38:58 [INFO] 
01:38:58 [INFO] --- flatten:1.5.0:flatten (flatten) @ ditto-gateway-service ---
01:38:58 [INFO] Generating flattened POM of project org.eclipse.ditto:ditto-gateway-service:jar:0-SNAPSHOT...
01:38:58 [INFO] 
01:38:58 [INFO] --- compiler:3.11.0:compile (default-compile) @ ditto-gateway-service ---
01:38:58 [INFO] Changes detected - recompiling the module! :dependency
01:38:58 [INFO] Compiling 221 source files with javac [debug target 17] to target/classes
01:39:00 [INFO] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/stats/StatsRoute.java: Some input files use or override a deprecated API.
01:39:00 [INFO] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/stats/StatsRoute.java: Recompile with -Xlint:deprecation for details.
01:39:00 [INFO] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/devops/DevOpsRoute.java: /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/devops/DevOpsRoute.java uses unchecked or unsafe operations.
01:39:00 [INFO] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/devops/DevOpsRoute.java: Recompile with -Xlint:unchecked for details.
01:39:00 [INFO] 
01:39:00 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ditto-gateway-service ---
01:39:00 [INFO] Copying 18 resources from src/test/resources to target/test-classes
01:39:00 [INFO] 
01:39:00 [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ ditto-gateway-service ---
01:39:00 [INFO] Changes detected - recompiling the module! :dependency
01:39:00 [INFO] Compiling 76 source files with javac [debug target 17] to target/test-classes
01:39:01 [INFO] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/test/java/org/eclipse/ditto/gateway/service/util/config/health/DefaultClusterRolesConfigTest.java: Some input files use or override a deprecated API.
01:39:01 [INFO] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/test/java/org/eclipse/ditto/gateway/service/util/config/health/DefaultClusterRolesConfigTest.java: Recompile with -Xlint:deprecation for details.
01:39:01 [INFO] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/test/java/org/eclipse/ditto/gateway/service/streaming/actors/StreamingSessionActorHeaderInteractionTest.java: Some input files use unchecked or unsafe operations.
01:39:01 [INFO] /home/jenkins/agent/workspace/ditto-ci/gateway/service/src/test/java/org/eclipse/ditto/gateway/service/streaming/actors/StreamingSessionActorHeaderInteractionTest.java: Recompile with -Xlint:unchecked for details.
01:39:01 [INFO] 
01:39:01 [INFO] --- surefire:3.1.2:test (default-test) @ ditto-gateway-service ---
01:39:01 [WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
01:39:01 [INFO] Surefire report directory: /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/surefire-reports
01:39:01 [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
01:39:01 [INFO] 
01:39:01 [INFO] -------------------------------------------------------
01:39:01 [INFO]  T E S T S
01:39:01 [INFO] -------------------------------------------------------
01:39:02 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.actors.JsonValueSourceToHttpResponseTest
01:39:08 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.279 s -- in org.eclipse.ditto.gateway.service.endpoints.actors.JsonValueSourceToHttpResponseTest
01:39:08 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.actors.HttpRequestActorTest
01:39:08 06:39:08,349 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
01:39:08 06:39:08,349 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [file:/home/jenkins/agent/workspace/ditto-ci/gateway/service/target/classes/logback.xml]
01:39:08 06:39:08,426 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
01:39:08 06:39:08,428 |-INFO in ch.qos.logback.core.joran.action.StatusListenerAction - Added status listener of type [ch.qos.logback.core.status.OnConsoleStatusListener]
01:39:08 06:39:08,431 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:39:08 06:39:08,440 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
01:39:08 06:39:08,447 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:39:08 06:39:08,494 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
01:39:08 06:39:08,494 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDERR]
01:39:08 06:39:08,494 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
01:39:08 06:39:08,793 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.mongodb.driver] to WARN
01:39:08 06:39:08,794 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.pekko.management.cluster.bootstrap.contactpoint.HttpClusterBootstrapRoutes] to WARN
01:39:08 06:39:08,794 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.pekko.management.cluster.bootstrap.internal.BootstrapCoordinator] to WARN
01:39:08 06:39:08,794 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.pekko.actor.CoordinatedShutdown] to DEBUG
01:39:08 06:39:08,794 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.ditto] to INFO
01:39:08 06:39:08,794 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
01:39:08 06:39:08,797 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
01:39:08 06:39:08,798 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDERR] to Logger[ROOT]
01:39:08 06:39:08,803 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
01:39:08 06:39:08,804 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@139e4326 - Registering current configuration as safe fallback point
01:39:08 2024-01-18 06:39:08,806 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:11 2024-01-18 06:39:11,881 WARN  [HttpRequestActorTest.liveCommandWithoutAckRequestWithInvalidResponseTimesOut-28c2da1][] o.e.d.e.s.a.AcknowledgementAggregatorActor pekko://HttpRequestActorTest/user/$c/ackr0-HttpRequestActorTest.liveCommandWithoutAckRequestWithInvalidResponseTimesOut-28c2da1 - Received invalid response. Reason: Type of live response <things.responses:retrieveThing> is not related to type of command <things.commands:modifyAttribute>. Response: RetrieveThingResponse [dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"jwt","subjects":["google:any-google-user","integration:any-integration-subject"]}, correlation-id=HttpRequestActorTest.liveCommandWithoutAckRequestWithInvalidResponseTimesOut-28c2da1, channel=live, timeout=4000ms, requested-acks=["live-response"], ditto-ackgregator-address=pekko://HttpRequestActorTest@127.0.0.1:33035/user/$c/ackr0-HttpRequestActorTest.liveCommandWithoutAckRequestWithInvalidResponseTimesOut-28c2da1#1190528411, ditto-connection-id=2616ece3-a70c-4ac7-973a-4a97d7848d67, response-required=false}], responseType=things.responses:retrieveThing, httpStatus=HttpStatus [code=200, category=SUCCESS], thingId=:30894b12-44de-4ba0-8c21-737b67bba1f4, thing={}, thingPlainJson={}].
01:39:16 2024-01-18 06:39:16,054 WARN  [HttpRequestActorTest.liveCommandWithInvalidResponseWithoutConnectionIdIsLoggedOnly-582c559][] o.e.d.e.s.a.AcknowledgementAggregatorActor pekko://HttpRequestActorTest/user/$h/ackr0-HttpRequestActorTest.liveCommandWithInvalidResponseWithoutConnectionIdIsLoggedOnly-582c559 - Received invalid response. Reason: Entity ID of live response <:e306d8e6-e1e7-432f-9387-f036c168d3a8> differs from entity ID of command <:3930ed1c-f83d-4302-bba5-0495445eb9ed>. Response: ModifyAttributeResponse [dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"jwt","subjects":["google:any-google-user","integration:any-integration-subject"]}, correlation-id=HttpRequestActorTest.liveCommandWithInvalidResponseWithoutConnectionIdIsLoggedOnly-582c559, channel=live, timeout=4000ms, requested-acks=["live-response"], ditto-ackgregator-address=pekko://HttpRequestActorTest@127.0.0.1:33035/user/$h/ackr0-HttpRequestActorTest.liveCommandWithInvalidResponseWithoutConnectionIdIsLoggedOnly-582c559#-609665074, response-required=false}], responseType=things.responses:modifyAttribute, httpStatus=HttpStatus [code=204, category=SUCCESS], thingId=:e306d8e6-e1e7-432f-9387-f036c168d3a8, attributePointer=/manufacturer, attributeValue=null].
01:39:16 2024-01-18 06:39:16,054 WARN  [HttpRequestActorTest.liveCommandWithInvalidResponseWithoutConnectionIdIsLoggedOnly-582c559][] o.e.d.g.s.e.a.HttpRequestActor pekko://HttpRequestActorTest/user/$h - Discarding invalid response as connection ID of sender could not be determined.
01:39:20 2024-01-18 06:39:20,347 WARN  [HttpRequestActorTest.liveCommandWithoutAckRequestWithEventualValidResponseSucceeds-6d57524][] o.e.d.e.s.a.AcknowledgementAggregatorActor pekko://HttpRequestActorTest/user/$p/ackr0-HttpRequestActorTest.liveCommandWithoutAckRequestWithEventualValidResponseSucceeds-6d57524 - Received invalid response. Reason: Type of live response <things.responses:retrieveThing> is not related to type of command <things.commands:modifyAttribute>. Response: RetrieveThingResponse [dittoHeaders=ImmutableDittoHeaders [{ditto-auth-context={"type":"jwt","subjects":["google:any-google-user","integration:any-integration-subject"]}, channel=live, correlation-id=HttpRequestActorTest.liveCommandWithoutAckRequestWithEventualValidResponseSucceeds-6d57524, timeout=5000ms, requested-acks=["live-response"], ditto-ackgregator-address=pekko://HttpRequestActorTest@127.0.0.1:33035/user/$p/ackr0-HttpRequestActorTest.liveCommandWithoutAckRequestWithEventualValidResponseSucceeds-6d57524#2122910389, ditto-connection-id=fe7e61c5-998a-428c-bb70-f031e92e82bb, response-required=false}], responseType=things.responses:retrieveThing, httpStatus=HttpStatus [code=200, category=SUCCESS], thingId=:3d29fc6e-a60d-409b-afb1-ead773fa9291, thing={}, thingPlainJson={}].
01:39:20 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.25 s -- in org.eclipse.ditto.gateway.service.endpoints.actors.HttpRequestActorTest
01:39:20 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.actors.UriForLocationHeaderSupplierTest
01:39:20 Jan 18, 2024 6:39:20 AM org.eclipse.ditto.base.model.entity.id.BaseEntityIdFactory getEntityId
01:39:20 WARNING: Could not find implementation for entity ID with type <bumlux>. This indicates an architectural flaw, because the ID implementation seems not to be on the classpath. Returning a <FallbackEntityId> instead.
01:39:20 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.ditto.gateway.service.endpoints.actors.UriForLocationHeaderSupplierTest
01:39:20 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.actors.HttpRequestActorHeaderInteractionTest
01:39:20 2024-01-18 06:39:20,513 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:20 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.355 s -- in org.eclipse.ditto.gateway.service.endpoints.actors.HttpRequestActorHeaderInteractionTest
01:39:20 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.policies.OAuthTokenIntegrationSubjectIdFactoryTest
01:39:20 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.policies.OAuthTokenIntegrationSubjectIdFactoryTest
01:39:20 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.policies.PoliciesRouteTest
01:39:20 2024-01-18 06:39:20,938 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:21 2024-01-18 06:39:21,100 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:21 2024-01-18 06:39:21,116 WARN  [][] o.a.p.c.Cluster Cluster(pekko://PoliciesRouteTest) - Could not register Cluster JMX MBean with name=pekko:type=Cluster as it is already registered. If you are running multiple clusters in the same JVM, set 'pekko.cluster.jmx.multi-mbeans-in-same-jvm = on' in config
01:39:21 2024-01-18 06:39:21,775 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:21 2024-01-18 06:39:21,891 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:21 2024-01-18 06:39:21,941 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:22 2024-01-18 06:39:22,025 INFO  [PoliciesRouteTest.activatePolicyTokenIntegrationWithPreAuthentication-2a389b5][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - <PolicyActionFailedException> occurred in gateway root route: <PolicyActionFailedException [message='Failed to execute action 'activateTokenIntegration'.', errorCode=policies:action.failed, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='Policy action is only possible with JWT authentication.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=PoliciesRouteTest.activatePolicyTokenIntegrationWithPreAuthentication-2a389b5}]]>!
01:39:22 2024-01-18 06:39:22,099 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:22 2024-01-18 06:39:22,150 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:22 2024-01-18 06:39:22,216 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:22 2024-01-18 06:39:22,292 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:22 2024-01-18 06:39:22,324 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:22 2024-01-18 06:39:22,404 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:22 2024-01-18 06:39:22,441 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:22 2024-01-18 06:39:22,503 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:22 2024-01-18 06:39:22,537 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:22 2024-01-18 06:39:22,607 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:22 2024-01-18 06:39:22,648 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:22 2024-01-18 06:39:22,715 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:22 2024-01-18 06:39:22,793 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:22 2024-01-18 06:39:22,828 INFO  [PoliciesRouteTest.deactivatePolicyTokenIntegrationWithPreAuthentication-14d518e][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - <PolicyActionFailedException> occurred in gateway root route: <PolicyActionFailedException [message='Failed to execute action 'deactivateTokenIntegration'.', errorCode=policies:action.failed, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='Policy action is only possible with JWT authentication.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=PoliciesRouteTest.deactivatePolicyTokenIntegrationWithPreAuthentication-14d518e}]]>!
01:39:22 2024-01-18 06:39:22,858 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:22 2024-01-18 06:39:22,918 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:22 2024-01-18 06:39:22,953 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:23 2024-01-18 06:39:23,017 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:23 2024-01-18 06:39:23,047 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:23 2024-01-18 06:39:23,139 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:23 2024-01-18 06:39:23,210 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:23 2024-01-18 06:39:23,243 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:23 2024-01-18 06:39:23,295 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:23 2024-01-18 06:39:23,326 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:23 2024-01-18 06:39:23,358 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(PoliciesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:23 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.503 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.policies.PoliciesRouteTest
01:39:23 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.websocket.ProtocolMessageExtractorTest
01:39:23 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
01:39:24 [INFO] Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.832 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.websocket.ProtocolMessageExtractorTest
01:39:24 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.devops.DevOpsRouteTest
01:39:24 2024-01-18 06:39:24,421 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:24 2024-01-18 06:39:24,651 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:24 2024-01-18 06:39:24,710 WARN  [][] o.a.p.c.Cluster Cluster(pekko://DevOpsRouteTest) - Could not register Cluster JMX MBean with name=pekko:type=Cluster as it is already registered. If you are running multiple clusters in the same JVM, set 'pekko.cluster.jmx.multi-mbeans-in-same-jvm = on' in config
01:39:25 2024-01-18 06:39:25,149 WARN  [][] o.e.d.g.s.e.d.a.DevOpsInsecureAuthenticationDirective  - DevOps resource is not secured
01:39:25 2024-01-18 06:39:25,155 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(DevOpsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:25 2024-01-18 06:39:25,242 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:25 2024-01-18 06:39:25,399 WARN  [][] o.e.d.g.s.e.d.a.DevOpsInsecureAuthenticationDirective  - DevOps resource is not secured
01:39:25 2024-01-18 06:39:25,401 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(DevOpsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:25 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.193 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.devops.DevOpsRouteTest
01:39:25 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.whoami.WhoamiRouteTest
01:39:25 2024-01-18 06:39:25,527 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:25 2024-01-18 06:39:25,656 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:25 2024-01-18 06:39:25,701 WARN  [][] o.a.p.c.Cluster Cluster(pekko://WhoamiRouteTest) - Could not register Cluster JMX MBean with name=pekko:type=Cluster as it is already registered. If you are running multiple clusters in the same JVM, set 'pekko.cluster.jmx.multi-mbeans-in-same-jvm = on' in config
01:39:25 2024-01-18 06:39:25,745 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(WhoamiRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:25 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.370 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.whoami.WhoamiRouteTest
01:39:25 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.whoami.WhoamiTest
01:39:26 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.539 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.whoami.WhoamiTest
01:39:26 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.whoami.WhoamiResponseTest
01:39:26 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.300 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.whoami.WhoamiResponseTest
01:39:26 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.whoami.DefaultUserInformationTest
01:39:26 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.whoami.DefaultUserInformationTest
01:39:26 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.thingsearch.ThingSearchRouteTest
01:39:26 2024-01-18 06:39:26,814 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:27 2024-01-18 06:39:26,926 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:27 2024-01-18 06:39:26,943 WARN  [][] o.a.p.c.Cluster Cluster(pekko://ThingSearchRouteTest) - Could not register Cluster JMX MBean with name=pekko:type=Cluster as it is already registered. If you are running multiple clusters in the same JVM, set 'pekko.cluster.jmx.multi-mbeans-in-same-jvm = on' in config
01:39:27 2024-01-18 06:39:27,023 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingSearchRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:27 2024-01-18 06:39:27,093 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:27 2024-01-18 06:39:27,304 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingSearchRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:27 2024-01-18 06:39:27,346 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:27 2024-01-18 06:39:27,431 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingSearchRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:27 2024-01-18 06:39:27,495 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:27 2024-01-18 06:39:27,547 INFO  [ThingSearchRouteTest.countThingsShouldAssertBadRequest-a1e690f][] o.e.d.g.s.e.d.ContentTypeValidationDirective  - Request rejected: unsupported media-type: <none/none> request: <example.com POST /search/things/count>
01:39:27 2024-01-18 06:39:27,551 INFO  [ThingSearchRouteTest.countThingsShouldAssertBadRequest-a1e690f][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - <UnsupportedMediaTypeException> occurred in gateway root route: <UnsupportedMediaTypeException [message='The Media-Type <none/none> is not supported for this resource.', errorCode=mediatype.unsupported, httpStatus=HttpStatus [code=415, category=CLIENT_ERROR], description='Allowed Media-Types are: <[application/x-www-form-urlencoded]>.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ThingSearchRouteTest.countThingsShouldAssertBadRequest-a1e690f}]]>!
01:39:27 2024-01-18 06:39:27,629 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:27 2024-01-18 06:39:27,697 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingSearchRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:27 2024-01-18 06:39:27,743 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:27 2024-01-18 06:39:27,819 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingSearchRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:27 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.088 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.thingsearch.ThingSearchRouteTest
01:39:27 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.DittoRuntimeExceptionToHttpResponseTest
01:39:27 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.DittoRuntimeExceptionToHttpResponseTest
01:39:27 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest
01:39:28 2024-01-18 06:39:27,932 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:28 2024-01-18 06:39:28,038 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:28 2024-01-18 06:39:28,051 WARN  [][] o.a.p.c.Cluster Cluster(pekko://ThingsSseRouteBuilderTest) - Could not register Cluster JMX MBean with name=pekko:type=Cluster as it is already registered. If you are running multiple clusters in the same JVM, set 'pekko.cluster.jmx.multi-mbeans-in-same-jvm = on' in config
01:39:28 2024-01-18 06:39:28,130 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:28 2024-01-18 06:39:28,143 WARN  [][] o.a.p.c.Cluster Cluster(pekko://ThingsSseRouteBuilderTest) - Could not register Cluster JMX MBean with name=pekko:type=Cluster as it is already registered. If you are running multiple clusters in the same JVM, set 'pekko.cluster.jmx.multi-mbeans-in-same-jvm = on' in config
01:39:28 2024-01-18 06:39:28,321 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:28 2024-01-18 06:39:28,538 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-104) - [SSE things] Upstream failed.
01:39:28 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
01:39:28 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
01:39:28 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
01:39:28 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
01:39:28 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
01:39:28 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
01:39:28 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndNoQueryParametersOpensSseConnection(ThingsSseRouteBuilderTest.java:144)
01:39:28 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:39:28 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:39:28 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:39:28 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:39:28 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:39:28 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:39:28 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:39:28 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:39:28 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:28 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
01:39:28 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
01:39:28 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:28 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:39:28 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:39:28 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:39:28 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:39:28 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:39:28 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:39:28 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:39:28 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:39:28 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:39:28 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:28 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
01:39:28 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:28 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:39:28 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:39:28 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:39:28 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:39:28 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:39:28 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:39:28 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:39:28 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:39:28 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:39:28 2024-01-18 06:39:28,538 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-104) - [SSE things] Upstream failed.
01:39:28 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
01:39:28 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
01:39:28 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
01:39:28 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
01:39:28 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
01:39:28 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
01:39:28 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndNoQueryParametersOpensSseConnection(ThingsSseRouteBuilderTest.java:144)
01:39:28 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:39:28 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:39:28 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:39:28 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:39:28 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:39:28 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:39:28 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:39:28 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:39:28 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:28 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
01:39:28 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
01:39:28 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:28 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:39:28 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:39:28 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:39:28 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:39:28 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:39:28 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:39:28 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:39:28 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:39:28 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:39:28 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:28 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
01:39:28 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:28 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:39:28 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:39:28 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:39:28 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:39:28 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:39:28 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:39:28 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:39:28 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:39:28 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:39:28 2024-01-18 06:39:28,573 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:29 2024-01-18 06:39:29,065 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:29 2024-01-18 06:39:29,173 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-110) - [SSE things//inbox/messages] Upstream failed.
01:39:29 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
01:39:29 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
01:39:29 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
01:39:29 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
01:39:29 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
01:39:29 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
01:39:29 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingForMessageInboxOpensSseConnection(ThingsSseRouteBuilderTest.java:264)
01:39:29 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:39:29 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:39:29 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:39:29 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:39:29 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:39:29 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:39:29 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:39:29 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:39:29 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:29 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
01:39:29 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
01:39:29 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:29 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:39:29 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:39:29 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:39:29 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:39:29 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:39:29 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:39:29 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:39:29 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:39:29 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:39:29 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:29 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
01:39:29 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:29 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:39:29 2024-01-18 06:39:29,173 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-110) - [SSE things//inbox/messages] Upstream failed.
01:39:29 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
01:39:29 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
01:39:29 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
01:39:29 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
01:39:29 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
01:39:29 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
01:39:29 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingForMessageInboxOpensSseConnection(ThingsSseRouteBuilderTest.java:264)
01:39:29 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:39:29 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:39:29 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:39:29 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:39:29 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:39:29 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:39:29 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:39:29 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:39:29 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:29 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
01:39:29 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
01:39:29 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:29 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:39:29 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:39:29 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:39:29 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:39:29 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:39:29 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:39:29 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:39:29 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:39:29 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:39:29 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:29 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
01:39:29 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:29 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:39:29 2024-01-18 06:39:29,226 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:29 2024-01-18 06:39:29,346 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:29 2024-01-18 06:39:29,476 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:29 2024-01-18 06:39:29,582 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-119) - [SSE things//inbox/messages/hello-world] Upstream failed.
01:39:29 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
01:39:29 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
01:39:29 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
01:39:29 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
01:39:29 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
01:39:29 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
01:39:29 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingForMessageInboxSpecifiedSubjectOpensSseConnection(ThingsSseRouteBuilderTest.java:278)
01:39:29 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:39:29 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:39:29 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:39:29 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:39:29 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:39:29 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:39:29 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:39:29 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:39:29 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:29 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
01:39:29 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
01:39:29 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:29 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:39:29 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:39:29 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:39:29 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:39:29 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:39:29 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:39:29 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:39:29 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:39:29 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:39:29 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:29 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
01:39:29 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:29 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:39:29 2024-01-18 06:39:29,582 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-119) - [SSE things//inbox/messages/hello-world] Upstream failed.
01:39:29 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
01:39:29 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
01:39:29 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
01:39:29 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
01:39:29 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
01:39:29 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
01:39:29 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingForMessageInboxSpecifiedSubjectOpensSseConnection(ThingsSseRouteBuilderTest.java:278)
01:39:29 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:39:29 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:39:29 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:39:29 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:39:29 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:39:29 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:39:29 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:39:29 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:39:29 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:29 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
01:39:29 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
01:39:29 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:29 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:39:29 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:39:29 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:39:29 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:39:29 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:39:29 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:39:29 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:39:29 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:39:29 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:39:29 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:29 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
01:39:29 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:29 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:39:29 2024-01-18 06:39:29,630 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:29 2024-01-18 06:39:29,709 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-122) - [SSE things] Upstream failed.
01:39:29 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
01:39:29 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
01:39:29 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
01:39:29 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
01:39:29 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
01:39:29 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
01:39:29 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndNoQueryParametersOnSpecificThingOpensSseConnection(ThingsSseRouteBuilderTest.java:152)
01:39:29 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:39:29 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:39:29 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:39:29 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:39:29 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:39:29 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:39:29 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:39:29 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:39:29 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:29 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
01:39:29 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
01:39:29 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:29 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:39:29 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:39:29 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:39:29 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:39:29 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:39:29 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:39:29 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:39:29 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:39:29 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:39:29 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:29 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
01:39:29 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:29 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:39:29 2024-01-18 06:39:29,709 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-122) - [SSE things] Upstream failed.
01:39:29 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
01:39:29 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
01:39:29 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
01:39:29 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
01:39:29 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
01:39:29 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
01:39:29 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndNoQueryParametersOnSpecificThingOpensSseConnection(ThingsSseRouteBuilderTest.java:152)
01:39:29 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:39:29 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:39:29 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:39:29 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:39:29 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:39:29 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:39:29 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:39:29 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:39:29 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:29 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
01:39:29 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
01:39:29 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:29 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:39:29 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:39:29 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:39:29 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:39:29 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:39:29 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:39:29 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:39:29 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:39:29 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:39:29 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:29 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
01:39:29 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:29 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:39:29 2024-01-18 06:39:29,739 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:29 2024-01-18 06:39:29,828 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-125) - [SSE things] Upstream failed.
01:39:29 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
01:39:29 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
01:39:29 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
01:39:29 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
01:39:29 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
01:39:29 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
01:39:29 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndNamespacesParameterOpensSseConnection(ThingsSseRouteBuilderTest.java:293)
01:39:29 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:39:29 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:39:29 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:39:29 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:39:29 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:39:29 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:39:29 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:39:29 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:39:29 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:29 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
01:39:29 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
01:39:29 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:29 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:39:29 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:39:29 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:39:29 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:39:29 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:39:29 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:39:29 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:39:29 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:39:29 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:39:29 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:29 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
01:39:29 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:29 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:39:29 2024-01-18 06:39:29,828 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-125) - [SSE things] Upstream failed.
01:39:29 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
01:39:29 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
01:39:29 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
01:39:29 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
01:39:29 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
01:39:29 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
01:39:29 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndNamespacesParameterOpensSseConnection(ThingsSseRouteBuilderTest.java:293)
01:39:29 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:39:29 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:39:29 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:39:29 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:39:29 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:39:29 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:39:29 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:39:29 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:39:29 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:29 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
01:39:29 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
01:39:29 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:29 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:39:29 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:39:29 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:39:29 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:39:29 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:39:29 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:39:29 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:39:29 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:39:29 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:39:29 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:29 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
01:39:29 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:29 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:39:29 2024-01-18 06:39:29,860 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:29 2024-01-18 06:39:29,946 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-128) - [SSE things] Upstream failed.
01:39:29 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
01:39:29 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
01:39:29 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
01:39:29 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
01:39:29 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
01:39:29 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
01:39:29 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingAndSubpathSseConnection(ThingsSseRouteBuilderTest.java:252)
01:39:29 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:39:29 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:39:29 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:39:29 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:39:29 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:39:29 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:39:29 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:39:29 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:39:29 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:29 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
01:39:29 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
01:39:29 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:29 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:39:29 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:39:29 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:39:29 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:39:29 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:39:29 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:39:29 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:39:29 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:39:29 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:39:29 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:29 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
01:39:29 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:29 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:39:29 2024-01-18 06:39:29,946 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-128) - [SSE things] Upstream failed.
01:39:29 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
01:39:29 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
01:39:29 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
01:39:29 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
01:39:29 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
01:39:29 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
01:39:29 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingAndSubpathSseConnection(ThingsSseRouteBuilderTest.java:252)
01:39:29 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:39:29 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:39:29 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:39:29 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:39:29 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:39:29 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:39:29 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:39:29 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:39:29 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:29 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
01:39:29 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
01:39:29 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:29 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:39:29 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:39:29 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:39:29 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:39:29 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:39:29 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:39:29 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:39:29 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:39:29 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:39:29 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:29 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
01:39:29 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:29 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:39:29 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:39:29 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:39:30 2024-01-18 06:39:29,992 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:30 2024-01-18 06:39:30,065 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-131) - [SSE things] Upstream failed.
01:39:30 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
01:39:30 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
01:39:30 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
01:39:30 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
01:39:30 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
01:39:30 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
01:39:30 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndExtraFieldsParameterOpensSseConnection(ThingsSseRouteBuilderTest.java:308)
01:39:30 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:39:30 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:39:30 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:39:30 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:39:30 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:39:30 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:39:30 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:39:30 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:39:30 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:30 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
01:39:30 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
01:39:30 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:30 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:39:30 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:39:30 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:39:30 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:39:30 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:39:30 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:39:30 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:39:30 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:39:30 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:39:30 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:30 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
01:39:30 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:30 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:39:30 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:39:30 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:39:30 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:39:30 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:39:30 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:39:30 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:39:30 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:39:30 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:39:30 2024-01-18 06:39:30,065 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-131) - [SSE things] Upstream failed.
01:39:30 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
01:39:30 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
01:39:30 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
01:39:30 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
01:39:30 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
01:39:30 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
01:39:30 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndExtraFieldsParameterOpensSseConnection(ThingsSseRouteBuilderTest.java:308)
01:39:30 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:39:30 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:39:30 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:39:30 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:39:30 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:39:30 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:39:30 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:39:30 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:39:30 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:30 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
01:39:30 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
01:39:30 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:30 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:39:30 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:39:30 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:39:30 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:39:30 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:39:30 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:39:30 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:39:30 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:39:30 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:39:30 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:30 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
01:39:30 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:30 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:39:30 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:39:30 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:39:30 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:39:30 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:39:30 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:39:30 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:39:30 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:39:30 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:39:30 2024-01-18 06:39:30,109 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:30 2024-01-18 06:39:30,262 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:30 2024-01-18 06:39:30,371 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-137) - [SSE things] Upstream failed.
01:39:30 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
01:39:30 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
01:39:30 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
01:39:30 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
01:39:30 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
01:39:30 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
01:39:30 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingAndFilterOpensSseConnection(ThingsSseRouteBuilderTest.java:240)
01:39:30 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:39:30 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:39:30 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:39:30 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:39:30 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:39:30 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:39:30 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:39:30 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:39:30 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:30 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
01:39:30 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
01:39:30 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:30 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:39:30 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:39:30 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:39:30 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:39:30 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:39:30 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:39:30 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:39:30 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:39:30 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:39:30 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:30 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
01:39:30 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:30 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:39:30 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:39:30 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:39:30 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:39:30 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:39:30 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:39:30 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:39:30 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:39:30 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:39:30 2024-01-18 06:39:30,371 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-137) - [SSE things] Upstream failed.
01:39:30 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
01:39:30 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
01:39:30 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
01:39:30 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
01:39:30 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
01:39:30 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
01:39:30 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndSpecificThingAndFilterOpensSseConnection(ThingsSseRouteBuilderTest.java:240)
01:39:30 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:39:30 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:39:30 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:39:30 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:39:30 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:39:30 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:39:30 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:39:30 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:39:30 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:30 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
01:39:30 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
01:39:30 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:30 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:39:30 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:39:30 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:39:30 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:39:30 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:39:30 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:39:30 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:39:30 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:39:30 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:39:30 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:30 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
01:39:30 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:30 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:39:30 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:39:30 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:39:30 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:39:30 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:39:30 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:39:30 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:39:30 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:39:30 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:39:30 2024-01-18 06:39:30,414 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:30 2024-01-18 06:39:30,518 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:30 2024-01-18 06:39:30,631 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:30 2024-01-18 06:39:30,703 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-146) - [SSE things] Upstream failed.
01:39:30 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
01:39:30 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
01:39:30 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
01:39:30 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
01:39:30 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
01:39:30 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
01:39:30 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndFilterParameterOpensSseConnection(ThingsSseRouteBuilderTest.java:226)
01:39:30 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:39:30 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:39:30 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:39:30 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:39:30 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:39:30 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:39:30 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:39:30 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:39:30 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:30 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
01:39:30 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
01:39:30 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:30 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:39:30 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:39:30 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:39:30 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:39:30 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:39:30 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:39:30 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:39:30 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:39:30 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:39:30 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:30 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
01:39:30 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:30 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:39:30 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:39:30 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:39:30 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:39:30 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:39:30 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:39:30 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:39:30 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:39:30 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:39:30 2024-01-18 06:39:30,703 ERROR [][] o.a.p.s.Materializer org.apache.pekko.stream.Log(pekko://ThingsSseRouteBuilderTest/system/Materializers/StreamSupervisor-146) - [SSE things] Upstream failed.
01:39:30 org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException: The service you wanted to reach is currently not available.
01:39:30 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:120)
01:39:30 	at org.eclipse.ditto.gateway.api.GatewayServiceUnavailableException$Builder.doBuild(GatewayServiceUnavailableException.java:106)
01:39:30 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
01:39:30 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest$1.<init>(ThingsSseRouteBuilderTest.java:350)
01:39:30 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.executeThingsRouteTest(ThingsSseRouteBuilderTest.java:322)
01:39:30 	at org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest.getWithAcceptHeaderAndFilterParameterOpensSseConnection(ThingsSseRouteBuilderTest.java:226)
01:39:30 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:39:30 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:39:30 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:39:30 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:39:30 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:39:30 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:39:30 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:39:30 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:39:30 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:30 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
01:39:30 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
01:39:30 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:30 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:39:30 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:39:30 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:39:30 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:39:30 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:39:30 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:39:30 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:39:30 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:39:30 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:39:30 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:30 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
01:39:30 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:30 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:39:30 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:39:30 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:39:30 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:39:30 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:39:30 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:39:30 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:39:30 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:39:30 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:39:30 [WARN] [01/18/2024 06:39:30.713] [ThingsSseRouteBuilderTest-pekko.actor.internal-dispatcher-4] [Cluster(pekko://ThingsSseRouteBuilderTest)] Could not unregister Cluster JMX MBean with name=pekko:type=Cluster as it was not found. If you are running multiple clusters in the same JVM, set 'pekko.cluster.jmx.multi-mbeans-in-same-jvm = on' in config
01:39:30 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.827 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.sse.ThingsSseRouteBuilderTest
01:39:30 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.connections.ConnectionsRouteTest
01:39:30 2024-01-18 06:39:30,766 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:31 2024-01-18 06:39:30,937 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:31 2024-01-18 06:39:30,948 WARN  [][] o.a.p.c.Cluster Cluster(pekko://ConnectionsRouteTest) - Could not register Cluster JMX MBean with name=pekko:type=Cluster as it is already registered. If you are running multiple clusters in the same JVM, set 'pekko.cluster.jmx.multi-mbeans-in-same-jvm = on' in config
01:39:31 2024-01-18 06:39:31,120 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:31 2024-01-18 06:39:31,195 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:31 2024-01-18 06:39:31,248 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:31 2024-01-18 06:39:31,311 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:31 2024-01-18 06:39:31,358 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:31 2024-01-18 06:39:31,410 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:31 2024-01-18 06:39:31,452 INFO  [ConnectionsRouteTest.testPostConnectionCommandWrongFails-84e663c][] o.e.d.g.s.e.d.ContentTypeValidationDirective  - Request rejected: unsupported media-type: <application/json> request: <example.com POST /connections/2d05e941-05c2-4de7-912e-e069c3f0cfad/command>
01:39:31 2024-01-18 06:39:31,504 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:31 2024-01-18 06:39:31,546 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:31 2024-01-18 06:39:31,604 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:31 2024-01-18 06:39:31,645 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:31 2024-01-18 06:39:31,702 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:31 2024-01-18 06:39:31,757 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:31 2024-01-18 06:39:31,815 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:31 2024-01-18 06:39:31,857 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:31 2024-01-18 06:39:31,913 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:31 2024-01-18 06:39:31,956 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:32 2024-01-18 06:39:32,015 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:32 2024-01-18 06:39:32,057 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:32 2024-01-18 06:39:32,112 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:32 2024-01-18 06:39:32,156 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:32 2024-01-18 06:39:32,218 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:32 2024-01-18 06:39:32,261 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:32 2024-01-18 06:39:32,319 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:32 2024-01-18 06:39:32,361 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:32 2024-01-18 06:39:32,413 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:32 2024-01-18 06:39:32,455 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:32 2024-01-18 06:39:32,507 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:32 2024-01-18 06:39:32,549 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:32 2024-01-18 06:39:32,603 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:32 2024-01-18 06:39:32,655 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:32 2024-01-18 06:39:32,714 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:32 2024-01-18 06:39:32,759 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:32 2024-01-18 06:39:32,808 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:32 2024-01-18 06:39:32,853 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ConnectionsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:32 [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.135 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.connections.ConnectionsRouteTest
01:39:32 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteTest
01:39:32 2024-01-18 06:39:32,928 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:33 2024-01-18 06:39:32,968 INFO  [][] o.e.d.i.u.t.DittoTracing  - Ditto tracing is disabled. No traces are generated and span context is not propagated.
01:39:33 2024-01-18 06:39:33,004 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:33 2024-01-18 06:39:33,015 WARN  [][] o.a.p.c.Cluster Cluster(pekko://EndpointTestBase) - Could not register Cluster JMX MBean with name=pekko:type=Cluster as it is already registered. If you are running multiple clusters in the same JVM, set 'pekko.cluster.jmx.multi-mbeans-in-same-jvm = on' in config
01:39:33 2024-01-18 06:39:33,067 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:33 2024-01-18 06:39:33,093 WARN  [][] o.a.p.c.Cluster Cluster(pekko://RootRouteTest) - Could not register Cluster JMX MBean with name=pekko:type=Cluster as it is already registered. If you are running multiple clusters in the same JVM, set 'pekko.cluster.jmx.multi-mbeans-in-same-jvm = on' in config
01:39:33 2024-01-18 06:39:33,267 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:33 2024-01-18 06:39:33,274 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:33 2024-01-18 06:39:33,485 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
01:39:33 2024-01-18 06:39:33,512 INFO  [bae95fcf-b3c9-4d54-b572-d323e846fe9e][] o.e.d.g.s.e.d.HttpsEnsuringDirective  - REST request on URI <http://example.com/overall/status> did not originate via HTTPS, sending back <404 Not Found>.
01:39:33 2024-01-18 06:39:33,515 INFO  [bae95fcf-b3c9-4d54-b572-d323e846fe9e][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/overall/status' was: 404
01:39:33 2024-01-18 06:39:33,572 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:33 2024-01-18 06:39:33,626 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:33 2024-01-18 06:39:33,627 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:33 2024-01-18 06:39:33,629 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
01:39:33 2024-01-18 06:39:33,699 INFO  [b7fc9f66-5a2c-4fd2-9a5d-fba0e37b5d97][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/connections' was: 401
01:39:33 2024-01-18 06:39:33,728 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:33 2024-01-18 06:39:33,776 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:33 2024-01-18 06:39:33,776 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:33 2024-01-18 06:39:33,792 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
01:39:33 2024-01-18 06:39:33,794 INFO  [37af2140-4002-4a9f-80b5-56e7b175e89c][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/overall/status' was: 401
01:39:33 2024-01-18 06:39:33,833 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:33 2024-01-18 06:39:33,897 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:33 2024-01-18 06:39:33,897 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:33 2024-01-18 06:39:33,929 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:34 2024-01-18 06:39:33,976 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:34 2024-01-18 06:39:33,977 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:34 2024-01-18 06:39:33,993 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
01:39:34 2024-01-18 06:39:34,001 INFO  [35ec0976-ceaa-40e6-82fa-3a90dc9bf23c][] o.e.d.g.s.s.a.p.PreAuthenticatedAuthenticationProvider  - Pre-authentication has been applied resulting in AuthorizationContext <ImmutableAuthorizationContext [type=pre-authenticated-http, authorizationSubjects=[some-issuer:foo]]>.
01:39:34 2024-01-18 06:39:34,009 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:34 2024-01-18 06:39:34,035 INFO  [35ec0976-ceaa-40e6-82fa-3a90dc9bf23c][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/things' was: 200
01:39:34 2024-01-18 06:39:34,064 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:34 2024-01-18 06:39:34,126 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:34 2024-01-18 06:39:34,126 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:34 2024-01-18 06:39:34,128 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
01:39:34 2024-01-18 06:39:34,137 INFO  [876ad2c0-222a-4ada-bac2-f2c72e55256b][] o.e.d.g.s.s.a.p.PreAuthenticatedAuthenticationProvider  - Pre-authentication has been applied resulting in AuthorizationContext <ImmutableAuthorizationContext [type=pre-authenticated-http, authorizationSubjects=[some-issuer:foo]]>.
01:39:34 2024-01-18 06:39:34,142 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:34 2024-01-18 06:39:34,145 INFO  [876ad2c0-222a-4ada-bac2-f2c72e55256b][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/whoami' was: 200
01:39:34 2024-01-18 06:39:34,169 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:34 2024-01-18 06:39:34,234 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:34 2024-01-18 06:39:34,234 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:34 2024-01-18 06:39:34,237 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
01:39:34 2024-01-18 06:39:34,239 INFO  [d0d1eace-1c54-4c70-b9ab-295b9cce80be][] o.e.d.g.s.s.a.p.PreAuthenticatedAuthenticationProvider  - Pre-authentication has been applied resulting in AuthorizationContext <ImmutableAuthorizationContext [type=pre-authenticated-http, authorizationSubjects=[i:foo0, i:foo1, i:foo2, i:foo3, i:foo4, i:foo5, i:foo6, i:foo7, i:foo8, i:foo9, i:foo10, i:foo11, i:foo12, i:foo13, i:foo14, i:foo15, i:foo16, i:foo17, i:foo18, i:foo19, i:foo20, i:foo21, i:foo22, i:foo23, i:foo24, i:foo25, i:foo26, i:foo27, i:foo28, i:foo29, i:foo30, i:foo31, i:foo32, i:foo33, i:foo34, i:foo35, i:foo36, i:foo37, i:foo38, i:foo39, i:foo40, i:foo41, i:foo42, i:foo43, i:foo44, i:foo45, i:foo46, i:foo47, i:foo48, i:foo49, i:foo50, i:foo51, i:foo52, i:foo53, i:foo54, i:foo55, i:foo56, i:foo57, i:foo58, i:foo59, i:foo60, i:foo61, i:foo62, i:foo63, i:foo64, i:foo65, i:foo66, i:foo67, i:foo68, i:foo69, i:foo70, i:foo71, i:foo72, i:foo73, i:foo74, i:foo75, i:foo76, i:foo77, i:foo78, i:foo79, i:foo80, i:foo81, i:foo82, i:foo83, i:foo84, i:foo85, i:foo86, i:foo87, i:foo88, i:foo89, i:foo90, i:foo91, i:foo92, i:foo93, i:foo94, i:foo95, i:foo96, i:foo97, i:foo98, i:foo99, i:foo100]]>.
01:39:34 2024-01-18 06:39:34,243 INFO  [d0d1eace-1c54-4c70-b9ab-295b9cce80be][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - <DittoHeadersTooLargeException> occurred in gateway root route: <DittoHeadersTooLargeException [message='The headers are too large.', errorCode=headers.too.large, httpStatus=HttpStatus [code=431, category=CLIENT_ERROR], description='The number of authorization subjects <101> exceeded the maximum allowed value <100>.', href=null, dittoHeaders=ImmutableDittoHeaders [{version=2, correlation-id=d0d1eace-1c54-4c70-b9ab-295b9cce80be, ditto-auth-context={"type":"pre-authenticated-http","subjects":["i:foo0","i:foo1","i:foo2","i:foo3","i:foo4","i:foo5","i:foo6","i:foo7","i:foo8","i:foo9","i:foo10","i:foo11","i:foo12","i:foo13","i:foo14","i:foo15","i:foo16","i:foo17","i:foo18","i:foo19","i:foo20","i:foo21","i:foo22","i:foo23","i:foo24","i:foo25","i:foo26","i:foo27","i:foo28","i:foo29","i:foo30","i:foo31","i:foo32","i:foo33","i:foo34","i:foo35","i:foo36","i:foo37","i:foo38","i:foo39","i:foo40","i:foo41","i:foo42","i:foo43","i:foo44","i:foo45","i:foo46","i:foo47","i:foo48","i:foo49","i:foo50","i:foo51","i:foo52","i:foo53","i:foo54","i:foo55","i:foo56","i:foo57","i:foo58","i:foo59","i:foo60","i:foo61","i:foo62","i:foo63","i:foo64","i:foo65","i:foo66","i:foo67","i:foo68","i:foo69","i:foo70","i:foo71","i:foo72","i:foo73","i:foo74","i:foo75","i:foo76","i:foo77","i:foo78","i:foo79","i:foo80","i:foo81","i:foo82","i:foo83","i:foo84","i:foo85","i:foo86","i:foo87","i:foo88","i:foo89","i:foo90","i:foo91","i:foo92","i:foo93","i:foo94","i:foo95","i:foo96","i:foo97","i:foo98","i:foo99","i:foo100"]}, x-ditto-pre-authenticated=i:foo0,i:foo1,i:foo2,i:foo3,i:foo4,i:foo5,i:foo6,i:foo7,i:foo8,i:foo9,i:foo10,i:foo11,i:foo12,i:foo13,i:foo14,i:foo15,i:foo16,i:foo17,i:foo18,i:foo19,i:foo20,i:foo21,i:foo22,i:foo23,i:foo24,i:foo25,i:foo26,i:foo27,i:foo28,i:foo29,i:foo30,i:foo31,i:foo32,i:foo33,i:foo34,i:foo35,i:foo36,i:foo37,i:foo38,i:foo39,i:foo40,i:foo41,i:foo42,i:foo43,i:foo44,i:foo45,i:foo46,i:foo47,i:foo48,i:foo49,i:foo50,i:foo51,i:foo52,i:foo53,i:foo54,i:foo55,i:foo56,i:foo57,i:foo58,i:foo59,i:foo60,i:foo61,i:foo62,i:foo63,i:foo64,i:foo65,i:foo66,i:foo67,i:foo68,i:foo69,i:foo70,i:foo71,i:foo72,i:foo73,i:foo74,i:foo75,i:foo76,i:foo77,i:foo78,i:foo79,i:foo80,i:foo81,i:foo82,i:foo83,i:foo84,i:foo85,i:foo86,i:foo87,i:foo88,i:foo89,i:foo90,i:foo91,i:foo92,i:foo93,i:foo94,i:foo95,i:foo96,i:foo97,i:foo98,i:foo99,i:foo100}]]>!
01:39:34 2024-01-18 06:39:34,244 INFO  [d0d1eace-1c54-4c70-b9ab-295b9cce80be][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/search/things' was: 431
01:39:34 2024-01-18 06:39:34,275 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:34 2024-01-18 06:39:34,336 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:34 2024-01-18 06:39:34,336 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:34 2024-01-18 06:39:34,339 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
01:39:34 2024-01-18 06:39:34,340 INFO  [f4025acd-bcca-4ef4-9534-843f5884c25c][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - <GatewayDuplicateHeaderException> occurred in gateway root route: <GatewayDuplicateHeaderException [message='The message contains headers which include a duplicate header field: 'x-correlation-id'', errorCode=gateway:duplicate.header.field, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='A request must not contain multiple header fields with the same field name. For more information see RFC 7230 section 3.2.2.', href=https://tools.ietf.org/rfc/rfc7230.txt, dittoHeaders=ImmutableDittoHeaders [{correlation-id=f4025acd-bcca-4ef4-9534-843f5884c25c}]]>!
01:39:34 2024-01-18 06:39:34,370 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:34 2024-01-18 06:39:34,433 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:34 2024-01-18 06:39:34,433 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:34 2024-01-18 06:39:34,436 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
01:39:34 2024-01-18 06:39:34,444 INFO  [ba687e68-3cc6-46ef-a273-25129c9067b6][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/status/health' was: 200
01:39:34 2024-01-18 06:39:34,482 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:34 2024-01-18 06:39:34,535 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:34 2024-01-18 06:39:34,535 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:34 2024-01-18 06:39:34,537 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
01:39:34 2024-01-18 06:39:34,538 INFO  [91a6af6b-b201-4b1a-bf51-a1d7e390665b][] o.e.d.g.s.e.d.HttpsEnsuringDirective  - REST request on URI <http://example.com/ws/2> did not originate via HTTPS, sending back <404 Not Found>.
01:39:34 2024-01-18 06:39:34,538 INFO  [91a6af6b-b201-4b1a-bf51-a1d7e390665b][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/ws/2' was: 404
01:39:34 2024-01-18 06:39:34,569 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:34 2024-01-18 06:39:34,630 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:34 2024-01-18 06:39:34,630 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:34 2024-01-18 06:39:34,632 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
01:39:34 2024-01-18 06:39:34,635 INFO  [59bc1a4c-e66e-418c-ac2f-471507d4844c][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/9999/things?ids=bumlux' was: 404
01:39:34 2024-01-18 06:39:34,664 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:34 2024-01-18 06:39:34,724 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:34 2024-01-18 06:39:34,724 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:34 2024-01-18 06:39:34,726 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
01:39:34 2024-01-18 06:39:34,727 INFO  [475e5271-072c-4d6d-a94c-b3057305b540][] o.e.d.g.s.e.d.HttpsEnsuringDirective  - REST request on URI <http://example.com/status/cluster> did not originate via HTTPS, sending back <404 Not Found>.
01:39:34 2024-01-18 06:39:34,727 INFO  [475e5271-072c-4d6d-a94c-b3057305b540][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/status/cluster' was: 404
01:39:34 2024-01-18 06:39:34,764 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:34 2024-01-18 06:39:34,823 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:34 2024-01-18 06:39:34,823 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:34 2024-01-18 06:39:34,825 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
01:39:34 2024-01-18 06:39:34,825 INFO  [29fd65a7-0d48-4c07-9af9-db9ef1dd476e][] o.e.d.g.s.e.d.HttpsEnsuringDirective  - REST request on URI <http://example.com/api/2/things> did not originate via HTTPS, sending back <404 Not Found>.
01:39:34 2024-01-18 06:39:34,826 INFO  [29fd65a7-0d48-4c07-9af9-db9ef1dd476e][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/things' was: 404
01:39:34 2024-01-18 06:39:34,847 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:34 2024-01-18 06:39:34,910 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:34 2024-01-18 06:39:34,911 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:34 2024-01-18 06:39:34,914 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
01:39:34 2024-01-18 06:39:34,916 INFO  [a91d0150-bf2d-41f6-a747-d7436d0bbaac][] o.e.d.g.s.s.a.p.PreAuthenticatedAuthenticationProvider  - Pre-authentication has been applied resulting in AuthorizationContext <ImmutableAuthorizationContext [type=pre-authenticated-http, authorizationSubjects=[some-issuer:foo]]>.
01:39:34 2024-01-18 06:39:34,918 INFO  [a91d0150-bf2d-41f6-a747-d7436d0bbaac][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - <GatewayDuplicateHeaderException> occurred in gateway root route: <GatewayDuplicateHeaderException [message='<timeout> was provided as header as well as query parameter with divergent values!', errorCode=gateway:duplicate.header.field, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='A request must not contain multiple header fields with the same field name. For more information see RFC 7230 section 3.2.2.', href=https://tools.ietf.org/rfc/rfc7230.txt, dittoHeaders=ImmutableDittoHeaders [{version=2, correlation-id=a91d0150-bf2d-41f6-a747-d7436d0bbaac, ditto-auth-context={"type":"pre-authenticated-http","subjects":["some-issuer:foo"]}}]]>!
01:39:34 2024-01-18 06:39:34,919 INFO  [a91d0150-bf2d-41f6-a747-d7436d0bbaac][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/things?ids=namespace:bumlux&timeout=32s' was: 400
01:39:34 2024-01-18 06:39:34,941 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:35 2024-01-18 06:39:35,007 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:35 2024-01-18 06:39:35,007 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:35 2024-01-18 06:39:35,009 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
01:39:35 2024-01-18 06:39:35,011 INFO  [637d9790-7e41-4e91-aaa9-74c79c59ddb6][] o.e.d.g.s.s.a.p.PreAuthenticatedAuthenticationProvider  - Pre-authentication has been applied resulting in AuthorizationContext <ImmutableAuthorizationContext [type=pre-authenticated-http, authorizationSubjects=[i:foo0, i:foo1, i:foo2, i:foo3, i:foo4, i:foo5, i:foo6, i:foo7, i:foo8, i:foo9]]>.
01:39:35 2024-01-18 06:39:35,014 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:35 2024-01-18 06:39:35,017 INFO  [637d9790-7e41-4e91-aaa9-74c79c59ddb6][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/search/things' was: 200
01:39:35 2024-01-18 06:39:35,048 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:35 2024-01-18 06:39:35,119 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:35 2024-01-18 06:39:35,119 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:35 2024-01-18 06:39:35,122 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
01:39:35 2024-01-18 06:39:35,137 INFO  [426fb020-7909-4c27-93fc-951405bdc21e][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/overall/status' was: 200
01:39:35 2024-01-18 06:39:35,160 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:35 2024-01-18 06:39:35,218 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:35 2024-01-18 06:39:35,218 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:35 2024-01-18 06:39:35,220 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
01:39:35 2024-01-18 06:39:35,221 INFO  [0aaf04b6-5f2f-4ac8-914f-2a00fec7ecb0][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/' was: 404
01:39:35 2024-01-18 06:39:35,243 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:35 2024-01-18 06:39:35,300 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:35 2024-01-18 06:39:35,300 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:35 2024-01-18 06:39:35,302 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
01:39:35 2024-01-18 06:39:35,304 INFO  [ec5ecc0d-42b1-4e05-bd8f-a02a59e01cb6][] o.e.d.g.s.s.a.p.PreAuthenticatedAuthenticationProvider  - Pre-authentication has been applied resulting in AuthorizationContext <ImmutableAuthorizationContext [type=pre-authenticated-http, authorizationSubjects=[some-issuer:foo]]>.
01:39:35 2024-01-18 06:39:35,306 INFO  [ec5ecc0d-42b1-4e05-bd8f-a02a59e01cb6][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/search/foo' was: 404
01:39:35 2024-01-18 06:39:35,332 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:35 2024-01-18 06:39:35,391 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:35 2024-01-18 06:39:35,391 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:35 2024-01-18 06:39:35,394 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
01:39:35 2024-01-18 06:39:35,394 INFO  [d09618bf-1d78-444b-a810-1368d1dc0c3b][] o.e.d.g.s.e.d.HttpsEnsuringDirective  - REST request on URI <http://example.com/api/2/things> did not originate via HTTPS, sending back <404 Not Found>.
01:39:35 2024-01-18 06:39:35,394 INFO  [d09618bf-1d78-444b-a810-1368d1dc0c3b][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/things' was: 404
01:39:35 2024-01-18 06:39:35,413 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:35 2024-01-18 06:39:35,452 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:35 2024-01-18 06:39:35,452 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:35 2024-01-18 06:39:35,454 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
01:39:35 2024-01-18 06:39:35,456 INFO  [132345af-7784-47dc-aa1d-6b0e02070129][] o.e.d.g.s.s.a.p.PreAuthenticatedAuthenticationProvider  - Pre-authentication has been applied resulting in AuthorizationContext <ImmutableAuthorizationContext [type=pre-authenticated-http, authorizationSubjects=[some-issuer:foo]]>.
01:39:35 2024-01-18 06:39:35,466 INFO  [132345af-7784-47dc-aa1d-6b0e02070129][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/ws/2' was: 400
01:39:35 2024-01-18 06:39:35,503 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:35 2024-01-18 06:39:35,540 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:35 2024-01-18 06:39:35,540 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:35 2024-01-18 06:39:35,542 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
01:39:35 2024-01-18 06:39:35,544 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:35 2024-01-18 06:39:35,553 INFO  [301ca0d9-068d-405f-be98-bba53fff1b38][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/connections' was: 200
01:39:35 2024-01-18 06:39:35,602 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:35 2024-01-18 06:39:35,646 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:35 2024-01-18 06:39:35,646 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:35 2024-01-18 06:39:35,733 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:35 2024-01-18 06:39:35,814 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:35 2024-01-18 06:39:35,814 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:35 2024-01-18 06:39:35,816 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
01:39:35 2024-01-18 06:39:35,818 INFO  [3664e56d-4594-45b0-aeff-3554b54e0c56][] o.e.d.g.s.s.a.p.PreAuthenticatedAuthenticationProvider  - Pre-authentication has been applied resulting in AuthorizationContext <ImmutableAuthorizationContext [type=pre-authenticated-http, authorizationSubjects=[some-issuer:foo]]>.
01:39:35 2024-01-18 06:39:35,823 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:35 2024-01-18 06:39:35,827 INFO  [3664e56d-4594-45b0-aeff-3554b54e0c56][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/things?ids=namespace:bumlux' was: 200
01:39:35 2024-01-18 06:39:35,854 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:35 2024-01-18 06:39:35,904 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:35 2024-01-18 06:39:35,904 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:35 2024-01-18 06:39:35,906 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
01:39:35 2024-01-18 06:39:35,908 INFO  [eefb60d4-30a5-4f27-a8f7-887370969f33][] o.e.d.g.s.s.a.p.PreAuthenticatedAuthenticationProvider  - Pre-authentication has been applied resulting in AuthorizationContext <ImmutableAuthorizationContext [type=pre-authenticated-http, authorizationSubjects=[some-issuer:foo]]>.
01:39:35 2024-01-18 06:39:35,914 INFO  [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Correlation ID was missing in headers of <CommandHeaderInvalidException>!
01:39:35 2024-01-18 06:39:35,914 INFO  [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - <CommandHeaderInvalidException> occurred in gateway root route: <CommandHeaderInvalidException [message='Query commands must not have the header 'response-required' set to false', errorCode=command.headers.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='Set the header 'response-required' to true instead in order to receive a response to your query command.', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]>!
01:39:35 2024-01-18 06:39:35,915 INFO  [eefb60d4-30a5-4f27-a8f7-887370969f33][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/things/org.eclipse.ditto:dummy' was: 400
01:39:35 2024-01-18 06:39:35,937 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:36 2024-01-18 06:39:36,001 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:36 2024-01-18 06:39:36,001 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:36 2024-01-18 06:39:36,015 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
01:39:36 2024-01-18 06:39:36,016 INFO  [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx][] o.e.d.g.s.s.a.p.PreAuthenticatedAuthenticationProvider  - Pre-authentication has been applied resulting in AuthorizationContext <ImmutableAuthorizationContext [type=pre-authenticated-http, authorizationSubjects=[some-issuer:foo]]>.
01:39:36 2024-01-18 06:39:36,018 INFO  [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - <DittoHeadersTooLargeException> occurred in gateway root route: <DittoHeadersTooLargeException [message='The headers are too large.', errorCode=headers.too.large, httpStatus=HttpStatus [code=431, category=CLIENT_ERROR], description='The number of bytes exceeded the maximum allowed value <5,120>!', href=null, dittoHeaders=ImmutableDittoHeaders [{version=2, correlation-id=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx, ditto-auth-context={"type":"pre-authenticated-http","subjects":["some-issuer:foo"]}, x-ditto-pre-authenticated=some-issuer:foo, x-correlation-id=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}]]>!
01:39:36 2024-01-18 06:39:36,026 INFO  [xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/search/things' was: 431
01:39:36 2024-01-18 06:39:36,049 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:36 2024-01-18 06:39:36,101 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:36 2024-01-18 06:39:36,101 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:36 2024-01-18 06:39:36,103 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
01:39:36 2024-01-18 06:39:36,104 INFO  [8777afc5-b9b5-4d78-84d2-c819053f8a7d][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/doesNotExist' was: 404
01:39:36 2024-01-18 06:39:36,130 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:36 2024-01-18 06:39:36,165 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:36 2024-01-18 06:39:36,165 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:36 2024-01-18 06:39:36,167 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
01:39:36 2024-01-18 06:39:36,167 INFO  [cbf8f74d-7776-4732-908a-49083053c521][] o.e.d.g.s.e.d.HttpsEnsuringDirective  - REST request on URI <http://example.com/status/health> did not originate via HTTPS, sending back <404 Not Found>.
01:39:36 2024-01-18 06:39:36,168 INFO  [cbf8f74d-7776-4732-908a-49083053c521][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/status/health' was: 404
01:39:36 2024-01-18 06:39:36,203 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:36 2024-01-18 06:39:36,237 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:36 2024-01-18 06:39:36,237 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:36 2024-01-18 06:39:36,239 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
01:39:36 2024-01-18 06:39:36,241 INFO  [e9b828a1-58bc-4fb9-8bd2-5587e9a69965][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/connections' was: 401
01:39:36 2024-01-18 06:39:36,264 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:36 2024-01-18 06:39:36,313 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:36 2024-01-18 06:39:36,313 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:36 2024-01-18 06:39:36,315 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
01:39:36 2024-01-18 06:39:36,319 INFO  [d770651b-0013-4b72-b11d-a7fb9c91e50c][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/health' was: 200
01:39:36 2024-01-18 06:39:36,345 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:36 2024-01-18 06:39:36,392 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:36 2024-01-18 06:39:36,392 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:36 2024-01-18 06:39:36,394 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
01:39:36 2024-01-18 06:39:36,396 INFO  [11328ac5-789d-4956-a6d0-5d68564ec0cf][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/doesNotExist' was: 301
01:39:36 2024-01-18 06:39:36,416 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:36 2024-01-18 06:39:36,450 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:36 2024-01-18 06:39:36,450 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:36 2024-01-18 06:39:36,456 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
01:39:36 2024-01-18 06:39:36,459 INFO  [49d82ed3-7007-4553-83cc-4d9ff364fda6][] o.e.d.g.s.s.a.p.PreAuthenticatedAuthenticationProvider  - Pre-authentication has been applied resulting in AuthorizationContext <ImmutableAuthorizationContext [type=pre-authenticated-http, authorizationSubjects=[some-issuer:foo]]>.
01:39:36 2024-01-18 06:39:36,462 INFO  [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Correlation ID was missing in headers of <ThingIdInvalidException>!
01:39:36 2024-01-18 06:39:36,462 INFO  [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - <ThingIdInvalidException> occurred in gateway root route: <ThingIdInvalidException [message='Thing ID 'namespace:90d07511-3f53-45b1-93d7-1b3c119a77e5:d812e1ce-c306-4f0b-83bd-07a643134e46:42b4db60-d944-4cb0-b2d6-2fe3df00b452:ef70bf49-cab6-4ddc-aaa5-57f76a1c5dea:de0d960d-c372-4dc6-9cfc-f3930cf76d3b:ff202e16-de06-4001-bbae-24c4edbdaf10:100abde9-f015-4afa-b584-3d16fe647bb7:856b9a37-8d09-4d3c-b7f3-f20d13009e03:61bdf61d-128c-49ae-8338-4ef123117104:daebe2c0-0361-49b1-a316-429174c00a5f:2847798e-e0da-4961-91d3-5b2ce375566c:e8a93f4a-5fbb-4b6f-81fc-3d36cdac08e1:dc2aa20e-8496-48bc-bf83-f25e961c5371:950b2284-007e-44f6-b935-2900533e2bc8:ffa2894e-b6a3-4664-88a8-be1952a3c17f:77e71dec-6b22-402a-971a-d2ffa954cf2c:46dffc51-245f-4e24-a39e-1e19c573ef7a:b67a6fc0-6306-451c-bc17-8f4e93ee62dd:b7a4c2b7-6231-49dc-8d4d-61d4b0b2d3c8:2a000e3d-f972-47ea-bf5b-f38ef5aa33aa:7d60a069-b7f8-449b-b6cf-a32a303ee98d:9259979a-ebc8-478e-bb52-3d8916819d96:a3fcfca1-7b41-42a0-9f82-7db9769a7064:dc7f6bd5-d142-41c0-9ebb-8426fcc669f8:b95c1d2a-806f-4278-a8e3-f9386511bff9:dedb1951-d2ea-4382-af14-bfda8ea9fa3c:db5279be-02d2-4705-ba70-69ec5294b21b:112a61de-ddf3-4ae2-a15e-b399d56d60cb:304bdb75-b6c5-492a-a786-220425b068ad:b13afd99-4b01-4321-a184-015308b234ea:aaa82844-e534-4327-a75b-5ee2fb15a1ee:2d647e3d-22d8-454a-8273-2cb195d84bce:a011ebfc-6eb5-4aee-8cb8-b851a8d68d50:3b02e7b4-25cd-4758-9cdc-c1c703ae815c:08c2ad29-daa9-4514-9240-8400f93f68d9:fbe09fc1-1570-440e-9da1-1c66b5e83c1e:3cf22570-92e1-45af-9a0f-5e0aad301943:0e0574da-6cc3-4320-a731-0a490a8398da:a384bc44-a0b7-4c42-8dd1-3eac32c80db1:15163118-525d-47d1-a7a0-2cb800305dc8:99d6a70f-0469-459a-8571-7f3384a54e22:c826b71a-6a99-433e-a877-dbbe2ddc34e7:59ad91ed-ce5c-4348-8de6-5b435532c4cf:982802b8-5571-49ac-9327-d304118a50ed:bf1ffd0d-14dc-409b-8f4e-941466b97ddd:0ef533b0-447e-4fc7-80d3-dc5db51f8938:84b85d69-18d0-4d35-ba93-9db63d781aa0:7ed217c3-a42b-4264-9fa0-d2cb7e14a4ee:8dd82a72-0ac3-4313-9c4e-f528903a1a60:8c1617fe-60d6-43d8-bef8-3481326041c4:ecf2b3f8-9105-488a-a030-d972dee04eca:efa0efd3-c514-4b48-bc18-91aaff68bf58:48503b48-f743-4f38-9bf1-4ee3502be191:8f475f06-1b72-40c8-88e3-5a84d4eda08e:fbc67ee9-514d-41fd-ba17-5f984dd79f4c:dea62140-2372-4cc9-853a-722cb91b0aaf:b722871c-9461-42aa-8381-d1af71abf35d:f822d861-d0b4-419e-baa9-965a752ff19b:1c8f3ec4-0c84-4222-b15a-b5aefa07aa32:95d5cf3b-94eb-4899-a9fc-985716f7d3bb:73dc488c-e340-42ae-9864-522cf855fcdd:41787c4c-c85f-42d0-9d5b-1a8dddaf5152:d2a8b893-ba6b-4ed0-b005-b63ca99730dc:3afdfd12-6600-46ab-b806-dd0afeb01d6d:acb9573f-3be2-490f-9f92-ddaf61a2cb94:f4e68973-91b1-444a-88d1-ead3b89d1197:977d2b12-0117-4115-9908-589eb5f10e1e:a09e6b06-f1ae-4fb2-952b-033352a6335e:b5548791-e722-40ee-a163-e8119d81c3b7:af658bdf-f352-497e-8312-2d81f1254dda:aa1a620f-fd0d-4d14-8586-85ad6677f496:14f7a8ed-85e2-42dd-8e1c-d097818a8b4c:582240cb-67bf-49b2-abbb-be644ed87ab6:c61db1c6-821b-4563-8aa2-5642bdbfaa5e:21ef0339-6715-41c4-be11-fbf3e88a1254:cd95395d-b8bb-495a-bc20-6fbafca1384a:fbf4bf76-ec78-48a0-895f-929cdf1358ba:0f9f1145-0dda-4e06-bbf5-2303233a4b40:75b762d7-4f11-4e5e-ba0c-a9e5a09e3a6a:15904030-2e41-4950-a2d3-d8fc77616b97:258d109d-c750-4c7f-948c-d5ea04379a21:9e70830b-2f8d-4a0b-97e5-8c70dc2f204f:ed016113-dc05-4fbc-aa43-767a5fe6073c:ef5bc564-1672-4611-9a08-29753499df70:4283c9e8-ccb7-468f-a740-dd377263319a:75807208-9cf7-4ea1-994f-0dbf512c0031:01c3d818-ec94-428f-9211-c42536d145e4:a242b681-88c0-4fc5-af52-658fb606ef1f:0eeda65a-283e-4239-b990-4d074f77fad6:38f89315-51b2-4a90-97bd-8648bd14256c:ea9edbdd-340a-4c72-9c24-06c6c5b11cb4:9ccfe4e4-c9c2-4c12-a2d6-3f880f6b94cc:f5340cda-c483-450d-a952-b211a857cf24:97b2a768-96d0-4dac-b8ae-464eda98153c:2dad4049-ad7b-4834-aa6b-6c92a02399f6:058957d9-e6d5-4936-aea6-f90f175b3629:434101b3-94e8-4d42-b46f-e3113a8cd25f:213d0d5b-6f3e-4d48-923a-0797a2d24e67:afa267ad-5e28-4b13-9cbc-cd3c07305cbd:95a0780d-2255-4bcc-90c2-ea74213b2b2e' is not valid!', errorCode=things:id.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It must conform to the namespaced entity ID notation (see Ditto documentation)', href=https://www.eclipse.dev/ditto/basic-namespaces-and-names.html#namespaced-id, dittoHeaders=ImmutableDittoHeaders [{}]]>!
01:39:36 2024-01-18 06:39:36,463 INFO  [49d82ed3-7007-4553-83cc-4d9ff364fda6][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/things/namespace:90d07511-3f53-45b1-93d7-1b3c119a77e5:d812e1ce-c306-4f0b-83bd-07a643134e46:42b4db60-d944-4cb0-b2d6-2fe3df00b452:ef70bf49-cab6-4ddc-aaa5-57f76a1c5dea:de0d960d-c372-4dc6-9cfc-f3930cf76d3b:ff202e16-de06-4001-bbae-24c4edbdaf10:100abde9-f015-4afa-b584-3d16fe647bb7:856b9a37-8d09-4d3c-b7f3-f20d13009e03:61bdf61d-128c-49ae-8338-4ef123117104:daebe2c0-0361-49b1-a316-429174c00a5f:2847798e-e0da-4961-91d3-5b2ce375566c:e8a93f4a-5fbb-4b6f-81fc-3d36cdac08e1:dc2aa20e-8496-48bc-bf83-f25e961c5371:950b2284-007e-44f6-b935-2900533e2bc8:ffa2894e-b6a3-4664-88a8-be1952a3c17f:77e71dec-6b22-402a-971a-d2ffa954cf2c:46dffc51-245f-4e24-a39e-1e19c573ef7a:b67a6fc0-6306-451c-bc17-8f4e93ee62dd:b7a4c2b7-6231-49dc-8d4d-61d4b0b2d3c8:2a000e3d-f972-47ea-bf5b-f38ef5aa33aa:7d60a069-b7f8-449b-b6cf-a32a303ee98d:9259979a-ebc8-478e-bb52-3d8916819d96:a3fcfca1-7b41-42a0-9f82-7db9769a7064:dc7f6bd5-d142-41c0-9ebb-8426fcc669f8:b95c1d2a-806f-4278-a8e3-f9386511bff9:dedb1951-d2ea-4382-af14-bfda8ea9fa3c:db5279be-02d2-4705-ba70-69ec5294b21b:112a61de-ddf3-4ae2-a15e-b399d56d60cb:304bdb75-b6c5-492a-a786-220425b068ad:b13afd99-4b01-4321-a184-015308b234ea:aaa82844-e534-4327-a75b-5ee2fb15a1ee:2d647e3d-22d8-454a-8273-2cb195d84bce:a011ebfc-6eb5-4aee-8cb8-b851a8d68d50:3b02e7b4-25cd-4758-9cdc-c1c703ae815c:08c2ad29-daa9-4514-9240-8400f93f68d9:fbe09fc1-1570-440e-9da1-1c66b5e83c1e:3cf22570-92e1-45af-9a0f-5e0aad301943:0e0574da-6cc3-4320-a731-0a490a8398da:a384bc44-a0b7-4c42-8dd1-3eac32c80db1:15163118-525d-47d1-a7a0-2cb800305dc8:99d6a70f-0469-459a-8571-7f3384a54e22:c826b71a-6a99-433e-a877-dbbe2ddc34e7:59ad91ed-ce5c-4348-8de6-5b435532c4cf:982802b8-5571-49ac-9327-d304118a50ed:bf1ffd0d-14dc-409b-8f4e-941466b97ddd:0ef533b0-447e-4fc7-80d3-dc5db51f8938:84b85d69-18d0-4d35-ba93-9db63d781aa0:7ed217c3-a42b-4264-9fa0-d2cb7e14a4ee:8dd82a72-0ac3-4313-9c4e-f528903a1a60:8c1617fe-60d6-43d8-bef8-3481326041c4:ecf2b3f8-9105-488a-a030-d972dee04eca:efa0efd3-c514-4b48-bc18-91aaff68bf58:48503b48-f743-4f38-9bf1-4ee3502be191:8f475f06-1b72-40c8-88e3-5a84d4eda08e:fbc67ee9-514d-41fd-ba17-5f984dd79f4c:dea62140-2372-4cc9-853a-722cb91b0aaf:b722871c-9461-42aa-8381-d1af71abf35d:f822d861-d0b4-419e-baa9-965a752ff19b:1c8f3ec4-0c84-4222-b15a-b5aefa07aa32:95d5cf3b-94eb-4899-a9fc-985716f7d3bb:73dc488c-e340-42ae-9864-522cf855fcdd:41787c4c-c85f-42d0-9d5b-1a8dddaf5152:d2a8b893-ba6b-4ed0-b005-b63ca99730dc:3afdfd12-6600-46ab-b806-dd0afeb01d6d:acb9573f-3be2-490f-9f92-ddaf61a2cb94:f4e68973-91b1-444a-88d1-ead3b89d1197:977d2b12-0117-4115-9908-589eb5f10e1e:a09e6b06-f1ae-4fb2-952b-033352a6335e:b5548791-e722-40ee-a163-e8119d81c3b7:af658bdf-f352-497e-8312-2d81f1254dda:aa1a620f-fd0d-4d14-8586-85ad6677f496:14f7a8ed-85e2-42dd-8e1c-d097818a8b4c:582240cb-67bf-49b2-abbb-be644ed87ab6:c61db1c6-821b-4563-8aa2-5642bdbfaa5e:21ef0339-6715-41c4-be11-fbf3e88a1254:cd95395d-b8bb-495a-bc20-6fbafca1384a:fbf4bf76-ec78-48a0-895f-929cdf1358ba:0f9f1145-0dda-4e06-bbf5-2303233a4b40:75b762d7-4f11-4e5e-ba0c-a9e5a09e3a6a:15904030-2e41-4950-a2d3-d8fc77616b97:258d109d-c750-4c7f-948c-d5ea04379a21:9e70830b-2f8d-4a0b-97e5-8c70dc2f204f:ed016113-dc05-4fbc-aa43-767a5fe6073c:ef5bc564-1672-4611-9a08-29753499df70:4283c9e8-ccb7-468f-a740-dd377263319a:75807208-9cf7-4ea1-994f-0dbf512c0031:01c3d818-ec94-428f-9211-c42536d145e4:a242b681-88c0-4fc5-af52-658fb606ef1f:0eeda65a-283e-4239-b990-4d074f77fad6:38f89315-51b2-4a90-97bd-8648bd14256c:ea9edbdd-340a-4c72-9c24-06c6c5b11cb4:9ccfe4e4-c9c2-4c12-a2d6-3f880f6b94cc:f5340cda-c483-450d-a952-b211a857cf24:97b2a768-96d0-4dac-b8ae-464eda98153c:2dad4049-ad7b-4834-aa6b-6c92a02399f6:058957d9-e6d5-4936-aea6-f90f175b3629:434101b3-94e8-4d42-b46f-e3113a8cd25f:213d0d5b-6f3e-4d48-923a-0797a2d24e67:afa267ad-5e28-4b13-9cbc-cd3c07305cbd:95a0780d-2255-4bcc-90c2-ea74213b2b2e' was: 400
01:39:36 2024-01-18 06:39:36,502 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:36 2024-01-18 06:39:36,535 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:36 2024-01-18 06:39:36,535 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:36 2024-01-18 06:39:36,537 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
01:39:36 2024-01-18 06:39:36,538 INFO  [a9ef8d03-eac5-4250-ad88-49440b10408e][] o.e.d.g.s.s.a.p.PreAuthenticatedAuthenticationProvider  - Pre-authentication has been applied resulting in AuthorizationContext <ImmutableAuthorizationContext [type=pre-authenticated-http, authorizationSubjects=[some-issuer:foo]]>.
01:39:36 2024-01-18 06:39:36,541 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:36 2024-01-18 06:39:36,543 INFO  [a9ef8d03-eac5-4250-ad88-49440b10408e][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/2/search/things' was: 200
01:39:36 2024-01-18 06:39:36,569 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:36 2024-01-18 06:39:36,633 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:36 2024-01-18 06:39:36,633 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:36 2024-01-18 06:39:36,635 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
01:39:36 2024-01-18 06:39:36,637 INFO  [aa438adc-0a63-4f2d-b175-3c3db5cc8b47][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/overall/status' was: 200
01:39:36 2024-01-18 06:39:36,659 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:36 2024-01-18 06:39:36,703 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:36 2024-01-18 06:39:36,704 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:36 2024-01-18 06:39:36,705 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
01:39:36 2024-01-18 06:39:36,708 INFO  [c1ddb751-6096-4df8-8ed4-8058de7c8030][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/status/cluster' was: 200
01:39:36 2024-01-18 06:39:36,732 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:36 2024-01-18 06:39:36,765 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:36 2024-01-18 06:39:36,765 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:36 2024-01-18 06:39:36,767 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(RootRouteTest) - withRequestTimeoutResponse was used in route however no request-timeout is set!
01:39:36 2024-01-18 06:39:36,769 INFO  [55a20a63-425c-4438-9e1a-a89a001aad44][] o.e.d.g.s.e.d.RequestResultLoggingDirective  - StatusCode of request GET '/api/nan/things?ids=bumlux' was: 404
01:39:36 [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.922 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteTest
01:39:36 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest
01:39:36 2024-01-18 06:39:36,899 INFO  [handleCompletionExceptionWithDittoRuntimeExceptionAsCause][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - <GatewayMethodNotAllowedException> occurred in gateway root route: <GatewayMethodNotAllowedException [message='The provided HTTP method 'GET' is not allowed on this resource.', errorCode=gateway:method.notallowed, httpStatus=HttpStatus [code=405, category=CLIENT_ERROR], description='Check if you used the correct resource and method combination.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=handleCompletionExceptionWithDittoRuntimeExceptionAsCause}]]>!
01:39:36 [INFO] [01/18/2024 06:39:36.911] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:39:36 [INFO] [01/18/2024 06:39:36.942] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:39:36 2024-01-18 06:39:36,993 ERROR [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Unexpected exception in gateway root route: <null>!
01:39:36 java.lang.AssertionError: null
01:39:36 	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.lambda$handleUnknownErrorAsInternalServerError$7(RootRouteExceptionHandlerTest.java:189)
01:39:36 	at org.apache.pekko.http.javadsl.server.directives.PathDirectives.$anonfun$path$1(PathDirectives.scala:100)
01:39:36 	at org.apache.pekko.http.scaladsl.server.Directive$.$anonfun$addByNameNullaryApply$2(Directive.scala:184)
01:39:36 	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$3(Directive.scala:255)
01:39:36 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapInnerRoute$1(BasicDirectives.scala:49)
01:39:36 	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
01:39:36 	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$2(Directive.scala:255)
01:39:36 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$tprovide$1(BasicDirectives.scala:157)
01:39:36 	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
01:39:36 	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$1(Directive.scala:255)
01:39:36 	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
01:39:36 	at org.apache.pekko.http.scaladsl.server.Directive.$anonfun$tflatMap$2(Directive.scala:102)
01:39:36 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
01:39:36 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResult$2(BasicDirectives.scala:80)
01:39:36 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
01:39:36 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86)
01:39:36 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
01:39:36 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
01:39:36 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
01:39:36 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86)
01:39:36 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
01:39:36 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
01:39:37 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runScalaRoute(RouteTest.scala:83)
01:39:37 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:56)
01:39:37 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:53)
01:39:37 	at org.apache.pekko.http.javadsl.testkit.RouteTest$$anon$1.run(RouteTest.scala:96)
01:39:37 	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleUnknownErrorAsInternalServerError(RootRouteExceptionHandlerTest.java:192)
01:39:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:39:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:39:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:39:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:39:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:39:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:39:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:39:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:39:37 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:37 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
01:39:37 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
01:39:37 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
01:39:37 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:37 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:39:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:39:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:39:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:39:37 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:39:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:39:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:39:37 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:39:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:39:37 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:39:37 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
01:39:37 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
01:39:37 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
01:39:37 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
01:39:37 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:39:37 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:39:37 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:39:37 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:39:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:39:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:39:37 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:39:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:39:37 2024-01-18 06:39:36,993 ERROR [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Unexpected exception in gateway root route: <null>!
01:39:37 java.lang.AssertionError: null
01:39:37 	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.lambda$handleUnknownErrorAsInternalServerError$7(RootRouteExceptionHandlerTest.java:189)
01:39:37 	at org.apache.pekko.http.javadsl.server.directives.PathDirectives.$anonfun$path$1(PathDirectives.scala:100)
01:39:37 	at org.apache.pekko.http.scaladsl.server.Directive$.$anonfun$addByNameNullaryApply$2(Directive.scala:184)
01:39:37 	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$3(Directive.scala:255)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapInnerRoute$1(BasicDirectives.scala:49)
01:39:37 	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
01:39:37 	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$2(Directive.scala:255)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$tprovide$1(BasicDirectives.scala:157)
01:39:37 	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
01:39:37 	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$1(Directive.scala:255)
01:39:37 	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
01:39:37 	at org.apache.pekko.http.scaladsl.server.Directive.$anonfun$tflatMap$2(Directive.scala:102)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResult$2(BasicDirectives.scala:80)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
01:39:37 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runScalaRoute(RouteTest.scala:83)
01:39:37 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:56)
01:39:37 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:53)
01:39:37 	at org.apache.pekko.http.javadsl.testkit.RouteTest$$anon$1.run(RouteTest.scala:96)
01:39:37 	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleUnknownErrorAsInternalServerError(RootRouteExceptionHandlerTest.java:192)
01:39:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:39:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:39:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:39:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:39:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:39:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:39:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:39:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:39:37 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:37 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
01:39:37 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
01:39:37 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
01:39:37 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:37 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:39:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:39:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:39:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:39:37 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:39:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:39:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:39:37 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:39:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:39:37 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:39:37 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
01:39:37 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
01:39:37 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
01:39:37 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
01:39:37 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:39:37 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:39:37 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:39:37 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:39:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:39:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:39:37 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:39:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:39:37 [INFO] [01/18/2024 06:39:36.995] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:39:37 2024-01-18 06:39:37,022 INFO  [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Correlation ID was missing in headers of <DittoJsonException>!
01:39:37 2024-01-18 06:39:37,023 INFO  [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - <DittoJsonException> occurred in gateway root route: <DittoJsonException [message='JSON did not include required <myField> field!', errorCode=json.field.missing, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='Check if all required JSON fields were set.', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]>!
01:39:37 [INFO] [01/18/2024 06:39:37.024] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:39:37 2024-01-18 06:39:37,056 ERROR [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Unexpected exception in gateway root route: <42>!
01:39:37 java.lang.NumberFormatException: 42
01:39:37 	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.lambda$handleUnknownExceptionAsInternalServerError$6(RootRouteExceptionHandlerTest.java:177)
01:39:37 	at org.apache.pekko.http.javadsl.server.directives.PathDirectives.$anonfun$path$1(PathDirectives.scala:100)
01:39:37 	at org.apache.pekko.http.scaladsl.server.Directive$.$anonfun$addByNameNullaryApply$2(Directive.scala:184)
01:39:37 	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$3(Directive.scala:255)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapInnerRoute$1(BasicDirectives.scala:49)
01:39:37 	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
01:39:37 	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$2(Directive.scala:255)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$tprovide$1(BasicDirectives.scala:157)
01:39:37 	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
01:39:37 	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$1(Directive.scala:255)
01:39:37 	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
01:39:37 	at org.apache.pekko.http.scaladsl.server.Directive.$anonfun$tflatMap$2(Directive.scala:102)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResult$2(BasicDirectives.scala:80)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
01:39:37 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runScalaRoute(RouteTest.scala:83)
01:39:37 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:56)
01:39:37 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:53)
01:39:37 	at org.apache.pekko.http.javadsl.testkit.RouteTest$$anon$1.run(RouteTest.scala:96)
01:39:37 	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleUnknownExceptionAsInternalServerError(RootRouteExceptionHandlerTest.java:180)
01:39:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:39:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:39:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:39:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:39:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:39:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:39:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:39:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:39:37 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:37 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
01:39:37 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
01:39:37 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
01:39:37 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:37 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:39:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:39:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:39:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:39:37 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:39:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:39:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:39:37 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:39:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:39:37 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:39:37 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
01:39:37 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
01:39:37 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
01:39:37 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
01:39:37 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:39:37 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:39:37 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:39:37 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:39:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:39:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:39:37 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:39:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:39:37 2024-01-18 06:39:37,056 ERROR [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Unexpected exception in gateway root route: <42>!
01:39:37 java.lang.NumberFormatException: 42
01:39:37 	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.lambda$handleUnknownExceptionAsInternalServerError$6(RootRouteExceptionHandlerTest.java:177)
01:39:37 	at org.apache.pekko.http.javadsl.server.directives.PathDirectives.$anonfun$path$1(PathDirectives.scala:100)
01:39:37 	at org.apache.pekko.http.scaladsl.server.Directive$.$anonfun$addByNameNullaryApply$2(Directive.scala:184)
01:39:37 	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$3(Directive.scala:255)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapInnerRoute$1(BasicDirectives.scala:49)
01:39:37 	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
01:39:37 	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$2(Directive.scala:255)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$tprovide$1(BasicDirectives.scala:157)
01:39:37 	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
01:39:37 	at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$2.$anonfun$apply$1(Directive.scala:255)
01:39:37 	at org.apache.pekko.http.scaladsl.server.Directive$$anon$1.tapply(Directive.scala:165)
01:39:37 	at org.apache.pekko.http.scaladsl.server.Directive.$anonfun$tflatMap$2(Directive.scala:102)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResult$2(BasicDirectives.scala:80)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
01:39:37 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
01:39:37 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runScalaRoute(RouteTest.scala:83)
01:39:37 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:56)
01:39:37 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:53)
01:39:37 	at org.apache.pekko.http.javadsl.testkit.RouteTest$$anon$1.run(RouteTest.scala:96)
01:39:37 	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleUnknownExceptionAsInternalServerError(RootRouteExceptionHandlerTest.java:180)
01:39:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:39:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:39:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:39:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:39:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:39:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:39:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:39:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:39:37 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:37 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
01:39:37 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
01:39:37 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
01:39:37 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:37 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:39:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:39:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:39:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:39:37 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:39:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:39:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:39:37 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:39:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:39:37 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:39:37 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
01:39:37 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
01:39:37 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
01:39:37 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
01:39:37 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:39:37 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:39:37 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:39:37 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:39:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:39:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:39:37 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:39:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:39:37 [INFO] [01/18/2024 06:39:37.057] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:39:37 [INFO] [01/18/2024 06:39:37.105] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:39:37 2024-01-18 06:39:37,137 INFO  [handleDittoRuntimeException][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - <GatewayMethodNotAllowedException> occurred in gateway root route: <GatewayMethodNotAllowedException [message='The provided HTTP method 'GET' is not allowed on this resource.', errorCode=gateway:method.notallowed, httpStatus=HttpStatus [code=405, category=CLIENT_ERROR], description='Check if you used the correct resource and method combination.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=handleDittoRuntimeException}]]>!
01:39:37 [INFO] [01/18/2024 06:39:37.138] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:39:37 2024-01-18 06:39:37,193 INFO  [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Correlation ID was missing in headers of <DittoJsonException>!
01:39:37 2024-01-18 06:39:37,193 INFO  [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - <DittoJsonException> occurred in gateway root route: <DittoJsonException [message='JSON did not include required <myField> field!', errorCode=json.field.missing, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='Check if all required JSON fields were set.', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]>!
01:39:37 [INFO] [01/18/2024 06:39:37.195] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:39:37 2024-01-18 06:39:37,226 ERROR [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Unexpected exception in gateway root route: <java.lang.NumberFormatException: 42>!
01:39:37 java.util.concurrent.CompletionException: java.lang.NumberFormatException: 42
01:39:37 	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleCompletionExceptionWithUnhandledRuntimeExceptionAsCause(RootRouteExceptionHandlerTest.java:125)
01:39:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:39:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:39:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:39:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:39:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:39:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:39:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:39:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:39:37 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:37 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
01:39:37 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
01:39:37 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
01:39:37 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:37 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:39:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:39:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:39:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:39:37 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:39:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:39:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:39:37 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:39:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:39:37 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:39:37 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
01:39:37 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
01:39:37 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
01:39:37 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
01:39:37 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:39:37 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:39:37 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:39:37 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:39:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:39:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:39:37 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:39:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:39:37 Caused by: java.lang.NumberFormatException: 42
01:39:37 	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleCompletionExceptionWithUnhandledRuntimeExceptionAsCause(RootRouteExceptionHandlerTest.java:124)
01:39:37 	... 36 common frames omitted
01:39:37 2024-01-18 06:39:37,226 ERROR [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Unexpected exception in gateway root route: <java.lang.NumberFormatException: 42>!
01:39:37 java.util.concurrent.CompletionException: java.lang.NumberFormatException: 42
01:39:37 	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleCompletionExceptionWithUnhandledRuntimeExceptionAsCause(RootRouteExceptionHandlerTest.java:125)
01:39:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:39:37 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:39:37 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:39:37 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:39:37 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:39:37 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:39:37 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:39:37 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:39:37 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:37 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
01:39:37 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
01:39:37 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
01:39:37 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:37 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:39:37 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:39:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:39:37 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:39:37 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:39:37 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:39:37 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:39:37 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:39:37 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:39:37 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:37 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:39:37 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
01:39:37 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
01:39:37 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
01:39:37 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
01:39:37 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:39:37 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:39:37 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:39:37 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:39:37 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:39:37 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:39:37 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:39:37 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:39:37 Caused by: java.lang.NumberFormatException: 42
01:39:37 	at org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest.handleCompletionExceptionWithUnhandledRuntimeExceptionAsCause(RootRouteExceptionHandlerTest.java:124)
01:39:37 	... 36 common frames omitted
01:39:37 [INFO] [01/18/2024 06:39:37.227] [main] [CoordinatedShutdown(pekko://RootRouteExceptionHandlerTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:39:37 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.433 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.RootRouteExceptionHandlerTest
01:39:37 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.things.FeaturesRouteTest
01:39:37 2024-01-18 06:39:37,266 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:37 2024-01-18 06:39:37,320 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:37 2024-01-18 06:39:37,328 WARN  [][] o.a.p.c.Cluster Cluster(pekko://FeaturesRouteTest) - Could not register Cluster JMX MBean with name=pekko:type=Cluster as it is already registered. If you are running multiple clusters in the same JVM, set 'pekko.cluster.jmx.multi-mbeans-in-same-jvm = on' in config
01:39:37 2024-01-18 06:39:37,352 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:37 2024-01-18 06:39:37,372 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:37 2024-01-18 06:39:37,422 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:37 2024-01-18 06:39:37,444 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:37 2024-01-18 06:39:37,474 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:37 2024-01-18 06:39:37,517 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:37 2024-01-18 06:39:37,570 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:37 2024-01-18 06:39:37,614 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:37 2024-01-18 06:39:37,641 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:37 2024-01-18 06:39:37,670 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:37 2024-01-18 06:39:37,711 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:37 2024-01-18 06:39:37,740 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:37 2024-01-18 06:39:37,762 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:37 2024-01-18 06:39:37,810 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:37 2024-01-18 06:39:37,833 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:37 2024-01-18 06:39:37,860 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:37 2024-01-18 06:39:37,897 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:37 2024-01-18 06:39:37,925 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:38 2024-01-18 06:39:37,947 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:38 2024-01-18 06:39:37,995 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:38 2024-01-18 06:39:38,028 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:38 2024-01-18 06:39:38,106 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:38 2024-01-18 06:39:38,141 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:38 2024-01-18 06:39:38,206 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:38 2024-01-18 06:39:38,313 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:38 2024-01-18 06:39:38,412 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:38 2024-01-18 06:39:38,440 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:38 2024-01-18 06:39:38,463 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:38 2024-01-18 06:39:38,513 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:38 2024-01-18 06:39:38,534 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:38 2024-01-18 06:39:38,560 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:38 2024-01-18 06:39:38,602 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:38 2024-01-18 06:39:38,630 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:38 2024-01-18 06:39:38,652 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:38 2024-01-18 06:39:38,712 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:38 2024-01-18 06:39:38,740 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:38 2024-01-18 06:39:38,763 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:38 2024-01-18 06:39:38,814 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:38 2024-01-18 06:39:38,844 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:38 2024-01-18 06:39:38,872 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:38 2024-01-18 06:39:38,915 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:38 2024-01-18 06:39:38,943 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:39 2024-01-18 06:39:38,976 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:39 2024-01-18 06:39:39,008 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:39 2024-01-18 06:39:39,026 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:39 2024-01-18 06:39:39,053 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:39 2024-01-18 06:39:39,092 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:39 2024-01-18 06:39:39,123 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:39 2024-01-18 06:39:39,146 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:39 2024-01-18 06:39:39,172 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:39 2024-01-18 06:39:39,206 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:39 2024-01-18 06:39:39,231 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:39 2024-01-18 06:39:39,256 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:39 2024-01-18 06:39:39,296 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:39 2024-01-18 06:39:39,316 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:39 2024-01-18 06:39:39,341 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:39 2024-01-18 06:39:39,366 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:39 2024-01-18 06:39:39,413 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:39 2024-01-18 06:39:39,436 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:39 2024-01-18 06:39:39,461 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:39 2024-01-18 06:39:39,497 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:39 2024-01-18 06:39:39,522 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:39 2024-01-18 06:39:39,547 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:39 2024-01-18 06:39:39,572 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:39 2024-01-18 06:39:39,607 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:39 2024-01-18 06:39:39,655 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:39 2024-01-18 06:39:39,677 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:39 2024-01-18 06:39:39,708 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:39 2024-01-18 06:39:39,727 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:39 2024-01-18 06:39:39,767 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:39 2024-01-18 06:39:39,827 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:39 2024-01-18 06:39:39,854 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:39 2024-01-18 06:39:39,878 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:39 2024-01-18 06:39:39,914 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:39 2024-01-18 06:39:39,938 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:40 2024-01-18 06:39:40,000 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:40 2024-01-18 06:39:40,031 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:40 2024-01-18 06:39:40,049 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:40 2024-01-18 06:39:40,109 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:40 2024-01-18 06:39:40,133 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:40 2024-01-18 06:39:40,159 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:40 2024-01-18 06:39:40,183 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:40 2024-01-18 06:39:40,219 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:40 2024-01-18 06:39:40,247 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:40 2024-01-18 06:39:40,269 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:40 2024-01-18 06:39:40,307 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:40 2024-01-18 06:39:40,329 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:40 2024-01-18 06:39:40,354 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:40 2024-01-18 06:39:40,379 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:40 2024-01-18 06:39:40,419 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:40 2024-01-18 06:39:40,439 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:40 2024-01-18 06:39:40,464 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:40 2024-01-18 06:39:40,503 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:40 2024-01-18 06:39:40,532 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:40 2024-01-18 06:39:40,553 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:40 2024-01-18 06:39:40,576 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:40 2024-01-18 06:39:40,613 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:40 2024-01-18 06:39:40,653 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:40 2024-01-18 06:39:40,697 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(FeaturesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:40 [INFO] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.469 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.things.FeaturesRouteTest
01:39:40 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.things.MessagesRouteTest
01:39:40 2024-01-18 06:39:40,731 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:40 2024-01-18 06:39:40,768 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:40 2024-01-18 06:39:40,797 WARN  [][] o.a.p.c.Cluster Cluster(pekko://MessagesRouteTest) - Could not register Cluster JMX MBean with name=pekko:type=Cluster as it is already registered. If you are running multiple clusters in the same JVM, set 'pekko.cluster.jmx.multi-mbeans-in-same-jvm = on' in config
01:39:40 2024-01-18 06:39:40,834 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:40 2024-01-18 06:39:40,893 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:40 2024-01-18 06:39:40,917 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:40 2024-01-18 06:39:40,943 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:41 2024-01-18 06:39:40,994 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:41 2024-01-18 06:39:41,039 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:41 2024-01-18 06:39:41,109 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:41 2024-01-18 06:39:41,138 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:41 2024-01-18 06:39:41,201 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:41 2024-01-18 06:39:41,218 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:41 2024-01-18 06:39:41,257 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:41 2024-01-18 06:39:41,310 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:41 2024-01-18 06:39:41,327 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:41 2024-01-18 06:39:41,350 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:41 2024-01-18 06:39:41,397 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:41 2024-01-18 06:39:41,422 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:41 2024-01-18 06:39:41,447 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:41 2024-01-18 06:39:41,470 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:41 2024-01-18 06:39:41,501 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:41 2024-01-18 06:39:41,524 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:41 2024-01-18 06:39:41,551 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:41 2024-01-18 06:39:41,611 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:41 2024-01-18 06:39:41,635 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:41 2024-01-18 06:39:41,661 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:41 2024-01-18 06:39:41,699 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:41 2024-01-18 06:39:41,722 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:41 2024-01-18 06:39:41,746 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:41 2024-01-18 06:39:41,813 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:41 2024-01-18 06:39:41,917 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:41 2024-01-18 06:39:41,943 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:42 2024-01-18 06:39:41,995 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:42 2024-01-18 06:39:42,034 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:42 2024-01-18 06:39:42,061 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:42 2024-01-18 06:39:42,100 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:42 2024-01-18 06:39:42,124 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:42 2024-01-18 06:39:42,150 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:42 2024-01-18 06:39:42,173 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(MessagesRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:42 [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.478 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.things.MessagesRouteTest
01:39:42 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.things.ThingsRouteTest
01:39:42 2024-01-18 06:39:42,216 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:42 2024-01-18 06:39:42,250 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:42 2024-01-18 06:39:42,257 WARN  [][] o.a.p.c.Cluster Cluster(pekko://ThingsRouteTest) - Could not register Cluster JMX MBean with name=pekko:type=Cluster as it is already registered. If you are running multiple clusters in the same JVM, set 'pekko.cluster.jmx.multi-mbeans-in-same-jvm = on' in config
01:39:42 2024-01-18 06:39:42,298 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:42 2024-01-18 06:39:42,320 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:42 2024-01-18 06:39:42,349 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:42 2024-01-18 06:39:42,399 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:42 2024-01-18 06:39:42,438 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:42 2024-01-18 06:39:42,464 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:42 2024-01-18 06:39:42,500 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:42 2024-01-18 06:39:42,539 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:42 2024-01-18 06:39:42,563 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:42 2024-01-18 06:39:42,601 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:42 2024-01-18 06:39:42,625 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:42 2024-01-18 06:39:42,653 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:42 2024-01-18 06:39:42,678 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:42 2024-01-18 06:39:42,693 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:42 2024-01-18 06:39:42,712 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:42 2024-01-18 06:39:42,736 INFO  [ThingsRouteTest.postThingWithLiveChannelHeader-f44a6ec][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - <ThingNotCreatableException> occurred in gateway root route: <ThingNotCreatableException [message='Thing could not be created via channel <live>.', errorCode=things:thing.notcreatable, httpStatus=HttpStatus [code=405, category=CLIENT_ERROR], description='Creating a thing via <live> channel is not supported. If you want to create a digital twin instead, please use channel <twin>.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ThingsRouteTest.postThingWithLiveChannelHeader-f44a6ec, channel=live}]]>!
01:39:42 2024-01-18 06:39:42,751 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:42 2024-01-18 06:39:42,775 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:42 2024-01-18 06:39:42,798 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:42 2024-01-18 06:39:42,820 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:42 2024-01-18 06:39:42,844 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:42 2024-01-18 06:39:42,859 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:42 2024-01-18 06:39:42,895 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:42 2024-01-18 06:39:42,898 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:42 2024-01-18 06:39:42,918 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:42 2024-01-18 06:39:42,944 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:43 2024-01-18 06:39:42,967 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:43 2024-01-18 06:39:43,007 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:43 2024-01-18 06:39:43,027 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:43 2024-01-18 06:39:43,054 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:43 2024-01-18 06:39:43,106 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:43 2024-01-18 06:39:43,129 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:43 2024-01-18 06:39:43,145 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:43 2024-01-18 06:39:43,201 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:43 2024-01-18 06:39:43,224 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:43 2024-01-18 06:39:43,247 INFO  [ThingsRouteTest.postThingWithLiveChannelQueryParameter-a5c1482][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - <ThingNotCreatableException> occurred in gateway root route: <ThingNotCreatableException [message='Thing could not be created via channel <live>.', errorCode=things:thing.notcreatable, httpStatus=HttpStatus [code=405, category=CLIENT_ERROR], description='Creating a thing via <live> channel is not supported. If you want to create a digital twin instead, please use channel <twin>.', href=null, dittoHeaders=ImmutableDittoHeaders [{correlation-id=ThingsRouteTest.postThingWithLiveChannelQueryParameter-a5c1482}]]>!
01:39:43 2024-01-18 06:39:43,263 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:43 2024-01-18 06:39:43,306 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:43 2024-01-18 06:39:43,309 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:43 2024-01-18 06:39:43,333 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:43 2024-01-18 06:39:43,358 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:43 2024-01-18 06:39:43,400 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:43 2024-01-18 06:39:43,423 INFO  [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - Correlation ID was missing in headers of <ThingIdInvalidException>!
01:39:43 2024-01-18 06:39:43,423 INFO  [][] o.e.d.g.s.e.r.RootRouteExceptionHandler  - <ThingIdInvalidException> occurred in gateway root route: <ThingIdInvalidException [message='Thing ID '' is not valid!', errorCode=things:id.invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='It must conform to the namespaced entity ID notation (see Ditto documentation)', href=https://www.eclipse.dev/ditto/basic-namespaces-and-names.html#namespaced-id, dittoHeaders=ImmutableDittoHeaders [{}]]>!
01:39:43 2024-01-18 06:39:43,438 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:43 2024-01-18 06:39:43,461 WARN  [][] o.a.p.a.ActorSystemImpl org.apache.pekko.actor.ActorSystemImpl(ThingsRouteTest) - withRequestTimeout was used in route however no request-timeout is set!
01:39:43 [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.288 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.things.ThingsRouteTest
01:39:43 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.stats.StatsRouteTest
01:39:43 2024-01-18 06:39:43,507 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:43 2024-01-18 06:39:43,539 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:43 2024-01-18 06:39:43,546 WARN  [][] o.a.p.c.Cluster Cluster(pekko://0fbb9bd9-0aa6-4347-9903-32a84227356f) - Could not register Cluster JMX MBean with name=pekko:type=Cluster as it is already registered. If you are running multiple clusters in the same JVM, set 'pekko.cluster.jmx.multi-mbeans-in-same-jvm = on' in config
01:39:43 2024-01-18 06:39:43,594 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:43 2024-01-18 06:39:43,601 WARN  [][] o.a.p.c.Cluster Cluster(pekko://StatsRouteTest) - Could not register Cluster JMX MBean with name=pekko:type=Cluster as it is already registered. If you are running multiple clusters in the same JVM, set 'pekko.cluster.jmx.multi-mbeans-in-same-jvm = on' in config
01:39:43 2024-01-18 06:39:43,643 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:43 2024-01-18 06:39:43,700 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:43 2024-01-18 06:39:43,739 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:43 2024-01-18 06:39:43,794 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:43 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.337 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.stats.StatsRouteTest
01:39:43 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.status.OverallStatusRouteTest
01:39:43 2024-01-18 06:39:43,853 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:43 2024-01-18 06:39:43,897 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:43 2024-01-18 06:39:43,903 WARN  [][] o.a.p.c.Cluster Cluster(pekko://OverallStatusRouteTest) - Could not register Cluster JMX MBean with name=pekko:type=Cluster as it is already registered. If you are running multiple clusters in the same JVM, set 'pekko.cluster.jmx.multi-mbeans-in-same-jvm = on' in config
01:39:43 2024-01-18 06:39:43,935 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:44 2024-01-18 06:39:43,974 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:44 2024-01-18 06:39:44,023 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:44 2024-01-18 06:39:44,062 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:44 2024-01-18 06:39:44,133 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:44 2024-01-18 06:39:44,184 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:44 2024-01-18 06:39:44,237 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:44 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.439 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.status.OverallStatusRouteTest
01:39:44 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.routes.QueryParametersToHeadersMapTest
01:39:44 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.eclipse.ditto.gateway.service.endpoints.routes.QueryParametersToHeadersMapTest
01:39:44 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.utils.UriEncodingTest
01:39:44 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.gateway.service.endpoints.utils.UriEncodingTest
01:39:44 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.utils.HttpUtilsTest
01:39:44 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.gateway.service.endpoints.utils.HttpUtilsTest
01:39:44 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.directives.ContentTypeValidationDirectiveTest
01:39:44 2024-01-18 06:39:44,578 INFO  [][] o.e.d.g.s.e.d.ContentTypeValidationDirective  - Request rejected: unsupported media-type: <none/none> request: < PUT someUrl>
01:39:44 [INFO] [01/18/2024 06:39:44.604] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:39:44 [INFO] [01/18/2024 06:39:44.717] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:39:44 2024-01-18 06:39:44,761 INFO  [][] o.e.d.g.s.e.d.ContentTypeValidationDirective  - Request rejected: unsupported media-type: <application/x-www-form-urlencoded> request: < PUT someUrl>
01:39:44 [INFO] [01/18/2024 06:39:44.763] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:39:44 [INFO] [01/18/2024 06:39:44.830] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:39:44 [INFO] [01/18/2024 06:39:44.891] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:39:44 [INFO] [01/18/2024 06:39:44.927] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:39:44 2024-01-18 06:39:44,962 INFO  [][] o.e.d.g.s.e.d.ContentTypeValidationDirective  - Request rejected: unsupported media-type: <none/none> request: < PUT someUrl>
01:39:44 [INFO] [01/18/2024 06:39:44.964] [main] [CoordinatedShutdown(pekko://ContentTypeValidationDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:39:44 [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.558 s -- in org.eclipse.ditto.gateway.service.endpoints.directives.ContentTypeValidationDirectiveTest
01:39:44 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.directives.RequestTracingDirectiveTest
01:39:45 2024-01-18 06:39:45,006 WARN  [][] k.c.HttpPropagation$Settings  - W3C TraceContext propagation should be used only with identifier-scheme = double
01:39:45 2024-01-18 06:39:45,006 WARN  [][] k.c.HttpPropagation$Settings  - W3C TraceContext propagation should be used only with identifier-scheme = double
01:39:45 2024-01-18 06:39:45,015 WARN  [][] kamon.Init  - Your application is running without the Kanela instrumentation agent. None of Kamon's automatic instrumentation will be applied to the current JVM. Consider using the kamon-bundle dependency or setting up the Kanela agent via the -javaagent:/path/to/kanela.jar command-line option
01:39:45 2024-01-18 06:39:45,095 WARN  [][] k.m.ModuleRegistry  - Failed to create instance of module [Process Metrics]
01:39:45 java.lang.NoClassDefFoundError: oshi/SystemInfo
01:39:45 	at kamon.instrumentation.system.process.ProcessMetricsCollector$MetricsCollectionTask.<init>(ProcessMetricsCollector.scala:65)
01:39:45 	at kamon.instrumentation.system.process.ProcessMetricsCollector.<init>(ProcessMetricsCollector.scala:39)
01:39:45 	at kamon.instrumentation.system.process.ProcessMetricsCollector$Factory.create(ProcessMetricsCollector.scala:171)
01:39:45 	at kamon.module.ModuleRegistry.createModule(ModuleRegistry.scala:361)
01:39:45 	at kamon.module.ModuleRegistry.$anonfun$load$3(ModuleRegistry.scala:124)
01:39:45 	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)
01:39:45 	at scala.Option.fold(Option.scala:263)
01:39:45 	at kamon.module.ModuleRegistry.$anonfun$load$2(ModuleRegistry.scala:127)
01:39:45 	at kamon.module.ModuleRegistry.$anonfun$load$2$adapted(ModuleRegistry.scala:120)
01:39:45 	at scala.collection.immutable.List.foreach(List.scala:333)
01:39:45 	at kamon.module.ModuleRegistry.load(ModuleRegistry.scala:120)
01:39:45 	at kamon.ModuleManagement.loadModules(ModuleManagement.scala:99)
01:39:45 	at kamon.ModuleManagement.loadModules$(ModuleManagement.scala:98)
01:39:45 	at kamon.Kamon$.loadModules(Kamon.scala:19)
01:39:45 	at kamon.Init.init(Init.scala:69)
01:39:45 	at kamon.Init.init$(Init.scala:60)
01:39:45 	at kamon.Kamon$.init(Kamon.scala:19)
01:39:45 	at kamon.Kamon.init(Kamon.scala)
01:39:45 	at org.eclipse.ditto.internal.utils.tracing.span.KamonTracingInitResource.before(KamonTracingInitResource.java:50)
01:39:45 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:50)
01:39:45 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
01:39:45 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:45 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:39:45 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:39:45 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:39:45 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:39:45 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:39:45 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:39:45 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:39:45 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:39:45 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:39:45 Caused by: java.lang.ClassNotFoundException: oshi.SystemInfo
01:39:45 	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
01:39:45 	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
01:39:45 	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
01:39:45 	... 31 common frames omitted
01:39:45 2024-01-18 06:39:45,101 INFO  [][] k.o.OpenTelemetryTraceReporter  - Creating OpenTelemetry Trace Reporter
01:39:45 2024-01-18 06:39:45,103 INFO  [][] k.o.OpenTelemetryTraceReporter  - Reconfigure OpenTelemetry Trace Reporter
01:39:45 2024-01-18 06:39:45,134 INFO  [][] k.o.OtlpTraceService  - Configured endpoint for OpenTelemetry trace reporting [http://localhost:4317] using grpc protocol
01:39:45 2024-01-18 06:39:45,748 INFO  [][] k.p.PrometheusReporter  - Started the embedded HTTP server on http://0.0.0.0:9095/metrics
01:39:45 2024-01-18 06:39:45,757 WARN  [][] k.m.ModuleRegistry  - Failed to create instance of module [Host Metrics]
01:39:45 java.lang.NoClassDefFoundError: oshi/SystemInfo
01:39:45 	at kamon.instrumentation.system.host.HostMetricsCollector$FrequentCollectionTask.<init>(HostMetricsCollector.scala:82)
01:39:45 	at kamon.instrumentation.system.host.HostMetricsCollector.<init>(HostMetricsCollector.scala:45)
01:39:45 	at kamon.instrumentation.system.host.HostMetricsCollector$Factory.create(HostMetricsCollector.scala:243)
01:39:45 	at kamon.module.ModuleRegistry.createModule(ModuleRegistry.scala:361)
01:39:45 	at kamon.module.ModuleRegistry.$anonfun$load$3(ModuleRegistry.scala:124)
01:39:45 	at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)
01:39:45 	at scala.Option.fold(Option.scala:263)
01:39:45 	at kamon.module.ModuleRegistry.$anonfun$load$2(ModuleRegistry.scala:127)
01:39:45 	at kamon.module.ModuleRegistry.$anonfun$load$2$adapted(ModuleRegistry.scala:120)
01:39:45 	at scala.collection.immutable.List.foreach(List.scala:333)
01:39:45 	at kamon.module.ModuleRegistry.load(ModuleRegistry.scala:120)
01:39:45 	at kamon.ModuleManagement.loadModules(ModuleManagement.scala:99)
01:39:45 	at kamon.ModuleManagement.loadModules$(ModuleManagement.scala:98)
01:39:45 	at kamon.Kamon$.loadModules(Kamon.scala:19)
01:39:45 	at kamon.Init.init(Init.scala:69)
01:39:45 	at kamon.Init.init$(Init.scala:60)
01:39:45 	at kamon.Kamon$.init(Kamon.scala:19)
01:39:45 	at kamon.Kamon.init(Kamon.scala)
01:39:45 	at org.eclipse.ditto.internal.utils.tracing.span.KamonTracingInitResource.before(KamonTracingInitResource.java:50)
01:39:45 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:50)
01:39:45 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
01:39:45 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:45 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:39:45 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:39:45 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:39:45 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:39:45 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:39:45 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:39:45 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:39:45 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:39:45 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:39:45 Caused by: java.lang.ClassNotFoundException: oshi.SystemInfo
01:39:45 	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
01:39:45 	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
01:39:45 	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
01:39:45 	... 31 common frames omitted
01:39:45 2024-01-18 06:39:45,766 INFO  [][] kamon.Init  - 
01:39:45  _
01:39:45 | |
01:39:45 | | ____ _ _ __ ___   ___  _ __
01:39:45 | |/ / _  |  _ ` _ \ / _ \|  _ \
01:39:45 |   < (_| | | | | | | (_) | | | |
01:39:45 |_|\_\__,_|_| |_| |_|\___/|_| |_|
01:39:45 =====================================
01:39:45 Initializing Kamon Telemetry v2.6.5 / Kanela not found
01:39:45 
01:39:45 2024-01-18 06:39:45,771 INFO  [][] o.e.d.i.u.t.DittoTracing  - Ditto tracing initialized and enabled using propagation channel <default>.
01:39:45 [INFO] [01/18/2024 06:39:45.852] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:39:45 [INFO] [01/18/2024 06:39:45.862] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest_traceRequestWithNullInnerRouteSupplierThrowsNullPointerException)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:39:45 [INFO] [01/18/2024 06:39:45.939] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:39:45 [INFO] [01/18/2024 06:39:45.951] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest_assertImmutability)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:39:46 [ERROR] [01/18/2024 06:39:46.345] [main] [org.apache.pekko.actor.ActorSystemImpl(RequestTracingDirectiveTest)] Error during processing of request: 'Cannot invoke "scala.Function1.apply(Object)" because the return value of "scala.Function1.apply(Object)" is null'. Completing with 500 Internal Server Error response. To change default exception handling behavior, provide a custom ExceptionHandler.
01:39:46 java.lang.NullPointerException: Cannot invoke "scala.Function1.apply(Object)" because the return value of "scala.Function1.apply(Object)" is null
01:39:46 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResult$2(BasicDirectives.scala:80)
01:39:46 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRequestContext$2(BasicDirectives.scala:55)
01:39:46 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
01:39:46 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
01:39:46 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$mapRouteResultWith$2(BasicDirectives.scala:86)
01:39:46 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
01:39:46 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
01:39:46 	at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.$anonfun$textract$2(BasicDirectives.scala:173)
01:39:46 	at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.$anonfun$handleExceptions$2(ExecutionDirectives.scala:42)
01:39:46 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runScalaRoute(RouteTest.scala:83)
01:39:46 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:56)
01:39:46 	at org.apache.pekko.http.javadsl.testkit.RouteTest.runRoute(RouteTest.scala:53)
01:39:46 	at org.apache.pekko.http.javadsl.testkit.RouteTest$$anon$1.run(RouteTest.scala:96)
01:39:46 	at org.eclipse.ditto.gateway.service.endpoints.directives.RequestTracingDirectiveTest.traceRequestCallsDittoTracingIfTracingIsEnabledForResolvedSpanOperationName(RequestTracingDirectiveTest.java:131)
01:39:46 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:39:46 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:39:46 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:39:46 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:39:46 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:39:46 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:39:46 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:39:46 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:39:46 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
01:39:46 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
01:39:46 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
01:39:46 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:46 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:39:46 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:39:46 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:39:46 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:39:46 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:39:46 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:39:46 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:39:46 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:39:46 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:39:46 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
01:39:46 	at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
01:39:46 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
01:39:46 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:46 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:39:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:39:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:39:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:39:46 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:39:46 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:39:46 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:39:46 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:39:46 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:39:46 
01:39:46 [INFO] [01/18/2024 06:39:46.347] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:39:46 [INFO] [01/18/2024 06:39:46.360] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest_traceRequestCallsDittoTracingIfTracingIsEnabledForResolvedSpanOperationName)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:39:46 [INFO] [01/18/2024 06:39:46.456] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:39:46 [INFO] [01/18/2024 06:39:46.463] [main] [CoordinatedShutdown(pekko://RequestTracingDirectiveTest_traceRequestWithExistingW3cTracingHeadersKeepThisHeaders)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:39:46 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.506 s -- in org.eclipse.ditto.gateway.service.endpoints.directives.RequestTracingDirectiveTest
01:39:46 [INFO] Running org.eclipse.ditto.gateway.service.endpoints.directives.RequestLoggingFilterTest
01:39:46 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.ditto.gateway.service.endpoints.directives.RequestLoggingFilterTest
01:39:46 [INFO] Running org.eclipse.ditto.gateway.service.util.config.health.DefaultClusterRolesConfigTest
01:39:46 2024-01-18 06:39:46,708 INFO  [][] k.o.OpenTelemetryTraceReporter  - Stopping OpenTelemetry Trace Reporter
01:39:46 Jan 18, 2024 6:39:46 AM io.opentelemetry.sdk.internal.ThrottlingLogger doLog
01:39:46 SEVERE: Failed to export spans. The request could not be executed. Full error message: Canceled
01:39:46 java.util.concurrent.RejectedExecutionException: Task Future(<not completed>) rejected from java.util.concurrent.ThreadPoolExecutor@51495069[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 10]
01:39:46 	at java.base/java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2065)
01:39:46 	at java.base/java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:833)
01:39:46 	at java.base/java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1365)
01:39:46 	at java.base/java.util.concurrent.Executors$DelegatedExecutorService.execute(Executors.java:721)
01:39:46 	at scala.concurrent.impl.ExecutionContextImpl.execute(ExecutionContextImpl.scala:21)
01:39:46 	at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:429)
01:39:46 	at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:338)
01:39:46 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete0(Promise.scala:285)
01:39:46 	at scala.concurrent.impl.Promise$DefaultPromise.tryComplete(Promise.scala:278)
01:39:46 	at scala.concurrent.Promise.complete(Promise.scala:57)
01:39:46 	at scala.concurrent.Promise.complete$(Promise.scala:56)
01:39:46 	at scala.concurrent.impl.Promise$DefaultPromise.complete(Promise.scala:104)
01:39:46 	at scala.concurrent.Promise.failure(Promise.scala:109)
01:39:46 	at scala.concurrent.Promise.failure$(Promise.scala:109)
01:39:46 	at scala.concurrent.impl.Promise$DefaultPromise.failure(Promise.scala:104)
01:39:46 	at kamon.otel.OtlpTraceService$$anon$1.run(TraceService.scala:111)
01:39:46 	at io.opentelemetry.sdk.common.CompletableResultCode.fail(CompletableResultCode.java:98)
01:39:46 	at io.opentelemetry.exporter.internal.grpc.OkHttpGrpcExporter$1.onFailure(OkHttpGrpcExporter.java:112)
01:39:46 	at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525)
01:39:46 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
01:39:46 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
01:39:46 	at java.base/java.lang.Thread.run(Thread.java:833)
01:39:47 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.645 s -- in org.eclipse.ditto.gateway.service.util.config.health.DefaultClusterRolesConfigTest
01:39:47 [INFO] Running org.eclipse.ditto.gateway.service.util.config.health.DefaultHealthCheckConfigTest
01:39:47 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.246 s -- in org.eclipse.ditto.gateway.service.util.config.health.DefaultHealthCheckConfigTest
01:39:47 [INFO] Running org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultClaimMessageConfigTest
01:39:47 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultClaimMessageConfigTest
01:39:47 [INFO] Running org.eclipse.ditto.gateway.service.util.config.endpoints.GatewayHttpConfigTest
01:39:47 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.496 s -- in org.eclipse.ditto.gateway.service.util.config.endpoints.GatewayHttpConfigTest
01:39:47 [INFO] Running org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultMessageConfigTest
01:39:47 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultMessageConfigTest
01:39:47 [INFO] Running org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultPublicHealthConfigTest
01:39:47 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultPublicHealthConfigTest
01:39:47 [INFO] Running org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultCommandConfigTest
01:39:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.218 s -- in org.eclipse.ditto.gateway.service.util.config.endpoints.DefaultCommandConfigTest
01:39:48 [INFO] Running org.eclipse.ditto.gateway.service.util.config.security.DefaultDevOpsConfigTest
01:39:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.ditto.gateway.service.util.config.security.DefaultDevOpsConfigTest
01:39:48 [INFO] Running org.eclipse.ditto.gateway.service.util.config.security.DefaultOAuthConfigTest
01:39:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.306 s -- in org.eclipse.ditto.gateway.service.util.config.security.DefaultOAuthConfigTest
01:39:48 [INFO] Running org.eclipse.ditto.gateway.service.util.config.security.DefaultAuthenticationConfigTest
01:39:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.ditto.gateway.service.util.config.security.DefaultAuthenticationConfigTest
01:39:48 [INFO] Running org.eclipse.ditto.gateway.service.util.config.streaming.DefaultStreamingConfigTest
01:39:48 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.ditto.gateway.service.util.config.streaming.DefaultStreamingConfigTest
01:39:48 [INFO] Running org.eclipse.ditto.gateway.service.util.config.streaming.DefaultWebsocketConfigTest
01:39:48 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 s -- in org.eclipse.ditto.gateway.service.util.config.streaming.DefaultWebsocketConfigTest
01:39:48 [INFO] Running org.eclipse.ditto.gateway.service.util.GatewayMappingStrategiesTest
01:39:49 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.380 s -- in org.eclipse.ditto.gateway.service.util.GatewayMappingStrategiesTest
01:39:49 [INFO] Running org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalCommandResponseRegistryTest
01:39:49 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalCommandResponseRegistryTest
01:39:49 [INFO] Running org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalEventRegistryTest
01:39:49 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalEventRegistryTest
01:39:49 [INFO] Running org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalErrorRegistryTest
01:39:49 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalErrorRegistryTest
01:39:49 [INFO] Running org.eclipse.ditto.gateway.service.starter.GatewayRootActorTest
01:39:49 2024-01-18 06:39:49,312 INFO  [][] o.e.d.i.u.c.r.ServiceSpecificEnvironmentConfigSupplier  - Running in <DEVELOPMENT> environment.
01:39:49 2024-01-18 06:39:49,326 WARN  [][] o.e.d.i.u.c.r.SecretFromPathReader  - Failed to read secret at path </run/secrets/devops_password>!
01:39:49 2024-01-18 06:39:49,327 WARN  [][] o.e.d.i.u.c.r.SecretFromPathReader  - Failed to read secret at path </run/secrets/status_password>!
01:39:49 2024-01-18 06:39:49,411 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:49 2024-01-18 06:39:49,424 INFO  [][] o.a.p.r.a.ArteryTransport ArteryTransport(pekko://GatewayRootActorTest) - Remoting started with transport [Artery tcp]; listening on address [pekko://GatewayRootActorTest@127.0.0.1:39081] with UID [4988387383096217597]
01:39:49 2024-01-18 06:39:49,425 INFO  [][] o.a.p.c.Cluster Cluster(pekko://GatewayRootActorTest) - Cluster Node [pekko://GatewayRootActorTest@127.0.0.1:39081] - Starting up, Pekko version [1.0.1] ...
01:39:49 2024-01-18 06:39:49,427 INFO  [][] o.a.p.c.Cluster Cluster(pekko://GatewayRootActorTest) - Cluster Node [pekko://GatewayRootActorTest@127.0.0.1:39081] - Registered cluster JMX MBean [pekko:type=Cluster]
01:39:49 2024-01-18 06:39:49,427 INFO  [][] o.a.p.c.Cluster Cluster(pekko://GatewayRootActorTest) - Cluster Node [pekko://GatewayRootActorTest@127.0.0.1:39081] - Started up successfully
01:39:49 2024-01-18 06:39:49,502 INFO  [][] o.a.p.c.Cluster Cluster(pekko://GatewayRootActorTest) - Cluster Node [pekko://GatewayRootActorTest@127.0.0.1:39081] - No seed nodes found in configuration, relying on Cluster Bootstrap for joining
01:39:49 2024-01-18 06:39:49,502 INFO  [][] o.e.d.b.s.c.DittoSplitBrainResolver  - SBR will be automatically enabled after <PT1H>
01:39:49 2024-01-18 06:39:49,731 INFO  [][] o.e.d.b.s.s.SignalTransformers  - Instantiated the following signal transformers: org.eclipse.ditto.edge.service.dispatching.signaltransformer.DefaultNamespaceAppender,org.eclipse.ditto.edge.service.dispatching.signaltransformer.OriginatorSetterSignalTransformer.
01:39:50 2024-01-18 06:39:49,933 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:50 2024-01-18 06:39:49,933 INFO  [][] o.e.d.g.s.e.d.a.DittoGatewayAuthenticationDirectiveFactory  - Pre-authentication is enabled!
01:39:50 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.151 s -- in org.eclipse.ditto.gateway.service.starter.GatewayRootActorTest
01:39:50 [INFO] Running org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalCommandRegistryTest
01:39:50 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.ditto.gateway.service.starter.GatewayServiceGlobalCommandRegistryTest
01:39:50 [INFO] Running org.eclipse.ditto.gateway.service.streaming.actors.StreamingSessionActorHeaderInteractionTest
01:39:50 2024-01-18 06:39:50,478 INFO  [][] o.e.d.i.u.t.DittoTracing  - Ditto tracing is disabled. No traces are generated and span context is not propagated.
01:39:50 2024-01-18 06:39:50,493 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:52 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.882 s -- in org.eclipse.ditto.gateway.service.streaming.actors.StreamingSessionActorHeaderInteractionTest
01:39:52 [INFO] Running org.eclipse.ditto.gateway.service.streaming.actors.StreamingSessionActorTest
01:39:52 2024-01-18 06:39:52,364 INFO  [][] o.e.d.i.u.t.DittoTracing  - Ditto tracing is disabled. No traces are generated and span context is not propagated.
01:39:52 2024-01-18 06:39:52,377 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:52 2024-01-18 06:39:52,451 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:52 2024-01-18 06:39:52,517 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:52 2024-01-18 06:39:52,596 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:52 2024-01-18 06:39:52,761 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:52 2024-01-18 06:39:52,826 WARN  [hugeJwtExpirationTimeDoesNotCloseStream][] o.e.d.g.s.s.a.StreamingSessionActor pekko://StreamingSessionActorTest_hugeJwtExpirationTimeDoesNotCloseStream/user/$a - Session lifetime <PT23975H59M59.173498282S> is more than the maximum <PT2400H>. Keeping session open indefinitely.
01:39:52 2024-01-18 06:39:52,938 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:53 2024-01-18 06:39:53,001 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:53 2024-01-18 06:39:53,066 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:53 2024-01-18 06:39:53,146 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:53 2024-01-18 06:39:53,225 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:53 2024-01-18 06:39:53,305 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:53 2024-01-18 06:39:53,365 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:53 2024-01-18 06:39:53,543 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:53 2024-01-18 06:39:53,604 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:53 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.292 s -- in org.eclipse.ditto.gateway.service.streaming.actors.StreamingSessionActorTest
01:39:53 [INFO] Running org.eclipse.ditto.gateway.service.streaming.StopStreamingTest
01:39:53 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.ditto.gateway.service.streaming.StopStreamingTest
01:39:53 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtValidatorTest
01:39:56 2024-01-18 06:39:56,518 INFO  [][] o.e.d.g.s.s.a.j.DefaultJwtValidator  - Failed to parse/validate JWT due to <ExpiredJwtException> with message: <JWT expired at 2024-01-18T06:39:46Z. Current time: 2024-01-18T06:39:56Z, a difference of 517 milliseconds.  Allowed clock skew: 10000 milliseconds.>
01:39:56 2024-01-18 06:39:56,520 INFO  [][] o.e.d.g.s.s.a.j.DefaultJwtValidator  - Failed to parse/validate JWT due to <UnsupportedJwtException> with message: <Unsigned Claims JWTs are not supported.>
01:39:56 2024-01-18 06:39:56,524 INFO  [][] o.e.d.g.s.s.a.j.DefaultJwtValidator  - Failed to parse/validate JWT due to <PrematureJwtException> with message: <JWT must not be accepted before 2024-01-18T06:40:26Z. Current time: 2024-01-18T06:39:56Z, a difference of 19476 milliseconds.  Allowed clock skew: 10000 milliseconds.>
01:39:56 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.832 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtValidatorTest
01:39:56 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoJwtAuthorizationSubjectsProviderTest
01:39:56 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoJwtAuthorizationSubjectsProviderTest
01:39:56 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.DefaultJwtExtractorTest
01:39:56 [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.DefaultJwtExtractorTest
01:39:56 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtSubjectIssuersConfigTest
01:39:56 [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtSubjectIssuersConfigTest
01:39:56 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.WebSocketJwtExtractorTest
01:39:56 [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.WebSocketJwtExtractorTest
01:39:56 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.WebSocketJwtAuthenticationProviderTest
01:39:57 2024-01-18 06:39:56,850 INFO  [doExtractAuthenticationWithInvalidJwtFromAccessTokenParameter][] o.e.d.g.s.s.a.j.JwtAuthenticationProvider  - Completed JWT authentication successfully.
01:39:57 2024-01-18 06:39:57,052 INFO  [doExtractAuthenticationWithInvalidJwtFromHeader][] o.e.d.g.s.s.a.j.JwtAuthenticationProvider  - Completed JWT authentication successfully.
01:39:57 2024-01-18 06:39:57,056 INFO  [doExtractAuthenticationFromAccessTokenParameter][] o.e.d.g.s.s.a.j.JwtAuthenticationProvider  - Completed JWT authentication successfully.
01:39:57 2024-01-18 06:39:57,062 INFO  [doExtractAuthenticationFromRequestHeaders][] o.e.d.g.s.s.a.j.JwtAuthenticationProvider  - Completed JWT authentication successfully.
01:39:57 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.WebSocketJwtAuthenticationProviderTest
01:39:57 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.DefaultJwtAuthenticationResultProviderTest
01:39:57 2024-01-18 06:39:57,092 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:57 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.DefaultJwtAuthenticationResultProviderTest
01:39:57 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.PublicKeyProviderUnavailableExceptionTest
01:39:57 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.PublicKeyProviderUnavailableExceptionTest
01:39:57 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtAuthenticationProviderTest
01:39:57 2024-01-18 06:39:57,133 INFO  [doExtractAuthenticationWithInvalidJwtFromHeader][] o.e.d.g.s.s.a.j.JwtAuthenticationProvider  - Completed JWT authentication successfully.
01:39:57 2024-01-18 06:39:57,140 INFO  [doExtractAuthenticationFromRequestHeaders][] o.e.d.g.s.s.a.j.JwtAuthenticationProvider  - Completed JWT authentication successfully.
01:39:57 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtAuthenticationProviderTest
01:39:57 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest
01:39:57 [INFO] [01/18/2024 06:39:57.258] [main] [CoordinatedShutdown(pekko://DittoPublicKeyProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:39:57 2024-01-18 06:39:57,297 INFO  [][] o.e.d.g.s.s.a.j.DittoPublicKeyProvider  - Got non success response from public key provider with status code: <503 Service Unavailable> and body: <{"message":"Something went wrong."}>.
01:39:57 Jan 18, 2024 6:39:57 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
01:39:57 WARNING: Exception thrown during asynchronous load
01:39:57 java.util.concurrent.CompletionException: GatewayAuthenticationProviderUnavailableException [message='Got unexpected response from public key provider.', errorCode=gateway:authentication.provider.unavailable, httpStatus=HttpStatus [code=503, category=SERVER_ERROR], description='If after retry it is still unavailable, please contact the service team.', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]
01:39:57 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
01:39:57 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
01:39:57 	at java.base/java.util.concurrent.CompletableFuture.uniExceptionally(CompletableFuture.java:994)
01:39:57 	at java.base/java.util.concurrent.CompletableFuture.uniExceptionallyStage(CompletableFuture.java:1008)
01:39:57 	at java.base/java.util.concurrent.CompletableFuture.exceptionally(CompletableFuture.java:2364)
01:39:57 	at java.base/java.util.concurrent.CompletableFuture.exceptionally(CompletableFuture.java:144)
01:39:57 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getPublicKeysFromDiscoveryEndpoint(DittoPublicKeyProvider.java:238)
01:39:57 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.loadPublicKeyWithParser(DittoPublicKeyProvider.java:195)
01:39:57 	at org.eclipse.ditto.internal.utils.cache.CaffeineCache.lambda$getLoaderFunction$1(CaffeineCache.java:69)
01:39:57 	at com.github.benmanes.caffeine.cache.LocalAsyncCache.lambda$get$2(LocalAsyncCache.java:94)
01:39:57 	at com.github.benmanes.caffeine.cache.LocalCache.lambda$statsAware$2(LocalCache.java:167)
01:39:57 	at com.github.benmanes.caffeine.cache.BoundedLocalCache.lambda$doComputeIfAbsent$14(BoundedLocalCache.java:2688)
01:39:57 	at java.base/java.util.concurrent.ConcurrentHashMap.compute(ConcurrentHashMap.java:1916)
01:39:57 	at com.github.benmanes.caffeine.cache.BoundedLocalCache.doComputeIfAbsent(BoundedLocalCache.java:2686)
01:39:57 	at com.github.benmanes.caffeine.cache.BoundedLocalCache.computeIfAbsent(BoundedLocalCache.java:2669)
01:39:57 	at com.github.benmanes.caffeine.cache.LocalAsyncCache.get(LocalAsyncCache.java:92)
01:39:57 	at com.github.benmanes.caffeine.cache.LocalAsyncCache.get(LocalAsyncCache.java:83)
01:39:57 	at org.eclipse.ditto.internal.utils.cache.CaffeineCache.get(CaffeineCache.java:167)
01:39:57 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getPublicKeyWithParser(DittoPublicKeyProvider.java:165)
01:39:57 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest.lambda$verifyThatKeyIsNotCachedOnErrorResponseFromDiscoveryEndpoint$1(DittoPublicKeyProviderTest.java:174)
01:39:57 	at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63)
01:39:57 	at org.assertj.core.api.ThrowableTypeAssert.isThrownBy(ThrowableTypeAssert.java:59)
01:39:57 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest.verifyThatKeyIsNotCachedOnErrorResponseFromDiscoveryEndpoint(DittoPublicKeyProviderTest.java:174)
01:39:57 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:39:57 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:39:57 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:39:57 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:39:57 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:39:57 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:39:57 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:39:57 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:39:57 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:57 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
01:39:57 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
01:39:57 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:57 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:39:57 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:39:57 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:39:57 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:39:57 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:39:57 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:39:57 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:39:57 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:39:57 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:39:57 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:57 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:39:57 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
01:39:57 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
01:39:57 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
01:39:57 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
01:39:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:39:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:39:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:39:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:39:57 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:39:57 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:39:57 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:39:57 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:39:57 Caused by: GatewayAuthenticationProviderUnavailableException [message='Got unexpected response from public key provider.', errorCode=gateway:authentication.provider.unavailable, httpStatus=HttpStatus [code=503, category=SERVER_ERROR], description='If after retry it is still unavailable, please contact the service team.', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]
01:39:57 	at org.eclipse.ditto.gateway.api.GatewayAuthenticationProviderUnavailableException$Builder.doBuild(GatewayAuthenticationProviderUnavailableException.java:126)
01:39:57 	at org.eclipse.ditto.gateway.api.GatewayAuthenticationProviderUnavailableException$Builder.doBuild(GatewayAuthenticationProviderUnavailableException.java:111)
01:39:57 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
01:39:57 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.handleNonSuccessResponse(DittoPublicKeyProvider.java:264)
01:39:57 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapResponseToJsonObject(DittoPublicKeyProvider.java:246)
01:39:57 	at java.base/java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:1187)
01:39:57 	at java.base/java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2309)
01:39:57 	at java.base/java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:144)
01:39:57 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getPublicKeysFromDiscoveryEndpoint(DittoPublicKeyProvider.java:235)
01:39:57 	... 51 more
01:39:57 
01:39:57 2024-01-18 06:39:57,301 INFO  [][] o.e.d.g.s.s.a.j.DittoPublicKeyProvider  - Got non success response from public key provider with status code: <503 Service Unavailable> and body: <{"message":"Something went wrong."}>.
01:39:57 Jan 18, 2024 6:39:57 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
01:39:57 WARNING: Exception thrown during asynchronous load
01:39:57 java.util.concurrent.CompletionException: GatewayAuthenticationProviderUnavailableException [message='Got unexpected response from public key provider.', errorCode=gateway:authentication.provider.unavailable, httpStatus=HttpStatus [code=503, category=SERVER_ERROR], description='If after retry it is still unavailable, please contact the service team.', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]
01:39:57 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
01:39:57 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
01:39:57 	at java.base/java.util.concurrent.CompletableFuture.uniExceptionally(CompletableFuture.java:994)
01:39:57 	at java.base/java.util.concurrent.CompletableFuture.uniExceptionallyStage(CompletableFuture.java:1008)
01:39:57 	at java.base/java.util.concurrent.CompletableFuture.exceptionally(CompletableFuture.java:2364)
01:39:57 	at java.base/java.util.concurrent.CompletableFuture.exceptionally(CompletableFuture.java:144)
01:39:57 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getPublicKeysFromDiscoveryEndpoint(DittoPublicKeyProvider.java:238)
01:39:57 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.loadPublicKeyWithParser(DittoPublicKeyProvider.java:195)
01:39:57 	at org.eclipse.ditto.internal.utils.cache.CaffeineCache.lambda$getLoaderFunction$1(CaffeineCache.java:69)
01:39:57 	at com.github.benmanes.caffeine.cache.LocalAsyncCache.lambda$get$2(LocalAsyncCache.java:94)
01:39:57 	at com.github.benmanes.caffeine.cache.LocalCache.lambda$statsAware$2(LocalCache.java:167)
01:39:57 	at com.github.benmanes.caffeine.cache.BoundedLocalCache.lambda$doComputeIfAbsent$14(BoundedLocalCache.java:2688)
01:39:57 	at java.base/java.util.concurrent.ConcurrentHashMap.compute(ConcurrentHashMap.java:1916)
01:39:57 	at com.github.benmanes.caffeine.cache.BoundedLocalCache.doComputeIfAbsent(BoundedLocalCache.java:2686)
01:39:57 	at com.github.benmanes.caffeine.cache.BoundedLocalCache.computeIfAbsent(BoundedLocalCache.java:2669)
01:39:57 	at com.github.benmanes.caffeine.cache.LocalAsyncCache.get(LocalAsyncCache.java:92)
01:39:57 	at com.github.benmanes.caffeine.cache.LocalAsyncCache.get(LocalAsyncCache.java:83)
01:39:57 	at org.eclipse.ditto.internal.utils.cache.CaffeineCache.get(CaffeineCache.java:167)
01:39:57 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getPublicKeyWithParser(DittoPublicKeyProvider.java:165)
01:39:57 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest.lambda$verifyThatKeyIsNotCachedOnErrorResponseFromDiscoveryEndpoint$2(DittoPublicKeyProviderTest.java:183)
01:39:57 	at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63)
01:39:57 	at org.assertj.core.api.ThrowableTypeAssert.isThrownBy(ThrowableTypeAssert.java:59)
01:39:57 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest.verifyThatKeyIsNotCachedOnErrorResponseFromDiscoveryEndpoint(DittoPublicKeyProviderTest.java:183)
01:39:57 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:39:57 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:39:57 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:39:57 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:39:57 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:39:57 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:39:57 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:39:57 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:39:57 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:57 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
01:39:57 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
01:39:57 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:57 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:39:57 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:39:57 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:39:57 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:39:57 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:39:57 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:39:57 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:39:57 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:39:57 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:39:57 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:57 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:39:57 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
01:39:57 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
01:39:57 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
01:39:57 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
01:39:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:39:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:39:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:39:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:39:57 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:39:57 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:39:57 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:39:57 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:39:57 Caused by: GatewayAuthenticationProviderUnavailableException [message='Got unexpected response from public key provider.', errorCode=gateway:authentication.provider.unavailable, httpStatus=HttpStatus [code=503, category=SERVER_ERROR], description='If after retry it is still unavailable, please contact the service team.', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]
01:39:57 	at org.eclipse.ditto.gateway.api.GatewayAuthenticationProviderUnavailableException$Builder.doBuild(GatewayAuthenticationProviderUnavailableException.java:126)
01:39:57 	at org.eclipse.ditto.gateway.api.GatewayAuthenticationProviderUnavailableException$Builder.doBuild(GatewayAuthenticationProviderUnavailableException.java:111)
01:39:57 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
01:39:57 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.handleNonSuccessResponse(DittoPublicKeyProvider.java:264)
01:39:57 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapResponseToJsonObject(DittoPublicKeyProvider.java:246)
01:39:57 	at java.base/java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:1187)
01:39:57 	at java.base/java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2309)
01:39:57 	at java.base/java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:144)
01:39:57 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getPublicKeysFromDiscoveryEndpoint(DittoPublicKeyProvider.java:235)
01:39:57 	... 51 more
01:39:57 
01:39:57 [INFO] [01/18/2024 06:39:57.303] [main] [CoordinatedShutdown(pekko://DittoPublicKeyProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:39:57 [INFO] [01/18/2024 06:39:57.337] [main] [CoordinatedShutdown(pekko://DittoPublicKeyProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:39:57 2024-01-18 06:39:57,363 WARN  [][] o.e.d.g.s.s.a.j.DittoPublicKeyProvider  - Got invalid JSON Web Key from JwkResource provider at discovery endpoint <https://google.com/.well-known/openid-configuration>
01:39:57 org.eclipse.ditto.json.JsonMissingFieldException: JSON did not include required </crv> field!
01:39:57 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.lambda$generateECPublicKey$11(DittoPublicKeyProvider.java:339)
01:39:57 	at java.base/java.util.Optional.orElseThrow(Optional.java:403)
01:39:57 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.generateECPublicKey(DittoPublicKeyProvider.java:339)
01:39:57 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapMatchingPublicKey(DittoPublicKeyProvider.java:318)
01:39:57 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapToPublicKey(DittoPublicKeyProvider.java:294)
01:39:57 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.lambda$loadPublicKeyWithParser$1(DittoPublicKeyProvider.java:198)
01:39:57 	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646)
01:39:57 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
01:39:57 	at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614)
01:39:57 	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:653)
01:39:57 	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
01:39:57 	at java.base/java.lang.Thread.run(Thread.java:833)
01:39:57 Jan 18, 2024 6:39:57 AM com.github.benmanes.caffeine.cache.LocalAsyncCache lambda$handleCompletion$7
01:39:57 WARNING: Exception thrown during asynchronous load
01:39:57 java.util.concurrent.CompletionException: JwkInvalidException [message='Got invalid JSON Web Key from JwkResource provider at discovery endpoint <https://google.com/.well-known/openid-configuration>', errorCode=jwk:invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='JSON did not include required </crv> field!', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]
01:39:57 	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
01:39:57 	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
01:39:57 	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:649)
01:39:57 	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
01:39:57 	at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614)
01:39:57 	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:653)
01:39:57 	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
01:39:57 	at java.base/java.lang.Thread.run(Thread.java:833)
01:39:57 Caused by: JwkInvalidException [message='Got invalid JSON Web Key from JwkResource provider at discovery endpoint <https://google.com/.well-known/openid-configuration>', errorCode=jwk:invalid, httpStatus=HttpStatus [code=400, category=CLIENT_ERROR], description='JSON did not include required </crv> field!', href=null, dittoHeaders=ImmutableDittoHeaders [{}]]
01:39:57 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.JwkInvalidException$Builder.doBuild(JwkInvalidException.java:100)
01:39:57 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.JwkInvalidException$Builder.doBuild(JwkInvalidException.java:87)
01:39:57 	at org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder.build(DittoRuntimeExceptionBuilder.java:176)
01:39:57 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.getJwkInvalidExceptionException(DittoPublicKeyProvider.java:382)
01:39:57 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapToPublicKey(DittoPublicKeyProvider.java:302)
01:39:57 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.lambda$loadPublicKeyWithParser$1(DittoPublicKeyProvider.java:198)
01:39:57 	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646)
01:39:57 	... 5 more
01:39:57 Caused by: org.eclipse.ditto.json.JsonMissingFieldException: JSON did not include required </crv> field!
01:39:57 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.lambda$generateECPublicKey$11(DittoPublicKeyProvider.java:339)
01:39:57 	at java.base/java.util.Optional.orElseThrow(Optional.java:403)
01:39:57 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.generateECPublicKey(DittoPublicKeyProvider.java:339)
01:39:57 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapMatchingPublicKey(DittoPublicKeyProvider.java:318)
01:39:57 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProvider.mapToPublicKey(DittoPublicKeyProvider.java:294)
01:39:57 	... 7 more
01:39:57 
01:39:57 [INFO] [01/18/2024 06:39:57.365] [main] [CoordinatedShutdown(pekko://DittoPublicKeyProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:39:57 [INFO] [01/18/2024 06:39:57.417] [main] [CoordinatedShutdown(pekko://DittoPublicKeyProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:39:57 [INFO] [01/18/2024 06:39:57.454] [main] [CoordinatedShutdown(pekko://DittoPublicKeyProviderTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
01:39:57 [ERROR] Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.311 s <<< FAILURE! -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest
01:39:57 [ERROR] org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest.verifyThatKeyIsNotCachedIfResponseDoesNotContainKeyId -- Time elapsed: 0.121 s <<< FAILURE!
01:39:57 Wanted but not invoked:
01:39:57 httpClientMock.createSingleHttpRequest(
01:39:57     HttpRequest(HttpMethod(GET),https://google.com/.well-known/openid-configuration,List(),HttpEntity.Strict(none/none,0 bytes total),HttpProtocol(HTTP/1.1))
01:39:57 );
01:39:57 -> at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest.verifyThatKeyIsNotCachedIfResponseDoesNotContainKeyId(DittoPublicKeyProviderTest.java:206)
01:39:57 Actually, there were zero interactions with this mock.
01:39:57 
01:39:57 	at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest.verifyThatKeyIsNotCachedIfResponseDoesNotContainKeyId(DittoPublicKeyProviderTest.java:206)
01:39:57 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
01:39:57 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
01:39:57 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
01:39:57 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
01:39:57 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
01:39:57 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
01:39:57 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
01:39:57 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
01:39:57 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
01:39:57 	at org.mockito.internal.runners.DefaultInternalRunner$1$1.evaluate(DefaultInternalRunner.java:55)
01:39:57 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
01:39:57 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:57 	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
01:39:57 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
01:39:57 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
01:39:57 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
01:39:57 	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
01:39:57 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
01:39:57 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
01:39:57 	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
01:39:57 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
01:39:57 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
01:39:57 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
01:39:57 	at org.mockito.internal.runners.DefaultInternalRunner$1.run(DefaultInternalRunner.java:100)
01:39:57 	at org.mockito.internal.runners.DefaultInternalRunner.run(DefaultInternalRunner.java:107)
01:39:57 	at org.mockito.internal.runners.StrictRunner.run(StrictRunner.java:41)
01:39:57 	at org.mockito.junit.MockitoJUnitRunner.run(MockitoJUnitRunner.java:163)
01:39:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
01:39:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
01:39:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
01:39:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
01:39:57 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
01:39:57 	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
01:39:57 	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
01:39:57 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
01:39:57 
01:39:57 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtSubjectIssuerConfigTest
01:39:57 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.ditto.gateway.service.security.authentication.jwt.JwtSubjectIssuerConfigTest
01:39:57 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.preauth.PreAuthenticatedAuthenticationProviderTest
01:39:57 2024-01-18 06:39:57,497 INFO  [doExtractAuthenticationByQueryParamAndHeader][] o.e.d.g.s.s.a.p.PreAuthenticatedAuthenticationProvider  - Pre-authentication has been applied resulting in AuthorizationContext <ImmutableAuthorizationContext [type=pre-authenticated-http, authorizationSubjects=[myDummy]]>.
01:39:57 2024-01-18 06:39:57,498 INFO  [doExtractAuthenticationByQueryParam][] o.e.d.g.s.s.a.p.PreAuthenticatedAuthenticationProvider  - Pre-authentication has been applied resulting in AuthorizationContext <ImmutableAuthorizationContext [type=pre-authenticated-http, authorizationSubjects=[myDummy]]>.
01:39:57 2024-01-18 06:39:57,505 INFO  [doExtractAuthenticationByHeader][] o.e.d.g.s.s.a.p.PreAuthenticatedAuthenticationProvider  - Pre-authentication has been applied resulting in AuthorizationContext <ImmutableAuthorizationContext [type=pre-authenticated-http, authorizationSubjects=[myDummy]]>.
01:39:57 [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.gateway.service.security.authentication.preauth.PreAuthenticatedAuthenticationProviderTest
01:39:57 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.AuthenticationChainTest
01:39:57 [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.418 s -- in org.eclipse.ditto.gateway.service.security.authentication.AuthenticationChainTest
01:39:57 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.DefaultAuthenticationResultTest
01:39:58 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.gateway.service.security.authentication.DefaultAuthenticationResultTest
01:39:58 [INFO] Running org.eclipse.ditto.gateway.service.security.authentication.DefaultAuthenticationFailureAggregatorTest
01:39:58 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.ditto.gateway.service.security.authentication.DefaultAuthenticationFailureAggregatorTest
01:39:58 [INFO] Running org.eclipse.ditto.gateway.service.security.cache.PublicKeyIdWithIssuerTest
01:39:58 [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.ditto.gateway.service.security.cache.PublicKeyIdWithIssuerTest
01:39:58 [INFO] Running org.eclipse.ditto.gateway.service.proxy.actors.QueryThingsPerRequestActorTest
01:39:58 2024-01-18 06:39:58,025 INFO  [][] o.a.p.e.s.Slf4jLogger  - Slf4jLogger started
01:39:58 2024-01-18 06:39:58,091 WARN  [][] o.a.p.c.Cluster Cluster(pekko://QueryThingsPerRequestActorTest) - Could not register Cluster JMX MBean with name=pekko:type=Cluster as it is already registered. If you are running multiple clusters in the same JVM, set 'pekko.cluster.jmx.multi-mbeans-in-same-jvm = on' in config
01:40:03 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.455 s -- in org.eclipse.ditto.gateway.service.proxy.actors.QueryThingsPerRequestActorTest
01:40:03 [INFO] Running org.eclipse.ditto.gateway.service.proxy.config.DefaultStatisticsConfigTest
01:40:03 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.ditto.gateway.service.proxy.config.DefaultStatisticsConfigTest
01:40:03 [INFO] Running org.eclipse.ditto.gateway.service.proxy.config.DefaultStatisticsShardConfigTest
01:40:03 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.ditto.gateway.service.proxy.config.DefaultStatisticsShardConfigTest
01:40:03 2024-01-18 06:40:03,516 WARN  [][] o.a.p.c.Cluster Cluster(pekko://EndpointTestBase) - Could not unregister Cluster JMX MBean with name=pekko:type=Cluster as it was not found. If you are running multiple clusters in the same JVM, set 'pekko.cluster.jmx.multi-mbeans-in-same-jvm = on' in config
01:40:03 2024-01-18 06:40:03,517 WARN  [][] o.a.p.c.Cluster Cluster(pekko://34ba23e1-8b64-48de-88a3-6f3ca9645bff) - Could not unregister Cluster JMX MBean with name=pekko:type=Cluster as it was not found. If you are running multiple clusters in the same JVM, set 'pekko.cluster.jmx.multi-mbeans-in-same-jvm = on' in config
01:40:03 2024-01-18 06:40:03,516 WARN  [][] o.a.p.c.Cluster Cluster(pekko://EndpointTestBase) - Could not unregister Cluster JMX MBean with name=pekko:type=Cluster as it was not found. If you are running multiple clusters in the same JVM, set 'pekko.cluster.jmx.multi-mbeans-in-same-jvm = on' in config
01:40:03 2024-01-18 06:40:03,516 WARN  [][] o.a.p.c.Cluster Cluster(pekko://EndpointTestBase) - Could not unregister Cluster JMX MBean with name=pekko:type=Cluster as it was not found. If you are running multiple clusters in the same JVM, set 'pekko.cluster.jmx.multi-mbeans-in-same-jvm = on' in config
01:40:03 2024-01-18 06:40:03,517 WARN  [][] o.a.p.c.Cluster Cluster(pekko://EndpointTestBase) - Could not unregister Cluster JMX MBean with name=pekko:type=Cluster as it was not found. If you are running multiple clusters in the same JVM, set 'pekko.cluster.jmx.multi-mbeans-in-same-jvm = on' in config
01:40:03 2024-01-18 06:40:03,517 WARN  [][] o.a.p.c.Cluster Cluster(pekko://EndpointTestBase) - Could not unregister Cluster JMX MBean with name=pekko:type=Cluster as it was not found. If you are running multiple clusters in the same JVM, set 'pekko.cluster.jmx.multi-mbeans-in-same-jvm = on' in config
01:40:03 2024-01-18 06:40:03,517 WARN  [][] o.a.p.c.Cluster Cluster(pekko://EndpointTestBase) - Could not unregister Cluster JMX MBean with name=pekko:type=Cluster as it was not found. If you are running multiple clusters in the same JVM, set 'pekko.cluster.jmx.multi-mbeans-in-same-jvm = on' in config
01:40:03 2024-01-18 06:40:03,517 WARN  [][] o.a.p.c.Cluster Cluster(pekko://EndpointTestBase) - Could not unregister Cluster JMX MBean with name=pekko:type=Cluster as it was not found. If you are running multiple clusters in the same JVM, set 'pekko.cluster.jmx.multi-mbeans-in-same-jvm = on' in config
01:40:03 2024-01-18 06:40:03,517 WARN  [][] o.a.p.c.Cluster Cluster(pekko://0fbb9bd9-0aa6-4347-9903-32a84227356f) - Could not unregister Cluster JMX MBean with name=pekko:type=Cluster as it was not found. If you are running multiple clusters in the same JVM, set 'pekko.cluster.jmx.multi-mbeans-in-same-jvm = on' in config
01:40:03 2024-01-18 06:40:03,516 WARN  [][] o.a.p.c.Cluster Cluster(pekko://EndpointTestBase) - Could not unregister Cluster JMX MBean with name=pekko:type=Cluster as it was not found. If you are running multiple clusters in the same JVM, set 'pekko.cluster.jmx.multi-mbeans-in-same-jvm = on' in config
01:40:03 2024-01-18 06:40:03,518 WARN  [][] o.a.p.c.Cluster Cluster(pekko://b65430ba-7599-4366-aed4-d30c28b8e227) - Could not unregister Cluster JMX MBean with name=pekko:type=Cluster as it was not found. If you are running multiple clusters in the same JVM, set 'pekko.cluster.jmx.multi-mbeans-in-same-jvm = on' in config
01:40:03 2024-01-18 06:40:03,518 WARN  [][] o.a.p.c.Cluster Cluster(pekko://EndpointTestBase) - Could not unregister Cluster JMX MBean with name=pekko:type=Cluster as it was not found. If you are running multiple clusters in the same JVM, set 'pekko.cluster.jmx.multi-mbeans-in-same-jvm = on' in config
01:40:04 [INFO] 
01:40:04 [INFO] Results:
01:40:04 [INFO] 
01:40:04 [ERROR] Failures: 
01:40:04 [ERROR]   DittoPublicKeyProviderTest.verifyThatKeyIsNotCachedIfResponseDoesNotContainKeyId:206 
01:40:04 Wanted but not invoked:
01:40:04 httpClientMock.createSingleHttpRequest(
01:40:04     HttpRequest(HttpMethod(GET),https://google.com/.well-known/openid-configuration,List(),HttpEntity.Strict(none/none,0 bytes total),HttpProtocol(HTTP/1.1))
01:40:04 );
01:40:04 -> at org.eclipse.ditto.gateway.service.security.authentication.jwt.DittoPublicKeyProviderTest.verifyThatKeyIsNotCachedIfResponseDoesNotContainKeyId(DittoPublicKeyProviderTest.java:206)
01:40:04 Actually, there were zero interactions with this mock.
01:40:04 
01:40:04 [INFO] 
01:40:04 [ERROR] Tests run: 630, Failures: 1, Errors: 0, Skipped: 0
01:40:04 [INFO] 
01:40:04 [INFO] ------------------------------------------------------------------------
01:40:04 [INFO] Reactor Summary for Eclipse Ditto 0-SNAPSHOT:
01:40:04 [INFO] 
01:40:04 [INFO] Eclipse Ditto ...................................... SUCCESS [ 17.919 s]
01:40:04 [INFO] Eclipse Ditto :: Legal ............................. SUCCESS [  1.133 s]
01:40:04 [INFO] Eclipse Ditto :: BOM ............................... SUCCESS [  0.062 s]
01:40:04 [INFO] Eclipse Ditto :: Utils ............................. SUCCESS [  0.632 s]
01:40:04 [INFO] Eclipse Ditto :: Utils :: JSR-305 Extensions ....... SUCCESS [  8.020 s]
01:40:04 [INFO] Eclipse Ditto :: JSON .............................. SUCCESS [ 18.853 s]
01:40:04 [INFO] Eclipse Ditto :: Base .............................. SUCCESS [  0.368 s]
01:40:04 [INFO] Eclipse Ditto :: Base :: Model ..................... SUCCESS [ 22.194 s]
01:40:04 [INFO] Eclipse Ditto :: Base :: API ....................... SUCCESS [  6.882 s]
01:40:04 [INFO] Eclipse Ditto :: Internal .......................... SUCCESS [  0.027 s]
01:40:04 [INFO] Eclipse Ditto :: Internal :: Utils ................. SUCCESS [  0.025 s]
01:40:04 [INFO] Eclipse Ditto :: Internal :: Utils :: Config ....... SUCCESS [ 11.631 s]
01:40:04 [INFO] Eclipse Ditto :: Internal :: Utils :: Metrics ...... SUCCESS [ 21.668 s]
01:40:04 [INFO] Eclipse Ditto :: Utils :: Result ................... SUCCESS [  4.079 s]
01:40:04 [INFO] Eclipse Ditto :: Internal :: Utils :: Tracing ...... SUCCESS [ 15.426 s]
01:40:04 [INFO] Eclipse Ditto :: Internal :: Models ................ SUCCESS [  0.036 s]
01:40:04 [INFO] Eclipse Ditto :: Internal :: Models :: Streaming ... SUCCESS [  4.184 s]
01:40:04 [INFO] Eclipse Ditto :: Internal :: Utils :: Pekko ........ SUCCESS [ 38.172 s]
01:40:04 [INFO] Eclipse Ditto :: Internal :: Utils :: Health ....... SUCCESS [  9.994 s]
01:40:04 [INFO] Eclipse Ditto :: JSON CBOR ......................... SUCCESS [  5.188 s]
01:40:04 [INFO] Eclipse Ditto :: Policies .......................... SUCCESS [  0.028 s]
01:40:04 [INFO] Eclipse Ditto :: Policies :: Model ................. SUCCESS [ 29.688 s]
01:40:04 [INFO] Eclipse Ditto :: Things ............................ SUCCESS [  0.047 s]
01:40:04 [INFO] Eclipse Ditto :: Things :: Model ................... SUCCESS [ 25.567 s]
01:40:04 [INFO] Eclipse Ditto :: Internal :: Utils :: Cluster ...... SUCCESS [ 25.305 s]
01:40:04 [INFO] Eclipse Ditto :: Internal :: Utils :: Extension .... SUCCESS [  1.792 s]
01:40:04 [INFO] Eclipse Ditto :: Placeholders ...................... SUCCESS [  6.839 s]
01:40:04 [INFO] Eclipse Ditto :: Base :: Service ................... SUCCESS [ 21.052 s]
01:40:04 [INFO] Eclipse Ditto :: Connectivity ...................... SUCCESS [  0.034 s]
01:40:04 [INFO] Eclipse Ditto :: Connectivity :: Model ............. SUCCESS [ 15.041 s]
01:40:04 [INFO] Eclipse Ditto :: Thing Search ...................... SUCCESS [  0.060 s]
01:40:04 [INFO] Eclipse Ditto :: Thing Search :: Model ............. SUCCESS [  7.936 s]
01:40:04 [INFO] Eclipse Ditto :: Messages .......................... SUCCESS [  0.022 s]
01:40:04 [INFO] Eclipse Ditto :: Messages :: Model ................. SUCCESS [  7.266 s]
01:40:04 [INFO] Eclipse Ditto :: Protocol .......................... SUCCESS [ 17.543 s]
01:40:04 [INFO] Eclipse Ditto :: Internal :: Models :: Signal ...... SUCCESS [  8.002 s]
01:40:04 [INFO] Eclipse Ditto :: Policies :: API ................... SUCCESS [  5.977 s]
01:40:04 [INFO] Eclipse Ditto :: Internal :: Utils :: Distributed Data SUCCESS [  6.460 s]
01:40:04 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub ...... SUCCESS [03:07 min]
01:40:04 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache ........ SUCCESS [  6.950 s]
01:40:04 [INFO] Eclipse Ditto :: Internal :: Utils :: Test ......... SUCCESS [  3.206 s]
01:40:04 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistence .. SUCCESS [ 18.584 s]
01:40:04 [INFO] Eclipse Ditto :: Things :: API ..................... SUCCESS [  7.641 s]
01:40:04 [INFO] Eclipse Ditto :: Connectivity :: API ............... SUCCESS [ 13.475 s]
01:40:04 [INFO] Eclipse Ditto :: JWT ............................... SUCCESS [  0.033 s]
01:40:04 [INFO] Eclipse Ditto :: JWT :: Model ...................... SUCCESS [  4.453 s]
01:40:04 [INFO] Eclipse Ditto :: WoT ............................... SUCCESS [  0.023 s]
01:40:04 [INFO] Eclipse Ditto :: WoT :: Model ...................... SUCCESS [  7.635 s]
01:40:04 [INFO] Eclipse Ditto :: Internal :: Utils :: Cache Loaders  SUCCESS [ 53.051 s]
01:40:04 [INFO] Eclipse Ditto :: Internal :: Utils :: Namespaces ... SUCCESS [  8.739 s]
01:40:04 [INFO] Eclipse Ditto :: Policies :: Enforcement ........... SUCCESS [ 14.968 s]
01:40:04 [INFO] Eclipse Ditto :: RQL ............................... SUCCESS [  0.023 s]
01:40:04 [INFO] Eclipse Ditto :: RQL :: Model ...................... SUCCESS [  4.432 s]
01:40:04 [INFO] Eclipse Ditto :: RQL :: parser ..................... SUCCESS [ 13.365 s]
01:40:04 [INFO] Eclipse Ditto :: RQL :: Query ...................... SUCCESS [  6.628 s]
01:40:04 [INFO] Eclipse Ditto :: Thing Search :: API ............... SUCCESS [  6.209 s]
01:40:04 [INFO] Eclipse Ditto :: Edge .............................. SUCCESS [  0.021 s]
01:40:04 [INFO] Eclipse Ditto :: Edge :: Service ................... SUCCESS [ 27.714 s]
01:40:04 [INFO] Eclipse Ditto :: Internal :: Models :: Signal Enrichment SUCCESS [ 23.996 s]
01:40:04 [INFO] Eclipse Ditto :: Internal :: Utils :: Conditional Headers SUCCESS [  3.034 s]
01:40:04 [INFO] Eclipse Ditto :: Internal :: Utils :: Persistent Actors SUCCESS [ 19.683 s]
01:40:04 [INFO] Eclipse Ditto :: Internal :: Utils :: Protocol ..... SUCCESS [  6.540 s]
01:40:04 [INFO] Eclipse Ditto :: RQL :: search option parser ....... SUCCESS [  8.738 s]
01:40:04 [INFO] Eclipse Ditto :: Internal :: Utils :: Search ....... SUCCESS [  8.396 s]
01:40:04 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Policies SUCCESS [  1.423 s]
01:40:04 [INFO] Eclipse Ditto :: Internal :: Utils :: Pub-Sub Things SUCCESS [  1.715 s]
01:40:04 [INFO] Eclipse Ditto :: Connectivity :: Service ........... SUCCESS [06:03 min]
01:40:04 [INFO] Eclipse Ditto :: Documentation ..................... SUCCESS [  0.373 s]
01:40:04 [INFO] Eclipse Ditto :: Gateway ........................... SUCCESS [  0.023 s]
01:40:04 [INFO] Eclipse Ditto :: Gateway :: API .................... SUCCESS [  2.898 s]
01:40:04 [INFO] Eclipse Ditto :: Internal :: Utils :: HTTP ......... SUCCESS [  1.834 s]
01:40:04 [INFO] Eclipse Ditto :: Internal :: Utils :: JWT .......... SUCCESS [  3.235 s]
01:40:04 [INFO] Eclipse Ditto :: Gateway :: Service ................ FAILURE [01:07 min]
01:40:04 [INFO] Eclipse Ditto :: Policies :: Service ............... SKIPPED
01:40:04 [INFO] Eclipse Ditto :: WoT :: Integration ................ SKIPPED
01:40:04 [INFO] Eclipse Ditto :: Things :: Service ................. SKIPPED
01:40:04 [INFO] Eclipse Ditto :: Thing Search :: Service ........... SKIPPED
01:40:04 [INFO] ------------------------------------------------------------------------
01:40:04 [INFO] BUILD FAILURE
01:40:04 [INFO] ------------------------------------------------------------------------
01:40:04 [INFO] Total time:  21:16 min
01:40:04 [INFO] Finished at: 2024-01-18T06:40:04Z
01:40:04 [INFO] ------------------------------------------------------------------------
01:40:04 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.1.2:test (default-test) on project ditto-gateway-service: There are test failures.
01:40:04 [ERROR] 
01:40:04 [ERROR] Please refer to /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/surefire-reports for the individual test results.
01:40:04 [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
01:40:04 [ERROR] -> [Help 1]
01:40:04 org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.1.2:test (default-test) on project ditto-gateway-service: There are test failures.
01:40:04 
01:40:04 Please refer to /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/surefire-reports for the individual test results.
01:40:04 Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
01:40:04     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:333)
01:40:04     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
01:40:04     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
01:40:04     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
01:40:04     at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
01:40:04     at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
01:40:04     at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
01:40:04     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
01:40:04     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
01:40:04     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
01:40:04     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
01:40:04     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
01:40:04     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
01:40:04     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
01:40:04     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
01:40:04     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
01:40:04     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
01:40:04     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
01:40:04     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
01:40:04     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
01:40:04     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
01:40:04     at java.lang.reflect.Method.invoke (Method.java:568)
01:40:04     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
01:40:04     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
01:40:04     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
01:40:04     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
01:40:04 Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.
01:40:04 
01:40:04 Please refer to /home/jenkins/agent/workspace/ditto-ci/gateway/service/target/surefire-reports for the individual test results.
01:40:04 Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
01:40:04     at org.apache.maven.plugin.surefire.SurefireHelper.throwException (SurefireHelper.java:247)
01:40:04     at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution (SurefireHelper.java:159)
01:40:04     at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary (SurefirePlugin.java:542)
01:40:04     at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1067)
01:40:04     at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:871)
01:40:04     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126)
01:40:04     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328)
01:40:04     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
01:40:04     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
01:40:04     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
01:40:04     at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
01:40:04     at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
01:40:04     at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
01:40:04     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
01:40:04     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
01:40:04     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
01:40:04     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
01:40:04     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
01:40:04     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
01:40:04     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
01:40:04     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
01:40:04     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
01:40:04     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
01:40:04     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
01:40:04     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
01:40:04     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
01:40:04     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
01:40:04     at java.lang.reflect.Method.invoke (Method.java:568)
01:40:04     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
01:40:04     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
01:40:04     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
01:40:04     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
01:40:04 [ERROR] 
01:40:04 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
01:40:04 [ERROR] 
01:40:04 [ERROR] For more information about the errors and possible solutions, please read the following articles:
01:40:04 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
01:40:04 [ERROR] 
01:40:04 [ERROR] After correcting the problems, you can resume the build with the command
01:40:04 [ERROR]   mvn <args> -rf :ditto-gateway-service
01:40:04 Build step 'Invoke top-level Maven targets' marked build as failure
01:40:04 Recording test results
01:40:09 [Checks API] No suitable checks publisher found.
01:40:09 Finished: FAILURE